/*@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700;800&family=Poppins:wght@300;600&display=swap');

body {
    font-family: Karla, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
}*/

body[data-sidebar=dark] .vertical-menu,
body[data-sidebar=dark] .navbar-brand-box {
    background-color: #fff;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
    background-color: transparent;
}

    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a,
    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
        color: #012169;
    }

    body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
        background-color: #012169;
    }

body[data-sidebar=dark] .mm-active > a,
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active,
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i,
body[data-sidebar=dark] .mm-active > a i {
    color: #012169 !important;
}

.vertical-menu {
    overflow: auto;
}

    
    /* width */
    .vertical-menu::-webkit-scrollbar {
        width: 8px;
    }

/* Track */
    .vertical-menu::-webkit-scrollbar-track {
        background: #fff;
    }

/* Handle */
    .vertical-menu::-webkit-scrollbar-thumb {
        background: rgba(0 0 0 / 10%);
        border-radius: 20px;
        border: 2px solid #fff
    }

    /* Handle on hover */
        .vertical-menu::-webkit-scrollbar-thumb:hover {
            background: #012169;
        }

    .vertical-collpsed .navbar-brand-box {
        width: 100px !important;
    }

.vertical-collpsed .vertical-menu {
    width: 100px !important;
    z-index: 9999;
}
    .vertical-collpsed .vertical-menu{
        position: fixed !important;
    }

    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
        padding: 0 10px;
        text-align: center;
        min-height: auto;
        margin-bottom: 30px;
    }

        .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a.active {
            /*background: #012169;*/
            color: #012169 !important;
        }

            .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a.active i{
                color: #012169 !important;
            }

            .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a span {
                display: block;
                padding: 0;
                line-height: 16px;
            }

    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a{
        width: auto;
    }

    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span{
        display: block;
    }
    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i{
        margin-left: 0;
    }

    .vertical-collpsed .main-content {
        margin-left: 100px;
    }

.menu-title {
    color: #fff !important;
    font-size: 16px;
}

.avatar-title {
    background-color: #012169;
}

.noti-icon .badge {
    background-color: #C8102E !important;
}

.logo-lg,
.logo-sm {
    font-size: 22px;
    font-weight: 800;
    color: #012169;
}

    .logo-lg span {
        color: #C8102E;
    }

.boxes {
    padding: 20px;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    border-radius: 6px;
    background: #fff;
    margin: 0 auto 40px;
    width: 60%;
}

.searchBox .cusInputField {
    width: fit-content;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.searchBox .customInputs {
    margin-right: 20px;
}

.customSearchWrap {
    display: flex;
}

.searchBox .cusInputField .iconWrapper {
    height: 45px;
    display: flex;
    align-items: center;
    background: #C8102E;
    padding: 0 25px;
    border-radius: 0 5px 5px 0;
}

    .searchBox .cusInputField .iconWrapper span {
        font-size: 25px;
        color: #fff;
    }

.searchBox .cusInputField input {
    width: 500px;
    height: 45px;
    background-color: transparent;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.cusVehicleCardWrap {
    width: 60%;
    margin: auto;
}

.bookingCountWrap h2 {
    color: #012169;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    margin-bottom: 22px;
}

.vehicleCards {
    background-color: #fff;
    padding: 15px 30px;
    /* border-radius: 10px; */
    border-bottom: 1px solid rgba(0 0 0 / 10%);
}

    .vehicleCards .fleetImg {
        width: 140px;
    }

    .vehicleCards .carDetails {
        color: #ccc;
        font-size: 12px;
        line-height: 19px;
        display: block;
    }

    .vehicleCards .privateTransfer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

        .vehicleCards .privateTransfer span {
            font-size: 10px;
            font-weight: 600;
            color: #000;
            display: block;
        }

        .vehicleCards .privateTransfer img {
            display: block;
            width: 16px;
            height: 16px;
        }

        .vehicleCards .privateTransfer .ratingScore {
            color: #C8102E;
        }

    .vehicleCards h2 {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

        .vehicleCards h2 .cusBadge {
            display: inline-block;
            background-color: #C8102E;
            color: #fff;
            font-size: 8px;
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 3px 5px 2px;
            border-radius: 5px;
        }

            .vehicleCards h2 .cusBadge img {
                width: 9px;
                height: 9px;
                margin-right: 3px;
                margin-top: -1px;
            }

    .vehicleCards .wrapper {
        display: flex;
        gap: 10px;
    }

        .vehicleCards .wrapper div {
            display: flex;
            gap: 5px;
            align-items: center;
        }

        .vehicleCards .wrapper img {
            width: 14px;
            height: 14px;
        }

        .vehicleCards .wrapper h3 {
            font-size: 12px;
            font-weight: 400;
            margin-bottom: 0;
        }

    .vehicleCards .detailsWrapper {
        margin-top: 12px;
    }

        .vehicleCards .detailsWrapper ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .vehicleCards .detailsWrapper ul li {
                display: flex;
                align-items: center;
                gap: 10px;
            }

                .vehicleCards .detailsWrapper ul li img {
                    display: block;
                    width: 12px;
                    height: 12px;
                }

                .vehicleCards .detailsWrapper ul li span {
                    display: block;
                    color: #5a5a5a;
                    font-size: 12px;
                    border-bottom: 1px solid #C8102E;
                }

            .vehicleCards .detailsWrapper ul .customerNameAndNumberWrap span {
                font-weight: 700;
                color: #000;
            }

            .vehicleCards .detailsWrapper ul .customerNameAndNumberWrap:nth-child(2) {
                margin-bottom: 10px;
            }

    .vehicleCards .totalPriceWrapper span {
        font-size: 10px;
        color: #212121;
    }

    .vehicleCards .totalPriceWrapper h2 {
        font-size: 30px;
        color: #3c3c3c;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .vehicleCards .cancellationWrapper {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 5px;
    }

        .vehicleCards .cancellationWrapper .icon {
            padding: 1px;
            border-radius: 50%;
            background: #34b2764f;
            height: fit-content;
        }

            .vehicleCards .cancellationWrapper .icon img {
                width: 10px;
                height: 10px;
                display: block;
            }

        .vehicleCards .cancellationWrapper .txt span {
            font-size: 12px;
            font-weight: bold;
            color: #34b276;
        }

    .vehicleCards .includeWrapper img {
        filter: brightness(0.2);
        width: 19px;
        height: 19px;
    }

    .vehicleCards .includeWrapper span {
        font-size: 12px;
        color: #343434;
        font-weight: 500;
    }

    .vehicleCards .btnWrapper button {
        line-height: 13px;
        padding: 6px 40px;
        background: #c8102e;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        /* width: 100%; */
        margin-top: 12px;
    }

.cusPagination {
    padding-top: 30px;
    justify-content: center;
    border-top: 1px solid rgba(0 0 0 / 10%);
}

.card .cusPagination {
    padding-top: 15px;
}

.page-item.active .page-link {
    background: #012169;
    border-color: #012169;
}

.createBookingWrapper {
    position: relative;
    padding: 20px;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    border-radius: 6px;
    background: #fff;
    margin-bottom: 40px;
}

.order-id {
    font-weight: 700;
    color: #C8102E;
}

    .order-id span {
        display: inline-block;
        margin-right: 20px;
    }

.customInputs {
    position: relative;
    margin: 10px 0;
}

    .customInputs select,
    .customInputs input {
        padding-left: 40px;
        box-shadow: none !important;
        border: none;
        border-radius: 5px;
        border: 1px solid #ced4da;
        height: 45px;
        box-sizing: border-box !important;
    }

    .customInputs .form-select option:hover {
        background-color: #012169 !important;
    }

.MicrosoftMap,
.MicrosoftMap .as_container_search {
    width: 100% !important;
}

    .MicrosoftMap .as_container_search .asOuterContainer {
        border-color: #012169 !important;
    }

    .MicrosoftMap .suggestLink:hover{
        background-color: #012169 !important;
        color: #fff;
    }

        .MicrosoftMap .suggestLink:hover .as_img.maps_address {
            background-image: url(/Content/app_content/assets/images/pin.png) !important;
            background-size: 20px;
            background-position: center;
        }

        .bootstrap-timepicker-hour,
        .bootstrap-timepicker-minute {
            padding-left: 0 !important;
        }

.customInputs textarea {
    border: none;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ced4da;
    width: 100%;
    padding: 15px;
}

.customInputs button {
    width: 100%;
    height: 40px;
    margin-top: 2.5px;
    padding: 0;
    font-size: 14px;
    background: #012169;
}

    .customInputs button:hover {
        border-color: #C8102E;
        background-color: #C8102E;
        color: #fff;
    }

.customIcons {
    position: absolute;
    left: 15px;
    top: 15px;
  /*  transform: translateY(-50%);*/
}

.date-time-picker-icons{
    top: 11px;
}

.customIcons i {
    color: rgba(0 0 0 / 50%);
    font-size: 16px;
}

.swapIcon {
    background: transparent;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    font-size: 21px !important;
    color: #fff;
}

.vias input {
    padding-left: 70px;
}

.vias .customIcons {
    display: flex;
    align-items: center;
    left: 0;
    height: 100%;
    border-radius: 40px 0 0 40px;
}

    .vias .customIcons span {
        display: block;
        padding: 0 15px;
        font-weight: 600;
    }

.vias button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    border-radius: 0 40px 40px 0;
    color: #C8102E;
    padding: 0 15px;
    font-size: 18px;
}

.customFormBtn {
    width: 100%;
    background-color: #012169;
    border-radius: 5px;
    color: #fff;
    margin: 10px 0;
}

.customCardTitle {
    font-size: 15px;
    margin: 0 0 7px 0;
    font-weight: 600;
}

.CalculationWrap .cusTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .CalculationWrap .cusTop h2 {
        margin-bottom: 0;
    }

    .CalculationWrap .cusTop .finalFare {
        font-size: 38px;
        font-weight: 600;
    }

.CalculationWrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .CalculationWrap ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

        .CalculationWrap ul li h2 {
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 0;
        }

        .CalculationWrap ul li span {
            font-weight: 700;
        }

        .CalculationWrap ul li input {
            width: auto;
            padding: 2px 5px;
            font-size: 12px;
        }

.saveBtn {
    background-color: #012169;
    width: 100%;
    color: #fff;
    height: 45px;
}

    .saveBtn:hover {
        color: #fff;
        background-color: #C8102E;
    }

.customInputs .input-group-text {
    background-color: transparent;
    border-right: none;
    font-size: 16px;
}

.customInputs .select2-container {
    height: 45px;
    width: 100% !important;
}

.select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: transparent;
}

.createBookingWrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 40px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    top: 0;
    height: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #012169;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #012169;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-dropdown {
    border-color: #012169;
}

.claimedBooking {
    background-color: #012169;
    color: #fff;
    border-radius: 5px;
}

    .claimedBooking:hover {
        background-color: #C8102E;
        color: #fff;
    }

.loginWrapper {
    text-align: center;
    background-color: rgb(1 33 105 / 10%);
    padding: 80px 0;
    display: flex;
    align-items: center;
    height: 100vh;
}

.login-left-col h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #012169;
    font-weight: 900;
    font-family: "Barlow Condensed", sans-serif;
}

    .login-left-col h2 span {
        color: #C8102E;
    }

.login-left-col h3 {
    color: #012169;
    font-weight: 700;
    font-size: 18px;
}

.login-left-col p {
    text-align: center;
    margin-top: 20px;
    color: rgba(0 0 0 / 50%);
    font-weight: 600;
    font-size: 16px;
}

.login-right-col {
    text-align: left;
    background: #fff;
    box-shadow: 0 20px 35px rgba(0, 34, 69, 0.03), 0 20px 35px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 0 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .login-right-col h2 {
        color: #000;
        font-weight: 600;
        margin-bottom: 35px;
    }

    .login-right-col .inputWrap {
        margin-bottom: 20px;
    }

        .login-right-col .inputWrap label {
            color: #000;
            font-weight: 600;
        }

        .login-right-col .inputWrap input {
            border: none;
            background: rgb(1 33 105 / 10%);
            height: 45px;
            transition: all 0.3s;
        }



.form-control:focus {
    border-color: #012169;
}

.login-right-col .form-control:hover {
    box-shadow: 0 0 1px 2px #0120696d inset;
}

.login-right-col .form-control:focus {
    box-shadow: 0 0 1px 2px #012169 inset;
}

.login-right-col button {
    background: #012169;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

    .login-right-col button:hover {
        background-color: #C8102E;
    }

.login-right-col p {
    margin-bottom: 0;
}

    .login-right-col p a {
        color: #012169;
        font-weight: 700;
    }

.resetPassWrap p {
    margin-bottom: 20px;
    font-size: 16px;
}

#basic-example .number {
    display: none;
}

#basic-example .steps ul li a {
    position: relative;
    padding-top: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background-color: transparent !important;
}

    #basic-example .steps ul li a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center 20px;
        background-repeat: no-repeat;
        background-size: 60px;
    }

#basic-example .steps ul li:nth-child(1) a::before {
    background-image: url(/Content/app_content/assets/images/booking-details.png);
}

#basic-example .steps ul li:nth-child(2) a::before {
    background-image: url(/Content/app_content/assets/images/bank-details.png);
}

#basic-example .steps ul li:nth-child(3) a::before {
    background-image: url(/Content/app_content/assets/images/confirm-details.png);
}

#basic-example .steps ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(/assets/images/next.png) center center/15px no-repeat;
}

#basic-example .steps ul li:first-child a:after {
    content: none;
}

#basic-example .steps ul li.disabled a::before,
#basic-example .steps ul li.disabled a:after {
    filter: brightness(0);
    opacity: 0.5;
}

.partnerRegistrationWrap {
    padding: 60px 0;
}

    .partnerRegistrationWrap h1 {
        text-align: center;
        margin-bottom: 30px;
        font-weight: 600;
        color: #012169;
    }

.wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover {
    background-color: #012169;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:active, .wizard > .actions .disabled a:hover {
    background-color: #012169;
}
.field-validation-error span{
    font-weight: 400 !important;
}

.viasWrap {
    display: flex;
}

    .viasWrap .viasSelect {
        width: 95%;
    }

        .viasWrap .viasSelect .select2-container .select2-selection--single {
            border-right: none;
            border-radius: 4px 0 0 4px;
        }

        .viasWrap .viasSelect .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .viasWrap .viaDltBtn {
            width: 5%;
            background: #c8102e;
            color: #fff;
            border: none;
            margin: 0;
            height: 45px;
            font-size: 20px;
            border-radius: 0 4px 4px 0;
        }
.removeloader{
    opacity:0%;
    z-index:0;
    display:none;
}
.loaderWrap {
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: all 0.3s;
}

    .loaderWrap span{
        color: #012169;
        font-size: 16px;
        font-weight: 600;
    }

    .loaderSm.loaderWrap {
        position: fixed;
    }

.loaderWrap .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 4px;
    color: #343a40 !important;
}

.viewBookingsDetails {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 10px;
    transition: all 0.5s;
}

    .viewBookingsDetails.show {
        max-height: 200px;
        padding: 10px;
        overflow: visible;
    }

    .viewBookingsDetails span {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #858796;
        font-weight: 600;
        font-size: 14px;
    }

        .viewBookingsDetails span i{
            color: #012169;
            font-size: 16px;
        }



        .viewBookingsDetails span:last-child {
            width: 100%;
            margin-top: 10px;
        }

.cabbiBtn{
    background: #012169;
    color: #fff;
}

    .cabbiBtn:hover{
        background: #C8102E;
        color: #fff;
    }

.rowToggler {
    padding: 0;
    display: block;
    border: 0;
    background: transparent;
    font-size: 30px;
    color: #919191;
    transition: all 0.3s;
}

    .rowToggler.show{
        transform: rotate(180deg);
    }

    .borderNone {
        border: none !important;
    }

.documentsBtns .cabbiBtn:last-child {
    background: #C8102E;
}

.documentsHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .documentsHeader h4{
        margin-bottom: 0 !important;
    }

.nav-tabs-custom .nav-item .nav-link.active{
    color: #012169;
}
.nav-tabs-custom .nav-item .nav-link:hover{
    color: #012169;
}
.nav-tabs-custom .nav-item .nav-link::after {
    background: #012169;
}

.vertical-collpsed .footer {
    left: 100px;
}

.fieldWrap{
    margin-bottom: 20px;
}

    .fieldWrap:last-child{
        margin-bottom: 0;
    }

.uploadDocumentsModal .closeBtn {
    background-color: #C8102E;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 5px;
    font-size: 16px;
}

    .uploadDocumentsModal .closeBtn i{
        display: flex;
    }

.uploadDocumentsModal .cabbiBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

    .uploadDocumentsModal .cabbiBtn i {
        font-size: 20px;
    }

.uploadDocumentsModal.show .modal-dialog {
    max-width: 100%;
    height: -webkit-fill-available;
    margin: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uploadDocumentsModal .modal-content {
    max-width: 500px;
}

.uploadDocumentsModal .nav-link {
    padding: 1rem 1rem;
}

.accountDetails .fieldWrap {
    margin-bottom: 20px;
}

.accountDetails .nav-tabs-custom{
    width: 300px;
    border-bottom: 0;
}

    .accountDetails .nav-tabs-custom .nav-item .nav-link{
        border-radius: 5px;
    }

    .accountDetails .nav-tabs-custom .nav-item .nav-link::after {
        content: none;
    }

    .accountDetails .nav-tabs-custom .nav-item .nav-link.active{
        background: #012169;
        color: #fff;
    }

.accountDetails .cabbiBtn{
    margin-top: 20px;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

.accountDetails .tab-content{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fareCalcDiv {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .fareCalcDiv label {
        width: 130px;
        width: 130px;
        margin-bottom: 0;
        font-size: 14px;
    }

    .fareCalcDiv input {
        width: 100px;
    }

.cusMilesHeading{
    font-size: 16px;
    font-weight: 500;
}

.addRowIcon {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.pickUpDropOff:first-child span {
    margin-bottom: 10px;
}

.pickUpDropOff span {
    font-weight: 800;
    font-size: 13px;
    border-bottom: none !important;
}

.customWrapper{
    display: flex;
    justify-content: end;
    gap: 10px;
}

    .cash-or-card h2 {
        margin-bottom: 0 !important;
        font-size: 10px !important;
        background: #c8102e;
        padding: 3px 10px;
        border-radius: 5px;
        color: #fff !important;
        font-weight: 400 !important;
    }

        .cash-or-card h2 span {
            color: #fff !important;
        }

.CalculationWrap{
    width: 100%;
}

.statusWrapper {
    margin: -0.75rem -0.75rem;
    padding: 0.75rem 0.75rem;
}

    .statusWrapper h2 {
        color: #fff;
        font-size: 11px;
        margin-bottom: 3px;
    }

    .statusWrapper span {
        color: #fff;
        font-weight: 100;
        font-size: 11px;
    }

    .bgBlue{
        background: #012169;
    }
        .bgRed{
            background: #C8102E;
        }

.bgGreen {
    background: #1cc88a;
}

.customGroupBtnWrap .dropdown-menu[style] {
    right: 0 !important;
    left: unset !important;
}

.customGroupBtnWrap button,
.customGroupBtnWrap a{
    font-size: 14px !important;
}

    .customGroupBtnWrap button i,
    .customGroupBtnWrap a i {
        font-size: 12px !important;
    }

.viewBookingsWrapper th {
    padding: 15px 10px;
    color: #6e707e;
    background-color: #eaecf4;
    border-color: #e3e6f0;
    border-bottom-width: 2px;
}

.viewBookingsWrapper td {
    border-color: #e3e6f0;
    color: #858796;
}

.viewBookingsWrapper2 th,
.viewBookingsWrapper td {
    font-size: 11px;
}

    .viewBookingsWrapper tr:hover {
        background: #f8f9fa;
    }

.viewBookingsWrapper .input-group {
    background: #f8f9fc;
    padding: 15px;
}

.cabOfficeSettingsWrap .customIcons {
    z-index: 1;
}

.cabOfficeSettingsWrap .cabbiBtn.form-control {
    height: 45px;
    margin: 0;
}

.cabOfficeSettingsWrap .saveShiftBtn{
    margin: 10px 0 !important;
}

.partnerBookingsWrap .vehicleCards {
    box-shadow: 0 0 40px 0 rgba(0 0 0 / 10%);
    border-radius: 10px;
    width: 50%;
    margin: 0 auto 20px;
}

    .partnerBookingsWrap .vehicleCards h2{
        text-align: left;
    }

.nav-link:focus, .nav-link:hover{
    color: #012169;
}

.cusInputGrp{
    width: 163px;
}

.CalculationWrap li{
    background: url(/Content/app_content/assets/images/right-arrow.png) center center/10px no-repeat;
}

.bidIcon{
    width: 25px;
    height: 25px;
}

.bidIconColored{
    display: none;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a.active .bidIconColored,
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:hover .bidIconColored {
    display: inline-block !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a.active .bidIcon,
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:hover .bidIcon {
    display: none;
}

.modal-backdrop {
    z-index: 99999;
}

.modal{
    z-index: 999999;
}

.userWrapper{
    display: flex;
}

.userCardWrap{
    padding: 0 15px;
}

.userCardWrap img {
    width: 388px;
    height: 388px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.userCardWrap h2 {
    border: 1px solid #e3e6f0;
    margin-bottom: 0;
    padding: 20px;
    font-size: 20px;
    border-radius: 0 0 10px 10px;
    color: #858796;
    font-weight: 300;
}

    .userCardWrap.rightCol {
        width: 80%;
    }

.userDetailsWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .userDetailsWrap label {
        width: 15%;
        margin-bottom: 0;
        text-align: left;
        font-size: 16px;
    }

tbody {
    display: block;
    max-height: 500px;
    overflow: auto;
}

    thead, tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.table-nowrap td, .table-nowrap th{
    white-space: wrap;
}

.cusAlerts {
    background: #0121690d;
    padding: 10px 15px;
    border-left: 5px solid #012169;
    margin-bottom: 20px;
}

.cusNotificationDropdown {
    width: 500px;
}

.cusCardsClaimBtn {
    display: flex;
    gap: 5px;
    margin-left: auto;
    width: 119px;
    padding: 0px 40px !important;
    align-items: center;
    justify-content: center;
}

    .cusCardsClaimBtn span {
        padding: 6px 0;
        display: block;
    }

    .fade_out_anim {
        animation: fade_out_anim 1s both;
    }

@keyframes fade_out_anim {
    0%{
        opacity: 1;
    }
    99%{
        opacity: 0;
    }
    100%{
        display: none;
    }
}



@media screen and (max-width: 1560px){
    .boxes{
        width: 90%;
    }
}

@media screen and (max-width: 1150px) {
    .boxes {
        width: 100%;
    }
}


@media screen and (max-width: 1390px) {
    .cusVehicleCardWrap {
        width: 75%;
    }
}

@media screen and (max-width: 1169px) {
    .cusVehicleCardWrap {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .loaderSm{
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .vehicleCards .privateTransfer span {
        font-size: 12px;
    }

    .vehicleCards .wrapper h3 {
        font-size: 16px;
    }

    .vehicleCards .includeWrapper span {
        font-size: 10px;
    }

    .vehicleCards .privateTransfer {
        justify-content: left;
    }

    .login-left-col {
        display: none;
    }

    .login-right-col {
        padding: 60px;
    }

    #basic-example .steps ul li a {
        text-align: left;
        padding: 30px 0 30px 70px;
    }

        #basic-example .steps ul li a::before {
            background-position: left center;
        }

        #basic-example .steps ul li a::after {
            content: none;
        }
    .loaderLg{
        display: none;
    }
}

@media screen and (max-width: 831px) {
    .cusInputField {
        width: 100% !important;
    }

    .searchBox .customInputs {
        width: 47%;
    }

    .searchBox .customSearchWrap {
        width: 50%;
    }

    .searchBox .cusInputField input {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .vehicleCards .privateTransfer {
        justify-content: flex-start;
    }

    .vehicleCards .wrapper {
        flex-direction: column;
        gap: 0;
    }

        .vehicleCards .wrapper img {
            width: 14px;
            height: 14px;
        }

    .vehicleCards .detailsWrapper {
        margin-top: 2px;
    }

        .vehicleCards .detailsWrapper ul li img {
            width: 14px;
            height: 14px;
        }

        .vehicleCards .detailsWrapper ul li span {
            line-height: 20px;
            font-size: 12px;
        }

    .vehicleCards .cancellationWrapper {
        justify-content: center;
    }

    .cusBorderRight {
        border: none;
    }

    .cusBorderTop {
        border-top: 1px dotted #c9c9c9;
        margin-top: 30px;
        padding-top: 8px;
    }

    .vehicleCards .btnWrapper button {
        width: 100%;
    }
    .viasWrap .viasSelect{
        width: 80%
    }
    .viasWrap .viaDltBtn{
        width: 20%;
    }
}

@media screen and (max-width: 576px) {
    .cusInputField-forTablePage {
        flex-wrap: wrap;
    }

    .searchBox .customSearchWrap,
    .searchBox .customInputs {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .vehicleCards .carDetails {
        font-size: 7px;
        line-height: 12px;
    }

    .vehicleCards .privateTransfer {
        gap: 2px;
    }

        .vehicleCards .privateTransfer span {
            font-size: 7px;
        }

        .vehicleCards .privateTransfer img {
            width: 10px;
            height: 10px;
        }

    .login-right-col {
        padding: 30px 15px;
    }
}
