/* Custom Classes */
.border-grey {
    border-color: #bdbdbd;
}
.btn {
    border-radius:10px;
}
body.theme.dark .home-section, body.theme.dark .ride-screen-section2 {
    background-image:url("/build/assets/home-bg-dark.jpg");
}
body.theme.dark .title p.dark-layout {
    color: unset;
}
.theme.dark .text-muted {
    color:#a5a5a5 !important;
}
.theme.dark input, .theme.dark input::placeholder, .theme.dark .stop-btn {
    color:#a5a5a5 !important;
}
.theme.dark input {
    border-color:#4f4f4f !important;
}
/* Custom Classes */

/* Header*/
body.theme:not(.dark) header .top-header .navbar-nav .nav-item .nav-link, body.theme:not(.dark) header .top-header .header-right .language-dropdown .language-btn {
    color: #000
}
.theme:not(.dark) header .dark-logo {
    display: none !important;
}
.theme:not(.dark) header .light-logo {
    display: block !important;
}
.theme.dark header .dark-logo {
    display: block !important;
}
.theme.dark header .light-logo {
    display: none !important;
}
header .top-header .navbar-nav .nav-item:hover .nav-link {
    color: rgb(var(--primary-color));
}
/* Header */

/* Primary Colors */
.text-primary {
    color: rgb(var(--primary-color)) !important;
}
.border-primary {
    border-color: rgba(var(--primary-color), 0.8) !important;
}
.btn-outline-primary {
    color: rgb(var(--primary-color));
}
.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: rgb(var(--primary-color)) !important;
}
.btn-primary {
    background-color: rgb(var(--primary-color)) !important;
    transition:0.3s ease-in-out;
}
.btn-primary:hover, .btn-primary:active {
    background-color: rgba(var(--primary-color), 0.8) !important;
}
.form-check-input:checked {
    background-color: rgba(var(--primary-color), 0.8) !important;
    border-color: rgba(var(--primary-color), 0.8) !important;
}
/* Primary Colors */

/* Booking Form - START */
#bookingForm {
    padding: 1rem;
}
#bookingForm .map-box {
    position: relative;
}
#bookingForm .map-box .active-ride-buttons {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    left: 0;
}
@media screen and (min-width:960px) {
    .home-section {
        padding-top: calc(120px + .06875*(100vw - 320px));
    }
    #bookingForm {
        padding: 3rem !important;
    }
    #bookingForm .inputs-box {
        padding-right: 3rem !important;
    }
    #bookingForm .map-box {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}
@media screen and (max-width:960px) {
    #bookingForm .map-box{
        min-height: 250px;
    }
}
#rideStops .stop:first-child .remove-stop {
    display: none;
}
#rideStops .stop:not(:last-child) .add-stop {
    display: none;
}
.swap-direction {
    cursor: pointer;
}
.booking-form-box {
    border: 1px solid #bdbdbd;
    background: #ffffff5e;
    backdrop-filter: blur(5px);
    border-radius: 10px;
}
#bookingForm .form-control {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    border-radius: 10px;
    padding: 12px;
}
#bookingForm .map-view {
    border-radius: 10px;
    height: 100%;
}
.location-row {
    position: relative;
}
.stop-btn {
    background: transparent;
    border: 0;
    position: absolute;
    top: 29%;
    right: 13px;
    line-height: 1;
    padding: 0 10px;
    font-size: 20px;
    border-left:1px solid rgba(0, 0, 0, 0.2);
}
.add-stop span {
    font-size:inherit;
}
#bookingForm .vehicle-types-box {
    border: 1px solid #bdbdbd;
    background: #ffffff5e;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    height: 400px;
    overflow-y: auto;
    position: relative;
}
#bookingForm .vehicle-types-box::-webkit-scrollbar {
    width: 0;
}
#bookingForm .vehicle-types li {
    margin-right: 20px;
}
#bookingForm .vehicle-type {
    background: #ffffff5e;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    cursor: pointer;
    width: 130px;
    transition: 0.25s ease-in-out;
}
#bookingForm input[type=radio]:checked+.vehicle-type, #bookingForm .vehicle-type.active, #bookingForm .vehicle-type:hover {
    box-shadow: var(--bs-box-shadow) !important;
    border-color: rgba(var(--primary-color), 0.8) !important;
    transform: scale(1.1);
}
#bookingForm .vehicle-type img {
    padding-bottom: 20px;
    border-bottom: 1px solid #bdbdbd;
    width:64px;
    height:64px;
    object-fit:contain;
}
#bookingForm .vehicle-type p {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
#bookingForm .fare-input {
    position: relative;
}
#bookingForm .fare-input i {
    font-size: calc(20px + .00125*(100vw - 320px));
    color: #171c26b3;
    position: absolute;
    top: calc(6px + 1*(100vw - 320px) / 1600);
    left: calc(10px + .0025*(100vw - 320px));
    z-index: 1;
    width: 17px;
    padding: 0;
    padding-right: calc(30px + 3*(100vw - 320px) / 1600);
}
.theme.dark #bookingForm .fare-input i {
    color: #FFF !important;
}
#bookingForm .fare-input input {
    padding: calc(8px + .00125*(100vw - 320px));
    padding-left: calc(48px + 9*(100vw - 320px) / 1600);
}
#bookingForm .waiting-offers {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
}
#bookingForm .driver-card {
    border-radius: 10px;
    border-top: 5px solid #bdbdbd;
    background: #ffffff5e;
    backdrop-filter: blur(5px);
}
#bookingForm .driver-card .driver-photo {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}
#bookingForm .driver-card .btn {
    padding: 12px 30px;
    font-size: 16px;
    width: 48%;
}
#bookingForm .driver-card {
    position:relative;
    overflow:hidden;
    border-top:0 !important;
}
#bookingForm .timer {
    height:5px;
    width:100%;
    background:#bdbdbd;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
#bookingForm .timer-body {
    height:5px;
    width:70%;
    background:rgb(var(--primary-color));
}
.theme.dark .booking-form-box {
    background: #00000091;
    color: #FFF !important;
}
.theme.dark #bookingForm .driver-card {
    background: #00000000;
    border: 1px solid #bdbdbd;
}
.theme.dark #bookingForm .vehicle-types-box {
    backdrop-filter: unset;
    background: unset;
    border: none;
}
.theme.dark #bookingForm .ride-details {
    color:#000;
}
@media screen and (max-width:1200px) {
    #bookingForm .vehicle-types {
        display: flex;
        overflow: scroll;
    }
    #bookingForm .vehicle-types li {
        margin-right: 10px;
    }
    #bookingForm .inputs-box {
        margin-bottom: 15px;
    }
    #bookingForm .ride-details > span {
        display: block;
    }
}
/* Booking Form - END */

/* Tooltip */
.tooltip-inner p {
    font-size:13px;
    line-height: 1.25;
}
/* Tooltip */


/* Login Modal Style */
#loginModal .btn-close {
    float: right;
    position: sticky;
    z-index: 1;
}
#loginModal .auth-main {
    margin: 0 auto;
}
#loginModal .auth-card {
    border-radius: 0;
    position: relative;
    padding: calc(15px + 15 * (100vw - 320px) / 1600);
    background-color: #fff;
}
#loginModal .login-img {
    height: auto;
    width: calc(120px + .01875 * (100vw - 320px));
}
#loginModal .welcome {
    border-left: 3px solid #171C26;
    padding: 4px 0 4px calc(10px + .00375 * (100vw - 320px));
    margin: 30px 0;
}
#loginModal .form-group {
    margin-bottom: 24px;
    position: relative;
    align-items: center;
}
#loginModal .form-group .form-control {
    padding: calc(8px + .00125 * (100vw - 320px));
    padding-left: calc(48px + 9 * (100vw - 320px) / 1600);
}
#loginModal .auth-main .auth-card .main i {
    font-size: calc(20px + .00125 * (100vw - 320px));
    color: #171c26b3;
    position: absolute;
    top: calc(4px + 1 * (100vw - 320px) / 1600);
    left: calc(10px + .0025 * (100vw - 320px));
    z-index: 1;
    width: 17px;
    padding: 0;
    padding-right: calc(30px + 3 * (100vw - 320px) / 1600);
}
#loginModal .auth-main .auth-card .main .position-relative .toggle-password {
    position: absolute;
    border: none;
    padding: 0;
    top: calc(5px + 1 * (100vw - 320px) / 1600);
    right: calc(12px + .0025 * (100vw - 320px));
    left: unset;
    cursor: pointer;
}
#loginModal .auth-main .auth-card .welcome h3 {
    font-size: calc(16px + .0025 * (100vw - 320px));
    font-weight: 600;
    color: #171c26;
    margin-bottom: 4px;
}
#loginModal .auth-main .auth-card .welcome p {
    margin-bottom: 0;
    font-size: calc(13px + 1 * (100vw - 320px) / 1600);
    font-weight: 400;
    line-height: calc(18px + .00125 * (100vw - 320px));
    color: #808b97;
}
#loginModal .form-terms {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    flex-wrap: wrap;
    gap: 6px;
}
/* Login Modal Style */