body,
h1,
h2,
h3,
h4,
h5,
h6,
.size2 {
    font-family: 'Montserrat', sans-serif;
    color: #29292C;
}

input,
button,
li,
ol,
ul,
p,
b,
strong,
.navigate a,
footer a {
    font-family: 'Roboto', sans-serif !important;
}

body {
    margin: 0;
}

h1 {
    font-size: 56px !important;
    font-weight: 900 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

a {
    color: #1ca8df;
    text-decoration: none !important;
}

i {
    cursor: pointer;
}

.pad10 {
    height: 10px;
    display: block;
}

.pad20 {
    height: 20px;
    display: block;
}

.pad30 {
    height: 30px;
    display: block;
}

.pad40 {
    height: 40px;
    display: block;
}

.pad50 {
    height: 50px;
    display: block;
}

header {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 7px 0 #999999;
    z-index: 1;
    position: relative;
}

.headin {}

header .inner {
    display: table;
    padding: 12px 20px;
    position: relative;
}

p.size2 {
    font-size: 18px;
}

h5.size1 {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

p.quote {
    font-size: 32px;
    color: #4B4B51;
    font-weight: normal;

}

.logo {
    display: flex;
    justify-content: center;
    align-self: center;
    max-width: 236px;
    margin-left: -9px;
    margin-bottom: -3px;
}

.logo img {
    max-width: 100%;
}

.right {
    display: flex;
    justify-content: end;
    align-self: center;
    width: 100%;
}

.orange {
    color: #f89b20;
}

.user_set {
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.links {
    display: flex;
    justify-content: center;
    align-self: center;
}

.links a {
    color: #29292c;
    font-size: 19px;
    text-decoration: none;
    font-weight: bold;
}

.user_name {
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.user_name img {
    margin-right: 10px;
}

.user_name a {
    font-size: 18px;
    font-weight: 500;
    color: #29292c;
    text-decoration: none;
}

.messages_section {
    display: none;
    position: absolute;
    right: 20px;
    box-shadow: 0px 0 7px 0 #999999;
    background-color: #FFFFFF;
    padding: 17px;
    border-radius: 15px;
    max-width: 232px;
    margin-top: 28px;
    width: 100%;
}

.message_status {
    display: none;
    color: #1ca8df;
    font-weight: bold;
    font-size: 12px;
}

.message_status {
    color: #1ca8df;
    font-weight: bold;
    font-size: 12px;
    float: left;
}

.message_date {
    font-weight: 500;
    font-size: 11px;
    font-style: italic;
    float: right;
}

.message_meta {
    display: block;
}

.message_short {
    font-weight: 500;
    font-size: 13px;
    font-style: italic;
    line-height: 17px;
}

.message_item {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.message_item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.user_message {
    cursor: pointer;
}

.user_message i {
    box-sizing: border-box;
    border: 1px solid #1ca8df;
    background-color: #1ca8df;
    padding: 6px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}

.user_mem_type span {
    box-sizing: border-box;
    border: 1px solid #1ca8df;
    background-color: #1ca8df;
    padding: 6px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    color: #fff;
}

.user_mem_type i {
    color: #29292c;
}

main .inner {
    box-shadow: 0px 0 7px 0 #999999;
    background-color: #FFFFFF;
    padding: 26px 25px 45px 25px;
    border-radius: 30px;
    max-width: 464px;
    margin: 0px auto;
}

main {
    background-image: url(../../assets/images/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    background-attachment: fixed;
}

.dashboard main {
    background-image: none;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
}

.sidebarD {
    min-width: 230px;
    max-width: 230px;
    width: 100%;
    display: block;
    background-image: url(../../assets/images/bgsidebar.jpg);
    background-repeat: repeat-y;
    background-size: contain;
    /* height: 100vh; */
    padding: 20px;
    z-index: 100000;
}

.sidebarD .logo {
    display: block;
    justify-content: center;
    align-self: center;
    max-width: 236px;
    margin: 0px auto 75px auto;
}

.sidebarD nav.bottom ul {
    margin: 0;
    padding: 0;
}

.sidebarD nav.bottom ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebarD nav.bottom ul li a {
    display: block;
    border-radius: 0;
    margin-right: -20px;
    font-weight: 500;
    color: #fff;
}

.sidebarD nav.top ul {
    margin: 0;
    padding: 0;
}

.sidebarD nav.top ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebarD nav.top ul li a {
    padding: 20px;
    display: block;
    border-radius: 0;
    margin-right: -20px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px dashed #8d8d8d;
}

.sidebarD nav.top ul li a.active,
.sidebarD nav.top ul li a:hover {
    background-color: #f4fcff;
    padding: 20px;
    display: block;
    border-radius: 10px 0 0 10px;
    margin-right: -20px;
    color: #1ca8df;
    border-bottom: 1px dashed transparent !important;
}

.sidebarD nav.top ul li a.Home {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/homenormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Home.active,
.sidebarD nav.top ul li a.Home:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/homeactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Vehicles {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/Vehiclesnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Vehicles.active,
.sidebarD nav.top ul li a.Vehicles:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/Vehiclesactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Tracking {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/Trackingnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Tracking.active,
.sidebarD nav.top ul li a.Tracking:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/Trackingactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Rate {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/profitlossnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Rate.active,
.sidebarD nav.top ul li a.Rate:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/profitlossactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Logs {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/Maintenancenormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Logs.active,
.sidebarD nav.top ul li a.Logs:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/Maintenancesactivel.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.IncidentsMain {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/incidentnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.IncidentsMain.active,
.sidebarD nav.top ul li a.IncidentsMain:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/incidentactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Drivers {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/Driversnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Drivers.active,
.sidebarD nav.top ul li a.Drivers:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/Driversactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}


.sidebarD nav.top ul li a.Appointments {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/Appointmentsnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Appointments.active,
.sidebarD nav.top ul li a.Appointments:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/Appointmentsactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.Cleaning {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/Cleaningnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.Cleaning.active,
ul li a.Cleaning:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/Cleaningactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.Regrenewal {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/registrationsnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.Regrenewal.active,
ul li a.Regrenewal:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/registrationactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.Maintenance {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/Maintenancenormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.Maintenance.active,
ul li a.Maintenance:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/Maintenancesactivel.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.Incident {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/incidentnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.Incident.active,
ul li a.Incident:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/incidentactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.VehiclesTypes {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/vehicletypesnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.VehiclesTypes.active,
ul li a.VehiclesTypes:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/vehicletypesactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.Preuserreport {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/Preusedreportsnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.Preuserreport.active,
ul li a.Preuserreport:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/Preusedreportsactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.Profitloss {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/profitlossnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

ul li a.Profitloss.active,
ul li a.Profitloss:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/profitlossactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Reports {
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    background-image: url(../../assets/images/Reportsnormal.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.sidebarD nav.top ul li a.Reports.active,
.sidebarD nav.top ul li a.Reports:hover {
    background-color: #f4fcff;
    padding: 15px 20px 15px 46px;
    margin-right: -20px;
    border-bottom: 1px dashed transparent !important;
    background-image: url(../../assets/images/Reportsactive.png);
    background-repeat: no-repeat;
    background-position: 14px center;
}

.contentL {
    width: 100%;
    background-color: #f4fcff;
}

.contentL header .headin {
    padding: 20px !important;
}

.cl1 {
    width: 50%;
    float: left;
}

.cl2 {
    width: 50%;
    float: left;
}

.cl3 {
    width: 100%;
    float: left;
}

.cl1inner {
    padding-right: 10px;
    display: block;
}

.cl2inner {
    padding-left: 10px;
    display: block;
}

.switch-toggle {
    width: 10em;
}

.switch-toggle label:not(.disabled) {
    cursor: pointer;
}


.inner {
    max-width: 464px;
    margin: 0 auto;
    padding: 10px 20px;
}

.inner.v2 {
    max-width: 900px;
}

.navigate {
    display: flex;
}

.prev {
    border: 2px solid #29292c;
    border-radius: 50px;
    padding: 14px 25px 14px 10px;
    color: #29292c;
    text-decoration: none;
    font-size: 12px;
    max-width: 46%;
    width: 100%;
    display: block;
    text-align: center;
    margin-right: 2%;
    line-height: 16px;
}

.prev i {
    float: left;
    font-size: 16px;
}

.next {
    border: 2px solid #29292c;
    border-radius: 50px;
    padding: 14px 10px 14px 25px;
    color: #29292c;
    text-decoration: none;
    font-size: 12px;
    max-width: 46%;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 2%;
    line-height: 16px;
}

.next i {
    float: right;
    font-size: 16px;
}

hr {
    display: block;
    margin: 10px 0;
    border: 1px solid #EEEEEE;
}

.share a {
    background-color: #1ca8df;
    padding: 16px;
    display: block;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0 19px 0 #d5d5d5;
}

label {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

input {
    border: 1px solid #ABABB1;
    border-radius: 50px;
    padding: 14px 2%;
    color: #29292c;
    text-decoration: none;
    font-size: 12px;
    display: block;
    width: 96%;
    max-width: 96%;
}

footer {
    text-align: center;
}

footer a {
    color: #1ca8df;
    text-decoration: none;
    font-size: 16px;
    margin: 0 20px;
    text-align: center;
}

footer .inner {
    max-width: 474px;
    margin: 0 auto;
    padding: 40px 20px;
}

footer p {
    font-size: 12px;
    text-align: center;
}

.fstyle1 input {
    border: 2px solid #ececec;
    border-radius: 12px;
    padding: 14px 2%;
    color: #29292c;
    text-decoration: none;
    font-size: 12px;
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

.fstyle1 select {
    border: 2px solid #ececec;
    border-radius: 12px;
    padding: 14px 2%;
    color: #29292c;
    text-decoration: none;
    font-size: 14px;
    display: block;
    width: 80%;
    max-width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

.fstyle1 .align1 input {
    display: inline-block !important;
    width: auto !important;
    margin-right: 10px;
}

.fstyle1 .align1 label {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    top: -1px;
}

.fgetlink {
    float: right;
}

input.fbtn {
    background-color: #1ca8df;
    padding: 16px;
    display: block;
    border: 2px solid #1ca8df;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0 19px 0 #d5d5d5;
    margin-bottom: 0px;
    width: 25%;
    float: right;
    max-width: 100%;
}

a.Lbtn {
    background-color: #1ca8df;
    padding: 9px 16px;
    display: block;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0 8px 0 #d5d5d5;
    margin-bottom: 0px;
    width: 100%;
    max-width: 100px;
    float: right;
}

h1.size2 {
    font-size: 32px;
}

span.memtype {
    box-sizing: border-box;
    border: 1px solid #F15F70;
    background-color: #F15F70;
    padding: 6px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    top: -8px;
}

table td {
    padding: 13px 0;
}

table th {
    /* text-wrap: nowrap !important; */
}

.disabled {
    background-color: rgb(143, 155, 179) !important;
    border-color: rgb(143, 155, 179) !important;
    cursor: not-allowed !important;
}

.textCenter {
    text-align: center !important;
}

.table1 {
    width: 100%;
    margin-bottom: 30px;
}

.tableContainer {
    width: 97%;
    overflow-x: auto;
    scrollbar-width: thin;
    border: 1px solid pink;
}

.table1 tr.thead {}

.table1 tr.thead th {
    background-color: #e5151c;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.table1 tr.odd {
    background-color: #ffffff;
}

.table1 tr.even {
    background-color: #def6ff;
}

.table1 td {
    padding: 10px 10px;
    text-align: left;
    height: 27px;
    color: #2e6899;
}

.table1 .yes_p,
.table1 .no_p {
    float: left;
}

.left2 {
    max-width: 48%;
    float: left;
    width: 100%;
}

.right2 {
    max-width: 48%;
    float: right;
    width: 100%;
}


.inbody {
    padding: 40px;
}

nav.bottom {
    position: relative;
    top: 100px;
}

.fa-file {
    color: #bfd752;
}

.fa-edit {
    color: #1ca8df;
}

.fa-trash {
    color: #e5151c;
}

.Click-here {
    background-color: #1ca8df;
    color: #ffffff;
    display: inline-block;
    padding: 15px 20px;
    margin-bottom: 12px;
    margin-left: 2px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
}

.Click-here2 {
    cursor: pointer;
}

.Click-here:hover {
    background-color: #e5151c;
}

.btn3 {
    background-color: #1ca8df;
    color: #ffffff;
    display: inline-block;
    padding: 15px 20px;
    margin-bottom: 12px;
    margin-left: 2px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    float: right;
    margin-top: 20px;
}

.btn3:hover {
    background-color: #e5151c;
}

.export:hover {
    background-color: #030c0f !important;
    color: #ffffff !important;
}

.table4 {
    width: 100%;
    max-width: 395px;
}

.table5 {
    width: 100%;
    max-width: 100%;
}

.custom-model-main,
.custom-model-main2 {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

textarea {
    border: 2px solid #ececec;
    border-radius: 12px;
    padding: 14px 2%;
    color: #29292c;
    text-decoration: none;
    font-size: 12px;
    display: block;
    width: 100%;
    max-width: 100%;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 800px;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -36px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

ul.ul2 {
    padding-left: 18px;
}

.Click-here.btn2 {
    background-color: transparent;
    color: #2e6899;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-radius: 0;
    font-weight: 400;
}

.Click-here.btn2:hover {
    background-color: transparent;
}



.topnav input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
}

.topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.topnav .search-container button:hover {
    background: #ccc;
}

.stats {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.stat {
    box-shadow: 0px 0px 14px #cdcdcd;
    width: 100%;
    float: left;
    max-width: 270px;
    margin: 14px 24px 24px 24px;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    /* cursor: pointer; */
}

.stat h3 {
    color: #1ca8df;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.stat h4 {
    font-size: 56px;
    margin: 0;
    padding: 0;
    color: #e5151c;
    font-weight: bold;
}

.table3 {
    width: 100%;
}

.table6 {
    width: 100%;
    max-width: 700px;
}

.table7 {
    width: 100%;
    /* max-width: 1200px; */
    max-width: 1800px;
}

.search-container {
    position: relative;
    width: 90%;
}

.search-container button {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    border: 0;
    background-color: transparent;
}

.search-container button i {
    font-size: 27px;
}

.search-container input {
    border: 1px solid #ABABB1;
    border-radius: 50px;
    /* padding: 14px 2%; */
    color: #29292c;
    text-decoration: none;
    font-size: 16px;
    display: block;
    background-image: url(../../assets/images/searchicon.png);
    background-position: 10px 13px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    width: 96%;
    max-width: 96%;
}

.searchbar {
    display: flex;
    justify-content: flex-end;
}

.edit1 {
    width: 10%;
    margin-left: 20px;
    width: 32px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit1 svg path {
    fill: #e5151c;
}

td.std {
    width: 412px;
    float: right;
}

.searchtab h1 {
    font-size: 44px !important;
    font-weight: 700 !important;
}

.sidebarD nav.top ul.submenu li a {
    /* background-color: transparent; */
    padding: 12px 46px;
    display: block;
    border-radius: 10px 0 0 10px;
    margin-right: -20px;
    margin-left: 5px;
    /* color: #ffffff; */
    border-bottom: none !important;
}

.sidebarD nav.top ul.submenu li a.active,
.sidebarD nav.top ul.submenu li a.hover {
    background-color: #f4fcff;
    padding: 12px 46px;
    display: block;
    border-radius: 10px 0 0 10px;
    margin-right: -20px;
    margin-left: 5px;
    color: #1ca8df !important;
    border-bottom: none !important;
}

/* .top li .submenu {
  display: none;
} */

.restable {
    overflow-x: auto;
}

.view-model {
    width: 550px !important;
}


@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }

    .cl1,
    .cl2 {
        width: 100%;
        float: none;
    }

    .jtoggler-label {
        padding-left: 12px;
        width: 200px;
    }

    .cl1inner,
    .cl2inner {
        padding-left: 0;
        display: block;
        padding-right: 0;
    }
}



/* SM Screens */
@media only screen and (max-width: 640px) {
    .stats {
        display: block;
        align-items: center;
        width: 100%;
    }

    .stat h3 {
        min-height: 47px;
    }

    .stat {
        box-shadow: 0px 0px 14px #cdcdcd;
        width: 40%;
        float: left;
        max-width: 40%;
        margin: 2%;
        text-align: center;
        padding: 3%;
        border-radius: 12px;
        display: inline-block;
    }

    .inbody {
        padding: 40px 20px;
    }

    .logo img {
        max-width: 100%;
    }

    .user_name a {
        font-size: 12px;
    }

    .user_mem_type span {
        font-size: 12px;
    }

    .links a {
        font-size: 14px;
    }

    main .inner {
        margin: 0 20px;
        padding: 26px 20px 45px 20px;
    }

    h1 {
        font-size: 37px;
    }

    h1.size2 {
        font-size: 26px;
    }

    .topnav .search-container {
        float: none;
    }

    .topnav a,
    .topnav input[type=text],
    .topnav .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    .topnav input[type=text] {
        border: 1px solid #ccc;
    }

    .dashboard main {
        max-width: 100%;
        display: block;
    }

    .sidebarD {
        display: block;
        height: auto;
        padding: 0%;
        width: 96% !important;
        max-width: 96% !important;
    }

    .sidebarD .logo {
        margin: 0 auto;
        text-align: center;
    }

    .table1 {
        width: auto;
        overflow-x: auto;
    }


    .sidebarD nav.top ul li a.active,
    .sidebarD nav.top ul li a:hover {
        background-color: #f4fcff;
        padding: 20px;
        display: block;
        border-radius: 10px;
        margin-right: 0px;
        color: #1ca8df;
        border-bottom: 1px dashed transparent !important;
    }

    .sidebarD nav.top ul li a.Home {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.Home.active,
    .sidebarD nav.top ul li a.Home:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.Vehicles {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.Vehicles.active,
    .sidebarD nav.top ul li a.Vehicles:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.Tracking {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.Tracking.active,
    .sidebarD nav.top ul li a.Tracking:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.Drivers {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.Drivers.active,
    .sidebarD nav.top ul li a.Drivers:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.Logs {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.Logs.active,
    .sidebarD nav.top ul li a.Logs:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.IncidentsMain {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.IncidentsMain.active,
    .sidebarD nav.top ul li a.IncidentsMain:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }


    .sidebarD nav.top ul li a.Appointments {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.Appointments.active,
    .sidebarD nav.top ul li a.Appointments:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.Cleaning {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.Cleaning.active,
    ul li a.Cleaning:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.Regrenewal {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.Regrenewal.active,
    ul li a.Regrenewal:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.Maintenance {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.Maintenance.active,
    ul li a.Maintenance:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.Incident {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.Incident.active,
    ul li a.Incident:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.VehiclesTypes {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.VehiclesTypes.active,
    ul li a.VehiclesTypes:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.Preuserreport {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.Preuserreport.active,
    ul li a.Preuserreport:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.Profitloss {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    ul li a.Profitloss.active,
    ul li a.Profitloss:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }




    .sidebarD nav.top ul li a.Reports {
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul li a.Reports.active,
    .sidebarD nav.top ul li a.Reports:hover {
        background-color: #f4fcff;
        padding: 15px 20px 15px 46px;
        margin-right: 0px;
        background-position: 14px center;
    }

    .sidebarD nav.top ul {
        display: block !important;
    }

    .model-open {
        margin: 20px;
    }

    .searchtab.table3 tr {
        display: grid;
    }

    .searchtab.table3 td.std {
        width: 100%;
    }

    .menudiv_section {
        display: none;
    }

    .menudiv_section.show {
        display: block;
        position: absolute;
        right: 20px;
        box-shadow: 0px 0 7px 0 #999999;
        background-color: #FFFFFF;
        padding: 10px;
        border-radius: 15px;
        max-width: 232px;
        margin-top: 0px;
        width: 100%;
        background-image: url(../../assets/images/bgsidebar.jpg);
        background-repeat: repeat-y;
        background-size: contain;
        z-index: 2;
        top: 88px;
    }

    .menudiv_section .sidebarD {
        display: block;
        height: auto;
        padding: 5%;
        width: 90% !important;
        max-width: 90% !important;
        border-radius: 10px;
    }

    .menudiv_section .sidebarD nav.top ul.submenu li a.active,
    .menudiv_section .sidebarD nav.top ul.submenu li a.hover {
        background-color: transparent;
        padding: 8px 40px;
        display: block;
        border-radius: 10px 0 0 10px;
        margin-right: 0;
        color: #1ca8df !important;
        border-bottom: none !important;
    }

    .menudiv_section nav.bottom {
        position: relative;
        top: 0;
        margin: 20px 5px;
        display: block;
    }

    .menudiv .fa-bars {
        font-size: 30px;
        top: 2px;
        position: relative;
        color: #e5151c;
    }

    .menudiv {
        display: block !important;
    }

    .contentL header .headin {
        display: flex;
    }

    .contentL header .headin .logo {
        display: block !important;
        justify-content: center;
        align-self: center;
        max-width: 116px;
        margin-left: -9px;
        margin-bottom: -3px;
    }

    .dlogo {
        display: none !important;
    }

}

.contentL header .headin .logo,
.menudiv {
    display: none;
}

/* L screens */
@media (max-width: 1399px) {
    .contentL {
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: scroll;
    }

    .sidebar.collapsed+.contentL,
    /* If .sidebar is right before .contentL */
    .sidebar.collapsed~.contentL {
        /* If .contentL is anywhere after .sidebar */
        max-width: calc(92% + 100px) !important;
        /* Adjust width dynamically */
        width: 100% !important;
        overflow-x: scroll;
    }

    .contentL table {
        width: 100%;
        overflow: auto;
    }

    .contentL .row {
        width: 100% !important;
        overflow: auto;
    }

    .routerOutlet,
    .routerOutlet.expanded {
        width: 100% !important;
    }

    .table3 {
        width: 100% !important;
    }

    .table1 {
        width: 100% !important;
        overflow: hidden;
    }

    /* .table5, .table4 {
        margin-left: 20px;
        overflow: hidden;
    } */

    .sidebar.collapsed {
        width: 100px !important;
    }
}

/* XL screens */
@media (min-width: 1400px) {
    .contentL {
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: scroll;
    }

    .sidebar.collapsed+.contentL,
    /* If .sidebar is right before .contentL */
    .sidebar.collapsed~.contentL {
        /* If .contentL is anywhere after .sidebar */
        max-width: calc(100% - 100px) !important;
        /* Adjust width dynamically */
        width: calc(100% - 100px) !important;
        overflow-x: scroll;
    }

    .contentL table {
        width: 100%;
        overflow: auto;
    }

    .contentL .row {
        width: 100% !important;
        margin: 0 10x;
        overflow: auto;
    }

    .routerOutlet,
    .routerOutlet.expanded {
        width: 100% !important;
    }

    .table3 {
        width: 100% !important;
    }

    .sidebar.collapsed {
        width: 100px !important;
    }
}


button.fbtn {
    background-color: #1ca8df;
    padding: 16px;
    display: block;
    border: 2px solid #1ca8df;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    box-shadow: 0px 0 19px 0 #d5d5d5;
    margin-bottom: 0px;
    width: 25%;
    float: right;
    max-width: 100%;
}


/**********************  Three State Radio Button ************/
.wrapper {
    width: 70px;
    height: 30px;
    position: relative;
    background: #f7f7f7;
    border-radius: 30px;
    box-shadow: inset 0 0 1px rgb(0 0 0 / 25%);
    transition: background-color 0.3s;
}

.wrapper .toggle {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 1.4rem;
    top: 1px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 0.1rem solid gray;
    background: #9a9a9a;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wrapper label {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: inline-block;
    text-align: center;
    line-height: 2rem;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: white;
    -webkit-animation: 6s rot-label ease-in-out infinite;
    -moz-animation: 6s rot-label ease-in-out infinite;
    -o-animation: 6s rot-label ease-in-out infinite;
    animation: 6s rot-label ease-in-out infinite;
}

.wrapper input {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.yes_radio:checked {
    /* background: #82CD47; */
    background: red;
}

.yes_radio:checked~.toggle {
    /* border: 0.1rem solid #82CD47;
    background: #82CD47; */
    border: 0.1rem solid #e32127;
    background: #e94e53;
    left: 0rem;
}

.no_radio:checked {
    background: green;
    /* background: red; */
}

.no_radio:checked~.toggle {
    border: 0.1rem solid #82CD47;
    background: #82CD47;
    /* border: 0.1rem solid #e32127;
    background: #e94e53; */
    left: 42px;
}

.maybe_radio,
.maybe-lbl {
    left: 33.33333%;
}

.no_radio,
.no-lbl {
    left: 66.66667%;
}

.maybe-lbl {
    -webkit-animation-delay: 2s;
    -o-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.no-lbl {
    -webkit-animation-delay: 4s;
    -o-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s;
}

.is-invalid {
    /* border: 1px solid #dc3545 !important;  */
    border-color: #dc3545 !important;
}

.pointer {
    cursor: pointer;
}

.checklist-label {
    font-size: 12px;
    font-weight: 400;
    padding: 4px;
    text-transform: capitalize;
}

@-moz-keyframes rot-label {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-400deg);
    }

    18% {
        transform: rotate(-340deg);
    }

    20% {
        transform: rotate(-360deg);
    }

    30% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rot-label {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-400deg);
    }

    18% {
        transform: rotate(-340deg);
    }

    20% {
        transform: rotate(-360deg);
    }

    30% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes rot-label {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-400deg);
    }

    18% {
        transform: rotate(-340deg);
    }

    20% {
        transform: rotate(-360deg);
    }

    30% {
        transform: rotate(-360deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* ALL LOADERS */

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

/* LOADER 2 */

.loader-2 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 35px 5px;
}

.loader-2 span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}

.loader-2 span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}

.loader-2 span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {

    0%,
    75%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* LOADER 4 */

.loader-4 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 35px 5px;
    opacity: 0;
}

.loader-4 span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.loader-4 span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.loader-4 span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange {

    0%,
    100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}


/************/
.center {
    text-align: center !important;
}

.label-week {
    font-size: 12px;
    padding: 14px 2%;
}

.flex {
    display: flex;
}

.full-width {
    width: 100% !important;
}

.pd-5 {
    padding: 5px !important;
}

.fa-passwd-reset>.fa-lock,
.fa-passwd-reset>.fa-key {
    font-size: 0.85rem;
}

.scrollable-x {
    overflow-x: scroll;
}

.scrollable-y {
    overflow-y: scroll;
}

.not-allowed,
.not-allowed>* {
    cursor: not-allowed !important;
}

.toggle-danger {
    border: 0.2rem solid #dc3545 !important;
}

.badge-primary,
.badge-success,
.badge-warning {
    cursor: default;
}

.fixed-width {
    width: 150px;
    /* or any fixed width you prefer */
    white-space: nowrap;
    /* optional: prevents wrapping in the first column */
}

.fixed-width-sm {
    width: 90px;
    white-space: nowrap;
}