﻿body {
    font-family: 'Nunito', sans-serif !important;
    position: absolute;
    width: 100%;
    height: 100% !important;
}

a {
    color: #2196f3 !important;
    cursor: pointer;
}

    a:hover {
        color: #007bff !important;
        text-decoration: none !important;
    }

.data2 {
    border-radius: 8px;
    border: 2px solid #c9b0b0;
    background-color: #e7f5f5;
    cursor: pointer;
}

    .data2 h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .data2 p {
        font-size: 12px;
        font-weight: bold;
    }

    .data2 p, h2 {
        margin: 0px !important;
        padding: 0px !important;
    }

.txt-green {
    color: #14b504 !important;
}

.txt-orange {
    color: #f88d29 !important;
}

.txt-blue {
    color: #00aeff !important;
}

.txt-yellow {
    color: #e5b803 !important;
}

.remove-company-logo {
    padding: 6px 8px 6px 8px;
    color: red;
    background: antiquewhite;
    border-radius: 10px;
}

#stopgridcontainer {
    height: 600px;
}

.counter .pax {
    margin: 0 10px;
    font-weight: 600;
    font-size: 20px;
    vertical-align: middle;
}

.counter a .fa {
    font-size: 25px !important;
    vertical-align: middle;
}

.users-list > li img {
    border-radius: 0% !important;
    height: 150px !important;
    max-width: 100% !important;
}

.swicth-group-checkbox {
    position: absolute !important;
    right: 9px !important;
    z-index: 333;
}

.pac-container {
    z-index: 5555;
}

.react-datepicker-popper {
    z-index: 5555 !important;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
    width: 100px !important
}

.dx-dropdowneditor.dx-dropdowneditor-field-clickable, .dx-dropdowneditor.dx-dropdowneditor-field-clickable .dx-texteditor-input {
    height: 30px;
}
/*Dropdown*/
.css-1fhf3k1-control {
    min-height: initial !important;
    font-size: 13px;
    height: calc(1.5em + 0.5rem + 2px) !important;
}

.css-yk16xz-control, .css-1pahdxg-control {
    height: calc(1.5em + 0.5rem + 2px) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
    min-height: initial !important;
}

.css-g1d714-ValueContainer, .css-1hwfws3 {
    margin-top: -5px;
}

.css-1hb7zxy-IndicatorsContainer, .css-1wy0on6 {
    margin-top: -4px;
}

.css-4ljt47-MenuList, .css-26l3qy-menu {
    font-size: 0.775rem !important;
}

.css-1n7v3ny-option {
    font-size: 0.775rem !important;
}

/*.register-page .css-1hwfws3 {
    padding: 0px 8px !important;
}

    .register-page .css-1hwfws3 .css-tlfecz-indicatorContainer {
        padding: 0px 8px !important;
    }*/

/*Auto suggest*/
.react-autosuggest__container {
    position: relative;
}

.react-autosuggest__input {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    display: block;
    width: 100%;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .react-autosuggest__input:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.react-autosuggest__input--focused {
    outline: none;
}

.react-autosuggest__input--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
    display: none;
}

.react-autosuggest__suggestions-container--open {
    display: block;
    position: absolute;
    top: 29px;
    width: 100%;
    border: 1px solid #aaa;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 3333;
    max-height: 250px;
    overflow-y: auto;
}

.react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.react-autosuggest__suggestion {
    cursor: pointer;
    padding: 0.3rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
}

.react-autosuggest__suggestion--highlighted {
    background-color: #4bb8d1;
    color: #ffffff;
}

/*Dashboard*/
.small-box a:hover, .small-box.bg-warning a:hover, .small-box.bg-warning a, .small-box.bg-warning {
    color: #ffffff !important;
}
/*Card*/
.content .card {
    box-shadow: none;
    margin-bottom: 1rem;
}

    .content .card .card-body {
        /*padding: 1rem;*/
    }

/*Login,  Registration and forgot password*/
.login-page .col-lg-3, .login-page .col-md-3, .login-page .col-sm-3, .login-page .col-xs-3, .forgot-password-page .col-lg-3, .forgot-password-page .col-md-3, .forgot-password-page .col-sm-3, .forgot-password-page .col-xs-3 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.register-page {
    /*background: #e9ecef url("../../dist/img/bgblur.jpg") no-repeat center center;*/
    background-color: #e9ecef;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
}

    .register-page label {
        font-size: 0.8rem;
        margin-bottom: 0rem;
        font-weight: normal !important;
    }

.login-page {
    /*background: #e9ecef url("../../dist/img/bgblur.jpg") no-repeat center center;*/
    background-color: #e9ecef;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}

.card-login {
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: none;
    margin-bottom: 0rem;
    border: 0rem !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.login-logo a, .register-logo a, .forgot-password-logo a, .email-verification-logo a {
    color: #fff !important;
}

    .login-logo a:hover, .register-logo a:hover, .forgot-password-logo a:hover, .email-verification-logo a:hover {
        text-decoration: none !important;
        color: #fff !important;
    }

    .register-logo a.nav-link {
        font-size: 1rem;
        color: #6c757d !important;
        display: initial;
        padding: 0.3rem 0.5rem;
    }

    .register-logo a:hover {
        color: #fff !important;
    }

.register-page .btn-success {
    color: #ffffff !important;
}

.forgot-password-page, .email-verification-page {
    background: #e9ecef url("../../dist/img/bgblur.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-forgotpassword {
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: none;
    margin-bottom: 0rem;
    border: 0rem !important;
}

.forgot-password-box {
    width: 360px;
}

.forgot-password-page .nav-link {
    padding: 0rem;
}

.email-verification-box {
    width: 650px;
}

.forgot-password-logo, .email-verification-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: .9rem;
    text-align: center;
}

.card-plan {
    /*margin-top: 1rem*/
    background-color: rgba(68, 80, 94, 0.9) !important;
    color: #d0d0d0;
    margin-bottom: 0rem;
}

    .card-plan .register-logo {
        margin-bottom: 0rem;
        padding: 1rem;
        border-bottom: 1px solid #666d75;
        font-size: 1.3rem;
        font-weight: 300;
        text-align: center;
    }

        .card-plan .register-logo .register-box-msg {
            padding: 0rem !important;
        }

    .card-plan .card-plan-type {
        font-size: 1rem;
    }

    .card-plan .text-success {
        color: #39fd66 !important;
    }

    .card-plan p {
        padding: 0rem;
        margin-bottom: 0.2rem;
    }

    .card-plan .card-body {
        padding: 1rem 1.25rem 1.25rem 1.25rem;
    }

    .card-plan .nav-link {
        font-size: 0.8rem;
        display: inline-block;
        padding: 0.2em;
        color: #ffffff !important;
    }

.ribbon-wrapper {
    height: 90px;
    width: 90px;
}

    .ribbon-wrapper .ribbon {
        text-transform: unset;
        width: 113px;
        top: 20px;
    }

.login-box .login-card-body .nav-link {
    padding: 0rem 0rem 0.5rem 1rem !important;
}

.main-card .fa, .main-card .fas {
    color: #cacaca;
}

.main-card .main-card-body .card {
    box-shadow: none;
    border: 0px;
    margin-bottom: 0rem;
}

    .main-card .main-card-body .card .card-header {
        border-bottom: 2px solid #4bb8d1;
        background-color: transparent;
    }

        .main-card .main-card-body .card .card-header .card-title {
            margin-bottom: 0rem;
            color: #4bb8d1;
            font-size: 1.2rem;
            font-weight: 400;
        }

    .main-card .main-card-body .card .card {
    }

.main-card-body .col, .main-card-body .col-1, .main-card-body .col-10, .main-card-body .col-11, .main-card-body .col-12, .main-card-body .col-2, .main-card-body .col-3, .main-card-body .col-4, .main-card-body .col-5, .main-card-body .col-6, .main-card-body .col-7, .main-card-body .col-8, .main-card-body .col-9, .main-card-body .col-auto, .main-card-body .col-lg, .main-card-body .col-lg-1, .main-card-body .col-lg-10, .main-card-body .col-lg-11, .main-card-body .col-lg-12, .main-card-body .col-lg-2, .main-card-body .col-lg-3, .main-card-body .col-lg-4, .main-card-body .col-lg-5, .main-card-body .col-lg-6, .main-card-body .col-lg-7, .main-card-body .col-lg-8, .main-card-body .col-lg-9, .main-card-body .col-lg-auto, .main-card-body .col-md, .main-card-body .col-md-1, .main-card-body .col-md-10, .main-card-body .col-md-11, .main-card-body .col-md-12, .main-card-body .col-md-2, .main-card-body .col-md-3, .main-card-body .col-md-4, .main-card-body .col-md-5, .main-card-body .col-md-6, .main-card-body .col-md-7, .main-card-body .col-md-8, .main-card-body .col-md-9, .main-card-body .col-md-auto, .main-card-body .col-sm, .main-card-body .col-sm-1, .main-card-body .col-sm-10, .main-card-body .col-sm-11, .main-card-body .col-sm-12, .main-card-body .col-sm-2, .main-card-body .col-sm-3, .main-card-body .col-sm-4, .main-card-body .col-sm-5, .main-card-body .col-sm-6, .main-card-body .col-sm-7, .main-card-body .col-sm-8, .main-card-body .col-sm-9, .main-card-body .col-sm-auto, .main-card-body .col-xl, .main-card-body .col-xl-1, .main-card-body .col-xl-10, .main-card-body .col-xl-11, .main-card-body .col-xl-12, .main-card-body .col-xl-2, .main-card-body .col-xl-3, .main-card-body .col-xl-4, .main-card-body .col-xl-5, .main-card-body .col-xl-6, .main-card-body .col-xl-7, .main-card-body .col-xl-8, .main-card-body .col-xl-9, .main-card-body .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.main-card .main-card-body {
    padding: 0rem;
}

    .main-card .main-card-body .card-body {
        padding: 20px 20px 0px 20px;
    }

    .main-card .main-card-body .row {
        margin-right: -7.5px !important;
        margin-left: -7.5px !important;
    }


.error.invalid-feedback {
    display: block;
    font-size: 0.7rem !important;
}

/*Buttons*/

.btn-xs {
    padding: .125rem .25rem !important;
    font-size: .75rem !important;
    line-height: 1.5 !important;
    border-radius: .15rem !important;
}

.btn-custom-xs {
    font-size: 11px !important;
    padding: 0rem .45rem !important;
    position: absolute !important;
    top: 3px !important;
    right: 9px !important;
}

.btn-default {
    background-color: #f8f9fa !important;
    border-color: #dddddd !important;
    color: #444444 !important;
}

.btn-info {
    background-color: #4bb8d1;
    border-color: #4bb8d1;
}


/*Data Grid by DevExtreme*/

.card.card-grid {
    margin-top: 0.5rem;
}

.card-grid .card-body {
    padding: 1rem !important;
}

/* ── Page load popup ── */
.page-loading-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.page-loading-popup {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    padding: 18px 26px;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    min-width: 260px;
    max-width: 340px;
    border-left: 4px solid #1a73e8;
}

.page-loading-popup-icon {
    font-size: 1.6rem;
    color: #1a73e8;
    flex-shrink: 0;
}

.page-loading-popup-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.page-loading-popup-title {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
    color: #1a2a3a;
    letter-spacing: 0.02em;
}

.page-loading-popup-sub {
    margin: 0;
    font-size: 0.74rem;
    color: #6b7280;
}

/* ── Grid loading overlay ── */
.grid-loading-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    border-radius: 4px;
    backdrop-filter: blur(2px);
}

.grid-loading-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 28px 44px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid #e8edf3;
}

.grid-loading-spinner {
    font-size: 2rem;
    color: #1a73e8;
}

.grid-loading-text {
    font-size: 0.88rem;
    font-weight: 600;
    color: #3d5166;
    letter-spacing: 0.02em;
    display: flex;
    align-items: baseline;
    gap: 1px;
}

.grid-loading-dots span {
    display: inline-block;
    opacity: 0;
    animation: grid-dot-blink 1.2s infinite;
    font-weight: 700;
    color: #1a73e8;
}

.grid-loading-dots span:nth-child(1) { animation-delay: 0s; }
.grid-loading-dots span:nth-child(2) { animation-delay: 0.3s; }
.grid-loading-dots span:nth-child(3) { animation-delay: 0.6s; }

@keyframes grid-dot-blink {
    0%, 80%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

.dx-widget, .dx-widget input, .dx-widget textarea {
    /*font-family: 'Source Sans Pro', sans-serif !important;*/
    font-family: 'Nunito', sans-serif !important;
}

.dx-popup-content {
    padding: 10px !important
}

.dx-button-mode-contained .dx-icon {
    color: #4bb8d1 !important;
}

.dx-datagrid-headers {
    color: #000000 !important;
    font-weight: 700 !important;
    background-color: #dadde1;
    border-bottom: 2px solid #9ea4ad !important;
    letter-spacing: 0.02em;
}

.dx-datagrid-headers .dx-header-row > td {
    padding: 6px 8px !important;
    font-size: 0.70rem !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
    vertical-align: middle !important;
}

.dx-datagrid-rowsview .dx-row > td {
    font-size: 0.785rem !important;
    padding: 4px 7px !important;
    vertical-align: middle !important;
}

.dx-datagrid-rowsview .dx-row {
    height: initial !important;
}

    .dx-datagrid-rowsview .dx-row.bgurgent {
        background-color: #dc3545 !important;
        color: #FFFFFF;
    }

        .dx-datagrid-rowsview .dx-row.bgurgent .text-info {
            color: #FFFFFF !important;
        }

        .dx-datagrid-rowsview .dx-row.bgurgent .address-popup-icon {
            color: #FFFFFF !important;
        }

    .dx-datagrid-rowsview .dx-row.allowClubbing {
        background-color: #f8b999 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgpending {
        background-color: #F2F2F2 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgassigned {
        background-color: #FFFB77 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgpreassigned {
        background-color: #FFFB77 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgpreassignedck {
        background-color: #FFFB77 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgdriveraccepted {
        background-color: #FFFB77 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgdriverrejected {
        background-color: #FFFB77 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgonsite {
        background-color: #FFFF01 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgPickupAlert {
        background-color: #FFBF00 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgInProcess {
        background-color: #ffbd4a !important;
        color: #000000;
    }

    /* .dx-datagrid-rowsview .dx-row.bgInProcess > td {
        border-top: 1px solid #FF8C00 !important;
        border-bottom: 1px solid #FF8C00 !important;
    }

    .dx-datagrid-rowsview .dx-row.bgInProcess > td:first-child {
        border-left: 1px solid #FF8C00 !important;
    }

    .dx-datagrid-rowsview .dx-row.bgInProcess > td:last-child {
        border-right: 1px solid #FF8C00 !important;
    } */

    .dx-datagrid-rowsview .dx-row.bgPickupUrgentAlert {
        background-color: #f70000 !important;
        color: #FFFFFF;
    }

        .dx-datagrid-rowsview .dx-row.bgPickupUrgentAlert .text-info {
            color: #FFFFFF !important;
        }

        .dx-datagrid-rowsview .dx-row.bgPickupUrgentAlert .address-popup-icon {
            color: #FFFFFF !important;
        }

    .dx-datagrid-rowsview .dx-row.bgonsite .text-info {
        color: #000000 !important;
    }

    .dx-datagrid-rowsview .dx-row.bgonlocation {
        background-color: #FFFF01 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgfromairport {
        background-color: #80d5fb !important;
        color: #000000;
    }

        .dx-datagrid-rowsview .dx-row.bgonlocation .text-info {
            color: #000000 !important;
        }

    .dx-datagrid-rowsview .dx-row.bgboarded {
        background-color: #d1fadd !important;
        color: #000000;
    }

        .dx-datagrid-rowsview .dx-row.bgboarded .text-info {
            color: #000000 !important;
        }

        /* .dx-datagrid-rowsview .dx-row.bgboarded>td {
            border-top: 1px solid #f0fdf4 !important;
            border-bottom: 1px solid #16a34a !important;
        }
        
        .dx-datagrid-rowsview .dx-row.bgboarded>td:first-child {
            border-left: 1px solid #f0fdf4 !important;
        }
        
        .dx-datagrid-rowsview .dx-row.bgboarded>td:last-child {
            border-right: 1px solid #f0fdf4 !important;
        } */


    .dx-datagrid-rowsview .dx-row.bgreacheddestination {
        background-color: #D4FFD4 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgcompleted {
        background-color: #01B050 !important;
        color: #ffffff;
    }

    .dx-datagrid-rowsview .dx-row.bgcancelled {
        background-color: #F2F2F2 !important;
        color: #FF0000;
    }

    .dx-datagrid-rowsview .dx-row.bgvip {
        background-color: #0170C0 !important;
        color: #FFFFFF;
    }

    .dx-datagrid-rowsview .dx-row.bgpreassignackpending {
        background-color: #FFFB77 !important;
        color: #000000;
    }

    .dx-datagrid-rowsview .dx-row.bgpreassignackaccepted {
        background-color: #FFFB77 !important;
        color: #01B050;
    }

    .dx-datagrid-rowsview .dx-row.bgpreassignackrejected {
        background-color: #FFFB77 !important;
        color: #FF0000;
    }

.dx-datagrid-height.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
    padding: 1rem !important;
}

.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
    padding: 20px !important
}

.dx-datagrid-height .dx-gridbase-container {
    height: 560px !important;
}

/* ── Standard row height, font, and color for all DataGrids ── */
.dx-datagrid .dx-data-row > td {
    height: 26px !important;
    line-height: 26px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle !important;
    font-size: 0.74rem !important;
    color: #0a0d12 !important;
    font-weight: 600;
}

.dx-datagrid .dx-data-row.bgurgent > td,
.dx-datagrid .dx-data-row.bgPickupUrgentAlert > td {
    color: #FFFFFF !important;
}

.dx-datagrid .dx-header-row > td {
    height: 24px !important;
    line-height: 24px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
    font-size: 0.71rem !important;
    color: #111827 !important;
    font-weight: 700;
    background-color: #f0f4f9 !important;
    letter-spacing: 0.02em;
}

.dx-datagrid .dx-group-row {
    font-size: 0.72rem !important;
    color: #1e3a8a !important;
    font-weight: 700;
    background-color: #eff6ff !important;
}

/* Dispatch & notification grids — dynamic height fills remaining viewport */
#dispatch-grid-container .dx-datagrid-rowsview,
#dispatch-grid-container-custom .dx-datagrid-rowsview,
#alert-notification-container .dx-datagrid-rowsview {
    min-height: 300px;
}

/* ============================================================
   Dispatch page — full-height flex chain so grids fill viewport
   ============================================================ */

/* Root: exact viewport height minus AdminLTE top navbar (~57px) */
#dispatch-page {
    height: calc(100vh - 57px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Content-header (title + action buttons) — fixed height, don't grow */
#dispatch-page > .content-header {
    flex-shrink: 0;
}

/* Main content area (holds tab bar + tab panes) — fills remainder */
#dispatch-page > .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0;
    margin: 0;
}

/* Tab bar — fixed height */
#dispatch-page > .content > .dispatch-nav-tabs {
    flex-shrink: 0;
}

/* Tab content wrapper — fills remainder below tab bar */
#dispatch-page > .content > .tab-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-top: 0 !important;
}

/* Active tab pane — fills tab-content */
#dispatch-page > .content > .tab-content > .tab-pane.active {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

/* Inner .content inside each pane */
#dispatcher > .content,
#alert-notification > .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin: 0;
    padding: 0;
}

/* Card wrapper */
#dispatcher > .content > .card-grid,
#alert-notification > .content > .card-grid {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

/* Card body */
#dispatcher > .content > .card-grid > .card-body,
#alert-notification > .content > .card-grid > .card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 4px 0 0 0;
}

/* Bootstrap row */
#dispatcher > .content > .card-grid > .card-body > .row,
#alert-notification > .content > .card-grid > .card-body > .row {
    flex: 1 1 auto;
    display: flex;
    min-height: 0;
    margin: 0;
}

/* Bootstrap col */
#dispatcher > .content > .card-grid > .card-body > .row > [class*="col-"],
#alert-notification > .content > .card-grid > .card-body > .row > [class*="col-"] {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0;
}

.dx-datagrid-height .dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) > .dx-datagrid-group-space, .dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) .dx-master-detail-cell {
    background-color: #f1f7f7 !important;
}

.dx-widget a.icon {
    text-decoration: none !important
}


.dx-datagrid .dx-row > td {
    font-size: 0.660rem !important;
    font-weight: 600;
    padding: 4px 7px !important;
    vertical-align: middle !important;
    border-bottom-color: #dde0e5 !important;
}

#dispatch-grid-lite-container .dx-datagrid .dx-datagrid-content .dx-row > td {
    padding: 0.6rem 0.8rem !important;
    font-size: 0.950rem !important;
    font-weight: 600;
}

#passengerdetails-grid-lite-container .dx-datagrid .dx-datagrid-content .dx-row > td {
    padding: 0.6rem 0.20rem !important;
    font-size: 0.780rem !important;
    font-weight: 600;
}

.dx-pager .dx-pages .dx-selection, .dx-pager .dx-page-sizes .dx-selection {
    background-color: #4bb8d1 !important;
    color: #ffffff !important;
}

.dx-list-item-content, .dx-list .dx-empty-message {
    padding: 8px 10px 8px 15px !important;
}

.dx-list-item-before-bag .dx-list-select-checkbox {
    margin-left: 0px !important;
}

.dx-list-select-all-checkbox {
    margin-left: 0px !important;
}

.dx-list-select-all-label {
    padding-left: 3px;
}
/*React Modal*/
.react-modal-notification {
    outline: none !important;
}

    .react-modal-notification .modal-body {
        padding: 1rem !important;
    }


        .react-modal-notification .modal-body .list-group .list-group-item {
            border-bottom: 1px solid rgba(0, 0, 0, 0.125);
            border-top: none;
            border-left: none;
            border-right: none;
            padding: 0.5rem 0;
            font-size: 0.8rem;
        }

            .react-modal-notification .modal-body .list-group .list-group-item:first-child {
                padding-top: 0rem;
            }

        .react-modal-notification .modal-body .modal-overflow {
            height: 200px;
            overflow-y: auto;
        }

.react-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-color: #ffffff;
    border: 1px solid #b1b1b1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

    .react-modal .modal-header {
        border-bottom: 1px solid #4bb8d1 !important;
        padding: 0.5rem 0.7rem !important;
        background-color: #4bb8d1 !important;
    }

        .react-modal .modal-header .modal-title {
            color: #ffffff !important;
            font-weight: bold !important;
        }

    .react-modal .modal-body {
        padding: 0.3rem 1.2rem 1rem 1.2rem;
    }

    .react-modal .modal-footer {
        padding: 0.5rem;
    }

    .react-modal.add-customer-modal {
        width: 60% !important;
    }

.update-email-modal {
    width: 30% !important;
}

.email-log-modal {
    width: 47% !important;
}

.react-modal .modal-body .nav-link {
    padding: 0.2rem 0.5rem !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    background-color: rgba(0,0,0,60%) !important;
    z-index: 20;
}

.react-modal .modal-body .col, .react-modal .modal-body .col-1, .react-modal .modal-body .col-10, .react-modal .modal-body .col-11, .react-modal .modal-body .col-12, .react-modal .modal-body .col-2, .react-modal .modal-body .col-3, .react-modal .modal-body .col-4, .react-modal .modal-body .col-5, .react-modal .modal-body .col-6, .react-modal .modal-body .col-7, .react-modal .modal-body .col-8, .react-modal .modal-body .col-9, .react-modal .modal-body .col-auto, .react-modal .modal-body .col-lg, .react-modal .modal-body .col-lg-1, .react-modal .modal-body .col-lg-10, .react-modal .modal-body .col-lg-11, .react-modal .modal-body .col-lg-12, .react-modal .modal-body .col-lg-2, .react-modal .modal-body .col-lg-3, .react-modal .modal-body .col-lg-4, .react-modal .modal-body .col-lg-5, .react-modal .modal-body .col-lg-6, .react-modal .modal-body .col-lg-7, .react-modal .modal-body .col-lg-8, .react-modal .modal-body .col-lg-9, .react-modal .modal-body .col-lg-auto, .react-modal .modal-body .col-md, .react-modal .modal-body .col-md-1, .react-modal .modal-body .col-md-10, .react-modal .modal-body .col-md-11, .react-modal .modal-body .col-md-12, .react-modal .modal-body .col-md-2, .react-modal .modal-body .col-md-3, .react-modal .modal-body .col-md-4, .react-modal .modal-body .col-md-5, .react-modal .modal-body .col-md-6, .react-modal .modal-body .col-md-7, .react-modal .modal-body .col-md-8, .react-modal .modal-body .col-md-9, .react-modal .modal-body .col-md-auto, .react-modal .modal-body .col-sm, .react-modal .modal-body .col-sm-1, .react-modal .modal-body .col-sm-10, .react-modal .modal-body .col-sm-11, .react-modal .modal-body .col-sm-12, .react-modal .modal-body .col-sm-2, .react-modal .modal-body .col-sm-3, .react-modal .modal-body .col-sm-4, .react-modal .modal-body .col-sm-5, .react-modal .modal-body .col-sm-6, .react-modal .modal-body .col-sm-7, .react-modal .modal-body .col-sm-8, .react-modal .modal-body .col-sm-9, .react-modal .modal-body .col-sm-auto, .react-modal .modal-body .col-xl, .react-modal .modal-body .col-xl-1, .react-modal .modal-body .col-xl-10, .react-modal .modal-body .col-xl-11, .react-modal .modal-body .col-xl-12, .react-modal .modal-body .col-xl-2, .react-modal .modal-body .col-xl-3, .react-modal .modal-body .col-xl-4, .react-modal .modal-body .col-xl-5, .react-modal .modal-body .col-xl-6, .react-modal .modal-body .col-xl-7, .react-modal .modal-body .col-xl-8, .react-modal .modal-body .col-xl-9, .react-modal .modal-body .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.react-modal .close {
    color: #ffffff;
    opacity: 1;
}


/*React Component*/
.css-wmw4vi-ReactDropdownSelect, .react-dropdown-select {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
    min-height: initial !important;
}

.react-dropdown-select-item-selected {
    background: #4bb8d1 !important;
}

.react-dropdown-select-dropdown {
    z-index: 999999 !important;
}

.header-select, .header-select .react-dropdown-select-dropdown {
    width: 13rem !important;
}

.dx-master-detail-cell {
    overflow: initial !important;
}

.tabs-modal-body .tab-right-content .card-body .col, .tabs-modal-body .tab-right-content .card-body .col-1, .tabs-modal-body .tab-right-content .card-body .col-10, .tabs-modal-body .tab-right-content .card-body .col-11, .tabs-modal-body .tab-right-content .card-body .col-12, .tabs-modal-body .tab-right-content .card-body .col-2, .tabs-modal-body .tab-right-content .card-body .col-3, .tabs-modal-body .tab-right-content .card-body .col-4, .tabs-modal-body .tab-right-content .card-body .col-5, .tabs-modal-body .tab-right-content .card-body .col-6, .tabs-modal-body .tab-right-content .card-body .col-7, .tabs-modal-body .tab-right-content .card-body .col-8, .tabs-modal-body .tab-right-content .card-body .col-9, .tabs-modal-body .tab-right-content .card-body .col-auto, .tabs-modal-body .tab-right-content .card-body .col-lg, .tabs-modal-body .tab-right-content .card-body .col-lg-1, .tabs-modal-body .tab-right-content .card-body .col-lg-10, .tabs-modal-body .tab-right-content .card-body .col-lg-11, .tabs-modal-body .tab-right-content .card-body .col-lg-12, .tabs-modal-body .tab-right-content .card-body .col-lg-2, .tabs-modal-body .tab-right-content .card-body .col-lg-3, .tabs-modal-body .tab-right-content .card-body .col-lg-4, .tabs-modal-body .tab-right-content .card-body .col-lg-5, .tabs-modal-body .tab-right-content .card-body .col-lg-6, .tabs-modal-body .tab-right-content .card-body .col-lg-7, .tabs-modal-body .tab-right-content .card-body .col-lg-8, .tabs-modal-body .tab-right-content .card-body .col-lg-9, .tabs-modal-body .tab-right-content .card-body .col-lg-auto, .tabs-modal-body .tab-right-content .card-body .col-md, .tabs-modal-body .tab-right-content .card-body .col-md-1, .tabs-modal-body .tab-right-content .card-body .col-md-10, .tabs-modal-body .tab-right-content .card-body .col-md-11, .tabs-modal-body .tab-right-content .card-body .col-md-12, .tabs-modal-body .tab-right-content .card-body .col-md-2, .tabs-modal-body .tab-right-content .card-body .col-md-3, .tabs-modal-body .tab-right-content .card-body .col-md-4, .tabs-modal-body .tab-right-content .card-body .col-md-5, .tabs-modal-body .tab-right-content .card-body .col-md-6, .tabs-modal-body .tab-right-content .card-body .col-md-7, .tabs-modal-body .tab-right-content .card-body .col-md-8, .tabs-modal-body .tab-right-content .card-body .col-md-9, .tabs-modal-body .tab-right-content .card-body .col-md-auto, .tabs-modal-body .tab-right-content .card-body .col-sm, .tabs-modal-body .tab-right-content .card-body .col-sm-1, .tabs-modal-body .tab-right-content .card-body .col-sm-10, .tabs-modal-body .tab-right-content .card-body .col-sm-11, .tabs-modal-body .tab-right-content .card-body .col-sm-12, .tabs-modal-body .tab-right-content .card-body .col-sm-2, .tabs-modal-body .tab-right-content .card-body .col-sm-3, .tabs-modal-body .tab-right-content .card-body .col-sm-4, .tabs-modal-body .tab-right-content .card-body .col-sm-5, .tabs-modal-body .tab-right-content .card-body .col-sm-6, .tabs-modal-body .tab-right-content .card-body .col-sm-7, .tabs-modal-body .tab-right-content .card-body .col-sm-8, .tabs-modal-body .tab-right-content .card-body .col-sm-9, .tabs-modal-body .tab-right-content .card-body .col-sm-auto, .tabs-modal-body .tab-right-content .card-body .col-xl, .tabs-modal-body .tab-right-content .card-body .col-xl-1, .tabs-modal-body .tab-right-content .card-body .col-xl-10, .tabs-modal-body .tab-right-content .card-body .col-xl-11, .tabs-modal-body .tab-right-content .card-body .col-xl-12, .tabs-modal-body .tab-right-content .card-body .col-xl-2, .tabs-modal-body .tab-right-content .card-body .col-xl-3, .tabs-modal-body .tab-right-content .card-body .col-xl-4, .tabs-modal-body .tab-right-content .card-body .col-xl-5, .tabs-modal-body .tab-right-content .card-body .col-xl-6, .tabs-modal-body .tab-right-content .card-body .col-xl-7, .tabs-modal-body .tab-right-content .card-body .col-xl-8, .tabs-modal-body .tab-right-content .card-body .col-xl-9, .tabs-modal-body .tab-right-content .card-body .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.card.main-rez-card .col, .card.main-rez-card .col-1, .card.main-rez-card .col-10, .card.main-rez-card .col-11, .card.main-rez-card .col-12, .card.main-rez-card .col-2, .card.main-rez-card .col-3, .card.main-rez-card .col-4, .card.main-rez-card .col-5, .card.main-rez-card .col-6, .card.main-rez-card .col-7, .card.main-rez-card .col-8, .card.main-rez-card .col-9, .card.main-rez-card .col-auto, .card.main-rez-card .col-lg, .card.main-rez-card .col-lg-1, .card.main-rez-card .col-lg-10, .card.main-rez-card .col-lg-11, .card.main-rez-card .col-lg-12, .card.main-rez-card .col-lg-2, .card.main-rez-card .col-lg-3, .card.main-rez-card .col-lg-4, .card.main-rez-card .col-lg-5, .card.main-rez-card .col-lg-6, .card.main-rez-card .col-lg-7, .card.main-rez-card .col-lg-8, .card.main-rez-card .col-lg-9, .card.main-rez-card .col-lg-auto, .card.main-rez-card .col-md, .card.main-rez-card .col-md-1, .card.main-rez-card .col-md-10, .card.main-rez-card .col-md-11, .card.main-rez-card .col-md-12, .card.main-rez-card .col-md-2, .card.main-rez-card .col-md-3, .card.main-rez-card .col-md-4, .card.main-rez-card .col-md-5, .card.main-rez-card .col-md-6, .card.main-rez-card .col-md-7, .card.main-rez-card .col-md-8, .card.main-rez-card .col-md-9, .card.main-rez-card .col-md-auto, .card.main-rez-card .col-sm, .card.main-rez-card .col-sm-1, .card.main-rez-card .col-sm-10, .card.main-rez-card .col-sm-11, .card.main-rez-card .col-sm-12, .card.main-rez-card .col-sm-2, .card.main-rez-card .col-sm-3, .card.main-rez-card .col-sm-4, .card.main-rez-card .col-sm-5, .card.main-rez-card .col-sm-6, .card.main-rez-card .col-sm-7, .card.main-rez-card .col-sm-8, .card.main-rez-card .col-sm-9, .card.main-rez-card .col-sm-auto, .card.main-rez-card .col-xl, .card.main-rez-card .col-xl-1, .card.main-rez-card .col-xl-10, .card.main-rez-card .col-xl-11, .card.main-rez-card .col-xl-12, .card.main-rez-card .col-xl-2, .card.main-rez-card .col-xl-3, .card.main-rez-card .col-xl-4, .card.main-rez-card .col-xl-5, .card.main-rez-card .col-xl-6, .card.main-rez-card .col-xl-7, .card.main-rez-card .col-xl-8, .card.main-rez-card .col-xl-9, .card.main-rez-card .col-xl-auto {
    padding-left: 6px;
    padding-right: 6px;
}

.card.main-rez-card .col-left {
    padding-right: 15px !important;
}

.card.main-rez-card .col-right {
    padding-left: 15px !important;
}

.component-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #4bb8d1;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}


/*Plan Page*/
.plan-page {
    background: #e9ecef url("../../dist/img/bgblur.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    /*    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;*/
}

    .plan-page .container {
        /*width: 960px;*/
    }


    .plan-page .title {
        font-size: 1.5rem;
        color: #4d5a69;
        font-weight: 700;
    }
/*.container.plan {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
}*/

.plan .card {
    box-shadow: none;
    transition: transform .2s; /* Animation */
    -webkit-transition: transform .2s; /* Animation */
    -moz-transition: transform .2s; /* Animation */
    border: 2px solid #d8d8d8 !important;
}

    .plan .card:hover {
        border: 2px solid #17a2b8 !important;
        cursor: pointer;
    }

.plan .card-body {
    padding: .55rem .55rem 3rem .55rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.card-deck .card {
    border: 0px;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0,0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0,0);
}

.card-deck .card-header {
    background-color: transparent;
    padding: 1rem 1.25rem;
}

.card-deck .card-footer {
    border-top: 0px;
    background-color: transparent;
    padding: 0rem 1.5rem 1.5rem;
}

.card-deck .card:nth-child(1) .card-header .plan-recom::before {
    content: 'Individual or Small Business';
}

.card-deck .card:nth-child(2) .card-header .plan-recom::before {
    content: 'Growing Business';
}

.card-deck .card:nth-child(3) .card-header .plan-recom::before {
    content: 'Advanced Company';
}

.card-header .plan-type {
    color: #17a2b8;
    font-weight: 500;
    font-size: 1.5rem;
}

    .card-header .plan-type span {
        font-weight: 700;
    }


.card-deck .plan-price {
    color: #616161;
    font-weight: 600;
    font-size: 2.5rem;
    font-family: arial !important;
}

    .card-deck .plan-price small {
        color: #757575;
        font-size: 0.8rem;
        text-transform: uppercase;
    }

    .card-deck .plan-price sup {
        font-size: 1rem;
        font-weight: normal;
        top: -1em;
    }

.card-deck .card-body {
    padding: 1rem 1.5rem 0rem 1.5rem;
    position: relative;
}

.card-deck .card .card-body .plan-features {
    color: #4d5a69;
    font-size: 0.9rem;
}

    .card-deck .card .card-body .plan-features p {
        padding: 0rem;
        margin: 0rem;
        line-height: 1.3rem;
        text-align: center;
    }

.card-deck .btn {
    width: 55% !important;
    margin: 0 auto !important;
    border-radius: 5rem !important;
}

.card-deck .card:nth-child(1) .ribbon-wrapper.ribbon-lg, .card-deck .card:nth-child(3) .ribbon-wrapper.ribbon-lg {
    display: none;
}

.card-deck .card:hover {
    background-color: rgba(68, 80, 94, 1);
    color: #d0d0d0;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 43px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 43px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 43px 3px rgba(0,0,0,0.2);
}

    .card-deck .card:hover .card-body .plan-features p {
        color: #c5c5c5;
    }

    .card-deck .card:hover .plan-price, .card-deck .card:hover .plan-price small, .card-deck .card:hover .plan-price sup {
        color: #ffffff;
    }



/*Set up account*/
.setup-account-page {
    background: #e9ecef url("../../dist/img/bg3.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

    .setup-account-page img {
        filter: brightness(10);
        position: relative;
        top: -3px;
    }
/*Container*/
.content-header .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.rez-header .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.buttons-header .container {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.content-wrapper .content-header .container, .content-wrapper .rez-header .container, .content-wrapper .buttons-header .container, .content-wrapper .content .container {
    width: 100%;
    max-width: 100%;
}

/*Content header*/
.content-header h1 {
    font-size: 1.1rem;
}

.content-header {
    background-color: white;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px;
    /* margin-bottom: 10px;*/
}

/*Breadcrumb*/
.breadcrumb-item + .breadcrumb-item::before {
    display: none !important;
}


.content-header .breadcrumb {
    line-height: normal;
    font-size: 0.8rem;
}

    .content-header .breadcrumb .breadcrumb-item .nav-item .nav-link {
        padding: 0rem;
    }

.breadcrumb .dropdown-menu.show {
    transform: translate3d(-133px, 32px, 0px) !important;
}

.breadcrumb .dropdown-menu {
    z-index: 9999;
}

    .breadcrumb .dropdown-menu .dropdown-item {
        font-size: 0.9rem;
    }

.breadcrumb.btn-group-sm > .btn, .btn-sm {
    padding: 0.2rem 0.5rem;
}

.breadcrumb .btn {
    padding: 0.2rem 0.5rem;
}


.breadcrumb-item + .breadcrumb-item {
    padding-left: 1.2rem !important;
}


/*Reservation header*/
.rez-header {
    padding: 5px 10px;
    font-size: 0.9rem;
}

/*Reservation action button header*/
.buttons-header {
    padding: 5px 10px;
    font-size: 0.9rem;
}

    .buttons-header .btn-danger, .buttons-header .btn-success, .buttons-header .btn-custom-gray, .buttons-header .btn-outline-danger {
        margin-left: 0.5rem;
    }

/*Reservation Card*/
.register-card-body {
    background-color: #ffffff !important;
}

.card.sub-rez-card {
    background-color: transparent !important;
}

    .card.sub-rez-card .row {
        margin-right: -7.5px !important;
        margin-left: -7.5px !important;
    }

.card.main-rez-card {
    margin-bottom: 1rem !important;
}

.card.main-rez-card, .card.sub-rez-card {
    box-shadow: none;
    margin-bottom: 0rem;
    border: 0px !important;
}

    .card.main-rez-card > .card-body {
        padding: 0rem 1.25rem 1.25rem 1.25rem;
    }

    .card.main-rez-card .sub-rez-card .card-header {
        background-color: transparent;
        border-bottom: 1px solid #4bb8d1;
        padding: .50rem 0rem;
        margin: 0px;
    }

    .card.main-rez-card .card.sub-rez-card .card-header .card-title {
        font-size: 0.9rem;
        font-weight: bold;
        color: #4bb8d1;
    }

    .card.main-rez-card .card.sub-rez-card .card-body {
        padding: 0rem;
    }

        .card.main-rez-card .card.sub-rez-card .card-body .row {
            margin-right: -7.5px !important;
            margin-left: -7.5px !important;
        }

.main-footer {
    padding: 0.5rem !important;
    margin-left: 0px !important;
    font-size: 14px;
}


/*Form*/
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal !important;
}

.form-group {
    margin-bottom: 0.4rem !important;
}

    .form-group label {
        font-size: 0.7rem !important;
        margin-bottom: 0rem;
        font-weight: normal !important;
    }

    .form-group .col-form-label {
        font-size: 0.8rem !important;
    }

    .form-group .form-check {
        display: inline;
        padding-left: 1.25rem;
        padding-right: 0.5rem;
    }

.form-control-sm, form-control {
    height: calc(1.8125rem + 0px);
}

.custom-form-group .custom-control {
    display: block !important;
}

.form-control {
    font-size: 0.8125rem !important;
}

.custom-control {
    display: inline !important;
}

.rez-header .icheck-primary {
    display: inline-block;
    margin-right: 0.5rem;
    margin-top: 1.2rem !important;
}

.icheck-primary label {
    font-size: 0.8rem !important;
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before, [class*=icheck-] > input:first-child + label::before {
    width: 20px;
    height: 20px;
}

[class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after, [class*=icheck-] > input:first-child:checked + label::after {
    transform: translate(6.75px,3.5px) rotate(45deg);
    -webkit-transform: translate(6.75px,3.5px) rotate(45deg);
    -moz-transform: translate(6.75px,3.5px) rotate(45deg);
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before, [class*=icheck-] > input:first-child + label::before {
    background-color: #ffffff;
}

.form-filters .form-group {
    margin-bottom: 0rem !important;
}

.btn-custom-gray {
    background-color: #efefef !important;
    border-color: #c3c3c3 !important;
    color: #212529 !important;
}

    .btn-custom-gray:hover {
        background-color: #f8f9fa !important;
        border-color: #ddd !important;
        color: #565656 !important;
    }

    .btn-custom-gray:not(:disabled):not(.disabled):active, .btn-custom-gray:not(:disabled):not(.disabled).active, .show > .btn-custom-gray.dropdown-toggle {
        background-color: #f8f9fa !important;
        border-color: #ddd !important;
        color: #565656 !important;
    }

.btn-outline-secondary {
    color: #6c757d !important;
    border-color: #6c757d !important;
    margin: 0 4px 0 -3px !important;
}

    .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: #6c757d;
        border-color: #6c757d;
    }

.breadcrumb li {
    margin-left: 0.5rem !important;
    cursor: pointer !important;
}
/*Custom file*/
.register-page .custom-file-label {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.register-page .custom-file-input {
    height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}

.register-page .input-group-text {
    height: calc(1.4em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}

.register-page .custom-file-label::after {
    height: calc(1.4em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
}

/*Tabs*/
.nav-tabs {
    margin-top: 10px;
}

    .nav-tabs .nav-link {
        font-size: 0.9rem;
    }

.tab-content {
    margin-top: 10px;
}

/* .tab-content > .active .form-check {
        display: block;
    }*/

/*Vertical Tabs*/
.react-modal.customer-setting-modal {
    width: 70% !important;
}

.modal-body.tabs-modal-body {
    padding: 0rem 1rem !important;
    background-color: #f4f6f9;
}

.tabs-modal-body label {
    font-size: 0.9rem;
    margin-bottom: 0rem;
    font-weight: 500 !important;
}

.tabs-modal-body hr {
    /* margin-top: 0.3rem;
    margin-bottom: 0.3rem;*/
}

.tabs-modal-body .nav-tabs a {
    color: #91e1f3 !important;
    background-color: #ffffff !important;
    text-align: center;
    font-size: 1.1rem;
}

.tabs-modal-body .tab-left-link {
    background-color: #f4f6f9;
    padding: 0rem !important;
}

.tabs-modal-body .tab-right-content {
    background-color: #f4f6f9;
    padding: 1rem !important;
}

    .tabs-modal-body .tab-right-content .tab-content {
        margin-top: 0rem;
        height: 450px;
        overflow-y: auto;
    }

#model-body-Content {
    margin-top: 0rem;
    height: 400px;
    overflow-y: auto;
}

.tabs-modal-body .nav-tabs .nav-item.show .nav-link, .tabs-modal-body .nav-tabs .nav-link.active {
    background-color: #f4f6f9;
    border-color: transparent !important;
}

.tabs-modal-body .nav-tabs {
    margin-bottom: 0rem;
    margin-top: 0rem;
    border: 0px;
    background-color: #ffffff;
}

.tabs-modal-body .card {
    box-shadow: none;
    border: 1px solid #ced4da;
    /*margin-bottom:0rem;*/
}

.tabs-modal-body .card-header {
    background-color: transparent;
    border-bottom: 2px solid #4bb8d1;
    padding: .50rem 0rem;
    margin: 0 10px;
}

.tabs-modal-body .card-title {
    font-size: 1rem;
    font-weight: normal;
    color: #4bb8d1;
    margin-bottom: 0rem;
}

.tabs-modal-body .card-body {
    padding: 0.5rem 1.4rem;
}

.tabs-modal-body .row.two-col-row {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}


.selected-data, .options {
    margin-top: 20px;
    padding: 20px;
    background-color: rgba(191, 191, 191, 0.15);
}

    .selected-data .caption {
        font-weight: bold;
        font-size: 115%;
    }

    .options .caption {
        font-size: 18px;
        font-weight: 500;
    }

.option {
    margin-top: 10px;
}

    .option > span {
        width: 120px;
        display: inline-block;
    }

    .option > .dx-widget {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 350px;
    }

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

/*DateBox Css Jay*/
.dx-datebox-wrapper-calendar .dx-calendar {
    border: none;
    margin: 5px !important;
}

.edit-location-modal {
    width: 30% !important;
}

.edit-service-modal {
    width: 30% !important;
}

.edit-service-place-modal {
    width: 60% !important;
}

/*.edit-driver-document-modal {
    width: 70% !important;
}*/

.edit-wireInstructor-modal {
    width: 75% !important;
}


.rct-collapse {
    font-size: 16px !important;
    border: 1px solid red;
}

.rct-node-icon {
    color: #08abd1 !important;
}

.edit-location-setting-modal {
    width: 40% !important;
}

/*Modal Popup Style*/

.viewrez .modal-dialog {
    width: 1200px !important;
    max-width: 1200px !important;
}

    .viewrez .modal-dialog .modal-header {
        border-bottom: 1px solid #4bb8d1;
        padding: 0.5rem;
    }

    .viewrez .modal-dialog .modal-title {
        color: #4bb8d1;
        font-weight: bold;
    }

.modal-footer {
    padding: 0.5rem;
}

.viewrez label {
    font-size: 0.9rem;
    margin-bottom: 0rem;
}

.viewrez span {
    /*font-size: 0.9rem;*/
}

.viewrez .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.viewrez .table {
    border: 1px solid #dee2e6;
}

.viewrez .card.card-outline-tabs .card-header a {
    color: #4bb8d1;
    font-weight: 600;
}

.viewrez .card-primary.card-outline-tabs > .card-header a.active {
    border-bottom: 3px solid #4bb8d1;
}

.viewrez .nav-tabs .nav-link {
    border: 0px solid transparent;
}

.viewrez .tab-content label {
    font-weight: normal !important;
}

.viewrez .card.card-outline-tabs .card-header a {
    border-top: 0px solid transparent;
}

.viewrez .card-body {
    padding: 0px;
}

.viewrez .card-header {
    margin: 0px;
}

.card-body.p-0 .table tbody > tr > td:first-of-type, .card-body.p-0 .table tbody > tr > th:first-of-type, .card-body.p-0 .table thead > tr > td:first-of-type, .card-body.p-0 .table thead > tr > th:first-of-type {
    padding-left: 0.5rem;
}



/*View Reservation Table*/

.view-rez-modal {
    font-size: 0.8rem;
}

    .view-rez-modal .modal-body {
        padding: 1rem;
        height: 350px;
        overflow-y: auto;
    }

    .view-rez-modal .view-rez-table.table td, .view-rez-modal .view-rez-table.table th {
        padding: 0.2rem 1rem 0.2rem 0.2rem;
        font-size: 0.8rem;
    }

    .view-rez-modal label {
        font-size: 0.8rem !important;
        margin-bottom: 0rem;
    }

    .view-rez-modal span {
        /*font-size: 0.9rem;*/
    }

    .view-rez-modal .nav-tabs {
        border-bottom: 0px solid #dee2e6;
    }

    .view-rez-modal .table {
        border: 1px solid #dee2e6;
    }

    .view-rez-modal .card.card-outline-tabs .card-header a {
        color: #4bb8d1 !important;
        font-weight: 600;
        border-top: 0px solid transparent;
    }

    .view-rez-modal .card-primary.card-outline-tabs > .card-header a.active {
        border-bottom: 3px solid #4bb8d1;
        color: #4bb8d1 !important;
    }

    .view-rez-modal .nav-tabs .nav-link {
        border: 0px solid transparent;
        padding: 0.2rem 1rem;
    }

    .view-rez-modal .tab-content label {
        font-weight: normal !important;
    }

    .view-rez-modal .card-body {
        padding: 0px !important;
    }

    .view-rez-modal .card-header {
        margin: 0px;
    }

    .view-rez-modal .card {
        box-shadow: none;
        margin-bottom: 0rem;
        border: 0;
    }

    .view-rez-modal .row {
        margin-right: -7.5px !important;
        margin-left: -7.5px !important;
    }

    .view-rez-modal .card-header {
        background-color: transparent;
        border-bottom: 1px solid #4bb8d1;
        padding: .50rem 0rem;
        margin: 0 10px;
    }

    .view-rez-modal .card-title {
        font-size: 0.9rem;
        font-weight: bold;
        color: #4bb8d1;
    }

    .view-rez-modal .card-body {
        padding: .55rem;
    }

    .view-rez-modal .card.card-outline-tabs .card-header a {
        color: #4bb8d1;
        font-weight: 600;
    }

    .view-rez-modal hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

.dx-checkbox-icon {
    margin-left: 0px;
    border: 1px solid #6c757d !important;
}

/*React Date Picker*/

.react-datepicker {
    font-family: 'Nunito', sans-serif !important;
}

.react-datepicker-wrapper {
    display: initial !important;
}

.DayPicker-Months {
    font-size: 0.8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
}

.DayPicker-Month {
    margin: 0rem !important;
    text-align: center;
}

.DayPicker-Caption {
    background-color: #f0f0f0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0.5rem !important;
    margin-bottom: 0rem !important;
    text-align: center !important;
}

    .DayPicker-Caption > div {
        color: #000000;
        font-weight: bold !important;
        font-size: 0.944rem !important;
    }

.DayPicker-Weekday {
    font-size: 0.8rem !important;
    padding: 0.6em !important;
    color: #000000 !important;
}

.DayPicker-NavButton {
    top: 0.5rem !important;
    right: 0.5rem !important;
}

.DayPicker-WeekdaysRow {
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
}

.DayPicker-NavButton--prev {
    position: absolute !important;
    left: 0.5rem !important;
}


.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    background-color: #216ba5 !important;
    color: #ffffff !important;
}

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #e4f3ff !important;
}

.DayPicker-Day--today {
    color: #216ba5 !important;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    z-index: 1034;
}

.nav-tabs .nav-link.active {
    color: #17a2b8 !important;
}


.react-modal-driverlist .row {
    margin-left: -7px;
    margin-right: -7px;
}

.swal2-content {
    font-size: 1rem !important;
}

.__react_component_tooltip ul {
    margin: 0;
    padding: 0px 0px 0px 10px;
}

.dx-datagrid-rowsview .dx-row {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #dddddd !important;
}

.map-div {
    height: 95%;
    width: 100%;
    position: absolute;
}

#container {
    margin: 0 auto;
    position: relative;
}

#about_popup {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 28px;
    display: none;
    z-index: 99;
    width: 90%;
}

#contact_popup {
    width: 360px;
    height: 160px;
    padding: 20px;
    background: #666;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
}

#bottom_bar {
    width: 100%;
    height: 29px;
    position: absolute;
    bottom: 20px;
    z-index: 999;
    text-align: center;
    background-color: #505050;
}

    #bottom_bar #bottom_menu .btn-success {
        color: #ffffff !important;
        font-size: 1.5rem;
    }

.profile-user-img {
    border: 1px solid #adb5bd;
}


.card-primary.card-outline-tabs > .card-header a.active {
    border-bottom: 3px solid #4bb8d1 !important;
    border-top: 0px solid #4bb8d1 !important;
}

.card.card-outline-tabs .card-header a:hover {
    border-top: 0px solid #4bb8d1 !important;
    border-bottom: 3px solid #4bb8d1 !important;
}

.nav {
    border-bottom: 1px solid #93bfca;
}

.card.card-outline-tabs .card-header a {
    border-top: 0px solid transparent !important;
    position: relative;
    top: 2px;
    color: #17a2b8 !important;
}

.account-settings .card-header {
    background-color: #ffffff !important;
}

.main-header .navbar-nav .nav-item .css-2b097c-container {
    width: 250px !important;
}

.dashboard .row {
    margin-left: -7px;
    margin-right: -7px;
}

.dashboard .card {
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    border: 0px solid #e6e8ef;
    border-radius: .428rem;
}

    .dashboard .card .card-header {
        background-color: transparent;
        border-bottom: 1px dashed #c5c5c5;
    }

        .dashboard .card .card-header .card-title {
            margin-bottom: 0rem;
            color: #4bb8d1;
            font-weight: bold;
        }



.small-box {
    color: #ffffff;
    border-radius: 0.50rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

    .small-box > .small-box-footer {
        color: #ffffff !important;
        background: none !important;
        display: none;
    }

    .small-box > .inner {
        padding: 35px;
    }

    .small-box p {
        margin-bottom: 0;
    }

    .small-box h3 {
        margin: 0;
    }

    .small-box .icon > i.fa, .small-box .icon > i.fab, .small-box .icon > i.far, .small-box .icon > i.fas, .small-box .icon > i.glyphicon, .small-box .icon > i.ion {
        font-size: 50px
    }

    .small-box:hover .icon > i.fa, .small-box:hover .icon > i.fab, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.glyphicon, .small-box:hover .icon > i.ion {
        font-size: 55px;
    }

.bg-info {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-success {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-warning {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-danger {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}

.account-setting label {
    font-size: 0.7rem !important;
    margin-bottom: 0rem !important;
    font-weight: normal !important;
}

.tab-pane h6 {
    margin-bottom: 0px !important;
}

.account-setting .fas {
    color: #cacaca;
}

.account-setting .btn .fas {
    color: #ffffff;
}

.account-setting .input-group-text {
    height: calc(1.4em + 0.5rem + 2px) !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    background: transparent;
}


.tab-pane .css-yk16xz-control, .tab-pane .css-1pahdxg-control {
    height: initial !important;
}

.tab-pane .css-g1d714-ValueContainer {
    margin-top: 0px;
}

.dropdown-menu {
    font-size: 0.8125rem !important;
}

.input-date {
    width: 100% !important;
}

    .input-date .dx-texteditor-input {
        padding-right: 0px !important;
    }

.rez-header .icheck-primary.custom-icheck-primary {
    margin-top: 0.1rem !important;
}

[class*=icheck-] > label {
    font-size: 0.7rem !important;
    min-height: 15px;
    line-height: 15px;
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before, [class*=icheck-] > input:first-child + label::before {
    width: 15px;
    height: 15px;
}

[class*=icheck-] {
    margin-bottom: 0px !important;
    min-height: 0px;
}

    [class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after, [class*=icheck-] > input:first-child:checked + label::after {
        width: 4px;
        height: 6px;
    }

.widget-map-container {
    height: 550px;
    overflow-y: auto;
}

.setup-account-page .panels .panel:nth-child(2) .css-yk16xz-control, .setup-account-page .panels .panel:nth-child(2) .css-1pahdxg-control {
    height: initial !important;
}

.setup-account-page .panels .panel:nth-child(2) .css-1hwfws3 {
    padding: 5px !important;
}

.setup-account-page .panels .panel:nth-child(2) .css-g1d714-ValueContainer, .setup-account-page .panels .panel:nth-child(2) .css-1hwfws3 {
    margin-top: 0px !important;
}

.card-registration {
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: none;
    margin-bottom: 0rem;
    border: 0rem !important;
}

    .card-registration h5 {
        color: #17a2b8;
        font-weight: 600;
    }

    .card-registration .row:nth-child(2) h5 {
        margin-top: 0.5rem;
    }

    .card-registration .card-footer {
        background-color: transparent;
    }

        .card-registration .card-footer a {
            color: #17a2b8 !important;
        }

.react-checkbox-tree {
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
}

    .react-checkbox-tree li.rct-node.rct-node-leaf .rct-collapse {
        display: none;
    }

    .react-checkbox-tree li.rct-node.rct-node-leaf {
        padding: 2px 0 2px 0;
        border-bottom: 1px dotted #ced4da;
    }

.rct-text {
    display: block !important;
}

.rct-title {
    font-size: 0.8rem;
    padding: 0.3rem !important;
    /*display: block !important;*/
}

.react-checkbox-tree .rct-bare-label, .rct-node-clickable {
    /*display: block !important;*/
}

    .rct-node-clickable:hover {
        background: rgba(51, 51, 204, 0.1);
    }

.pending-container {
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid #dee2e6;
    width: 15%;
    background-color: #fff;
}

.gps-container {
    height: 500px;
    overflow: auto;
    display: flex;
    border: 1px solid #dee2e6;
}

.completed-container {
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid #dee2e6;
    width: 10%;
}

.ride-container {
    background-color: #17a2b8;
    color: #fff;
}

.clearboth {
    clear: both;
}

.pending-container h6 {
    font-size: 0.8rem;
    padding: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #efefef;
}

.pending-container:nth-child(1) {
    position: absolute;
    top: 0;
    background-color: #fff;
    height: 500px;
    overflow: auto;
}

.pending-container .draggable {
    padding: 0.5rem;
    border-bottom: 1px solid #dee2e6;
    cursor: move;
}

.pending-container:nth-child(1) .ride-container {
    background-color: #fff;
    color: #000;
}

.pending-container:nth-child(2) {
    margin-left: 15.5%;
}

.custom-date-navigator .form-control {
    border-radius: 0;
    height: calc(1.6em + 0.5rem + 2px);
    width: 10rem;
    text-align: center;
}

.custom-date-navigator button:nth-child(1) {
    position: relative;
    right: -1px;
}

.list-unstyled {
    font-size: 0.79rem;
}

.dashboard .row {
    margin-left: -7px;
    margin-right: -7px;
}

.dashboard .card {
    box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
    border: 0px solid #e6e8ef;
    border-radius: .428rem;
}

    .dashboard .card .card-header {
        background-color: transparent;
        border-bottom: 1px dashed #17a2b8;
    }

        .dashboard .card .card-header .card-title {
            margin-bottom: 0rem;
            color: #4bb8d1;
            font-weight: bold;
        }

.dx-texteditor-input-container {
    margin-top: -2px !important;
}

.dx-widget {
    font-size: 12px !important;
}

.dx-radiobutton-icon, .dx-radiobutton-icon:before {
    width: 16px !important;
    height: 16px !important;
}

.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    margin-top: -14px !important;
    margin-left: 4px !important;
}

.dx-checkbox-icon {
    width: 18px !important;
    height: 18px !important;
}

.dx-checkbox-checked .dx-checkbox-icon {
    font-size: 12px !important;
}

.dx-radiobutton-icon-checked .dx-radiobutton-icon-dot {
    background: #4bb8d1 !important;
}

.dx-radio-value-container {
    padding-right: 5px;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background-clip: content-box;
    background-color: #ffffff;
    padding: 3px;
    margin-top: 2px;
    cursor: pointer;
}

    input[type="radio"]:checked {
        background-color: #17a2b8;
        box-shadow: 0 0 0px 3px rgb(255, 255, 255) inset;
        -webkit-box-shadow: 0px 0 0px 3px rgb(255, 255, 255) inset;
        -moz-box-shadow: 0px 0px 0px 3px rgb(255,255,255) inset;
    }

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 0.1rem;
    background-clip: content-box;
    padding: 3px;
    margin-top: 2px;
    cursor: pointer;
    background-color: #ffffff;
}

    input[type="checkbox"]:checked {
        background-color: #ffffff;
    }

        input[type="checkbox"]:checked:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f00c";
            position: relative;
            font-size: 0.8rem;
            top: -0.2rem;
            left: 0.1rem;
            color: #17a2b8;
        }

.btn-group > .btn.btn-outline-secondary {
    margin: 0px !important;
}

    .btn-group > .btn.btn-outline-secondary:nth-child(2) {
        margin-right: 4px !important;
    }

.btn-group .dropdown-menu.show {
    right: 0 !important;
    left: auto !important;
    top: 31px !important;
    transform: none !important;
}

.btn-group .dropdown-menu {
    background-color: #6c757d !important;
}

    .btn-group .dropdown-menu .nav-link {
        color: #ffffff !important;
    }

        .btn-group .dropdown-menu .nav-link:hover, .btn-group .dropdown-menu .nav-link:focus {
            background-color: #90989e !important;
        }

    .btn-group .dropdown-menu.show .nav-item {
        margin-left: 0px !important;
    }

.btn-group .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-group .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff !important
}

.RichTextEditor__editor___1QqIU .RichTextEditor__block___2Vs_D:last-child, .RichTextEditor__editor___1QqIU ol:last-child, .RichTextEditor__editor___1QqIU pre:last-child, .RichTextEditor__editor___1QqIU ul:last-child {
    font-size: 0.8rem;
}

.modal-overflow {
    height: 450px;
    overflow-y: auto;
}

.layout-dispatch {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    /*align-content:space-around;*/
}

    .layout-dispatch .items {
        margin-right: 10px;
    }

        .layout-dispatch .items:nth-child(1) {
            width: 180px;
        }

        .layout-dispatch .items:nth-child(7) {
            width: 200px;
        }

        .layout-dispatch .items:nth-child(5), .layout-dispatch .items:nth-child(8), .layout-dispatch .items:nth-child(9) {
            width: 240px;
        }

        .layout-dispatch .items:nth-child(2), .layout-dispatch .items:nth-child(3) {
            width: 180px;
        }

.control-sidebar-light {
    -webkit-box-shadow: -10px 0px 23px -5px rgba(0,0,0,0.15);
    -moz-box-shadow: -10px 0px 23px -5px rgba(0,0,0,0.15);
    box-shadow: -10px 0px 23px -5px rgba(0,0,0,0.15);
}

.control-sidebar, .control-sidebar::before {
    width: 400px;
}

.control-sidebar {
    top: calc(3rem + 1px);
    bottom: -15rem;
}

.lbldispatchfilter {
    position: relative;
    top: 5px;
    font-size: 0.760rem !important;
    font-weight: 700 !important;
    margin-right: 20px;
}

/* ── Dispatch filter bar wrapper ── */
.dispatchFilter {
    margin-left: 5px;
    padding: 6px 12px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 10px;
    border: 1px solid #dce3ec;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07), 0 1px 2px rgba(0,0,0,0.04);
}

/* ── Dispatch filter row layout ── */
.df-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 6px;
}

/* ── Section group (label + content stacked) ── */
.df-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 4px 8px;
    background: rgba(241,245,249,0.6);
    border-radius: 7px;
    border: 1px solid rgba(226,232,240,0.8);
}

/* Date Range — calm blue tint */
.df-group-dates {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-color: #bfdbfe;
}
.df-group-dates .df-group-label { color: #1d4ed8; }

/* Ride Status — soft violet tint */
.df-group-status {
    background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
    border-color: #ddd6fe;
}
.df-group-status .df-group-label { color: #6d28d9; }

/* Grid Search — fresh teal/green tint */
.df-group-search {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-color: #bbf7d0;
}
.df-group-search .df-group-label { color: #15803d; }

.df-group-label {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 4px;
}

.df-group-label i {
    font-size: 0.58rem;
    opacity: 0.75;
}

/* Socket data-updated badge */
.socket-data-updated-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 8px;
    padding: 2px 8px;
    background-color: #fff7ed;
    color: #c2410c;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    font-size: 0.72rem;
    font-weight: 600;
    vertical-align: middle;
    animation: socketUpdateFadeIn 0.25s ease;
}

.socket-data-updated-badge i {
    font-size: 0.65rem;
    animation: socketUpdateSpin 0.6s ease-out;
}

@keyframes socketUpdateFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes socketUpdateSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.df-section {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ── Vertical divider between groups ── */
.df-divider {
    width: 1px;
    height: 44px;
    background: linear-gradient(to bottom, transparent, #cbd5e1, transparent);
    flex-shrink: 0;
    margin: 0 2px;
    align-self: center;
}

/* ── Date range ── */
.df-field {
    display: flex;
    align-items: center;
    gap: 5px;
}

.df-label {
    font-size: 0.68rem;
    font-weight: 700;
    color: #475569;
    white-space: nowrap;
    margin: 0;
    min-width: 22px;
}

.df-date-arrow {
    font-size: 0.6rem;
    color: #94a3b8;
    margin: 0 2px;
    padding: 3px 5px;
    background: #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Status chip checkboxes ── */
.df-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 5px;
    align-items: center;
}

.df-status-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 11px;
    border-radius: 20px;
    border: 1.5px solid #e2e8f0;
    background: #ffffff;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    color: #64748b;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
    white-space: nowrap;
    margin: 0 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}

.df-status-chip i {
    font-size: 0.65rem;
    opacity: 0.8;
}

/* hide the native checkbox */
.df-status-chip input[type="checkbox"] {
    display: none;
}

.df-status-chip:hover {
    border-color: #94a3b8;
    color: #334155;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

/* ── Per-status active colours ── */
.df-chip-pickup.active    { background: #f5f3ff; border: 2px solid #7c3aed; color: #5b21b6; box-shadow: 0 2px 6px rgba(124,58,237,0.18); }
.df-chip-pending.active   { background: #fffbeb; border: 2px solid #f59e0b; color: #92400e; box-shadow: 0 2px 6px rgba(245,158,11,0.18); }
.df-chip-inprocess.active { background: #eff6ff; border: 2px solid #3b82f6; color: #1e40af; box-shadow: 0 2px 6px rgba(59,130,246,0.18); }
.df-chip-completed.active { background: #f0fdf4; border: 2px solid #16a34a; color: #166534; box-shadow: 0 2px 6px rgba(22,163,74,0.18); }
.df-chip-cancelled.active { background: #fef2f2; border: 2px solid #ef4444; color: #991b1b; box-shadow: 0 2px 6px rgba(239,68,68,0.18); }
.df-chip-all.active       { background: #f0f9ff; border: 2px solid #0284c7; color: #075985; box-shadow: 0 2px 6px rgba(2,132,199,0.18); }

/* tick: thin (1.2px), small (60%), points pulled in from edges, sharp ends */
.df-chip-pickup input[type="checkbox"]:checked {
    background-color: #7c3aed; border-color: #7c3aed;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolyline points='1,5 3.5,7.5 9,2' fill='none' stroke='%23fff' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
    background-size: 60% 60%; background-position: center; background-repeat: no-repeat;
}
.df-chip-pending input[type="checkbox"]:checked {
    background-color: #f59e0b; border-color: #f59e0b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolyline points='1,5 3.5,7.5 9,2' fill='none' stroke='%23fff' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
    background-size: 60% 60%; background-position: center; background-repeat: no-repeat;
}
.df-chip-inprocess input[type="checkbox"]:checked {
    background-color: #3b82f6; border-color: #3b82f6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolyline points='1,5 3.5,7.5 9,2' fill='none' stroke='%23fff' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
    background-size: 60% 60%; background-position: center; background-repeat: no-repeat;
}
.df-chip-completed input[type="checkbox"]:checked {
    background-color: #16a34a; border-color: #16a34a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolyline points='1,5 3.5,7.5 9,2' fill='none' stroke='%23fff' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
    background-size: 60% 60%; background-position: center; background-repeat: no-repeat;
}
.df-chip-cancelled input[type="checkbox"]:checked {
    background-color: #ef4444; border-color: #ef4444;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolyline points='1,5 3.5,7.5 9,2' fill='none' stroke='%23fff' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
    background-size: 60% 60%; background-position: center; background-repeat: no-repeat;
}
.df-chip-all input[type="checkbox"]:checked {
    background-color: #0284c7; border-color: #0284c7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpolyline points='1,5 3.5,7.5 9,2' fill='none' stroke='%23fff' stroke-width='1.4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
    background-size: 60% 60%; background-position: center; background-repeat: no-repeat;
}

/* Hover per status */
.df-chip-pickup:hover    { border-color: #7c3aed; color: #5b21b6; }
.df-chip-pending:hover   { border-color: #f59e0b; color: #92400e; }
.df-chip-inprocess:hover { border-color: #3b82f6; color: #1e40af; }
.df-chip-completed:hover { border-color: #16a34a; color: #166534; }
.df-chip-cancelled:hover { border-color: #ef4444; color: #991b1b; }
.df-chip-all:hover       { border-color: #0284c7; color: #075985; }

/* ── Action buttons ── */
.df-actions {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Hide DevExtreme built-in search panel — replaced by custom filter bar input */
#dispatch-grid-container .dx-datagrid-search-panel,
#dispatch-grid-container-custom .dx-datagrid-search-panel {
    display: none !important;
}

/* ── Grid search ── */
.df-grid-search {
    display: flex;
    align-items: center;
    gap: 5px;
}

.df-grid-search-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.df-grid-search-icon {
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.62rem;
    color: #94a3b8;
    pointer-events: none;
    z-index: 1;
}

.df-grid-search-input {
    height: 30px;
    width: 210px;
    padding: 0 28px 0 28px;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    font-size: 0.72rem;
    color: #334155;
    background: #ffffff;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, width 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.df-grid-search-input::placeholder {
    color: #b0bec5;
    font-style: italic;
}

.df-grid-search-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59,130,246,0.12);
    width: 240px;
}

.df-grid-search-clear {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #94a3b8;
    font-size: 0.65rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease;
}

.df-grid-search-clear:hover {
    color: #ef4444;
}

.df-btn-confirm {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 28px;
    padding: 0 12px;
    font-size: 0.72rem;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    background: #16a34a;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease;
}

.df-btn-confirm:hover { background: #15803d; }

.df-btn-search {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 14px;
    font-size: 0.76rem;
    font-weight: 700;
    background: #1a73e8;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
}

.df-btn-search:hover { background: #1558b0; }

.df-btn-reset {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    font-size: 0.76rem;
    font-weight: 600;
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}

.df-btn-reset:hover { background: #e2e8f0; color: #1e293b; }

.report-list-view h5 {
    font-size: 0.9rem !important;
}

.report-list-view .report-item-container .report-item {
    display: inline-block;
    width: 20%;
    font-size: 0.9rem;
    font-weight: 600;
}

.report-list-view hr {
    margin: 0.5rem 0rem;
}

.report-list-view .card-body {
    padding: 0.6rem 1rem 1.2rem 1rem;
}


.report-card-view .card {
    display: inline-block !important;
    width: 18.5%;
    font-size: 0.9rem;
    font-weight: 600;
    transition: transform .2s !important; /* Animation */
    -webkit-transition: transform .2s !important; /* Animation */
    -moz-transition: transform .2s !important; /* Animation */
    position: relative !important;
    overflow: hidden !important;
    margin: 0.5rem 0.5rem 0.0rem 0.5rem;
    height: 100px;
    position: relative;
    border: 1px solid #efeeee !important;
}

    .report-card-view .card:hover {
        cursor: pointer;
        /*-webkit-box-shadow: 0px 0px 43px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 43px 3px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 43px 3px rgba(0,0,0,0.2);*/
    }

.filter-button {
    margin-right: 0.9rem !important;
    text-transform: capitalize !important;
}

.report-card-view .circleHover {
    background-color: #4bb8d1;
    border-radius: 50%;
    bottom: 0;
    content: '';
    height: 3rem;
    left: -20%;
    width: 3rem;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: scale(1);
    transform-origin: left center;
    transition: transform .5s ease-in;
    z-index: 1;
}


.report-card-view .card:hover .circleHover {
    transform: scale(12);
    transition: transform .5s ease-out;
}

.report-card-view .circleNormal {
    background: rgb(232,232,232);
    background: linear-gradient(163deg, rgba(239,238,238,1) 0%, rgba(255,255,255,1) 30%);
    border-radius: 50%;
    bottom: 0;
    content: '';
    height: 50rem;
    width: 50rem;
    margin: auto;
    position: absolute;
    left: -390px;
    top: 697px;
    z-index: 1;
}

.report-card-view .card .card-body {
    z-index: 999;
    position: relative;
}

.report-card-view .card:hover h6, .report-card-view .card:hover span, .report-card-view .card:hover p {
    color: #ffffff !important;
}

.report-card-view .card:hover h6 {
    font-size: 1.05rem;
    font-weight: 600;
}

.report-card-view .card h6 {
    font-size: 1.05rem;
}

.report-card-view .card h6, .report-card-view .card p {
    padding: 0;
    margin: 0;
}

.report-card-view .card:hover .btn-info {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btnReportLink {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
}


.report-card-view .card:hover .btnReportLink a {
    color: #ffffff !important;
    background-color: #55c3dd
}


.report-card-view .card {
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.04) !important;
}

.report-list-view:nth-child(1) {
    background-color: #f6fdea;
    border: 1px solid #ccdbb5;
}

    .report-list-view:nth-child(1) a, .report-list-view:nth-child(1) h6 {
        color: #586a3b !important;
    }


.report-list-view:nth-child(2) {
    background-color: #ffede1;
    border: 1px solid #f1cfb8;
}

    .report-list-view:nth-child(2) h6, .report-list-view:nth-child(2) a {
        color: #835332 !important;
    }

.report-list-view:nth-child(3) {
    background-color: #fdf5fa;
    border: 1px solid #e7cddf;
}

    .report-list-view:nth-child(3) h6, .report-list-view:nth-child(3) a {
        color: #764a69 !important;
    }

.report-list-view:nth-child(4) {
    background-color: #e8f7fb;
    border: 1px solid #d1e2e7;
}

    .report-list-view:nth-child(4) h6, .report-list-view:nth-child(4) a {
        color: #436772 !important;
    }

.report-list-view:nth-child(5) {
    background-color: #f6f9ee;
    border: 1px solid #dde5c8;
}

    .report-list-view:nth-child(5) h6, .report-list-view:nth-child(5) a {
        color: #666c52 !important;
    }

.report-list-view:nth-child(6) {
    background-color: #fff1f0;
    border: 1px solid #fff1f0;
}

    .report-list-view:nth-child(6) h6, .report-list-view:nth-child(6) a {
        color: #724744 !important;
    }

/* ============================================================
   Report Component — Modern Design
   ============================================================ */
.rpt-wrapper {
    background: #f0f4f9 !important;
    min-height: 100vh;
    padding: 0 !important;
}

/* Header */
.rpt-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
    background: linear-gradient(135deg, #1e3a8a 0%, #1a73e8 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(26,115,232,0.3);
    flex-wrap: wrap;
    gap: 12px;
}

.rpt-header-left {
    display: flex;
    align-items: center;
    gap: 13px;
}

.rpt-header-icon {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.18);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.rpt-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff !important;
}

.rpt-subtitle {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.75);
}

.rpt-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rpt-search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.rpt-search-icon {
    position: absolute;
    left: 10px;
    color: rgba(255,255,255,0.65);
    font-size: 0.78rem;
    pointer-events: none;
}

.rpt-search-input {
    padding: 7px 30px 7px 28px;
    border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 20px;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 0.78rem;
    width: 210px;
    outline: none;
    transition: all 0.2s;
}
.rpt-search-input::placeholder { color: rgba(255,255,255,0.55); }
.rpt-search-input:focus {
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.6);
    width: 250px;
}

.rpt-search-clear {
    position: absolute;
    right: 9px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.65);
    cursor: pointer;
    font-size: 0.72rem;
    padding: 0;
    line-height: 1;
}
.rpt-search-clear:hover { color: #fff; }

.rpt-view-toggle {
    display: flex;
    background: rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 3px;
    gap: 2px;
}

.rpt-toggle-btn {
    border: none;
    background: transparent;
    color: rgba(255,255,255,0.65);
    width: 30px;
    height: 28px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.76rem;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rpt-toggle-btn:hover { background: rgba(255,255,255,0.2); color: #fff; }
.rpt-toggle-btn.active { background: #fff; color: #1a73e8; }

/* Content area */
.rpt-content {
    padding: 20px 24px;
}

/* Loading state */
.rpt-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 90px 0;
    color: #1a73e8;
    gap: 14px;
    font-size: 0.88rem;
    font-weight: 500;
}
.rpt-loading i { font-size: 2.2rem; }

/* Empty state */
.rpt-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0;
    color: #94a3b8;
    gap: 10px;
}
.rpt-empty i { font-size: 2.8rem; opacity: 0.35; }
.rpt-empty p { font-size: 0.88rem; margin: 0; }

/* ── Grid View ── */
.rpt-type-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.rpt-type-tab {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 13px;
    border-radius: 20px;
    font-size: 0.73rem;
    font-weight: 600;
    border: 1.5px solid #dde3ed;
    color: #64748b;
    background: #fff;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.15s;
    white-space: nowrap;
}
.rpt-type-tab:hover { border-color: #1a73e8; color: #1a73e8; background: #eef4ff; text-decoration: none !important; }
.rpt-type-tab.active,
.rpt-type-tab.show {
    background: #1a73e8 !important;
    color: #fff !important;
    border-color: #1a73e8 !important;
}

.rpt-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
    grid-auto-rows: 62px;
    gap: 10px;
}

.rpt-card {
    background: #fff;
    border-radius: 9px;
    border: 1px solid #e4eaf2;
    border-left: 3px solid #1a73e8;
    padding: 0 12px 0 14px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 11px;
    cursor: pointer;
    transition: all 0.18s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.rpt-card:hover {
    box-shadow: 0 5px 18px rgba(0,0,0,0.09);
    transform: translateY(-2px);
    border-left-width: 4px;
}

/* Per-type accent colours */
.rpt-card-billing        { border-left-color: #16a34a; }
.rpt-card-reservation    { border-left-color: #1a73e8; }
.rpt-card-dispatching    { border-left-color: #d97706; }
.rpt-card-franchisee     { border-left-color: #7c3aed; }
.rpt-card-accounts       { border-left-color: #0891b2; }
.rpt-card-administration { border-left-color: #6b7280; }
.rpt-card-management     { border-left-color: #dc2626; }

.rpt-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    color: #fff;
    background: linear-gradient(135deg, #1a73e8, #0ea5e9);
    box-shadow: 0 3px 8px rgba(26,115,232,0.35);
}
.rpt-card-billing        .rpt-card-icon { background: linear-gradient(135deg, #16a34a, #22c55e); box-shadow: 0 3px 8px rgba(22,163,74,0.35); }
.rpt-card-reservation    .rpt-card-icon { background: linear-gradient(135deg, #1a73e8, #60a5fa); box-shadow: 0 3px 8px rgba(26,115,232,0.35); }
.rpt-card-dispatching    .rpt-card-icon { background: linear-gradient(135deg, #d97706, #fbbf24); box-shadow: 0 3px 8px rgba(217,119,6,0.35); }
.rpt-card-franchisee     .rpt-card-icon { background: linear-gradient(135deg, #7c3aed, #a78bfa); box-shadow: 0 3px 8px rgba(124,58,237,0.35); }
.rpt-card-accounts       .rpt-card-icon { background: linear-gradient(135deg, #0891b2, #22d3ee); box-shadow: 0 3px 8px rgba(8,145,178,0.35); }
.rpt-card-administration .rpt-card-icon { background: linear-gradient(135deg, #475569, #94a3b8); box-shadow: 0 3px 8px rgba(71,85,105,0.30); }
.rpt-card-management     .rpt-card-icon { background: linear-gradient(135deg, #dc2626, #f87171); box-shadow: 0 3px 8px rgba(220,38,38,0.35); }

.rpt-card-body { flex: 1; min-width: 0; }

.rpt-card-type {
    display: block;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 2px;
}

.rpt-card-name {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rpt-card-arrow {
    color: #d1d5db;
    font-size: 0.68rem;
    flex-shrink: 0;
    transition: all 0.15s;
}
.rpt-card:hover .rpt-card-arrow { color: #1a73e8; transform: translateX(3px); }

/* ── List View ── */
.rpt-list-view {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rpt-section {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e4eaf2;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.rpt-section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    background: #1a73e8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.rpt-section-billing        .rpt-section-header { background: #16a34a; }
.rpt-section-reservation    .rpt-section-header { background: #1a73e8; }
.rpt-section-dispatching    .rpt-section-header { background: #d97706; }
.rpt-section-franchisee     .rpt-section-header { background: #7c3aed; }
.rpt-section-accounts       .rpt-section-header { background: #0891b2; }
.rpt-section-administration .rpt-section-header { background: #475569; }
.rpt-section-management     .rpt-section-header { background: #dc2626; }

.rpt-section-count {
    margin-left: auto;
    background: rgba(255,255,255,0.22);
    border-radius: 10px;
    padding: 1px 8px;
    font-size: 0.68rem;
}

.rpt-section-body {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
}

.rpt-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 0.76rem;
    color: #334155 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #f1f5f9;
    border-right: 1px solid #f1f5f9;
    transition: background 0.13s, color 0.13s;
}
.rpt-list-item:hover {
    background: #f0f6ff;
    color: #1a73e8 !important;
    text-decoration: none !important;
}
.rpt-list-item-icon { color: #94a3b8; font-size: 0.7rem; flex-shrink: 0; }
.rpt-list-item:hover .rpt-list-item-icon { color: #1a73e8; }
.rpt-list-item span { flex: 1; font-weight: 500; font-size: 0.88rem; }
.rpt-list-item-arrow {
    color: #cbd5e1;
    font-size: 0.62rem;
    opacity: 0;
    transition: opacity 0.13s;
}
.rpt-list-item:hover .rpt-list-item-arrow { opacity: 1; color: #1a73e8; }

/* ── Customer grid action icons ── */
.cust-action-btns {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cust-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: filter 0.15s, transform 0.15s;
    border: 1px solid transparent;
}
.cust-action-link:hover {
    filter: brightness(0.88);
    transform: translateY(-1px);
    text-decoration: none !important;
}

.cust-icon-edit       { background: #dbeafe !important; border-color: #bfdbfe; }
.cust-icon-setting    { background: #fdf4ff !important; border-color: #f0abfc; }
.cust-icon-commission { background: #fefce8 !important; border-color: #fde68a; }
.cust-icon-qr         { background: #fff1f2 !important; border-color: #fecdd3; }

.cust-icon-edit i       { color: #1e40af !important; }
.cust-icon-setting i    { color: #7e22ce !important; }
.cust-icon-commission i { color: #92400e !important; }
.cust-icon-qr i         { color: #9f1239 !important; }

.btn-view {
    height: 30px;
    width: 30px;
    display: table;
    border-radius: 50%;
    padding: 5px;
    background-color: #ffffff;
    text-align: center;
    color: #4bb8d1 !important;
}

#dispatch-grid-container .dx-toolbar .dx-toolbar-before {
    width: 50% !important;
}

#dispatch-grid-container .dx-datagrid-borders > .dx-datagrid-headers {
    margin-top: 5px;
}

#dispatch-grid-container.dx-datagrid-borders,
#dispatch-grid-lite-container.dx-datagrid-borders,
#dispatch-grid-rest-container.dx-datagrid-borders {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    border-color: #c2c7cf !important;
    border-radius: 3px;
    overflow: hidden;
}

#dispatch-grid-container .dx-datagrid-column-lines > td,
#dispatch-grid-lite-container .dx-datagrid-column-lines > td,
#dispatch-grid-rest-container .dx-datagrid-column-lines > td {
    border-right-color: #dde0e5 !important;
}

#dispatch-grid-container .dx-datagrid-pager,
#dispatch-grid-lite-container .dx-datagrid-pager,
#dispatch-grid-rest-container .dx-datagrid-pager {
    border-top: 1px solid #c2c7cf !important;
    padding: 5px 8px !important;
    font-size: 0.72rem !important;
}

#dispatch-grid-container .dx-toolbar,
#dispatch-grid-lite-container .dx-toolbar,
#dispatch-grid-rest-container .dx-toolbar {
    padding: 4px 6px !important;
    border-bottom: 1px solid #dde0e5 !important;
}

#dispatch-grid-lite-container .dx-datagrid-borders > .dx-datagrid-headers {
    margin-top: 5px;
}

#dispatch-grid-rest-container .dx-toolbar .dx-toolbar-before {
    width: 50% !important;
}

#dispatch-grid-rest-container .dx-datagrid-borders > .dx-datagrid-headers {
    margin-top: 5px;
}

/* Dispatch grid — standard row height */
#dispatch-grid-container .dx-data-row > td,
#dispatch-grid-container-custom .dx-data-row > td {
    height: 26px !important;
    max-height: 26px !important;
    line-height: 22px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden;
    vertical-align: middle !important;
}

#dispatch-grid-container .dx-header-row > td,
#dispatch-grid-container-custom .dx-header-row > td {
    height: 28px !important;
    max-height: 28px !important;
    line-height: 28px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
}

/* Dispatch grid — readable cell text */
#dispatch-grid-container .dx-data-row td,
#dispatch-grid-container-custom .dx-data-row td {
    font-size: 0.74rem !important;
    color: #0a0d12 !important;
    font-weight: 600;
}

/* Red-background rows: white forecolor overrides the cell-level dark color above */
#dispatch-grid-container .dx-data-row.bgurgent td,
#dispatch-grid-container-custom .dx-data-row.bgurgent td,
#dispatch-grid-container .dx-data-row.bgPickupUrgentAlert td,
#dispatch-grid-container-custom .dx-data-row.bgPickupUrgentAlert td {
    color: #FFFFFF !important;
}

#dispatch-grid-container .dx-datagrid-headers .dx-header-row td,
#dispatch-grid-container-custom .dx-datagrid-headers .dx-header-row td {
    font-size: 0.71rem !important;
    color: #111827 !important;
    font-weight: 700;
    background-color: #f0f4f9 !important;
    letter-spacing: 0.02em;
}

#dispatch-grid-container .dx-group-row,
#dispatch-grid-container-custom .dx-group-row {
    font-size: 0.72rem !important;
    color: #1e3a8a !important;
    font-weight: 700;
    background-color: #eff6ff !important;
}

.img-icon {
    height: 12px;
    width: 12px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.clockstyle {
    color: #f5f5f5 !important;
}

.clockstyle-qr {
    color: #000000 !important;
    font-size: 0.7rem !important;
}

.navbar-light .navbar-toggler {
    color: #000000 !important;
    border-color: #ffffff !important;
}

.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}

.allowClubbingTextColor {
    color: #000 !important;
    font-size: 11px;
    background: #f5f28d !important;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 7px 7px 2px;
}

.flightTimeTextColor {
    color: #000 !important;
    font-size: 11px;
    background: #f5f28d;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 7px 7px 2px;
}

.paxNameColor {
    color: #17a2b8 !important;
    font-size: 11px;
    background: #f5f28d;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 7px 7px 2px;
}

.reportTimeTextColor {
    color: #000 !important;
    font-size: 11px;
    background: #f5f28d;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 7px 7px 6px;
}

.crewAddressTextColor {
    color: #000 !important;
    font-size: 11px;
    background: #f5f28d;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4px 7px 4px 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
    position: relative !important;
}

.address-cell {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.address-popup-icon {
    flex-shrink: 0;
    color: #5a8fc4;
    font-size: 11px;
    opacity: 0.75;
    transition: opacity 0.15s, color 0.15s;
    text-decoration: none !important;
}

.address-popup-icon:hover {
    opacity: 1;
    color: #2a6099;
}

.crewAddressTextColor .address-popup-icon {
    color: #3a7a35;
}

.address-popup-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 4px;
    font-size: 0.875rem;
    line-height: 1.5;
    word-break: break-word;
}

.address-popup-marker {
    color: #e05252;
    font-size: 1.1rem;
    margin-top: 2px;
    flex-shrink: 0;
}
/*Media Query*/
/*LG*/
@media (min-width: 1200px) {
    /*  .plan-page .container {
        max-width: 960px;
    }*/
}

/*LG*/
@media (min-width: 992px) {
    /*.plan-page .container {
        max-width: 960px;
    }*/
}

/*MD*/
@media (min-width: 768px) {
    /*.plan-page .container {
        max-width: 720px;
    }
*/
    .plan-page {
        position: initial !important;
    }

    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }

    .card.main-rez-card .col-right {
        padding-left: 6px !important;
    }

    .dx-toolbar-before, .dx-toolbar-after {
        position: relative;
    }

    #dispatch-grid-container .dx-toolbar .dx-toolbar-before {
        width: 100% !important;
    }

    #dispatch-grid-lite-container .dx-toolbar .dx-toolbar-before {
        width: 100% !important;
    }

    #dispatch-grid-rest-container .dx-toolbar .dx-toolbar-before {
        width: 100% !important;
    }
}


/*SM*/
@media (min-width: 576px) {
    /*.plan-page .container {
        max-width: 540px;
    }*/

    .plan-page {
        position: initial !important;
    }

    .card-deck .btn {
        width: 100% !important;
    }

    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }

    .card.main-rez-card .col-right {
        padding-left: 6px !important;
    }

    .dx-toolbar-before, .dx-toolbar-after {
        position: relative;
    }
}

/*XS*/
@media (min-width: 300px) {
    /*.plan-page .container {
        max-width: 540px;
    }*/

    .plan-page {
        position: initial !important;
    }

    .card-deck .btn {
        width: 100% !important;
    }

    .text-xs-left {
        text-align: left;
    }

    .text-xs-right {
        text-align: right;
    }

    .text-xs-center {
        text-align: center;
    }

    .text-xs-justify {
        text-align: justify;
    }

    .card.main-rez-card .col-right {
        padding-left: 6px !important;
    }
}


@media (max-width: 768px) {
    #dispatch-grid-container .dx-toolbar .dx-toolbar-items-container {
        height: initial !important;
    }

    #dispatch-grid-container .dx-toolbar-after, #dispatch-grid-container .dx-toolbar-before {
        position: relative !important
    }

    #dispatch-grid-container .dx-toolbar-after {
        float: right;
        margin-top: 15px;
    }

    #dispatch-grid-lite-container .dx-toolbar .dx-toolbar-items-container {
        height: initial !important;
    }

    #dispatch-grid-lite-container .dx-toolbar-after, #dispatch-grid-container .dx-toolbar-before {
        position: relative !important
    }

    #dispatch-grid-lite-container .dx-toolbar-after, #dispatch-grid-lite-container .dx-toolbar-before {
        position: relative !important
    }

    #dispatch-grid-lite-container .dx-toolbar-after {
        float: right;
        margin-top: 15px;
    }

    #dispatch-grid-rest-container .dx-toolbar .dx-toolbar-items-container {
        height: initial !important;
    }

    #dispatch-grid-rest-container .dx-toolbar-after, #dispatch-grid-container .dx-toolbar-before {
        position: relative !important
    }

    #dispatch-grid-rest-container .dx-toolbar-after, #dispatch-grid-lite-container .dx-toolbar-before {
        position: relative !important
    }

    #dispatch-grid-rest-container .dx-toolbar-after {
        float: right;
        margin-top: 15px;
    }
}

#reservationhistory-grid-container .dx-datagrid-rowsview .dx-row > td, .dx-datagrid-rowsview .dx-row > tr > td {
    overflow: initial;
    text-overflow: initial !important;
}

#reservationhistory-grid-container .dx-datagrid-nowrap, .dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
    white-space: pre-wrap;
}

.dx-datagrid .dx-row > td .fa-rupee-sign {
    font-size: 10px;
}

.dx-datagrid .dx-row > td .fa-dollar-sign {
    font-size: 10px;
}

.redirectloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #0073aa;
    /* font-weight: bold; */
}

    .redirectloader .fa-spin {
        font-size: 40px;
    }

.booking {
    padding: 0 100px;
}

    .booking h2 {
        color: #2E3192 !important;
    }

.btn-primary:not(:disabled):not(.disabled).active {
    background: #2e3192 !important;
}

.btn-primary1 {
    background: #2e3192 !important;
    color: #ffffff !important;
}

    .btn-primary1:not(:disabled):not(.disabled).active {
        background: #00a651 !important;
        color: #ffffff !important;
    }



@media only screen and (max-width: 600px) {
    .booking {
        padding: 0 5px !important;
    }

        .booking h2 {
            font-size: 20px;
            color: #2E3192;
        }

        .booking h3 {
            font-size: 18px;
        }

    .btn-group, .btn-group-vertical {
        width:100% !important;
    }

    .bookingimg {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .dispatchFilter {
        margin-left: 5px;
        margin-top: 6px !important;
    }

    .df-row {
        flex-wrap: wrap;
        gap: 6px 8px;
    }

    .df-divider {
        display: none;
    }

    .df-checks {
        gap: 4px 12px;
    }

    .clockstyle-qr {
        color: #000000 !important;
        font-size: 0.7rem !important;
    }
}

#passengerdetails-grid-container .dx-datagrid .dx-row > td {
    font-size: 0.860rem !important;
}

.colAllowclubbing {
    background-color: #f8b999 !important;
    color: #000000;
}

/* =====================================================
   Dispatch Tab Bar — Modern Styled Navigation
   ===================================================== */
.dispatch-nav-tabs {
    margin-top: 0 !important;
    padding: 0 6px;
    background: #ffffff;
    border-bottom: 2px solid #e2e8f0 !important;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.dispatch-nav-tabs .nav-item .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 20px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    margin-bottom: -2px;
    transition: color 0.18s, border-color 0.18s, background 0.18s;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.dispatch-nav-tabs .nav-item .nav-link i {
    font-size: 0.88rem;
    opacity: 0.7;
    transition: opacity 0.18s;
}

.dispatch-nav-tabs .nav-item .nav-link:hover {
    color: #1a73e8 !important;
    background: #f0f6ff !important;
    border-bottom-color: #93c5fd !important;
}

.dispatch-nav-tabs .nav-item .nav-link:hover i {
    opacity: 1;
}

.dispatch-nav-tabs .nav-item .nav-link.active {
    color: #1a73e8 !important;
    background: #eef4ff !important;
    border-bottom: 3px solid #1a73e8 !important;
    border-radius: 4px 4px 0 0 !important;
}

.dispatch-nav-tabs .nav-item .nav-link.active i {
    opacity: 1;
}

/* Notification badge on Alert tab */
.tab-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ef4444;
    color: #ffffff;
    font-size: 0.60rem;
    font-weight: 700;
    min-width: 17px;
    height: 17px;
    border-radius: 9px;
    padding: 0 4px;
    line-height: 1;
    margin-left: 3px;
    animation: tab-badge-pop 0.25s ease;
}

/* Blue variant for Dispatch count badge */
.tab-badge-info {
    background: #1a73e8;
}

@keyframes tab-badge-pop {
    from { transform: scale(0.5); opacity: 0; }
    to   { transform: scale(1);   opacity: 1; }
}

/* =====================================================
   Alert & Notification Grid Styles
   ===================================================== */

/* Toolbar toggle chip */
.notif-toggle-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    font-size: 0.76rem;
    font-weight: 600;
    border-radius: 20px;
    border: 1.5px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    cursor: pointer;
    transition: all 0.18s;
    user-select: none;
}
.notif-toggle-chip:hover { background: #f1f5f9; border-color: #94a3b8; color: #334155; }
.notif-toggle-chip.active { background: #eff6ff; border-color: #3b82f6; color: #1d4ed8; }
.notif-toggle-chip.active i { color: #3b82f6; }

/* Count pill next to toggle */
.notif-count-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    font-size: 0.74rem;
    font-weight: 600;
    background: #fef3c7;
    color: #92400e;
    border-radius: 20px;
    border: 1px solid #fde68a;
}

/* Action column — Mark as Read button */
.notif-read-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 9px;
    font-size: 0.72rem;
    font-weight: 600;
    background: #1a73e8;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
}
.notif-read-btn:hover { background: #1558b0; }

/* Already-read double-check icon */
.notif-done-icon {
    color: #16a34a;
    font-size: 0.88rem;
}

/* Status column badges */
.notif-unread-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 8px;
    font-size: 0.70rem;
    font-weight: 700;
    background: #fef2f2;
    color: #dc2626;
    border-radius: 12px;
    border: 1px solid #fecaca;
}
.notif-unread-badge i { font-size: 0.45rem; }

.notif-read-time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.76rem;
    color: #16a34a;
    font-weight: 500;
}
.notif-read-time i { font-size: 0.82rem; }

/* Change Type color badges */
.notif-change-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 9px;
    font-size: 0.70rem;
    font-weight: 600;
    border-radius: 12px;
    white-space: nowrap;
}
.notif-change-default  { background: #f1f5f9; color: #475569; border: 1px solid #e2e8f0; }
.notif-change-flighttime { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
.notif-change-pickup   { background: #eff6ff; color: #1d4ed8; border: 1px solid #bfdbfe; }
.notif-change-cancel   { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }
.notif-change-assign   { background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0; }
.notif-change-new      { background: #f5f3ff; color: #6d28d9; border: 1px solid #ddd6fe; }