.d-none {
    display: none !important;
}

.nav-background {
    background-image: linear-gradient(#000000c7, transparent), url("../../img/dashboard/driver-bg.png");
    background-size: cover;

    /* Workaround for some mobile browsers */
    min-height: 100%;
}

.nav-background-efleetlegal {
    background-image: linear-gradient(#000000c7, transparent), url("../../img/efleetlegal/banner.png");
    background-size: cover;

    /* Workaround for some mobile browsers */
    min-height: 100%;
}

.nav-background-efleettrack {
    background-image: linear-gradient(#000000c7, transparent), url("../../img/efleettrack/banner.png");
    background-size: cover;

    /* Workaround for some mobile browsers */
    min-height: 100%;
}

.navbar {
    background: none !important;
}

.navbar-menu>li>a {
    flex-direction: column;
}

.nav-icon {
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 10px;
    background: #D9D9D9;
}

.nav-icon .ikon,
.nav-icon .fa {
    color: #23496B !important;
    margin: 0 !important;
    vertical-align: middle;
    text-align: center;
}

.input-search {
    border-radius: 20px;
    border: 1px solid #0056FD;
    background: #353535;
    width: 50%;
}

.dashboard-clock {
    background-image: url("../../assets/images/dashboard/clock.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.dashboard-clock .tile-header h5 {
    color: #fff !important;
}

.dashboard-crash {
    background-image: url("../../assets/images/dashboard/crash.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.dashboard-gigx {
    background-image: url("../../assets/images/dashboard/efp-coin.png");
    background-size: cover;
    background-color: #353535;
    background-repeat: no-repeat;
}

.dashboard-unpaidtolls {
    background-image: url("../../assets/images/dashboard/toll-gate.png");
    background-size: cover;
    background-color: #353535;
    background-repeat: no-repeat;
}

.dashboard-spotify {
    background-image: url("../../assets/images/dashboard/spotify.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
}

.dashboard-spotify .tile-header {
    margin-top: 3px;
    margin-right: -10px;
}

.dashboard-delete {
    background-image: url("../../assets/images/dashboard/delete.png");
    background-size: 100% auto;
    background-position: center;
    min-height: 100%;
}

.height-dashboard {
    height: 70px;
    width: 70px;
    margin-bottom: 5px !important;
}

.height-sm-dashboard {
    height: 30px;
}

.multi-login-card {
    min-height: 60px;
    vertical-align: middle;
}

/* @update by eFleetPass */
@media (min-width: 992px) {
    .topbar-logo img {
        height: 30px !important;
    }
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    background-color: #F9F9F9;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

#payment-request-button {
    padding: 0 !important;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
    background: #FFF;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.sr-field-error,
.error {
    color: #fa755a;
    flex-basis: 100%;
}

#card-errors {
    color: #fa755a;
}

#error-message {
    color: #fa755a;
}

#mandate-acceptance {
    font-size: 10px;
}

.navbar-mobile {
    background-color: white !important;
}

.navbar-mobile .input-search {
    background-color: #353535 !important;
}

#google_translate_element span,
.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    height: 16px;
    width: auto;
    display: inline-block;
    content: "";
    opacity: 1;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    text-indent: 100% !important;
    margin-left: 0px;
    background: url('./img/translate-globe.png') 0% 0% / auto no-repeat;
    background-repeat: no-repeat;
    overflow: hidden;
}

.row-center {
    justify-content: center;
}

.daterangepicker td.in-range {
    background: rgba(8, 62, 161, 0.122) !important;
}

.daterangepicker td.end-date,
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
    background: #083EA1 !important;
}

.report-ranges {
    font-size: 12px !important;
    background: #083EA1;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    width: auto !important;
    border-radius: 5px;
    cursor: pointer;
}

.dt-button-split {
    background: transparent;
}

.dt-button-split .dt-button {
    font-size: 12px !important;
    background: #083EA1 !important;
    color: #fff !important;
    border-color: #083EA1 !important;
    cursor: pointer;
}

.dt-button.buttons-collection {
    font-size: 12px !important;
    background: #083EA1 !important;
    color: #fff !important;
    border-color: #083EA1 !important;
    cursor: pointer;
    border-radius: 5px !important;
}

.dt-button-split .dt-button:first-child {
    border-radius: 5px 0px 0px 5px !important;
}

.dt-button-split .dt-button:last-child {
    border-left: 1px solid rgba(221, 221, 221, 0.315) !important;
    border-radius: 0px 5px 5px 0px !important;
}

.dataTables_length {
    text-align: left !important;
}

.dataTables_length label {
    font-size: 12px !important;
}

.dataTables_filter label {
    position: relative;
    display: flex;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
}

.dataTables_filter .form-control {
    font-size: 12px !important;
    border: 1px solid #ddd !important;
    padding-left: 10px !important;
    padding: 5px 8px;
    max-height: 28px;
}


.page-item.active .page-link {
    background: #083EA1 !important;
}

.dataTables_length .custom-select {
    font-size: 12px;
    padding: 5px 8px;
    max-height: 28px;
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.dataTables_info {
    text-align: left !important;
    height: 100%;
    display: flex;
    align-items: center;
}

.site-brand img {
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 8px;
}

.export_datatabel {
    float: right;
}

@media only screen and (max-width:550px) {
    .export_datatabel {
        float: initial;
    }
}

.clearfix {
    clear: both;
}

.card-dashboard {
    height: 350px;
    max-height: 350px;
    overflow: scroll;
}

.card-fines {
    height: auto !important;
}

.driver__profile__shower {
    min-height: 235px;
}

.btn-rounded {
    border-radius: 60px;
    padding: 7px 10px;
}

.btn__upload {
    background: #00AEEF;
    color: #fff;
    padding: 10px 40px;
    border: none;
    border-radius: 6px;
}

.btn-xs-fix {
    line-height: 25px !important;
}

.fc .fc-more-popover .fc-popover-body {
    height: 200px;
    overflow-y: scroll;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    cursor: pointer;
}

.cursor {
    cursor: pointer;
}

.dd--dropzone-wrapper {
    border: 2px dashed #00AEEF;
    color: #92b0b3;
    position: relative;
    height: 150px;
    margin-top: 28px;
    border-radius: 5px;
    overflow: hidden;
}

.dd--dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 90%;
    margin-top: 20px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dd--dropzone-wrapper:hover,
.dd--dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.dd--dropzone-desc h5 {
    color: #000 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
}

.text-red-600 {
    color: #ff6868 !important;
}

.currency {
    text-align: right;
}

[class*=" ti-"],
[class^=ti-] {
    vertical-align: middle;
}

.bs-vertical-wizard {
    /*border-right: 1px solid #eaecf1;*/
    padding-bottom: 50px;
}

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
}

.bs-vertical-wizard ul>li>a {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.complete>a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.complete>a:after {
    display: none;
}

.bs-vertical-wizard ul>li.locked>a:after {
    display: none;
}

.bs-vertical-wizard ul>li:last-child>a:before {
    display: none;
}

.bs-vertical-wizard ul>li.complete>a .ico {
    left: 8px;
}

.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #5cb85c;
}

.bs-vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul>li.current>a:before {
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>a:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current:after,
.bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234, 236, 241, 0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 99999 !important;
    background-color: #ffffff !important;
    max-height: 250px;
    overflow-y: scroll;
    scrollbar-width: thin;
    border-radius: 10px;
}

.ui-autocomplete-category {
    color: #618fe6;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #353535;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.table-white-space td {
    white-space: normal !important;
}

#datatable-reservations td {
    white-space: normal !important;
}

#toast-container .toast-close-button,
#toast-container .toast-message-icon {
    display: none !important;
}

.redClass {
    background-color: #ffa68d !important;
}

.warningClass {
    background-color: #FFC107 !important;
}

.w-20 {
    min-width: 20px !important;
}

.bt-black {
    border-top: solid 1px #000000 !important;
}


.bb-black {
    border-bottom: solid 1px #0000001A;
}

.ba-black {
    border: solid 1px #000000;
}

.nav-link img.show {
    display: inline !important;
}

@media only screen and (max-width: 550px) {
    .right-unset {
        right: auto !important;
    }
}

.notification_count {
    content: "";
    display: block;
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    right: -5px;
    border-radius: 50%;
    top: -10px;
    padding: 2px 5px !important;
}

#superuser_notifications {
    max-height: 400px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.projectree-board {
    max-height: 700px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

/** POPOVER CSS */
.popover {
    border: none;
    border-radius: 12px;
}

.popover .arrow::before {
    border-right-color: #083EA1 !important;
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    border-right-color: #083EA1 !important;

}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    border-left-color: #083EA1 !important;
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.4rem) * -1) !important;
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.4rem) * -1) !important;
}

.popover-header {
    background-color: #083EA1 !important;
    color: #FFF !important;
    border: none !important;
}

.popover-body {
    background-color: #083EA1 !important;
    color: #FFF !important;
    border-radius: 10px;
}

.popover-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    /* Ensure it appears above everything */
    display: none;
}

.select-arrow {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}

.bl-1 {
    border-left: solid 1px #000 !important;
}

.more__button .nav-icon {
    position: relative;
}

.down-icon {
    position: absolute;
    right: 2px;
    bottom: 0;
    transform: rotate(-45deg);
}

.mh-75 {
    max-height: 75px;
}

.mh-150 {
    max-height: 150px;
}
