:root {
    --mainColor: #4169E1;
    --mainColorSecond: #4169E1;
    --mainTextColor: #fff;
    --mainTextColorHover: #ffffff;
    --mainTextMenuColorHoverDefault: #000000;
    --mainTextFilterColor: invert(0);
    --mainTextFilterColorHover: invert(0);
    --mainColorHover: #273f87;
    --hoverColor: #757575;
    --mainfilterimg: invert(64%) sepia(8%) saturate(3070%) hue-rotate(130deg) brightness(97%) contrast(73%);
    --mainfilterimgHover: invert(25%) sepia(97%) saturate(728%) hue-rotate(145deg) brightness(90%) contrast(101%);
    --buttonColor: #000000;
    --buttonColorHover: #333;
    --mainColorLight: #ecf0fc;
    --gotopBGColor: #4169E1;
    --gotopImgColor: invert(0);
    --gotopHoverBGColor: #273f87;
    --gotopHoverImgColor: invert(0);
    --Whiteimagefilter: invert(1);
}
#langDropdown .row,
#currDropdown .row{
   margin:0;
}
.divclearable {
    /*border: 1px solid #888;*/
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding-right: 5px;
    vertical-align: middle;
}
a.clearlink {
    background: url("<?php echo $tconfig['tsite_url']; ?>/assets/img/cancle-red-new.png") no-repeat scroll 0 0 transparent;
    background-position: center center;
    cursor: pointer;
    display: -moz-inline-stack;
    display: none;
    zoom: 1;
    z-index: 2000;
    border: 0px solid;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 38px;
    height: 38px;
}
#map-canvas {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.custom-admin-info-popup .popup-img {
    width: 150px;
}
.custom-modal-genbtn {
    margin-right: 10px;
    padding: 9px 25px;
}
.delivery-helper-info ul {
    text-align: left;
    list-style-type: disc;
    padding: 0 30px;
}
.waves-effect1 {
    height: 52px;
    display: inline-block;
    border: none;
    outline: none;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    cursor: pointer;
    width: auto;
    box-sizing: border-box;
    text-align: center;
    font-family: 'poppins';
    min-width: 140px;
    margin-right: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: black;
    padding: 20px;
}
.waves-effect1:hover {
    color: #fff;
}
.booking-ride-section {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
}
/* 12122024 Manul booking new design */
.booking_request_inner {
    display: grid;
    grid-template-columns: 800px calc(100% - 800px);
    width: 100%;
}
.b_req_inner{
    display: grid;
    grid-template-columns: 400px 400px;
    height: 100vh;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.__right__side__inner__div{
    padding: 20px;
}
.__right__side__inner__div .ride_vehicle{
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 15px;
}
.__right__side__inner__div li {
    display: flex;
    gap: 10px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.__right__side__inner__div li:not(:first-child) {
    border-top: 0;
}
.__right__side__inner__div .veh-left {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 10px;
}
.__right__side__inner__div .vehicle-name{
    display: flex;
    flex-direction: column;
}
.__right__side__inner__div .vehicle-name small {margin-top: 5px;}
.__right__side__inner__div .price-caption{
    gap: 10px;
}
.__right__side__inner__div .price-caption strong{
    margin: 0;
}
.__right__side__inner__div .price-caption i{
    margin: 0;
}

.price-caption i {
    cursor: pointer;
    font-size: 17px;
    color: #5B5B5B;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
}
.__right__side__inner__div .vehicle-ico img{
    object-fit: contain;
}
.__right__side__inner__div .radio-hold input {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.__right__side__inner__div li.active,
.__right__side__inner__div li:hover{
    background-color: #f8f8f8f8;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.2);
}
.__right__side__inner__div .radio-main,
.__right__side__inner__div .radio-hold {
    position: inherit;
}
.vehicle-details-popup ~ div{
    height: 100%;
}
.full_div_bottom {
    grid-column: span 2;
    position: absolute;
    left: 0;
    bottom: 86px;
    z-index: 9;
    max-width: 800px;
    width: 100%;
    right: 0;
}
.full_div_bottom .data-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.full_div_bottom .radio-combo {
    width: 100%;
    border: 1px solid #000;
    padding: 12px 15px;
    min-width: inherit;
    margin: 0;
    background-color: #fff;
    position: relative;
}
.full_div_bottom  .radio-combo label{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.full_div_bottom  .radio-combo label p i {
    font-size: 19px;
    color: #000;
}
.full_div_bottom > .radio-combo > .radio-main > .radio-hold,
.full_div_bottom > .radio-combo > .radio-main{
    position: inherit;
}
.full_div_bottom .radio-hold input {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.full_div_bottom .radio-combo:not(:first-child){
    border-left: 0;
}
.full_div_bottom .booking-footer{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 12px;
}
.Assign_Driver_Section {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}
.Assign_Driver_Section .data-row {
    /* display: flex !important; */
    align-items: center;
    gap: 15px;
    flex: 1;
    padding: 0;
    min-height: 54px;
}
.Assign_Driver_Section .autoassignbtn .check-main {
    margin-right: 0;
}
.Assign_Driver_Section .aternate-login._new {
    flex: 1;
    margin: 0;
}
.Assign_Driver_Section .driverlists{
    flex: 1;
}
.Assign_Driver_Section .driver__list__show{
    display: flex;
}
.booking_request_inner ul.stepper .step .step-content {
    padding-top: 0;
}
.user_first_last_name{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.user_detail_header{
	display: block;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 15px;
}
.booking_request_inner  .booking-main{
    padding-top: 15px;
}
.booking_request_inner .general-form .form-group{
    margin: 0 0 10px;
}
.booking_request_inner  .booking-main {
    padding-top: 15px;
    height: calc(100% - 441px);
}
.booking_request_inner.br_remove_height .booking-main {
    height: calc(100% - 441px);
    height: -webkit-calc(100% - 441px);
    height: -moz-calc(100% - 441px);
    height: -ms-calc(100% - 441px);
    height: -o-calc(100% - 441px);
}
.booking_request_inner ul.stepper.linear {
    height: 100%;
}
.booking_request_inner .__right__side__inner__div {
    height: calc(100% - 353px);
    height: -webkit-calc(100% - 353px);
    height: -moz-calc(100% - 353px);
    height: -ms-calc(100% - 353px);
    height: -o-calc(100% - 353px);
    overflow-y: auto;
}
.booking_request_inner.br_remove_height .__right__side__inner__div {
    height: calc(100% - 398px);
    height: -webkit-calc(100% - 398px);
    height: -moz-calc(100% - 398px);
    height: -ms-calc(100% - 398px);
    height: -o-calc(100% - 398px);
}
.booking_request_inner ul.stepper.linear::-webkit-scrollbar,
.booking_request_inner .__right__side__inner__div::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .booking_request_inner ul.stepper.linear::-webkit-scrollbar-thumb
  .booking_request_inner .__right__side__inner__div::-webkit-scrollbar-thumb
  {
    border-radius: 1em;
    background-color: #999;
  }
  .booking_request_inner ul.stepper.linear::-webkit-scrollbar-thumb:hover,
.booking_request_inner .__right__side__inner__div::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
.booking_request_inner ul.stepper.linear::-webkit-scrollbar-thumb,
.booking_request_inner .__right__side__inner__div::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 1em;
    background: rgba(110, 110, 110, 0.25);
}
.booking_request_inner ul.stepper.linear::-webkit-scrollbar-thumb:hover,
.booking_request_inner .__right__side__inner__div::-webkit-scrollbar-track:hover {
    background: rgba(110, 110, 110, 0.25);
}
.booking_request_inner .booking-block {
    width: auto;
    background-color: #fff;
    box-shadow: none;
    border-right: 1px solid #ccc;
}
.date_model_custom .dateSchedule {
    padding: 15px;
    box-shadow: 0 0 12px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.driverlists  #driver_main_list button{
    margin-left: auto;
}
.date_model_custom .model-header-resp {
    min-height: 370px;
    align-items: inherit;
    flex-direction: column;
    justify-content: space-between;
}
#datemodel.date_model_custom .custom-modal .model-footer,
.custom-modal-main.date_model_custom .custom-modal .model-footer {
    padding: 15px 25px;
    text-align: right;
}
.booking_request_inner .assigned_driver {
    margin-bottom: 0;
    min-height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.booking_request_inner #map-canvas {
    position: relative !important;
    min-height: inherit !important;
    height: calc(100vh - 89px) !important;
    height: -o-calc(100vh - 89px) !important;
    height: -ms-calc(100vh - 89px) !important;
    height: -moz-calc(100vh - 89px) !important;
    height: -webkit-calc(100vh - 89px) !important;
    /* height: 500px !important; */
}
.p_0{
    padding: 0;
}
.general-form .form-group input.phoneinput {
    padding-left: 118px;
}
#VehicleTypeSpan {
    min-height: 210px;
    position: inherit;
}
[dir="rtl"] .general-form .form-group input.phoneinput,
[dir="rtl"] .contact-section form .form-group input.phoneinput,
[dir="rtl"] .phoneinput {
    padding-left: 16px;
    padding-right: 127px;
}
[dir="rtl"] .b_req_inner .general-form .form-group input.phoneinput {
    padding-left: 16px;
    padding-right: 127px;
}
/***************** admin manual booking fare popup CSS ************************/
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-header {
    padding: 0;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -15px;
    right: -15px;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-header i {
    padding: 0;
    width: 35px !important;
    height: 35px !important;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    display: grid;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    border: 1px solid #000;
}
b.dBooking_date_display {
    border-bottom: 1px solid #000;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-header i {
    color: #000;
    width: auto;
    height: auto;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-header  h4 {
    display: none;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal #faretxt {
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .vehicle-caption {
    padding: 0;
    display: grid;
    border-bottom: none !important;
    justify-content: center;
    margin-bottom: 20px;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-body {
    padding: 20px 15px 0 15px;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .car-identy {
    display: block;
    line-height: normal;
    text-align: center;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE strong#vehicleName {
    display: block;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE strong#total_fare_price {
    display: block;
    font-size: 25px;
    font-weight: 600;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist li {border-bottom: 1px solid #ccc;padding: 20px;}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    min-height: 286px;
    align-items: center;
    display: grid;
    text-align: center;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist li b {
    font-weight: 600;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist li em {
    font-weight: 500;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist li:last-child {
    background-color: #e7ffff;
    border: none;
}
/*******************************/
.custom-element .radio-button {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
    box-shadow: none;
    z-index:-1;
}
.custom-element .radio-hold input:checked~.radio-button:after {
    display:none;
}
.custom-element .radio-hold input:checked~.radio-button {
    background-color:#ffd658;
}
.custom-element .__right__side__inner__div li {
    position: relative;
    z-index: 0;
}
.custom-element .radio-combo .radio-main {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
    box-shadow: none;
    z-index:-1;
    margin: 0;
}
.custom-element .radio-combo .radio-main .radio-hold {
    position: initial;
}
.custom-element .full_div_bottom .radio-combo {
    z-index: 0;
}
.custom-element .check-combo {
    display: flex;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    position: relative;
    z-index: 0;
}
.custom-element [id="ride-type"] .data-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #000;
    background-color: #000;
    gap: 1px;
}
.custom-element .data-row .check-combo:last-child {
    grid-column: span 2;
}
.custom-element .check-main {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    top: 0;
}
.custom-element .check-main .check-hold {
    position: absolute;
    width: 100%;
    height: 100%;
}
.custom-element .check-button {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: none;
    z-index: -1;
}
.custom-element .check-hold input:checked~.check-button:after {
    display: none;
}
.custom-element .check-hold input:checked~.check-button {
    background-color:#ffd658;
}
.custom-element .section-block .check-combo label {
    font-size: 13px !important;
    line-height: 1.3em;
    width: 100%;
}
.custom-element .Assign_Driver_Section .data-row {
    position: relative;
    z-index: 0;
}
.full_div_bottom .custom-element .radio-combo label {
    width: 100%;
}
.full_div_bottom .custom-element .radio-combo {
    z-index: 0;
}
.booking_request_inner .custom-element .check-button {
    width: 100%;
    height: 100%;
}
.booking_request_inner .b_req_inner ul.stepper.linear {
    overflow-y: visible;
    height: auto;
    padding: 0;
}
.custom-element.booking_preference_and_discount_code {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.booking_request_inner .b_req_inner .booking-main {
    height: calc(100% - 482px);
    height: -webkit-calc(100% - 482px);
    height: -moz-calc(100% - 482px);
    height: -ms-calc(100% - 482px);
    height: -o-calc(100% - 482px);
    overflow-y: auto;
    padding: 15px;
}
.full_div_bottom .custom-element .section-block {
    margin: 0;
}
.booking_request_inner.br_remove_height .b_req_inner .booking-main {
    height: calc(100% - 532px);
    height: -webkit-calc(100% - 532px);
    height: -moz-calc(100% - 532px);
    height: -ms-calc(100% - 532px);
    height: -o-calc(100% - 532px);
}
.b_req_inner .discount-block button[type="button"] {
    width: 38px;
    height: 38px;
    display: flex;
    border: none;
    outline: none;
    background-color: #000;
    position: absolute;
    right: 4px;
    bottom: 3px;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}
.b_req_inner .discount-block button[type="button"]:after {
    display: none;
}
.b_req_inner .discount-block {
    margin-bottom: 0;
}
.b_req_inner .general-form .form-group input{
    padding: 10px 16px 10px 16px;
}
.b_req_inner .general-form .form-group input.phoneinput {
    padding-left: 118px;
}
.b_req_inner .custom-element .check-combo {
    padding: 7px 10px;
}
@media (max-width: 1450px) {
    .booking_request_inner .custom-element .check-combo {
        margin-bottom: 0 !important;
    }
    .custom-element .check-button {
        width: 100%;
        height: 100%;
    }
    .booking_request_inner .b_req_inner .booking-main {
        height: calc(100% - 422px);
        height: -webkit-calc(100% - 422px);
        height: -moz-calc(100% - 422px);
        height: -ms-calc(100% - 422px);
        height: -o-calc(100% - 422px);
        overflow-y: auto;
    }
    .booking_request_inner.br_remove_height .b_req_inner  .booking-main {
        height: calc(100% - 472px);
        height: -webkit-calc(100% - 472px);
        height: -moz-calc(100% - 472px);
        height: -ms-calc(100% - 472px);
        height: -o-calc(100% - 472px);
    }
}
/***************** admin manual booking fare popup CSS ************************/
@media screen and (max-width: 480px) {
    .model-header-resp .model-footer.button-block {
        justify-content: start;
    }
    .custom-modal .model-body,
    .modal .modal-body {
        padding: 20px 0 20px 10px !important;
    }
    .model-header-resp {
        padding: 10px 0;
    }
    .custom-modal .model-footer,
    .custom-modal .modal-footer,
    .modal .modal-footer {
        padding: 0 0 0 10px !important;
    }
    .general-form .btn-hold input[type="submit"],
    .filter-form button,
    .gen-btn,
    .button-block a.gen-btn,
    .modal .modal-footer .btn {
        padding: 10px 25px 10px 25px !important;
    }
    #datemodel .form-control {
        width: 200px !important;
    }
    #datemodel .custom-modal .model-footer {
        justify-content: left;
    }
    #datemodel .pickup-schedule-img {
        bottom: 3px !important;
    }
    .earning-block {
        text-align: left;
    }
}
p {
    font-size: 14px;
    line-height: 23px;
    color: #494848;
}
.b_req_inner .booking-header {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 0 10px 2px 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.b_req_inner .pick-drop-location .pickup input {
    color: #000 !important;
    border-color: rgba(0, 0, 0, 0.20) !important;
    padding: 10px 30px 10px 3px;
}
.b_req_inner .pick-drop-location input {
    padding: 2px 0 8px 3px;
    color: #000 !important;
}
.b_req_inner .detect-loc-booking {
    top: 7px;
    filter: none;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
    outline: 1px solid #000;
    padding: 1px;
    border-radius: 5px;
}
.b_req_inner .pick-drop-location .form-group.dest:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 4px #000;
    left: -22px;
    right: auto;
}
.b_req_inner .pick-drop-location .form-group.pickup:after {
    width: 1px;
    height: 38px;
    background-color: #000;
    background-image: none;
    top: 24px;
    left: -19px;
}
.b_req_inner .pick-drop-location .form-group.pickup:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: -25px;
    right: auto;
    border: 4px solid #000;
    box-sizing: content-box;
}
.b_req_inner .pick-drop-location .form-group.pickup {
    margin: 0 0 10px 27px;
}
.pick-drop-location .form-group{
    margin-left: 27px;
}
.booking_request_inner .b_req_inner .booking-block {
    padding: 20px 10px 20px 20px;
    border: none;
    background-color: #fff;
    box-shadow: none;
}
.booking_request_inner .b_req_inner .__right__side__inner__div {
    padding: 0 10px 0 0;
    height: 100%;
    border-bottom: 20px solid transparent;
    border-top: 15px solid transparent;
}
.booking_request_inner .b_req_inner .booking-main {
    padding: 20px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    height: auto;
}
.booking_request_inner.br_remove_height .b_req_inner .booking-main {
    height: auto;
}
.b_req_inner .general-form .form-group input {
    border-radius: 0;
    border-width: 0 0 1px 0;
    padding: 10px 0 0 0;
    font-size: 14px;
    font-weight: 500;
}
.b_req_inner .countryPhoneSelectWrapper::before {
    display: none;
}
.b_req_inner .form-group strong {
    font-size: 14px;
    color: #777777;
    font-weight: 500;
    margin: 0;
}
.b_req_inner .countryPhoneSelectChoice {
    top: 9px;
    left: 0;
}
.b_req_inner .general-form .form-group input.phoneinput {
    padding-top: 10px;
}
.b_req_inner .countryPhoneSelectWrapper {
    background-position: top 18px right;
}
.b_req_inner .__right__side__inner__div li {
    border-color: #ccc;
    border-radius: 10px;
    padding: 5px 10px;
    position: relative;
    background-color: #F3F3F3;
}
.b_req_inner .__right__side__inner__div li:not(:first-child) {
    border-top: 1px solid #ccc;
}
.b_req_inner .__right__side__inner__div ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.b_req_inner .__right__side__inner__div li.active {
    overflow: hidden;
    border-color: var(--mainColor);
}
.b_req_inner .custom-element .radio-hold input:checked~.radio-button {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.b_req_inner .__right__side__inner__div .vehicle-name {
    font-weight: 600;
}
.b_req_inner .__right__side__inner__div .radio-main {
    width: 0;
    height: 0;
}
.b_req_inner .custom-element .radio-hold .radio-button {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none !important;
}
.b_req_inner .__right__side__inner__div .price-caption strong {
    font-size: 18px;
    font-weight: bold;
    color: var(--mainColor);
}
.b_req_inner .__right__side__inner__div .ride_vehicle {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.b_req_inner .custom-element [id="ride-type"] .data-row {
    gap: 15px;
    background-color: transparent;
    border: none;
    display: flex;
    flex-wrap: wrap;
}
.b_req_inner .custom-element .check-combo {
    border-radius: 10px;
    background-color: #f3f3f3;
    min-height: 45px;
    width: calc(50% - 8px);
    width: -webkit-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: -ms-calc(50% - 8px);
    width: -o-calc(50% - 8px);
    min-width: inherit;
}
.b_req_inner .grey-on-hover:before {
    background-color: #fff;
    opacity: 0.8;
}
.b_req_inner .disabled {
    background-color: #fff;
}
.b_req_inner .custom-element .check-hold .check-button {
    border-radius: 10px;
    box-shadow: 0 0 0 1px #ccc inset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b_req_inner .custom-element .check-hold .check-button label {
    text-align: center;
}
.b_req_inner .custom-element .check-combo .check-main i {
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mainColorLight);
    border-radius: 8px 0;
    font-size: 15px;
}
.b_req_inner .custom-element .check-combo .check-main i:before {
    color: var(--mainColor);
}
.b_req_inner .custom-element .check-hold input:checked~.check-button {
    background-color: var(--mainColor);
    border-radius: 10px;
    box-shadow: 0 0 0 1px #000 inset !important;
    overflow: hidden;
}
.b_req_inner .custom-element .check-hold input:checked~.check-button label {
    color: #fff;
}
.b_req_inner .pick-drop-location .pickup input::placeholder,
.b_req_inner .pick-drop-location input::placeholder {
    color: #777777 !important;
}
.b_req_inner .vehicle-dis {
    color: #737373;
    font-size: 14px;
    display: block;
    font-weight: 400;
    line-height: 17px;
    margin-top: 3px;
}
form#add_booking_form {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.custom-modal-sec-div,
.custom-modal {
    border-radius: 20px;
}
.custom-model-header,
.custom-modal .model-header {
    background-color: transparent !important;
    padding: 20px 25px 0 25px;
}
h4.custom-modal-title,
.custom-modal .model-header h4 {
    color: #000 !important;
    font-weight: 600;
    font-size: 22px;
}
.icon-close,
.custom-modal .model-header i {
    color: #868686 !important;
    font-size: 20px;
}
.driverlists input {
    border: 1px solid #000;
    padding: 11px 16px 12px 46px;
}
.driverlists #driver_main_list li .map-tab-img img {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.driverlists #driver_main_list li {
    border-bottom-color: #000;
}
.driverlists #driver_main_list li [class*=driver_] {
    width: auto;
    font-size: 17px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}
.driverlists #driver_main_list button {
    font-size: 14px;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 6px;
    color: #000;
    padding: 10px 12px;
}
.driverlists #driver_main_list button:hover {
    background-color: #000;
    color: #fff;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .vehicle-caption {
    justify-content: stretch;
    margin-bottom: 30px;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .car-identy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
    margin: 0;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE strong#total_fare_price,
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE strong#vehicleName {
    display: block;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE strong#total_fare_price {
    font-weight: bold;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist {
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    min-height: inherit;
    margin: 0 0 25px;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist li b {
    font-size: 16px;
    color: #777777;
    font-weight: 500;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist li em {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    font-style: normal;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist li {
    border-bottom: 0;
    padding: 0;
    width: 100%;
    margin: 0;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist li:last-child {
    background-color: transparent;
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist li:last-child em,
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist li:last-child b {
    text-transform: uppercase;
    color: var(--mainColor);
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal #faretxt {
    color: #777777;
    font-weight: 400;
    margin-top: 10px;
    font-size: 15px;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th{
    font-weight: 400;
}
.table-condensed .dow{
    font-weight: 400;
}
.width-500 {
    width: 500px;
}
.gap-15 {
    gap: 15px;
}
.grid-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.mb-15 {
    margin-bottom: 15px;
}
.mt-15 {
    margin-top: 15px;
}
.radio-hold {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.radio-combo {
    /* border: 1px solid #CCCCCC; */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: #F3F3F3;
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    min-width: inherit;
    width: 100%;
    overflow: hidden;
    min-height: 45px;
}
.radio-main {
    display: block;
    position: inherit;
}
.radio-combo label {
    width: auto;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.radio-combo label i img {
    vertical-align: middle;
}
.radio-combo .radio-main,
.check-combo .check-main {
    margin-right: 0;
}
.radio-hold .radio-button {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0 0 0 1px #ccc inset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio-hold .radio-button::after {
    display: none;
}
.radio-hold input:checked~.radio-button {
    background-color: var(--mainColor);
    box-shadow: 0 0 0 1px #000 inset !important;
}
.radio-hold input:checked~.radio-button label {
    color: #fff;
}
.radio-hold input:checked~.radio-button label i img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.booking-other-deatils {
    padding: 20px;
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    height: auto;
    margin: 10px 0 0 0;
}
.Assign_Driver_Section {
    display: block;
}
.Assign_Driver_Section .pick-up-box{
    margin: 0 0 15px;
}
.pick-up-box strong {
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    display: inline-block;
    margin: 0;
}
b.dBooking_date_display {
    border-bottom: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}
b.dBooking_date_display~i {
    height: 15px;
    display: inline-block;
    width: 16px;
    opacity: 0.8;
    margin-left: 5px;
    cursor: pointer;
}
.check-button {
    width: 21px;
    height: 21px;
    box-shadow: 0 0 0 1px #000 inset !important;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.check-hold input:checked~.check-button:after {
    background-color: transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.check-button:after {
    background-image: url(../img/check-icn-black.svg);
}
.radio-combo label i {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aternate-login:after {
    background-color: #F3F3F3;
}
.aternate-login:before {
    width: 34px;
    height: 34px;
}
.aternate-login._new:before {
    box-shadow: none;
    background-color: #F3F3F3;
    color: #000;
}
.Assign_Driver_Section .aternate-login._new {
    margin: 0 0 15px;
}
.user_detail_header {
    color: #000;
    font-weight: 600;
}
.gray_bg_box {
    background-color: #F3F3F3;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 12px;
}
.discount-block {
    border: 1px solid #000;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 5px 10px;
}
.b_req_inner .discount-block button[type="button"] {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: auto;
    height: auto;
    line-height: 24px;
    padding: 4px 10px;
    min-width: 64px;
    font-weight: 600;
    right: 0;
    bottom: 0;
    /* font-family: "Open Sans", serif !important; */
    transform: none;
    top: 0;
    margin: 3px;
}
.b_req_inner .discount-block button[type="button"]:hover {
    background-color: var(--buttonColorHover);
}
.booking_request_inner {
    grid-template-columns: 28% 72%;
    display: grid;
    width: 100%;
}
.b_req_inner {
    display: flex;
    justify-content: space-between;
    height: 100vh;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.booking_request_inner .booking-block {
    width: 537px;
}
.b_req_inner .custom-element .check-combo {
    padding: 13px 15px;
    justify-content: center;
}
.custom-element .section-block .check-combo label {
    font-size: 16px !important;
    width: auto;
    text-align: center;
}
.booking_request_inner .general-form .form-group:last-child {
    margin-bottom: 0;
}
.submitbtn {
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    min-height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0;
    outline: 0;
    box-shadow: none;
    text-transform: capitalize;
}
.submitbtn:hover {
    background-color: var(--buttonColorHover);
    color: #fff;
}
.submitbtn:focus {
    background-color: #000;
    color: #fff;
}
.full_div_bottom {
 /*   position: relative;*/
    max-width: inherit;
    width: 100%;
    padding: 15px 15px 20px 10px;
    background-color: #fff;
/*    bottom: 0;*/
}
.right_side_main_div {
    padding-bottom: 10px;
    height: calc(100vh - 380px);
    height: -webkit-calc(100vh - 380px);
    height: -moz-calc(100vh - 380px);
    height: -ms-calc(100vh - 380px);
    height: -o-calc(100vh - 380px);
}
.b_req_inner .booking-scroll {
    padding-bottom: 20px;
    height: calc(100% - 195px);
    height: -webkit-calc(100% - 195px);
    height: -moz-calc(100% - 195px);
    height: -ms-calc(100% - 195px);
    height: -o-calc(100% - 195px);
    overflow-y: auto;
    padding-right: 10px;
    border-top: 10px solid transparent;
    border-bottom: 20px solid transparent;
}
.b_req_inner .booking-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.b_req_inner .booking-scroll::-webkit-scrollbar-thumb {
    border-radius: 1em;
    background-color: #999;
}
.b_req_inner .booking-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
.b_req_inner .booking-scroll::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 1em;
    background: rgba(110, 110, 110, 0.25);
}
.b_req_inner .booking-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(110, 110, 110, 0.25);
}
.vehicle_number_plate {
    background: #F3F3F3;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 15px 0;
}
.driver_num {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.custom-modal .model-footer .gen-btn {
    min-width: 120px;
    text-align: center;
    justify-content: center;
    background: var(--mainColor);
    margin: auto;
}
.custom-modal .model-footer .gen-btn:hover {
    background-color: var(--mainColorHover);
}
.general-form .form-group label {
    font-size: 14px;
    left: 9px;
}
.general-form .form-group.floating label {
    top: 6px;
}
.general-form .form-group.vphoneMainDiv.floating label {
    top: -4px;
    left: 130px;
}
.booking_title>* {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    display: block;
    margin: 0 0 15px;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-header i {
    color: #000;
    width: auto !important;
    height: auto !important;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-header {
    padding: 0;
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    right: 0;
    border: 0;
    justify-content: flex-start;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-header i img {
    width: 30px;
}
.req-001 {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 88px;
    padding: 12px 15px;
}
.req-001 b {
    color: #000;
    text-align: center;
    display: block;
    flex: 1;
    font-size: 26px;
}
.requesting-popup-old .requesting-popup-sub a {
    background: #ffffff;
    border-radius: 3px;
    color: #333333;
    font-size: 14px;
    margin: 17px 14px 0 0;
    padding: 7px 10px;
    text-transform: uppercase;
    border: 1px solid #cccccc;
    line-height: 21px;
}
.requesting-popup-old .requesting-popup-sub a:hover {
    background: #f3f3f3;
    color: #333333;
}
.pulse-box {
    height: 155px;
    width: 155px;
    background: transparent;
}
.loading-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-model-header {
    background-color: var(--mainColor);
}
.loading-img img {
    height: 80px;
}
.discount-block button:before {
    font-size: 0;
    display: none;
}
.custom-modal .model-footer {
    justify-content: center;
    gap: 15px;
}
.custom-modal .model-footer .gen-btn {
    margin: 0;
    border: 2px solid var(--mainColor);
}
.custom-modal .model-footer .gen-btn:hover {
    border-color: var(--mainColorHover);
}
.custom-modal .model-footer .gen-btn.btn-danger {
    background: transparent;
    color: var(--mainColor);
    border: 2px solid var(--mainColor);
}
.custom-modal .model-footer .gen-btn.btn-danger:hover {
    background-color: var(--mainColor);
    color: #fff;
}
.remove_coupon {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-47%);
    cursor: pointer;
    -webkit-transform: translateY(-47%);
    -moz-transform: translateY(-47%);
    -ms-transform: translateY(-47%);
    -o-transform: translateY(-47%);
}
.remove_coupon img {
    height: 15px;
    opacity: 0.8;
}
.hover-element::after {
    position: sticky !important;
}
.driverlists #driver_main_list {
    padding-right: 10px;
}
.driverlists #driver_main_list::-webkit-scrollbar {
    width: 6px;
    height: 50px;
}
.driverlists #driver_main_list::-webkit-scrollbar-thumb {
    border-radius: 1em;
    background: rgba(110, 110, 110, 0.25);
}
/* Hover effect */
.driverlists #driver_main_list::-webkit-scrollbar-thumb:hover {
    background: rgba(80, 80, 80, 0.5);
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-body {
    padding-top: 45px;
    padding-bottom: 15px;
}
.driverlists .add-booking1{
    position: relative;
}
.driverlists .add-booking1 i {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 0.6;
}
.__right__side__inner__div .veh-left i{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.__right__side__inner__div .veh-left i span{
    display: block;
}
.b_req_inner .countryPhoneSelectWrapper::after {
    content: '';
    right: -15px;
    top: 0;
    bottom: 0;
    /* left: 0; */
    height: 100%;
    width: 15px;
    background-color: #fff;
    position: absolute;
}
.b_req_inner .general-form .form-group input.phoneinput {
    padding-left: 133px;
}
.booking-heading label{
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.user_side .booking-heading{
    margin: 10px 0;
}
.booking-heading select {
    box-shadow: none;
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 4px;
    padding: 0 28px 0 10px;
    font-weight: 500;
}
.minAmount > span {
    display: block;
    text-align: center;
    margin: 0 0 15px;
}
.routeAmountText{
    font-weight: 600;
    color: #000;
}
.count-ride-amount{
    display: flex;
    justify-content: center;
}
.count-ride-amount button {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 36px;
    border: 0;
    outline: none;
}
.count-ride-amount button.minus {
    border-radius: 5px 0 0 5px;
}
.count-ride-amount button.plus{
    border-radius: 0 5px 5px 0;
}
.count-ride-amount input{
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.ride-currency {
    text-align: center;
    margin: 10px 0 0;
    font-weight: 600;
    font-size: 18px;
}
.text-notes{
    text-align: center;
}
.text-notes > span  .minAmountText{
    font-weight: 600;
}
.text-notes > span{
    color: #aaa;
}
.driver_counter_offers {
    width: 100%;
}
.receive_driver_counter_offers_main.main_copy{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.driver_counter_offers_left img {
    width: 80px;
    height: 80px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 50%;
    object-fit: cover;
}
.driver_counter_offers{
    flex-direction: column;
}
.counter_offers {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
}
.driver_info {
    justify-content: center;
    gap: 10px;
    flex-direction: column;
}
.driver_info > *{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-weight: bold;
}
.driver_info span.driver_reach_distance{
    font-weight: 600;
}
.driver_caption > * {
    font-size: 20px;
    color: var(--mainColor);
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
}
.driver_caption .driver_car {
    color: #ccc;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.counter_offers-top{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0px 0 25px;
}
.driver_counter_offers_left{
    display: flex;
    align-items: center;
    gap: 15px;
}
.offer_accept_decline_btn_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #D4D4D4;
}
.driver_counter_fare{
    color: var(--mainColor);
    font-weight: bold;
    font-size: 23px;
}
.date_model_custom .dateSchedule{
    width: 100%;
}
.vehicle-caption i {
    margin-top: -55px;
    height: 110px;
}
.vehicle-caption i.vehicle_moto {
    margin-top: -40px;
    height: 120px;
}
.vehicle-caption i.vehicle_moto img{
    width: auto !important;
}
.custom-model-footer .button-block,
.model-footer.button-block{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-end;
}
.model-footer.button-block.center{
    justify-content: center;
}
.model-footer.button-block.end{
    justify-content: flex-end;
}
.modal_bg_btn{
    background-color: var(--mainColor) !important;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    min-height: 46px;
    text-align: center;
    display: block;
    border: 0;
    outline: 0;
    box-shadow: none;
    border: 2px solid var(--mainColor) !important;
    padding: 0 20px;
    min-width: 120px;
    margin: 0;
}
.modal_bg_btn:hover{
    background-color: var(--mainColorHover) !important;
    border-color:var(--mainColorHover)  !important;
    color: #fff !important;
}
.modal_border_btn{
    color: var(--mainColor) !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    min-height: 46px;
    text-align: center;
    display: block;
    border: 0;
    outline: 0;
    box-shadow: none;
    border: 2px solid var(--mainColor) !important;
    background-color: transparent;
    min-width: 120px;
    margin: 0;
    padding: 0 15px;
}
.modal_border_btn:hover{
    background-color: var(--mainColor) !important;
    color: #fff !important;
    border-color: var(--mainColor) !important;
}
.modal_bg_btn:focus,
.modal_border_btn:focus{
    border: 0;
    outline: none;
}
.modal_border_btn:focus{
    background-color: transparent !important;
    color: var(--mainColor) !important;
}
.modal_bg_btn:focus{
    background-color: var(--mainColor) !important;
}
.custom-model-footer .button-block .gen-btn{
    margin: 0;
}
.autoassignbtn label{
    cursor: pointer;
}
.glyphicon:empty {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th{
    padding: 0;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th .glyphicon-chevron-left:before,
.bootstrap-datetimepicker-widget table thead tr:first-child th .glyphicon-chevron-right:before{
    position: relative;
    top: -2px;
}
.driverlists input {
    padding: 11px 16px 12px 10px;
}
.edit_provider {
    display: flex;
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
    background-color: #000;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    width: auto;
    height: auto;
    line-height: 24px;
    padding: 6px 10px;
    min-width: 64px;
    font-weight: 600;
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    margin: 4px;
    /* font-family: "Open Sans", serif !important; */
}
.driverlists .add-booking1 i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.driverlists .add-booking1 i img{
    opacity: 0.6;
}
.edit_provider:hover{
    background-color: var(--buttonColorHover);
}
.Assign_Driver_Section .driver__list__show {
    display: flex;
    min-height: inherit;
    margin: 0px 0 14px;
}
.fare__main__div{
    display: flex;
    flex-direction: column;
}
.your_fare {
    color: #ccc;
    font-style: normal;
    display: block;
    margin: 7px 0 0 0;
    font-weight: 500;
    font-size: 16px;
}
.offer_accept_decline_btn_main .button-block{
    flex: 1;
    margin: 0;
}
.button-block {
    justify-content: flex-end;
    gap: 15px;
}
#datemodel .custom-modal .model-footer{
    justify-content: flex-end;
}
.driverlists .add-booking1 i.remove_serch{
    left: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    cursor: pointer;
}
.driverlists .add-booking1 i.remove_serch img{
    filter: none;
    height: 15px;
    opacity: 0.6;
}
.vehicle-caption01{
    margin: 0 0 15px;
}
.vehicle-caption01 i{
    text-align: center;
}
.vehicle-caption01 i span{
    display: block;
}
#TRIP_ASSIGN_DRIVER_LIST .driverlists input {
    padding: 11px 16px 12px 45px;
}
.pb_15{
    padding-bottom: 15px;
}
.icon__close{
    cursor: pointer;
}
.sticky {
    position: sticky !important;
    z-index: 11;
}
.inv-rating .rating_img {
    background-size: auto 36px;
}
.inv-rating {
    display: block;
    margin: 0px 0 7px;
}
.inv-rating .rating_img span {
    background-position-y: -19px;
}
.inv-rating .rating_img{
    margin: 0;
    transform:none;
    -webkit-transform:none;
    -moz-transform:none;
    -ms-transform:none;
    -o-transform:none;
}
.pick-drop-location .form-group.pickup:after, .gotop img{
    filter: none !important;
    -webkit-filter: none !important;
}
.pick-drop-location .form-group.dest input{
    border-color: rgba(0, 0, 0, 0.20) !important;
    padding-right: 30px;
    text-overflow: ellipsis;
}
.header-right ul li{
    padding-top: 0;
    padding-bottom: 0;
}
header{
    padding: 0;
}
header .header-inner{
    padding: 10px 15px;
}
header ul li a {
    height: 69px;
}
.header-admin-hotel {
    padding: 9px 15px;
}
.main_header .logo .logo-lg img {
    max-height: 56px;
}
#UserDeatilsLoader {
    text-align: center;
    position: absolute;
    left: 0;
    /* top: 0px; */
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: calc(100% - 39px);
    height: -webkit-calc(100% - 39px);
    height: -moz-calc(100% - 39px);
    height: -ms-calc(100% - 39px);
    height: -o-calc(100% - 39px);
    z-index: 9;
    margin: 0;
}
#DriverListLoader {
    text-align: center;
    position: absolute;
    left: 0;
    /* top: 0px; */
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: calc(100% - 124px);
    height: -webkit-calc(100% - 124px);
    height: -moz-calc(100% - 124px);
    height: -ms-calc(100% - 124px);
    height: -o-calc(100% - 124px);
    z-index: 9;
    margin: 0;
}
.booking-block select {
    font-family: var(--common_font);
    font-size: 16px;
    font-weight: 500;
    min-width: 148px;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35) inset;
    color: #000;
    box-sizing: border-box;
    padding: 0 28px 0 14px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../img/apptype/ProXJ/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 12px center;
    line-height: 23px;
    box-shadow: none;
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 4px;
    padding: 0 28px 0 10px;
    font-weight: 500;
}
.vehicleBasicDetails img.personIcon{
    height: 15px;
    margin-left: 10px;
}
.booking_title_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px 15px 0;
    gap: 10px;
}
.booking_title{
    flex: 1;
}
.booking_title>*{
    margin: 0;
}
.booking_request_inner .general-form .form-group {
    margin: 0 0 10px;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE strong#total_fare_price,
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE strong#vehicleName{
    display: inline-block;
}
#TRIP_VEHICLE_TYPE_ESTIMATE_TYPE strong img.personIcon {
    height: 15px;
    margin-left: 10px;
    width: 15px;
}
.b_req_inner .pick-drop-location .form-group{
    margin-right: 0;
    /* padding-right: 37px; */
}
.custom-model-body {
    padding: 20px 25px;
    line-height: 23px;
    display: block;
}
.themeColorManualBooking{
    background-color: var(--mainColor) !important;
}
.themeColorManualBooking:hover{
    background-color: var(--mainColorHover) !important;
}
.themeColorDivManualBooking > img{
    border-color: var(--mainColor) !important;
}
.p_0 {
    padding: 0;
}
/* ============================= RTL CSS */
[dir="rtl"] .booking_title_main{
    margin-right: 0;
    margin-left: 10px;
}
[dir="rtl"] #TRIP_VEHICLE_TYPE_ESTIMATE_TYPE strong img.personIcon,
[dir="rtl"] .vehicleBasicDetails img.personIcon{
    margin-left: 0;
    margin-right: 10px;
}
[dir="rtl"] .driverlists #driver_main_list li .map-tab-img1~img {
    left: -6px;
    right: auto;
}
[dir="rtl"] .driverlists #driver_main_list {
    padding-right: 0;
    padding-left: 10px;
}
[dir="rtl"] .driverlists #driver_main_list li {
    padding: 10px 60px 10px 0px;
}
[dir="rtl"] .driverlists  #driver_main_list button {
    margin-left: 0;
    margin-right: auto;
}
[dir="rtl"] .driverlists #driver_main_list li .map-tab-img {
    left: auto;
    right: 0;
}
[dir="rtl"] .driverlists .add-booking1 i {
    right: 15px;
    left: auto;
}
[dir="rtl"] .driverlists .add-booking1 i.remove_serch {
    left: 10px;
    right: auto;
}
[dir="rtl"] #TRIP_ASSIGN_DRIVER_LIST .driverlists input {
    padding: 11px 45px 12px 16px;
}
[dir="rtl"] .b_req_inner .pick-drop-location .form-group.pickup:before {
    left: auto;
    right: -25px;
}
[dir="rtl"] .b_req_inner .pick-drop-location .form-group.dest:before {
    right: -23px;
    left: auto;
}
[dir="rtl"] .b_req_inner .discount-block button[type="button"] {
    left: 3px;
    right: auto;
}
[dir="rtl"] .radio-combo .radio-main,
 [dir="rtl"] .check-combo .check-main{
    margin: 0;
}
[dir="rtl"] .b_req_inner .booking-header{
    margin: 0 0 0 10px;
}
[dir="rtl"] .booking_request_inner .b_req_inner .booking-block {
    padding: 20px 20px 20px 10px;
}
[dir="rtl"] .b_req_inner .booking-scroll {
    padding-right: 0;
    padding-left: 10px;
}
[dir="rtl"] .b_req_inner .pick-drop-location .pickup input {
    padding: 10px 3px 10px 30px;
}
[dir="rtl"] .b_req_inner .custom-element .check-combo .check-main i {
    border-radius: 0 10px;
    right: auto;
    left: 0;
}
[dir="rtl"] #TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-header,
[dir="rtl"] .custom-modal .model-header {
    right: auto;
    left: 0;
}
[dir="rtl"] .b_req_inner .countryPhoneSelectWrapper::after {
    right: auto;
    left: -15px;
}
[dir="rtl"] .bootstrap-datetimepicker-widget table thead tr:first-child th .glyphicon-chevron-left:before{
    transform: rotate(180deg);
    top: 0;
}
[dir="rtl"] .bootstrap-datetimepicker-widget table thead tr:first-child th .glyphicon-chevron-right:before{
    transform: rotate(-180deg);
    top: 0;
}
[dir="rtl"] .pick-drop-location .form-group.pickup:after {
    left: auto;
    right: -20px;
}
[dir="rtl"] .b_req_inner .pick-drop-location .form-group.pickup {
    margin: 0 27px 10px 0;
}
[dir="rtl"] .pick-drop-location .form-group:last-child {
    margin: 0px 27px 0 0;
}
[dir="rtl"] .b_req_inner .pick-drop-location input {
    padding: 2px 3px 8px 0;
}
[dir="rtl"] .edit_provider {
    left: 0;
    right: auto;
}
@media (min-width:1370px) {
    header.fixed.loggedin{
        position: relative;
    }
    .header-left .logo {
        position: absolute;
        left: 50px;
        top: 50%;
        margin-left: 0;
        transform: translateY(-50%);
    }
   [dir="rtl"] .header-left .logo {
        left: auto;
        right: 50px;
    }
    .header-left {
        margin: auto;
    }
}
@media (max-width:1500px) {
    .b_req_inner .custom-element .check-combo {
        padding: 10px;
    }
    .custom-element .section-block .check-combo label {
        font-size: 13px !important;
        width: 100%;
    }
    .booking_request_inner .b_req_inner .booking-main {
        padding: 15px;
    }
    .booking-other-deatils {
        padding: 15px;
    }
    .b_req_inner .vehicle-dis {
        font-size: 13px;
        line-height: 15px;
    }
    .b_req_inner .__right__side__inner__div li {
        padding: 10px;
    }
}
@media (max-width:1450px) {
    .booking_request_inner .driverlists input {
        padding: 10px 16px 10px 10px;
    }
    .booking_request_inner .pick-drop-location .form-group.pickup:before {
        top: 10px;
    }
    .b_req_inner .pick-drop-location .form-group.dest:before {
        top: 10px;
    }
    .driverlists .add-booking1 i {
        width: 17px;
        height: 17px;
    }
    .booking_request_inner.br_remove_height .b_req_inner .__right__side__inner__div{
        height: auto;
    }
    .booking_request_inner {
        grid-template-columns: 40% 60%;
    }
}
@media (max-width:991px) {
    body{
        overflow: auto;
    }
    header ul li a {
        height: auto;
    }
    .booking_request_inner {
        display: flex;
        flex-direction: column;
    }
    .booking_request_inner .booking-block {
        width: 100%;
    }
    .b_req_inner {
        height: auto;
    }
    .right_side_main_div {
        height: auto;
    }
    .full_div_bottom {
        position: relative;
        bottom: 0;
    }
}
@media (min-width:766px) {
    body{
        overflow: hidden;
    }
    .sticky {
        position: relative !important;
        z-index: 11;
    }
}
@media (max-width:767px) {
    body {
        overflow: inherit;
    }
    .b_req_inner {
        flex-direction: column;
        height: auto;
        padding: 0;
    }
    .booking_request_inner .booking-block {
        width: 100%;
    }
    .right_side_main_div {
        width: 100%;
    }
    .b_req_inner .booking-scroll {
        height: auto;
        padding: 0;
        border-bottom: 0;
    }
    .booking_request_inner .b_req_inner .__right__side__inner__div {
        border-bottom: 0;
        padding: 0;
    }
    .map-page {
        display: none;
    }
    .booking_request_inner .b_req_inner .booking-block {
        padding: 15px;
    }
    #TRIP_VEHICLE_TYPE_ESTIMATE_TYPE .custom-modal .model-body {
        padding: 20px 15px 0 15px;
    }
    #TRIP_VEHICLE_TYPE_ESTIMATE_TYPE strong#total_fare_price,
    #TRIP_VEHICLE_TYPE_ESTIMATE_TYPE strong#vehicleName {
        font-size: 18px;
    }
    #TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist li:last-child em,
    #TRIP_VEHICLE_TYPE_ESTIMATE_TYPE ul.costlist li:last-child b {
        font-size: 17px;
        font-weight: bold;
    }
    .custom-modal .model-header h4 {
        font-size: 18px;
    }
    .full_div_bottom {
        bottom: 0;
        padding: 10px 0 0 0;
    }
    .hover-element::after {
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }
    .booking_title_main {
        margin: 0 0 15px 0;
    }
    .b_req_inner .booking-header{
        margin-right: 0;
    }
}
@media (max-width:580px) {
    .custom-modal {
        width: calc(100% - 15px);
    }
    .vehicle-caption i {
        margin-top: -30px;
        height: 110px;
    }
    .custom-modal-main {
        z-index: 999999999;
    }
    .vehicle-caption i.vehicle_moto {
        margin-top: -15px;
        height: 130px;
    }
}
@media (max-width:480px) {
    .custom-modal .model-footer {
        padding-right: 10px;
    }
    .driverlists #driver_main_list button {
        font-size: 12px;
        padding: 10px 12px !important;
        margin-left: 0;
    }
    .driverlists #driver_main_list li [class*=driver_] {
        display: block;
        width: 100%;
    }
    .custom-modal .model-body {
        padding: 20px 15px !important;
    }
    .driverlists #driver_main_list li [class*=driver_] {
        font-size: 15px;
        width: 100%;
        margin: 0 0 6px;
    }
    .vehicle_number_plate {
        padding: 10px;
        font-size: 15px;
    }
    .driver_num {
        font-size: 14px;
    }
    .custom-modal .model-footer .gen-btn {
        min-width: 100px;
    }
    .custom-modal .model-footer, .custom-modal .modal-footer, .modal .modal-footer {
        padding: 0 14px 0px 10px !important;
    }
    .custom-modal .model-header {
        padding: 20px 15px 0 15px;
    }
    .offer_accept_decline_btn_main div button {
        font-size: 15px;
        min-width: inherit;
        padding: 9px 10px !important;
    }
    .driver_counter_offers_left img {
        width: 70px;
        height: 70px;
    }
    .driver_counter_fare {
        font-size: 16px;
    }
    .driver_caption > * {
        font-size: 18px;
        margin: 0 0 7px;
    }
    .driver_caption .driver_car{
        font-size: 14px;
    }
    .driver_info > * {
        font-size: 16px;
    }
    .modal_border_btn,
    .modal_bg_btn {
        font-size: 15px;
        min-height: 42px;
        padding: 0 12px;
        min-width: inherit;
    }
}
.custom-modal-main{
    z-index: 11;
}
