/* Custom Font imports */
@font-face {
    font-family: "ProximaNova";
    src: url("../webfonts/Proxima\ Nova\ Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../webfonts/Proxima\ Nova\ Semibold.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../webfonts/ProximaNova-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ProximaNova";
    src: url("../webfonts/Proxima\ Nova\ Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Poppins Bold */



/* primary font */
@font-face {
    font-family: "UAEDirham";
    src: url("../webfonts/font.ttf") format("truetype");
    /* font-weight: 800; */
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: "TypoRound";
    src: url("../webfonts/Typo_Round_Light_Demo.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TypoRound";
    src: url("../webfonts/Typo_Round_Regular_Demo.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

/* Custom Variable Declarations */

:root {
    --black: #000000;
    --black_bg: #000000;
    --white: #fff;
    --white_bg: #fff;
    --theme-bg: #9578D3;
    --theme_black: #3F3637;
    --theme_hovercolor: #4c37a8;
    --theme_color: #5c45be;
    /* --theme_color: #9578D3; */
    --para_color: #212121;
    --placeholder_color: #999999;
    --border-color: #999999;
    --border-radius: 50px;
    --box_shadow: 0 0 12px #0000001c;
    --theme_shadow: 0 0 6px #5b45be98;
    --theme_lght_black: #3d3d3d;
    --theme_blk: #222222;
    --font-family: "ProximaNova" !important;
    /* --ff-primary:"TypoRound"; */
    /* --font-family: "TypoRound" !important; */
    --font-size-20px: clamp(1rem, 0.9184rem + 0.4082vw, 1.25rem);
    --font-size-18px: clamp(0.75rem, 0.6276rem + 0.6122vw, 1.125rem);

}

body {
    /* font-family: var(--font-family), sans-serif; */
    font-family: "UAEDirham", var(--font-family);
    /* background: url('../images/pattern.png'); */
    /* background-size: contain; */
    background-size: 100%;
    background-position: center center;
    /* overflow: hidden; */

}

* {
    margin: 0;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: ease-in-out 0.3s;
}

/* PRELOADER CSS */
.page-loader,
.page-loader-submit {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: var(--white);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-loader-submit {
    background: #ffffff7c;
}

.page-loader>.arc,
.page-loader-submit>.arc {
    -webkit-animation: spin 1s infinite ease-in;
    animation: spin 1s infinite ease-in;
    border-radius: 100%;
    border-top: 4px solid;
    border-color: var(--theme-bg);
    content: "";
    display: block;
    height: 50px;
    width: 50px;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Language selector */
.ar {
    direction: rtl;
}

.en {
    direction: ltr;
}

a:hover,
a:focus,
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

p {
    margin: 0;
}

.margin-auto {
    margin-left: auto;
}

/* custom modal styling */
.custom-modal-content {
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    border: 0;
}

/* Alert modal styling */
#alertModal .modal-body h4,
#deleteModal .modal-body h4,
#confirmModal .modal-body h4,
#confirmModa_vocherCode h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000000;
    line-height: normal;
}

#alertModal .modal-body h5,
#alertModal .modal-body h5,
#confirmModal .modal-body h5,
#confirmModa_vocherCode h5 {
    font-size: 18px;
    /* text-align: center; */
    margin-bottom: 10px;
}

/* Google map styling */
#map {
    height: 100%;
}
.form-check-input:checked{
    background-color: var(--theme-bg);
    border-color: var(--theme-bg);
    box-shadow: none;
}

/* side-bar-nav list styling */
.side-bar {
    visibility: visible !important;
}

.side-nav-list,
.side-nav-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-nav-list .list-item {
    border-bottom: 2px solid var(--theme-bg);
    /* cursor: pointer; */
}

.side-nav-list .list-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0px;
}

.side-nav-list .list-item h3 {
    font-size: clamp(0.875rem, 0.838rem + 0.1852vw, 1rem);
    margin: 0;
}

.side-bar-bg {
    background-image: linear-gradient(var(--theme-bg), var(--theme-bg));
    /* height: 100vh; */
    padding: 15px;
    color: var(--white);
    /* overflow-y: auto; */
    overflow-x: hidden;
    position: fixed;
    z-index: 1031;
}


input::-ms-reveal {
    display: none;
}

.iti__flag {
    background-image: url("../images/flags.png");
}

.iti {
    width: 100%;
}

.iti__flag-container {
    right: auto !important;
    left: unset !important;
}

.ar:has(.iti input) .iti input {
    padding-right: 100px;
    padding-left: 0px !important;
}

.iti-mobile .iti--container {
    max-width: 400px;
    top: 243px;
    bottom: 10px;
}

.iti-mobile .iti__country-list {
    width: auto;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags@2x.png");
    }
}

/* password input field eye button */
.inpt-pass {
    position: relative;
}

form .inpt-pass i {
    position: absolute;
    top: 36%;
    right: 5%;
    color: var(--theme-bg);
    cursor: pointer;
}

/* login page styling */
.login-lft-content {
    /* background-image: url("../images/login-lft-bg.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    height: 100vh;
    overflow-y: auto;
    position: relative;
    background: var(--theme-bg);
}

.login-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* custom scroll bar */
.custom-scroll {
    height: 100vh;
    overflow-y: auto;
}

.login-lft-content::-webkit-scrollbar-track,
.custom-scroll::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px #1268b34d; */
    background-color: #dddddd;
}

.login-lft-content::-webkit-scrollbar,
.custom-scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #dddddd;
}

.login-lft-content::-webkit-scrollbar-thumb,
.custom-scroll::-webkit-scrollbar-thumb {
    background-color: var(--theme-bg);
}

.custom-brand-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

@media(max-width:992px) {
    .custom-brand-logo {
        justify-content: start;
    }
}

/* .brand-logo{
    filter: grayscale(1) brightness(10);
} */

.brand-logo img {
    /* width: 200px; */
    /* width: clamp(6.25rem, 4.2092rem + 10.2041vw, 9.5rem); */
    width: clamp(3.25rem, 4.2092rem + 10.2041vw, 6.5rem);
    /* min-width: 100px; */
    min-width: 50px;
}

.login-form {
    margin-top: 1rem;
    padding: 10px;
}

.login-form h1 {
    /* font-size: 30px; */
    font-size: clamp(1.5625rem, 1.4605rem + 0.5102vw, 1.875rem);
    font-weight: bold;
    line-height: normal;
    color: var(--white);
}

.custom-form-control {
    height: auto;
    border-radius: 5px !important;
    padding: 20px 20px;
    font-size: 1rem;
    line-height: normal;
    font-weight: 400;
    border: solid 1px var(--theme-bg);
    color: var(--black);
    background-color: var(--white);
}

.custom-form-control:focus {
    color: var(--black);
    background-color: var(--white);
    border-color: var(--theme-bg);
    box-shadow: var(--theme_shadow);
}

.custom-control-label {
    /* font-size: 18px; */
    font-size: clamp(0.75rem, 0.6276rem + 0.6122vw, 1.125rem);
    color: var(--white);
    line-height: normal;
    font-weight: 700;
}

a.frgt-link {
    color: var(--white);
    /* font-size: 18px; */
    font-size: clamp(0.75rem, 0.6276rem + 0.6122vw, 1.125rem);
    line-height: normal;
    font-weight: 700;
    display: inline-block;
}

.form-button {
    margin-top: 50px;
}

.form-button .custom-btn,
.form-del-button .custom-btn {
    /* font-size: 20px; */
    font-size: clamp(1rem, 0.9184rem + 0.4082vw, 1.25rem);
    width: 100%;
    border-radius: 5px;
    padding: 16px;
    border: unset;
    color: var(--white);
    line-height: normal;
    font-weight: bold;
}

.btn-del-theme {
    background-color: transparent;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}

.btn-theme {
    background: var(--theme-bg);
    color: var(--white);
}
.login-lft-content .btn-theme{
    background-color: var(--theme_color);
}

.btn-theme:hover,
.btn-theme:focus {
    background: var(--theme_hovercolor);
    color: var(--white);
}

.btn-theme-secondary {
    background-color: var(--white);
    color: var(--theme-bg) !important;
    border: 1px solid var(--theme-bg) !important;
}

.dnt-account a,
.terms-section input,
.terms-section a {
    color: var(--theme_black);
    /* font-size: 18px; */
    font-size: clamp(1rem, 1.2066rem + -0.4082vw, 0.875rem);
    line-height: normal;
    font-weight: 700;
}

.terms-section input {
    border: 0;
    background-color: unset;
}

.dnt-account p {
    font-size: clamp(1rem, 1.2066rem + -0.4082vw, 0.875rem);
    color: var(--white);
    line-height: normal;
    font-weight: 700;
}

.terms-section p {
    /* font-size: 18px; */
    font-size: clamp(1rem, 1.2066rem + -0.4082vw, 0.875rem);
    line-height: normal;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
    width: 100%;
}


/* login Right side content styling */
/* Also header nav-list content styling */
.header-options a,
.nav-list li a {
    /* font-size: 20px; */
    font-size: var(--font-size-20px);
    font-weight: 600;
    color: var(--theme_black);
    line-height: normal;
    cursor: pointer;
}

.header-options a:hover,
.nav-list li a:hover {
    color: var(--theme-bg);
}

.header-options select,
.nav-list li select {
    border: unset;
    color: var(--theme_black);
    font-weight: 600;
    line-height: normal;
    /* font-size: 20px; */
    font-size: clamp(0.875rem, 0.7526rem + 0.6122vw, 1.25rem);
    padding: 0 20px 0 15px;
    background: url("../images/colord_drop_icon.svg");
    background-repeat: no-repeat;
    background-position: right center;
    width: 70px;
}

.header-options .form-select:focus,
.nav-list li .form-select:focus {
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

/* otp verification styling */

.login-form .otp-verify p,
.frgt-pass p {
    font-size: clamp(1.125rem, 1.0842rem + 0.2041vw, 1.25rem);
    line-height: normal;
    font-weight: 700;
    color: var(--white);
}

.login-form .otp-verify p span {
    font-weight: 500;
    color: var(--black);
}

.otp-form {
    max-width: 70%;
}

.form-verify {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.form-verify input {
    font-size: 18px;
    color: var(--black);
    line-height: normal;
    font-weight: 500;
    border: solid 1px var(--border-color);
    border-radius: 1px;
    margin-right: 5px !important;
    width: 80px;
    height: 80px;
    text-align: center;
}

.timer p {
    font-weight: bold;
    color: var(--white);
}

.resend-btn button {
    background-color: unset;
    border: none;
    font-size: 20px;
    color: var(--white);
    line-height: normal;
    font-weight: bold;
}

/* Header Navbar styling */
.header-nav nav .nav-list {
    display: flex;
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    align-items: center;
}

.header-nav .custom-bg {
    /* background-image: linear-gradient(#0056a5, #79b6e4); */
    padding: 10px 20px;
}

/* .nav-list li a{
    font-size: clamp(0.875rem, 0.7526rem + 0.6122vw, 1.25rem);
    font-weight: 600;
    color: var(--black);
    line-height: normal;
    cursor: pointer;
} */

/* Dashboard header styling */

.user-dropdown .profile_dv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

a.profile_dv.dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    background: url(../images/drop_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    border: unset;
    height: 12px;
    width: 12px;
}

.user-dropdown .profile_dv span {
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 6px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-right: 6px;
    width: 45px;
    height: 45px;
}

.user-dropdown .profile_dv span img {
    object-fit: cover;
    height: 100%;
    padding: 2px;
    border-radius: 50%;
    width: 100%;
}

/* drop down customization */
.custom-dropdown {
    left: unset !important;
    right: 0;
    top: 54px !important;
    padding: 10px;
    background-color: var(--white);
    box-shadow: 0 0 6px #00000038;
    padding: 10px;
    border-radius: 16px;
    border: none;
}

.user-dropdown .custom-dropdown li:last-child a {
    color: var(--theme-bg);
    font-weight: 900;
}

.user-dropdown .custom-dropdown li a {
    padding: 5px 0px;
    font-weight: 500;
    color: #000000;
    border: 0;
    font-size: 16px;
    line-height: normal;
    background: transparent !important;
}

.user-dropdown .custom-dropdown li a:hover {
    color: var(--theme_color);
}

.user-dropdown .dropdown ul::after {
    content: "";
    position: absolute;
    right: 33px;
    border-bottom: solid 10px #fff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    top: -9px;
    /* box-shadow: 0 0 6px #00000038; */
}

/* Dashboard home page content */
.dashboard-area {
    margin-top: 8rem;
}

.dashboard-area .welcome-msg p {
    font-size: clamp(1.25rem, 0.8796rem + 1.8519vw, 2.5rem);
    text-align: left;
    color: var(--black);
    line-height: normal;
    font-weight: bold;
    /* line-height: 44px; */
    line-height: clamp(1.25rem, 0.8796rem + 1.8519vw, 2.5rem);
}

.dashboard-area .tile-list {
    text-align: center;
    background-color: #f5f6f7;
    width: 100%;
    height: 100%;
    padding: 40px 0px;
    border-radius: 30px;
    /* margin-bottom: 20px; */
    box-shadow: 0px 4px 13px #c9c9c96e;
}

.dashboard-area .tile-list:hover {
    box-shadow: 0px 4px 13px var(--theme-bg);
}

.dashboard-area .tile-list img {
    margin-bottom: 15px;
}

.dashboard-area .tile-list h2 {
    font-size: clamp(1.125rem, 1.088rem + 0.1852vw, 1.25rem);
    font-weight: 500;
}

@media(max-width:768px) {
    .dashboard-area {
        margin-top: 10rem;
    }
}

.footer-section img {
    text-align: center;
    align-items: center;
    display: flex;
    margin-inline: auto;
    width: 600px;
}

/* terms and conditon page styling */
.terms-contents h2,
.support-head h2,
.profile-head h2,
.points-head h2 {
    color: var(--theme-bg);
    /* font-size: 40px; */
    font-size: clamp(1.375rem, 1.1898rem + 0.9259vw, 2rem);
    font-weight: bold;
    /* text-align: center; */
    margin-bottom: 30px;
}

.terms-contents h3 {
    /* font-size: 20px; */
    font-size: var(--font-size-20px);
    line-height: normal;
    font-weight: 400;
    color: #030303;
    margin-bottom: 10px;
    font-family: "Poppins" !important;
}

.terms-contents h6 {
    font-weight: bolder;
}

/* support page styling */
.support-content,
.profile-content {
    border: solid 2px var(--theme-bg);
    border-radius: 5px;
    padding: 40px;
    /* background-image: url(../images/under_sec_bg.png); */
    background-size: cover;
}

.support-content a {
    margin-bottom: 10px;
}

.support-content .support-field {
    align-items: center;
    /* margin-bottom: 10px; */
    background: #e7e2ff;
    padding: 10px 20px;
    border-radius: 5px;
}

.support-content .support-field .custom-text-align {
    text-align: right;
}

.support-content .support-field img {
    height: 26px;
    width: 26px;
}

.support-content .support-field p {
    color: #333232;
    font-size: 14px;
    margin-bottom: 0;
}

/* Profile Page Styling */
.profile-form .profile-img {
    height: 100px;
    width: 100px;
    margin-inline: auto;
}

.profile-form .profile-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1000px;
}

.profile-form .profile-img .profile-edit {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: revert;
    margin: 0 auto;
    height: 30px;
    width: 30px;
    display: flex;
    bottom: 10px;
    border-radius: 1000px;
    background-color: var(--theme-bg);
    align-items: center;
    justify-content: center;
}

.profile-form .profile-img .profile-edit i {
    color: var(--white);
}

.profile-form .profile-img .profile-edit input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
}

.custom-card {
    max-width: 80%;
    padding: 40px;
}

@media(max-width:768px) {
    .custom-card {
        max-width: 100%;
        ;
        padding: 10px;
    }
}

.form-floating {
    margin-bottom: 1rem;
}

/* select component custom-styling */
.custom-form-select .select2-container--default .select2-selection--single {
    height: 100%;
}

.custom-form-select .select2-container--default .select2-selection--single:focus,
.custom-form-select .select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: var(--theme_shadow);
}

.custom-form-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
    padding-top: 10px;
    height: calc(3.5rem + 2px);
}

.custom-form-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px;
}

.custom-form-select .select2-container--default .select2-selection--single,
.custom-form-select .select2-container--default .select2-selection--multiple {
    border-color: var(--theme-bg);
}

/* Multiple custom select box */
.custom-input-group {
    flex-wrap: nowrap;
}

.custom-form-select .select2-container--default .select2-selection--multiple {
    min-height: calc(3.5rem + 2px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-form-select .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-top: 22px;
}


/* Service type page form styling */

.service-type-form .home-check-section {
    position: relative;
}

.service-type-form .home-check-section input {
    position: absolute;

}

.service-type-form .home-check-section input {
    position: absolute;

}

.service-type-form .service-cat {
    padding: 20px;
    border: 1px solid #1968b3;
}

.service-cat .home-check {
    cursor: pointer;
}

.service-type-form h2,
.booking-form h2,
.service-prices h2 {
    font-size: clamp(1.125rem, 1.0139rem + 0.5556vw, 1.5rem);
    font-weight: 600;
    color: var(--black);
    line-height: normal;
}

.home-check-section .home-check-content {
    padding-left: 35px;
    padding-right: 35px;
}

.home-check-section .home-check-content h2 {
    font-size: 20px;
    font-weight: normal;
}

.custom-form-check {
    width: 20px;
    height: 20px;
}

/* .service-cat :has(input[type="radio"]:checked){
    width: 100%;
    background-image: url(../images/take-off.png);
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
} */

/* Slot page design styling */
.slot-item {
    margin-bottom: 1rem;
}

.slot-check {
    padding: 20px;
    border: 1px solid var(--theme-bg);
    border-radius: 5px;

}

.slot-check input {
    margin-left: 10px !important;
    margin-right: 10px;
}

.slot-check-label {
    color: #080707;
    font-size: var(--font-size-18px);
    line-height: normal;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}

/* Passenger page styling */
/* Custom image box styling */
.img-upld {
    position: relative;
    border-radius: 12px;
    text-align: center;
    padding: 30px 40px;
    border: 1px solid var(--theme-bg);
}

.img-upld input {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.img-upld p {
    font-size: var(--font-size-20px);
    line-height: normal;
    font-weight: 600;
    color: #696969;
    margin-top: 20px;
}

.img-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 20px 0px 0px;
}

.img-gallery {
    position: relative;
    margin-right: .2rem;
}

.img-gallery img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin-bottom: 16px;
    border-radius: 4px;
    margin-right: 10px;
}

.img-gallery i {
    position: absolute;
    right: 4px;
    top: -6px;
    color: red;
    cursor: pointer;
}

/* terms checkbox */
.terms-check label {
    color: var(--black);
}

.terms-check a {
    font-size: clamp(0.75rem, 0.6276rem + 0.6122vw, 1.125rem);
    color: var(--theme-bg);
    line-height: normal;
    font-weight: 700;
}

.terms-check input[type=checkbox] {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.terms-check a:hover {
    color: var(--theme_hovercolor);
}

/* Add service page styling */
.add-service {
    background: var(--white);
    border: solid 1px var(--theme-bg);
    border-radius: 15px;
    padding: 18px;

}

.add-service h2 {
    font-size: clamp(1.125rem, 1.0139rem + 0.5556vw, 1.5rem);
    color: var(--black);
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.quantity .number {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.quantity input {
    width: 40px;
    /* display: inline-block; */
    vertical-align: middle;
    text-align: center;
    border: 1px solid var(--theme-bg);
    border-radius: 10px;
    cursor: default;
}

.minus-disabled {
    color: #1268b388 !important;
}

.quantity span i {
    font-size: 1.5rem;
    color: var(--theme-bg);
    vertical-align: middle;
    cursor: pointer;
}

.custom-service-table thead {
    background-color: var(--theme-bg);
    color: var(--white);

}

.custom-service-table thead th {
    padding: 1rem;
}

.custom-service-table thead tr th:first-child {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}

.custom-service-table thead tr th:last-child {
    border-bottom-right-radius: 1rem;
    border-top-right-radius: 1rem;
}

.custom-service-table tbody tr td {
    padding: 1rem;
}

.custom-service-table tbody tr {
    border-bottom: 1px solid #999999;
}
.custom-service-table tbody .amount{
    white-space: nowrap;
}

/* Service cost page styling */
.service-cost,
.booking-details,
.payment-details,
.history-content {
    /* background-image: url('../images/plane_bg.svg'); */
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: var(--white);
    border: solid 1px var(--theme-bg);
    border-radius: 15px;
    padding: 18px;
    list-style: none;
    margin: 10px;
}

@media(max-width:768px) {

    .service-cost,
    .booking-details,
    .payment-details,
    .history-content {
        padding: 10px;
    }
}

.service-cost h3 {
    font-size: var(--font-size-20px);
    color: #000;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-cost .serv-amt {
    font-weight: 700;
    color: #0d4b95;
}

.service-cost h4,
.discount-box h4 a,
.discount-box input {
    font-size: clamp(0.875rem, 0.838rem + 0.1852vw, 1rem);
    line-height: normal;
    font-weight: bold;
    color: #5a5a5a;
}

.service-cost h4>a,
.service-cost h4 span>a {
    color: var(--theme-bg);
}

.service-cost h4>a:hover,
.service-cost h4 span>a:hover {
    color: var(--theme_hovercolor);
}

.service-cost .tot-cost h4 {
    font-size: clamp(1.125rem, 0.9954rem + 0.6481vw, 1.5625rem);
    font-weight: 800;
    margin-top: 60px;
    color: var(--theme-bg);
}

.mor-points h4 {
    font-size: var(--font-size-18px);
    line-height: normal;
    font-weight: 600;
    color: #000;
}

.discount-box {
    isolation: isolate;
}

.discount-box .dis-select-btn {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0;
}

.discount-box .dis-remove-btn {
    isolation: inherit;
    position: absolute !important;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 999;
}

.dis-remove-btn:focus {
    box-shadow: none;
}

/* Booking details page styling */
.booking-details p {
    font-weight: 500;
    margin-bottom: 10px;
}

.booking-details .row .col-6:last-child p {
    color: var(--theme-bg);
}

/* Payment success page styling */

.payment-details .check-icon i {
    font-size: 5rem;
    padding: 4rem 0;
    color: var(--theme-bg);
}

.payment-details .check-title {
    color: var(--theme-bg);
}

.payment-details h5 {
    font-size: var(--font-size-18px);
    line-height: normal;
    font-weight: 700;
    color: var(--theme-bg);
}

/* Star rating styling */
.star-rate {
    position: relative;
    text-align: center;
}

/* Ratings widget */
.star-rate .rate {
    display: inline-block;
    border: 0;
}

.star-rate

/* Hide radio */
.rate>input {
    display: none;
}

.star-rate

/* Order correctly by floating highest to the right */
.rate>label {
    float: right;
}

/* The star of the show */
.star-rate .rate>label:before {
    display: inline-block;
    /* font-size: 2rem; */
    font-size: clamp(1.5rem, 1.3519rem + 0.7407vw, 2rem);
    padding: .3rem .5rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    /* full star */
}

/* Half star trick */
.star-rate .rate .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0;
}

/* Click + hover color */
.star-rate .rate input:checked~label,
/* color current and previous stars on checked */
.star-rate .rate label:hover,
.star-rate .rate label:hover~label {
    color: var(--theme_hovercolor);
}

/* color previous stars on hover */
/* Hover highlights */
.star-rate .rate input:checked+label:hover,
.star-rate .rate input:checked~label:hover,
/* highlight current and previous stars */
.star-rate .rate input:checked~label:hover~label,
/* highlight previous selected stars for new rating */
.star-rate .rate label:hover~input:checked~label

/* highlight previous selected stars */
    {
    color: var(--theme-bg);
}

/* Service prices page styling */
.custom-nav {
    flex-grow: 1;

    /* display: flex; */
}

.custom-nav a span {
    font-size: var(--font-size-20px);
    color: var(--theme-bg);
    font-weight: 700;
    margin-left: 10px;
}

.custom-nav .nav-link.active {
    position: relative;
}

.custom-nav .nav-link.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: var(--theme-bg);
    animation-name: switch;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
}

@keyframes switch {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.custom-nav .nav-link:not(.active) span {
    color: var(--theme-bg);
}

.custom-nav .tab-icon {
    width: 40px;
    height: 40px;
    fill: var(--theme-bg);
}

.custom-nav .nav-link:not(.active) svg {
    fill: var(--theme-bg);
}

.card-block {
    padding: 20px 30px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 0;
    margin: 20px 0;
    /* background-image: url('../images/card-block-bg.png'); */
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.card-block h2 {
    font-size: clamp(1.25rem, 1.1389rem + 0.5556vw, 1.625rem);
    font-weight: 700;
    color: var(--theme-bg);
    line-height: normal;
    margin: 0;
}

.card-block p {
    font-size: var(--font-size-20px);
    color: var(--theme-bg);
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
}

.card-block .bags {
    display: flex;
    gap: 2px;
    flex-direction: row;
}
.card-block .bags p{
    margin: 0;
    font-size: clamp(0.875rem, 0.7936rem + 0.2294vw, 1rem);
    font-weight: normal;
}

/* Morafiq points page styling */
.points-head img {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.points-head h4 {
    font-size: var(--font-size-18px);
    font-weight: 800;
    color: #707070;
    line-height: normal;
    margin: 20px 10px;
}

.points-head .m_point {
    font-size: clamp(1.375rem, 1.0417rem + 1.6667vw, 2.5rem);
    margin-bottom: 20px;
}

.points-list,
.notification-list,
.voucher-list,
.followup-list {
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}

.points-list li {
    margin-bottom: 15px;
}

.points-list li:last-child {
    margin-bottom: 0;
}

.points-list p {
    color: var(--black);
    line-height: normal;
    font-weight: 600;
}

/* Settings page styling */
.setting-list {
    list-style: none;
    padding-inline-start: 0;

}

.setting-list li {
    border-bottom: solid 1px #8d8d8d;
    padding: 20px;
}

.setting-list li:hover a h4 {
    color: var(--theme-bg);
}

.setting-list li a h4 {
    color: #4d4c4c;
    font-size: var(--font-size-20px);
    line-height: normal;
    font-weight: bold;
}

/* Notification page styling */
.notification-list li {
    background-color: #e5eef6;
    margin-bottom: 10px;
}

.notification-list .logo-img img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50%;
}

/* Follow-up booking page styling */
.followup-list li {
    border-bottom: solid 1px #8d8d8d;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.followup-list li p {
    font-size: clamp(0.875rem, 0.838rem + 0.1852vw, 1rem);
    line-height: normal;
    font-weight: 600;
    color: #555;
}

.followup-list li h3 {
    font-size: var(--font-size-18px);
    color: #555555;
    line-height: normal;
    font-weight: 700;
    margin-top: 15px;
}

.status-badge {
    font-size: var(--font-size-18px);
    font-weight: 600;
    line-height: normal;
    background-color: #000000;
    color: #fff;
    border: unset;
    border-radius: 5px;
    /* padding: 12px 30px; */
    padding: 12px 15px;
    width: 100%;
    white-space: nowrap;
}

.badge-completed {
    background-color: #4cb64c;
}

.badge-pending {
    background-color: #f3a638;
}

.badge-cancel {
    background-color: #e3503e;
}

.badge-picked {
    background-color: var(--theme-bg);
}

.badge-process {
    background-color: #54b7d3;
}

.text-completed {
    color: #4cb64c !important;
}

.text-pending {
    color: #f3a638 !important;
}

.text-cancel {
    color: #e3503e !important;
}

.text-process {
    color: #54b7d3 !important;
}

.text-picked {
    color: var(--theme-bg) !important;
}


/* booking history detail page styling */

/* order-tracking timeline style */
.track-wrap {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.order-tracking {
    text-align: center;
    width: 25%;
    position: relative;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    border: 0px solid #afafaf;
    background-color: #f3a638;
    margin: 0 auto;
    transition: background-color 0.25s linear;
    -webkit-transition: background-color 0.25s linear;
    z-index: 2;
    flex:1 0 auto;
}

.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: "";
    height: 12px;
    width: 6px;
    top: -2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0px solid #afafaf;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.order-tracking.completed .is-complete {
    border-color: #27aa80;
    border-width: 0px;
    background-color: #27aa80;
}



.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    opacity: 1;
}

.order-tracking p {
    color: #a4a4a4;
    font-size: 0.8rem;
    margin-top: 6px;
    margin-bottom: 0;
    line-height: initial;
    font-weight: 600;
}

.order-tracking p span {
    font-weight: 400;
}

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: "";
    display: block;
    height: 2px;
    width: calc(100% - 40px);
    background-color: #f7be16;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #27aa80;

}

.order-tracking.completed .is-complete::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #27aa80;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.5em;
    z-index: -1;
    animation-name: animation-timeline-current;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

@keyframes animation-timeline-current {
    from {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }

    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.booking-history p,
.booking-history h5 {
    font-size: 13px;
    font-weight: bold;
    color: #555;
    line-height: normal;
}

.booking-history h5 {
    font-size: 14px;
    margin: 0;
}

.history-content h5 {
    font-size: var(--font-size-20px);
    line-height: normal;
    font-weight: 700;
    color: #555;
}

.history-content p {
    font-size: clamp(0.875rem, 0.838rem + 0.1852vw, 1rem);
    color: #555;
    font-weight: 700;
}

/* Password validation styling */

/* password validation text styling */
.valid {
    color: green;
    display: inline-block;
    padding-right: 30px;
}

.valid:before {
    font-family: 'FontAwesome';
    position: relative;
    left: -10px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
    display: inline-block;
    padding-right: 30px;
}

.invalid:before {
    font-family: 'FontAwesome';
    position: relative;
    left: -10px;
    content: "✖";
}

/* Validation background styling */
.validation {
    border: 0;
    background-color: #ffffffde;
    position: relative;
}

.validation::after {
    content: '';
    position: absolute;
    /* background: red; */
    width: 10px;
    height: 10px;
    bottom: 0;
    left: 50%;
    transform: translateY(10px);
    border-top: solid 10px #ffffffde;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;

}

/* custom styling */
.custom-text-md-align {
    text-align: left;
}

.text-align-ar {
    text-align: right;
}

/* Media Query section */

/* 992px min-width */
@media (min-width:992px) {
    .header-options {
        position: fixed;
        top: 24px;
        right: 48px;
    }

    .ar:has(.header-options) .header-options {
        top: 24px;
        left: 48px;
        right: 0;
    }

}

/* 922px max-width */
@media (max-width:992px) {
    .login-form {
        padding: 30px;
        border-radius: 12px;
        width: 100%;
        margin: 0 auto;
        box-shadow: var(--box_shadow);
        text-align: center;
    }

    .otp-form {
        max-width: 100%;
    }

    .form-verify {
        justify-content: center;
    }

    .form-verify input {
        margin-right: 15px !important;
        width: 50px;
        height: 50px;
    }

}

/* 768px min-width*/
@media (min-width:768px) {
    .header-nav .custom-bg {
        background-image: unset;
    }

    .header-options select,
    .nav-list li select {
        color: var(--theme-bg);
    }

    header nav .brand-logo {
        opacity: 1;
    }

    .btn-close-nav {
        display: none;
    }
}

@media(max-width:768px) {
    .header-nav .custom-bg {
        background-image: linear-gradient(var(--theme-bg), var(--theme-bg)) !important;
    }

    .side-bar {
        width: 0%;
        /* height: 0%; */
        opacity: 0;
        position: fixed;
        transform: translateX(-100%);

    }

    #map {
        height: 100vh;
    }

    .side-bar.show {
        width: 100%;
        /* height: 100%; */
        opacity: 1;
        position: fixed;
        z-index: 9999;
        transform: translateX(0);
    }

    /* Booking form design styling */
    .booking-form,
    .service-prices {
        box-shadow: var(--box_shadow);
        padding: 20px;
        border-radius: 12px;

    }

    .dashboard-area .welcome-msg p {
        text-align: center;
    }

    .custom-text-md-align {
        text-align: center;
    }

}

/* 576px max-width */
@media (max-width:576px) {
    .custom-form-control {
        padding: 15px 15px;
    }


    .form-button {
        margin-top: 25px;
    }

    form .inpt-pass i {
        right: 7%;
    }

    .ar:has(form .inpt-pass i) form .inpt-pass i {
        right: 88%;
    }
}

@media (max-width: 576.98px) {
    .track-wrap {
        flex-wrap: wrap;
    }

    #content-wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    #header-wrapper {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .order-tracking {
        text-align: left;
        display: flex;
        width: 100%;
        margin-bottom: 15px;
    }

    .order-tracking .is-complete {
        margin: 0 10px 0 0;
    }

    .order-tracking p {
        margin-top: 0;
        line-height: initial;
        width: 100%;
    }

    .order-tracking::before {
        width: 2px;
        height: 100%;
        top: -100%;
        left: 21px;
    }
}

/* Ck editor modal customization */
.custom-modal-content .ck-content * {
    font-family: var(--font-family) !important;
    color: var(--white);
}