﻿#inputContainer {
    height: 100vh;
    margin: 0 auto;
    max-width: 50em;
    padding: 2em;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.inputGroup {
    display: block;
    margin: 0 0 1.5em;
}

.label_title {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38598f;
}


.radio_wraper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.radiobox {
    width: 40%;
    margin: 0 20px 0 0;
}

    .radiobox input {
        opacity: 0;
        position: absolute;
    }

    .radiobox img {
        max-width: 15%;
        margin: 0 10px 0 0;
    }

    .radiobox input + label {
        border-radius: 10px;
        position: relative;
        text-align: center;
        z-index: 1;
        background: #cdcdcd;
        font-weight: 700;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
        padding: 5px;
    }

    .radiobox input:focus + label {
        outline: none;
    }

    .radiobox input:focus-visible + label {
        outline: var(--focus-style);
        outline-offset: var(--focus-offset);
    }

    .radiobox input:-moz-focusring + label {
        outline: var(--focus-style);
        outline-offset: var(--focus-offset);
    }

    .radiobox input:checked + label {
        background: #38598f;
        color: #ffffff;
    }


/* PreLoader */

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    margin: 0 auto;
}

    .preloader .preloader-circle {
        width: 100px;
        height: 100px;
        position: relative;
        border-style: solid;
        border-width: 2px;
        border-top-color: #007bff;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        z-index: 10;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
        box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
        background-color: #fff;
        -webkit-animation: zoom 2000ms infinite ease;
        animation: zoom 2000ms infinite ease;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    .preloader .preloader-circle2 {
        border-top-color: #0078ff;
    }

    .preloader .preloader-img {
        position: absolute;
        top: 50%;
        z-index: 200;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-top: 6px;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

        .preloader .preloader-img img {
            max-width: 55px;
        }

    .preloader .pere-text strong {
        font-weight: 800;
        color: #dca73a;
        text-transform: uppercase;
    }

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}

/*Maintainces*/
.maintaines_top_sec_col input[type=number] {
    width: 100%;
    display: block;
    padding: 7px;
    border: none;
    border-radius: 7px;
}

.maintaines_top_sec_col select {
    margin: 0;
    border: 1px solid #ced4da !important;
}

.form-control:focus {
    border-color: #cdcdcd !important;
    box-shadow: none !important;
}

.maintaines_sec2 {
    padding: 50px 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.maintaines_top_sec_col .radiobox input + label {
    margin: 0 0 5px;
    padding: 10px 12px;
}

.maintaines_top_sec_col .radiobox {
    width: auto;
    margin: 0 20px 0 0;
}

.maintaines_top_sec_col .label_title {
    font-size: 12px !important;
}

.save_btn {
    margin: 20px 0 0 auto;
    background: #0851a8;
    border: none;
    color: #fff;
    padding: 10px 50px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.account_mid_sec a:hover {
    color: #fff;
    text-decoration: none;
}

.maintaines_sec .page-title-wrapper, .flex_wrap .page-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service_sec input[type="date"] {
    display: block;
    width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    padding: 7px;
}

/*Registraion*/
.bottom-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cls_box_parent {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 200px 0 0;
}

.register_sec .cls_box {
    background: #1a3f71;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-left: 1px solid;
    font-weight: 700;
}

.register_sec .co {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: -2px 3px 3px 0px #fff;
    cursor: pointer;
}

.register_sec .fo {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 3px 3px 0px #fff;
    cursor: pointer;
}

.register_sec .title_h2 {
    color: #fdcd01;
    margin: 0 0 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.register_sec nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fdcd01;
    background: #21569b;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

    .register_sec nav > div a.nav-item.nav-link:hover, nav > div a.nav-item.nav-link:focus {
        background: transparent;
        color: #fff;
    }

.signup_wrap nav > div a.nav-item.nav-link:hover, nav > div a.nav-item.nav-link:focus {
    background: #164c8d;
}

.regisrtion_field {
    position: relative;
    margin: 0 0 20px;
}

.regisrtion_requied {
    position: relative;
}
.regisrtion_requied input::placeholder {
    font-size: 14px;
}
    .regisrtion_requied::before {
        color: red;
        position: absolute;
        left: 3px;
        top: 44px;
        content: "*";
    }

.radioWrap {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
}

    .radioWrap input[type='radio'] {
        display: none;
    }

    .radioWrap label {
        color: #666;
        text-transform: capitalize;
    }

    .radioWrap label:before {
        content: " ";
        display: inline-block;
        position: relative;
        top: 5px;
        margin: 0 5px 0 0;
        width: 20px;
        height: 20px;
        border-radius: 11px;
        border: 2px solid #21569b;
        background-color: transparent;
    }

    .radioWrap input[type=radio]:checked + label:after {
        border-radius: 11px;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 9px;
        left: 4px;
        content: " ";
        display: block;
        background: #21569b;
    }
    .regisrtion_field label {
        font-weight: 700;
        margin: 0 0 10px;
    }



.regisrtion_field input:focus {
    border: 1px solid #cdcdcd !important;
}

.regisrtion_field .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #cdcdcd !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
  }

.select2-container--default .select2-search--inline .select2-search__field {
    padding: 0 0 14px 0 !important;
}

.select2-container--default .select2-selection--multiple {
    padding: 6px 0 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 23px !important;
    vertical-align: middle !important;
    margin: 0 10px !important
}

@media only screen and (min-width: 992px) and (max-width: 1249px) {
    .closed-sidebar.closed-sidebar-mobile .app-sidebar .app-header__logo .header__pane, .closed-sidebar.closed-sidebar-mobile .app-header .app-header__logo .header__pane {
        display: block;
    }

    .app-header__logo {
        padding: 0 1.7rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .col-direction {
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
    .loadTable_wrap .right_btn_sec button {
        padding: 5px 38px !important;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .label_title {
        padding: 10px 0;
    }

    .radiobox img {
        max-width: 25%;
    }
}

@media only screen and (max-width: 464px) {
    .radiobox {
        width: 30%;
        margin: 0 10px 0 0;
    }
}

@media only screen and (max-width: 320px) {
    .radiobox {
        width: 40%;
    }
}

/*Register-Sec*/
.register_btn {
    display: block;
    margin: 0 0 0 auto;
    text-align: center;
    border: 1px solid #21569b;
    border-radius: 7px;
    max-width: 15%;
    width: 100%;
    padding: 10px;
    background: #21569b;
    font-weight: 600;
    color: #fff;
}

div#hide i {
    color: #000;
    font-size: 20px;
    margin: 0 0 0 auto;
    display: block;
    background: #fdcd01;
    max-width: 40px;
    width: 100%;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}
/*User-Account*/
.account_mid_sec ul.nav-tabs li {
    background: #264a8a;
    margin: 0 10px 0 0;
    text-align: center;
}

.account_mid_sec ul.nav-tabs a:hover {
    text-decoration: none
}

.nav li > a.active {
    background: #000;
    color: #fbcb03 !important;
}

.account_mid_sec ul.nav-tabs a {
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 5px 20px;
}

.account_mid_sec .fieldbox {
    margin: 0 0 20px;
}

    .account_mid_sec .fieldbox label {
        margin: 0;
    }

label.upload_label::after {
    content: "Brower";
    background: #e9ecef;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    cursor: pointer;
}

.upload_label {
    border: 1px solid #cdcdcd;
    width: 100%;
    padding: 6px;
    border-radius: 5px;
    position: relative;
}

.inputfield_none {
    display: none
}

.fieldbox img.img_upload {
    background: #cdcdcd;
}

.custom-file-label {
    margin: 0 auto !important;
    width: 95% !important;
}

/*Modal*/
.modal-window {
    position: fixed;
    background-color: rgb(0 0 0 / 75%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

    .modal-window:target {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .modal-window > div {
        width: 400px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 2em;
        background: white;
    }

    .modal-window header {
        font-weight: bold;
    }

    .modal-window h1 {
        font-size: 150%;
        margin: 0 0 15px;
    }

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

    .modal-close:hover {
        color: black;
    }
/*Map*/
#map {
    min-height: 500px;
    background: #000;
}


#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}
/*Corporate Modal*/
.content {
    display: none;
}

/*button {
    margin-top: 30px;
}*/

.back {
    display: none;
}

.next {
    margin-left: 50px;
}

.end {
    display: none;
}

.submit {
    display: none;
}


/*Modal*/
.modal_close_btn {
    background: #38598f !important;
    font-size: 32px;
    color: #ffce00;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 30px;
    padding: 0 0 9px !important;
    opacity: 1;
}

    .modal_close_btn:hover {
        background: #38598f !important;
        color: #ffce00 !important;
    }

.custom_modal .modal-content {
    border: 1px solid #f7be56;
    border-radius: 5px;
    box-shadow: 3px 0px 3px 1px #f7be56;
}

.maintaines_top_sec_col .form-control {
    border: 1px solid #cdcdcd !important;
}

.maintaines_top_sec_col {
    margin: 0 0 10px;
}

    .maintaines_top_sec_col label {
        font-weight: 600;
    }

.custom_modal .save_btn {
    margin: 20px 20px 0 auto;
}

@media (min-width: 576px) {
    #vehiclesModal .modal-dialog {
        max-width: 70% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .rateBoard-top {
        flex-direction: column-reverse;
    }
}

@media (max-width: 480px) {
    .maintaines_sec .page-title-wrapper, .flex_wrap .page-title-wrapper {
        display: block;
    }
}
/*Loadboard Corapate tabels*/
.table_size tr.odd td:nth-of-type(1) {
    width: 12%;
}

.table_size tr.odd td:nth-of-type(2), .table_size tr.odd td:nth-of-type(3), .table_size tr.even td:nth-of-type(2), .table_size tr.even td:nth-of-type(3) {
    width: 17%;
    font-size: 13px;
}

.table_size button {
    margin-top: 0;
}

.table_size tbody td {
    padding: 20px 10px;
}

.table_size tr.odd td:nth-last-child(1) button,
.table_size tr.even td:nth-last-child(1) button {
    margin-right: 5px;
}

#corporateFleetTable tr.odd td:nth-of-type(8) {
    width: 5%;
}

#corporateFleetTable tr.odd td:nth-last-child(1) button, #corporateFleetTable tr.even td:nth-last-child(1) button {
    margin-right: 1px;
}

.modal_wrap .close {
    position: absolute;
    right: 0;
    top: 0;
    background: #38598f;
    opacity: 1;
    color: #fff;
    padding: 5px 15px 10px;
    margin: 0;
}

.modal_wrap h4.modal-title {
    color: #38598f;
    font-weight: 800;
}

.btn_close {
    background: #38598f;
    color: #fff;
}

.modal_wrap .modal-content {
    border: 1px solid #f7be56;
    border-radius: 5px;
    box-shadow: 3px 0px 3px 1px #f7be56;
}
/*Driver*/
#tblDriver tbody tr:hover > .sorting_1, #tblDriver.hover tbody tr:hover > .sorting_1 {
    background-color: transparent !important;
}

.profile_img_sec img {
    max-width: 120px;
    min-width: 120px;
    min-height: 120px;
    max-height: 120px;
    border-radius: 50%;
    background: #cdcdcd;
}

.info_col1 img {
    display: block;
}

.info_col1 img {
    max-width: 100px;
    min-width: 100px;
    max-height: 100px;
    min-height: 100px;
}

#tblDriver tr {
    max-width: 50%;
    min-width: 50%;
    display: inline-block
}

.info_col1 label {
    font-weight: 700;
}

.info_col1 h4 {
    font-weight: 700;
    font-size: 32px;
}

.status-box {
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.status-box-color-1 {
    background: #000 !important;
}

.table_info_sec {
    background: #eaeaea;
    padding: 10px;
    border-radius: 7px;
}

#tblDriver tbody tr, #tblDriver tbody tr.even {
    background-color: transparent !important;
}

#tblDriver.row-border tbody th, #tblDriver.row-border tbody td, #tblDriver tbody th, #tblDriver tbody td {
    border-top: none;
}

#tblDriver.order-column tbody tr > .sorting_1,
#tblDriver.order-column tbody tr > .sorting_2,
#tblDriver.order-column tbody tr > .sorting_3,
#tblDriver.display tbody tr > .sorting_1,
#tblDriver tbody tr > .sorting_2, #tblDriver tbody tr > .sorting_3 {
    background-color: transparent;
}

.info_col1 label {
    margin: 0;
}

@media only screen and (max-width: 1366px) {
    .profile_img_sec img {
        max-width: 100px;
        min-width: 100px;
        min-height: 100px;
        max-height: 100px;
    }

    .save_btn {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 1024px) {
    #tblDriver tr {
        max-width: 100%;
    }

    .profile_img_sec {
        text-align: center;
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

        .profile_img_sec img {
            max-width: 150px;
            min-width: 150px;
            min-height: 150px;
            max-height: 150px;
        }
}

.d_flex_wrap {
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    min-height: 100%;
    max-height: 100%;
    justify-content: center;
}

.right_btn_sec {
    margin: 0;
    text-align: end;
}

.d_flex_wrap .save_btn {
    padding: 10px 0;
    margin: 10px auto 0;
    width: 100%;
}

textarea.driver_textarea {
    width: 100%;
    height: 35px;
    min-height: 35px;
    resize: none;
}

/*#drivereditModal input, div#drivereditModal textarea {
    margin: 10px 0;
}*/
.info_col1 input, .info_col1 textarea, .info_col1 select {
    margin: 10px 0;
}

#drivereditModal .modal-footer {
    margin: 0;
    padding: 0;
}

#drivereditModal .save_btn {
    margin: 20px 10px;
}


[type=file] {
    height: 0;
    overflow: hidden;
    width: 0;
}

    [type=file].file_upload + label {
        background: #ffc962;
        border: none;
        border-radius: 5px;
        color: #38598f;
        cursor: pointer;
        display: inline-block;
        font-weight: 600;
        outline: none;
        padding: 10px;
        position: relative;
        transition: all 0.3s;
        width: 100%;
        text-align: center;
        overflow: hidden;
        margin: 10px 0 0;
        text-transform: capitalize;
        font-weight: 700;
    }

        [type=file].file_upload + label.btn-3 span {
            display: inline-block;
            height: 100%;
            transition: all 0.3s;
            width: 100%;
        }

        [type=file].file_upload + label.btn-3::before {
            color: #38598f;
            font-family: 'Font Awesome\ 5 Free';
            content: "\f093";
            font-weight: 900;
            font-size: 130%;
            height: 100%;
            left: 0;
            line-height: 2.6;
            position: absolute;
            top: -180%;
            transition: all 0.3s;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        [type=file].file_upload + label.btn-3:hover span {
            transform: translateY(300%);
        }

        [type=file].file_upload + label.btn-3:hover::before {
            top: 0;
        }

.info_col1 img.upload_file_img {
    max-width: 50%;
    min-width: 50%;
    max-height: 50%;
    min-height: 50%;
    display: none;
}

.r-margin {
    margin-top: 20px !important;
}

/*LoadBoard*/
.loadTable_wrap .right_btn_sec {
    /*display: flex;*/
    align-items: center;
    justify-content: flex-end;
}

    .loadTable_wrap .right_btn_sec button {
        padding: 5px 40px;
        border-radius: 5px;
        font-size: 15px;
    }

.loadTable_wrap tr {
    max-width: 100%;
    min-width: 100%;
    //display: inline-block;
}

.d_flex_wrap h5 {
    font-size: 18px;
}

.info_col1 i {
    color: #fdcd02;
}

.loadTable_wrap tbody tr.odd,
.loadTable_wrap tbody tr.odd {
    background-color: transparent;
    /* padding: 0;
    margin: 0;
    border-radius: 7px;*/
}

    .loadTable_wrap tbody tr.odd > .sorting_1,
    .loadTable_wrap.order-column.stripe tbody tr.odd > .sorting_1 {
        background-color: transparent;
        border-radius: 4px;
        padding: 0;
        /* border: 2px solid #6898f1;
    box-shadow: 3px 0px 3px 1px #f7be56;*/
    }

.loadTable_wrap.hover tbody tr:hover, .loadTable_wrap.display tbody tr:hover {
    background-color: #244683;
}

    .loadTable_wrap.display tbody tr:hover > .sorting_1,
    .loadTable_wrap.order-column.hover tbody tr:hover > .sorting_1 {
        background-color: #343a40;
    }
/*Latest Screen UI*/
.table_info_sec {
    background: #ffffff;
    padding: 20px 30px;
    border: 1px solid #C6C6C8;
    margin: 0 0 30px;
    -webkit-animation: zoom-out ease 2s;
    -moz-animation: zoom-out ease 2s;
    -o-animation: zoom-out ease 2s;
    -ms-animation: zoom-out ease 2s;
    width: 100%;
    border-radius: 30px;
}
.table_info_sec .mid_sec {
    width: 100%;
    display: flex;
    margin: 40px 0;
    justify-content: space-around;
}
.table_info_sec .mid_sec .mid_sec_col {
    background-color: #fff;
    background-image: url(../css/assets/images/mid_sec_col_bg.png);
    background-size: 125px 84px;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 12.5%;
    text-align: center;
    color: #343a40;
    transition: height 4s;
    position: relative;
    justify-content: center;
    word-wrap: break-word;
    align-items: center;
    overflow-wrap: break-word;
    box-shadow: -3px 4px 3px 1px rgb(209 209 209 / 90%);
    padding: 30px 0 10px;
    animation: zoom-out ease 4s;
    -webkit-animation: zoom-out ease 4s;
    -moz-animation: zoom-out ease 4s;
    -o-animation: zoom-out ease 4s;
    -ms-animation: zoom-out ease 4s;
    border: 1px solid #cdcdcd;
}
.table_info_sec .mid_sec .mid_sec_col img {
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    max-width: 52px;
    min-height: 52px;
    margin: 0 auto;
}
.table_info_sec .mid_sec .mid_sec_col label {
    font-weight: bold;
    font-size: 1rem;
    text-transform: capitalize;
}
.table_info_sec .mid_sec .mid_sec_col p {
    font-size: 0.9rem;
    line-height: 1.2;
}
.listing_wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.listing_wrap ul li {
    padding: 0 0 0px 30px;
    position: relative;
    margin: 0 0 0;
    display: flex;
}
.listing_wrap ul li:before {
    position: absolute;
    left: 11px;
    top: 10px;
    content: "";
    height: 100%;
    width: 0;
    border-left: 2px solid #cdcdcd;
}
/*.listing_wrap ul li p {
    margin-left: 8px;
}*/
.listing_wrap ul li label {
    font-weight: bold;
}
 .listing_wrap ul li:after {
    position: absolute;
    top: 5px;
    left: 7px;
    content: "";
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
    text-align: center;
    line-height: 24px;
}
.listing_wrap ul li:nth-child(odd):after {
    left: 7px;
    height: unset;
    width: unset;
    line-height: unset;
    content: "\f111";
    font-size: 10px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    background: unset;
    color: #FDCE08;
}
.listing_wrap ul li:last-of-type:before {
    border: none;
}
.listing_wrap ul li:nth-child(even):after {
    left: 7px;
    height: unset;
    width: unset;
    line-height: unset;
    content: "\f3c5";
    font-size: 12px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    background: unset;
    color: #0851A8;
}
.table_info_sec .Head label {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
}
.table_info_sec .Head span {
    font-size: 1.2rem;
    margin-left: 8px;
    font-weight: normal;
}
.table_info_sec .Head {
    color: #343a40;
    position: relative;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.table_info_sec .Head img {
    margin: 0 10px 0 0;
}
.table_info_sec_bottom_right button {
    padding: 4px 40px;
    border-radius: 7px;
    border: none;
}
.table_info_sec_bottom_right {
    text-align: end;
}
.mid_sec_col_picture {
    text-align: center;
}
.mid_sec_col_picture label {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin: 0 auto 10px;
}
.mid_sec_col_picture .inner_body {
    height: 70px;
    width: 170px;
    background-color: rgb(190, 190, 190);
    border-radius: 10px;
}
.inner_body img {
    max-height: 70px;
    border-radius: 10px;
    margin: 0 auto;
}
.flex_wraping {
    text-align: end;
}
.table_info_sec .icon_btn {
    background-color: rgb(58, 196, 125);
    margin-right: 35px;
    box-shadow: rgba(0, 0, 0, 0.19) 7px 7px 9px 2px;
    border-radius: 10px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 7px 40px;
}
.table_info_sec .red_btn {
    background-color: rgb(205, 35, 35) !important;
}
/*table btn clr*/
.table_info_sec_bottom_right .tbl_anchor {
    padding: 4px 40px;
    border-radius: 7px;
    border: none;
    background: #3ac47d;
    color: #fff;
    font-weight: 700;
}

.table_info_sec_bottom_right .tbl_anchor:hover {
    text-decoration: none;
}
button.btn_red {
    background: #cd2323;
    color: #fff;
}
/*end table btn clr*/
.head_right_col span {
    color: #0851a8;
    font-weight: 700 !important;
}

.head_right_col h5 {
    font-weight: 700;
}

/*End Latest Screen UI*/
.location_sec {
    position: relative;
}

/*.location_sec:before {
            content: "";
            position: absolute;
            width: 437px;
            height: 39px;
            margin: 0 auto;
            text-align: center;
            left: 0;
            right: 300px;
            top: 4px;
            background-image: url(../css/assets/images/arrow.png);
            background-size: 340px 23px;
            background-repeat: no-repeat;*/
/*transform: rotate( 348deg );*/
/*overflow: hidden;
        }*/
.arrow-img {
    width: 200px;
    position: absolute;
    left: -8px;
    top: 15px;
}

@media only screen and (min-width: 1366px) and (max-width: 1480px) {
    .arrow-img {
        width: 175px;
        left: -14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .arrow-img {
        width: 175px;
        left: -14px;
    }
}

@media only screen and (min-width: 1020px) and (max-width: 1199px) {
    .arrow-img {
        width: 150px;
        left: -10px;
        top: 20px;
    }
}

@media only screen and (max-width: 1019px) {
    .arrowImg {
        display: none !important;
    }
}

@media only screen and (max-width: 1366px) {
    .location_sec:before {
        right: 250px;
    }
}

@media only screen and (max-width: 1024px) {
    .location_sec:before {
        right: 112px;
        background-size: 273px 18px;
    }
}
/*Vehicles-Table*/
#tblMaintenanceList td:nth-of-type(8) {
    font-size: 13px;
    width: 10%;
}

#tblMaintenanceList td:nth-of-type(3) {
    width: 60%;
    font-size: 13px;
}

#tblMaintenanceList td:nth-of-type(13) {
    width: 100%;
}

#tblMaintenanceList td:nth-of-type(7) {
    font-size: 13px;
}

.info_col1 select {
    border: 1px solid #ced4da !important;
}

#tblMaintenanceList td img {
    max-width: 50px;
    margin: 0 auto;
    display: block;
}

.info_col1 .img_wrap img {
    max-width: 200px;
    min-width: 200px;
    max-height: 200px;
    min-height: 200px;
}

.loadTable_wrap tbody tr, .loadTable_wrap tbody tr.even {
    background-color: transparent !important;
}

.loadTable_wrap.row-border tbody th, .loadTable_wrap tbody td, .loadTable_wrap tbody th, .loadTable_wrap tbody td {
    border-top: none !important;
}

.loadTable_wrap tbody tr.even > .sorting_1, .loadTable_wrap tbody tr.even > .sorting_1 {
    background-color: transparent !important;
}
/*User-Profile*/
.profile_img_wrap img {
    border-radius: 50%;
    border: 1px solid #264a8a;
    max-width: 200px;
    min-width: 200px;
    max-height: 200px;
    min-height: 200px;
    box-shadow: 0px 0px 3px 1px #264a8a;
}

.profile_img_wrap {
    position: relative;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 0 auto;
}

    .profile_img_wrap:hover .profile_hov_sec {
        display: block;
        height: 100%;
        top: 0;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.profile_hov_sec {
    display: none;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ffff;
    max-width: 200px;
    min-width: 200px;
    max-height: 200px;
    min-height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    opacity: 0.6;
}

    .profile_hov_sec label {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100%;
        font-weight: 900;
        color: #264a8a;
        cursor: pointer;
    }

.account_mid_sec #accountTab1 .save_btn {
    margin: 0 0 0 auto;
}

.fieldbox p {
    border: 1px dotted #ced4da;
    padding: 0 5px;
    margin: 10px 0 0;
    min-height: 40px;
    word-break: break-word;
    text-align: justify;
    display: flex;
    align-items: center;
}

.account_flexbox a.save_btn {
    margin: 0;
}

.account_flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.relative_sec {
    position: relative;
}

img.relative_img_wrap {
    border: 1px dotted #f1c819;
    max-width: 250px;
    min-width: 250px;
    min-height: 250px;
    max-height: 250px;
    margin: 10px 0;
    padding: 20px;
}

.relative_sec:hover .profile_hov_sec {
    display: block
}

.relative_sec .profile_hov_sec {
    bottom: 0;
    right: unset;
    border-radius: 0;
    max-width: 250px;
    min-width: 250px;
    min-height: 250px;
    max-height: 250px;
}

.check_wrap input {
    max-width: 15px;
}

.check_wrap label {
    margin: 0 0 0 10px;
}

.error {
    color: red;
}

/*Theme Color*/
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff !important;
}

.app-header__logo .logo-src {
    min-height: 50px;
    max-height: 50px;
}

.app-theme-white.fixed-header .app-header__logo {
    background: #0851a8;
}

.whiteContent {
    color: #fff !important;
}

.blueBg {
    background: #0851a8 !important;
}

.app-sidebar.sidebar-text-dark .vertical-nav-menu li a {
    transition: all 0.2s ease-in-out;
    font-weight: 700 !important;
}

.app-sidebar.sidebar-text-dark .vertical-nav-menu li a:hover {
    background: #ffce00 !important;
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a.menu-text:hover img {
    filter: brightness(0.4) !important;
    }
/*ul.vertical-nav-menu.metismenu li a {
    display: flex !important;
    align-items: center !important;
}*/
.vertical-nav-menu li a {
    height: auto;
}
.wthree-field input {
    background: transparent;
}
.wthree-field input#password {
    padding: 0 40px 0 0;
}
.eyeWrap {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 1px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*Temperature*/
.temperature_row_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important; 
}
.temperature_row_wrap .select2-container--default .select2-selection--single {
    padding: 17px 0 !important;
}
.lblWrap {
    display: inline-block;
    margin: 20px 0 0;
}
.lblWrap label {
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 10px 0 0;
}

.lblWrap span {
    width: 10px;
    height: 10px;
    background: #3f6ad8;
    color: transparent;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px 0 0;
}
.redclr {
    background: red !important;
}
/*DashBoard*/
.dashboard_r1_list {
    position: relative;
    margin: 0 0 30px;
}
.dashboard_list_left {
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100px;
    height: 100px;
    box-shadow: 0px 18px 23px -5px #999999;
}
.dashboard_list_left img {
    max-height: 60px;
    min-width: 50px;
}
.dashboard_list_right {
    display: flex;
    align-items: center;
    background: #000;
    background-image: linear-gradient(to right, #e6ecfc, #e6ecfc, #e7edfd, #e7edfd, #e7edfd);
    border-radius: 60px 30px 30px 60px;
    justify-content: space-between;
    padding: 3px 30px 7px 120px;
}
.dashboard_list_right_pLeft p:nth-of-type(1) {
    font-size: 23px;
    font-weight: 700;
    margin: 0;
}
.dashboard_list_right_pLeft p:nth-last-of-type(1) {
    margin: 0;
}
.dashboard_list_right_pRight p {
    margin: 0;
    font-size: 48px;
    color: #0851a8;
}

/*Left scroll Menu*/
.app-sidebar .scrollbar-sidebar {
    scroll-behavior: smooth !important;
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a:hover i.metismenu-icon {
    opacity: unset !important;
    color: #000 !important;
}
.app-sidebar.sidebar-text-dark .vertical-nav-menu li a i.metismenu-icon {
    opacity: 1 !important;
    color: #0851a8 !important;
}
.app-main .app-main__inner {
    background: #fff !important;
}

/*DriverUI*/
.driver_info_sec {
    background: #fff;
    padding: 0;
    border-radius: 50px;
    box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 26%);
}

.driver_info_sec .driver_left {
    background-color: #0751A8;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.driver_info_sec .driver_left .infoBtn {
    width: 100px;
    margin: 22px 0 0 0;
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
    color: #000;
}

.driver_info_sec .driver_right .info_col1 label {
    color: #85898C;
    font-size: 15px;
    margin-bottom: 15px;
    position: relative;
}

.seprator {
    position: relative;
    top: 30px;
    left: 12px;
    width: 90%;
    background-color: #DEDEDE;
    height: 4px;
}
.driver_info_sec .driver_right {
    padding: 30px 30px 0 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
button.btn.save_btn.infoBtn:hover {
    color: #000;
}
/*End-DriverUI*/
/*header*/
.nav-link .nav-link-icon {
    color: #fff !important;
    opacity: 1 !important;
 }

@media screen and (max-width: 1440px) {
    .dashboard_list_right {
        padding: 3px 20px 7px 85px;
    }
    .dashboard_list_right_pLeft p:nth-of-type(1) {
        font-size: 20px;
        line-height: 1.2;
    }
    .dashboard_list_right_pRight p {
        font-size: 40px;
      }
    .dashboard_list_left {
        left: 0;
        width: 80px;
        height: 80px;
    }
    .dashboard_list_left img {
        max-height: 35px !important;
        min-width: 25px !important;
    }
}
@media screen and (max-width: 1024px) {
    .dashboard_list_right_pLeft p:nth-of-type(1) {
        font-size: 16px;
     }
    .dashboard_list_right_pLeft p:nth-last-of-type(1) {
        font-size: 12px;
     }
    .circle_percent {
        width: 100%;
        height: 170px;
        margin: 0; 
    }
    .mb50 {
        margin: 0 0 50px;
    }
}
@media screen and (max-width: 768px) {
    .slider:before {
        height: 20px !important;
        width: 20px !important;
        left: -8px !important;
        bottom: 2px !important; 
    }
    .switch {
        width: 40px !important;
        height: 24px !important;
    }
}