/* ============================ Media Breakpoint for Each Device Start ============================ */
/* ================================== Font Size For responsive devices End =============================== */
/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Inter", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 216;
    --base-s: 59%;
    --base-l: 26%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    /* Base Two Color */
    --base-two-h: 203;
    --base-two-s: 100%;
    --base-two-l: 51%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --heading: 230 100% 18%;
    --black: 0 0% 0%;
    --body-color: 0 0% 51%;
    --border-color: 0 0% 88%;
    --section-bg: 220 23% 97%;
    --section-bg-two: 218 21% 93%;
    --heading-color: var(--heading);
    --text-color: var(--body-color);
    --background-color: var(--section-bg);
    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 211;
    --primary-s: 100%;
    --primary-l: 50%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    /* Success Color */
    --success-h: 130;
    --success-s: 67%;
    --success-l: 54%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 100%;
    --danger-l: 53%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    /* Warning Color */
    --warning-h: 45;
    --warning-s: 100%;
    --warning-l: 51%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    /* Info Color */
    --info-h: 190;
    --info-s: 90%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    /* purple Color */
    --purple-h: 269;
    --purple-s: 100%;
    --purple-l: 76%;
    --purple: var(--purple-h) var(--purple-s) var(--purple-l);
    --purple-d-100: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.1);
    --purple-d-200: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.2);
    --purple-d-300: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.3);
    --purple-d-400: var(--purple-h) var(--purple-s) calc(var(--purple-l) - var(--purple-l) * 0.4);
    --purple-l-100: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.1);
    --purple-l-200: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.2);
    --purple-l-300: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.3);
    --purple-l-400: var(--purple-h) calc(var(--purple-s)) calc(var(--purple-l) + (100% - var(--purple-l)) * 0.4);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
}

:root [data-theme=dark] {
    --white: 200 9% 7%;
    --black: 210 40% 98%;
    /* ============================== Dark Mood Color Modify End ============================== */
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align,
.action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.alert__link::before {
    position: absolute;
    content: "";
}

.top-center-extend,
.sidebar--acordion .accordion-button[aria-expanded=true]::after,
.sidebar--acordion .accordion-button[aria-expanded=false]::after,
.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-left-center-extend {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15,
.btn--icon {
    font-size: 0.9375rem;
}

.fs-16,
.btn {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {

    .fs-16,
    .btn {
        font-size: 0.9375rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .fs-18 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-18 {
        font-size: 1rem;
    }
}

.fs-20 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .fs-20 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-20 {
        font-size: 1.0625rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--text-color));
    word-break: break-word;
    background-color: hsl(var(--section-bg));
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    color: hsl(var(--text-color));
    line-height: 1.7;
}

li {
    font-weight: 300;
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.15;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: 3.5rem;
}

@media screen and (max-width: 1399px) {
    h1 {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 1.875rem;
    }
}

h2 {
    font-size: 3rem;
}

@media screen and (max-width: 1399px) {
    h2 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 575px) {
    h2 {
        font-size: 1.5625rem;
    }
}

h3 {
    font-size: 2.5rem;
}

@media screen and (max-width: 1399px) {
    h3 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 575px) {
    h3 {
        font-size: 1.5rem;
    }
}

h4 {
    font-size: 2rem;
}

@media screen and (max-width: 1399px) {
    h4 {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 1199px) {
    h4 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    h4 {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    h4 {
        font-size: 1.125rem;
    }
}

h5 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
    h5 {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 1199px) {
    h5 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    h5 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h5 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {
    h5 {
        font-size: 1.0625rem;
    }
}

h6 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    h6 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 1199px) {
    h6 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    h6 {
        font-size: 0.9375rem;
    }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 1.3;
}

a {
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--base));
}

a:hover {
    color: hsl(var(--base-d-300));
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
    font-family: var(--body-font);
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg));
}

/* Bg Image Css */
.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

/* Overlay Start */
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

.gradient-text {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-d-200))), to(hsl(var(--base))));
    background-image: linear-gradient(180deg, hsl(var(--base-d-200)) 0%, hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.gradient-text::-moz-selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.gradient-text::selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

/* Overlay End */
.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
    text-align: center;
    margin-bottom: 35px;
}

@media screen and (max-width: 1199px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 25px;
    }
}

.section-heading__title {
    margin-bottom: 15px;
}

.section-heading__desc {
    max-width: 600px;
    /* max-width: 350px; */
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.section-heading.style-left {
    text-align: left;
}

.section-heading.style-left .section-heading__title::before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.section-heading.style-left .section-heading__desc {
    margin-left: 0;
}

/* ====================== Section Heading En d==================== */
/* ================================= Background Color Css Start =========================== */
.bg--base {
    background-color: hsl(var(--base)) !important;
}

.bg--primary {
    background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

.bg--dark {
    background-color: hsl(var(--black)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
    color: hsl(var(--base)) !important;
}

.text--base-two {
    color: hsl(var(--base-two)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

.text--black {
    color: hsl(var(--black)) !important;
}

.text--white {
    color: hsl(var(--white)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .my-120 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 576px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .my-80 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .my-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.mt-80 {
    margin-top: 40px;
}

@media (min-width: 576px) {
    .mt-80 {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .mt-80 {
        margin-top: 80px;
    }
}

.mb-60 {
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .mb-60 {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 80px;
    }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.pt-120 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

.pb-120 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

.py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .py-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .py-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.pt-80 {
    padding-top: 40px;
}

@media (min-width: 576px) {
    .pt-80 {
        padding-top: 50px;
    }
}

@media (min-width: 992px) {
    .pt-80 {
        padding-top: 80px;
    }
}

.pb-80 {
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .pb-80 {
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .pb-80 {
        padding-bottom: 80px;
    }
}

/* ================================= padding Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    border: 0;
    background-color: transparent !important;
    border-radius: 5px;
    overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom--accordion .accordion-header {
    line-height: 1;
}

.custom--accordion .accordion-body {
    padding: 15px 24px;
    padding-top: 0px;
    background-color: hsl(var(--white));
    color: hsl(var(--text-color));
    font-weight: 300;
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 5px;
}

.custom--accordion .accordion-button {
    background-color: hsl(var(--white));
    color: var(--heading-color);
    font-size: 1.125rem;
    padding: 17px 20px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        padding: 13px;
        padding-right: 30px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 424px) {
    .custom--accordion .accordion-button {
        font-size: 0.9375rem;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    background-color: hsl(var(--white)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f106";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: unset;
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f107";
    color: hsl(var(--heading-color));
}

.sidebar--acordion .accordion-item {
    background-color: transparent !important;
    border: 0;
    padding: 0;
}

.sidebar--acordion .accordion-header {
    line-height: 1;
    padding: 0 !important;
}

.sidebar--acordion .accordion-body {
    padding: 0;
    margin-top: 24px;
}

.sidebar--acordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .sidebar--acordion .accordion-body .text {
        max-width: 100%;
    }
}

.sidebar--acordion .accordion-button {
    background-color: transparent;
    color: var(--black);
    font-size: 16px;
    font-weight: 800;
    padding: 0;
}

.sidebar--acordion .accordion-button::after {
    background-image: none;
}

.sidebar--acordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar--acordion .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar--acordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--base));
}

.sidebar--acordion .accordion-button[aria-expanded=true]::after,
.sidebar--acordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f106";
    display: inline-block;
    position: absolute;
    right: 0;
    height: unset;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    color: hsl(var(--black));
}

.sidebar--acordion .accordion-button[aria-expanded=false]::after {
    content: "\f107";
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

.pill {
    border-radius: 40px !important;
}

.btn {
    color: hsl(var(--white)) !important;
    font-weight: 500;
    padding: 11px 29px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 14px 25px;
        font-size: 0.875rem;
    }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:active {
    top: 1px;
}

.btn--lg {
    padding: 14px 35px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 18px 30px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 16px 25px;
    }
}

.btn--sm {
    padding: 8px 16px;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 8px 12px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
}

.btn .icon {
    margin-right: 5px;
}

.btn--base {
    background-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.btn--primary {
    background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
    background-color: hsl(var(--secondary-d-200)) !important;
    border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--success {
    background-color: hsl(var(--success)) !important;
}

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
    background-color: hsl(var(--success-d-200)) !important;
    border: 1px solid hsl(var(--success-d-200)) !important;
}

.btn-outline--success {
    background-color: transparent !important;
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
}

.btn-outline--success:hover,
.btn-outline--success:focus .btn-outline--success:focus-visible {
    background-color: hsl(var(--success)) !important;
    color: hsl(var(--white)) !important;
}

.btn--danger {
    background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
    background-color: hsl(var(--danger-d-200)) !important;
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: transparent !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
    background-color: hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
}

.btn--warning {
    background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--white)) !important;
}

.btn--info {
    background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
    background-color: hsl(var(--info-d-200)) !important;
    border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: transparent !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
}

.btn--dark {
    background-color: hsl(var(--dark)) !important;
}

.btn--dark:hover,
.btn--dark:focus .btn--dark:focus-visible {
    background-color: hsl(var(--dark-d-200)) !important;
    border: 1px solid hsl(var(--dark-d-200)) !important;
}

.btn-outline--dark {
    background-color: transparent !important;
    border: 1px solid hsl(var(--dark)) !important;
    color: hsl(var(--dark)) !important;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus .btn-outline--dark:focus-visible {
    background-color: hsl(var(--dark)) !important;
    color: hsl(var(--white)) !important;
}

.btn--white {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--black)) !important;
}

.btn--white:hover,
.btn--white:focus .btn--white:focus-visible {
    background-color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--white)) !important;
    color: hsl(var(--black)) !important;
}

.btn-outline--white {
    background-color: transparent !important;
    border: 1px solid hsl(var(--white)) !important;
    color: hsl(var(--white)) !important;
}

.btn-outline--white:hover,
.btn-outline--white:focus .btn-outline--white:focus-visible {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--black)) !important;
}

.btn--dark {
    background-color: hsl(var(--black)) !important;
    color: hsl(var(--white)) !important;
}

.btn--dark:hover,
.btn--dark:focus .btn--dark:focus-visible {
    background-color: hsl(var(--black)) !important;
    border: 1px solid hsl(var(--black)) !important;
    color: hsl(var(--white)) !important;
}

.btn-outline--dark {
    background-color: transparent !important;
    border: 1px solid hsl(var(--black)) !important;
    color: hsl(var(--black)) !important;
}

.btn-outline--dark:hover,
.btn-outline--dark:focus .btn-outline--dark:focus-visible {
    background-color: hsl(var(--black)) !important;
    color: hsl(var(--white)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    border-radius: 12px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    background-color: hsl(var(--white));
    border: transparent;
    overflow: hidden;
}

.custom--card .card-header {
    padding: 24px;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--black)/0.05);
}

.custom--card .card-header .title {
    margin-bottom: 0;
}

.custom--card .card-body {
    background-color: hsl(var(--white));
    padding: 24px;
    border-radius: 5px;
}

.custom--card .card-footer {
    padding: 12px 24px;
    background-color: transparent;
    border-top: 1px solid hsl(var(--black)/0.05);
}

@media screen and (max-width: 424px) {

    .custom--card .card-body,
    .custom--card .card-footer,
    .custom--card .card-header {
        padding: 16px;
    }

}

.accordion-item.transaction-item {
    border-bottom: 1px solid hsl(var(--black)/.1);
    border-radius: 0;
    margin-bottom: 0 !important;
}

.accordion-item.transaction-item:last-child {
    border-bottom: 0 !important;
}

.transaction-item .accordion-button::after {
    display: none !important;
}

.table--acordion .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.table--acordion .left .icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(69, 130, 255, 0.15);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #4582ff;
    border-radius: 50%;
    font-size: 1.625rem;
}

.table--acordion .left .icon-success {
    background-color: #28c87026;
    color: #28c870;
}

.tr-icon.icon-success {
    transform: rotate(45deg);
}

.table--acordion .trans-title {
    margin-bottom: 0;
}

.table--acordion .left .content {
    width: calc(100% - 2.5rem);
    padding-left: 0.9375rem;
}

.caption-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    border-bottom: 1px dashed #cacaca;
}

.caption-list li .caption {
    width: 30%;
    font-family: "Maven Pro", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    position: relative;
}

.caption-list li .value {
    width: 70%;
    padding-left: 0.9375rem;
}

.caption-list li:first-child {
    padding-top: 0;
}

.table--acordion .accordion-button {
    text-align: left;
    align-items: center;
}

.caption-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

@media (min-width: 576px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }
}

@media (max-width: 767px) {
    .table--acordion .trans-title {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .transaction-item .content-wrapper {
        /* padding-left: 2.5rem; */
        margin-top: 8px !important;
    }

    .table--acordion .left .content {
        padding-left: 0.625rem;
    }

    .accordion-button {
        flex-wrap: wrap;
    }

    .table--acordion .left .icon {
        width: 1.875rem;
        height: 1.875rem;
        font-size: 16px;
    }
}

.custom--accordion.table--acordion .accordion-button:not(.collapsed) {
    background-color: hsl(var(--base)/.1) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    margin-bottom: 6px;
    font-size: 0.875rem;
    color: hsl(var(--text-color));
    font-weight: 500;
}

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

/* Form Control Start */
.form--control {
    border-radius: 4px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 12px 16px;
    background-color: transparent;
    border: 1px solid hsl(var(--black)/0.2);
    color: hsl(var(--black));
    line-height: 1;
}

.form--control.form-two {
    border-radius: 10px;
    border: 1px solid hsl(var(--black)/0.1);
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--text-color)/0.6);
    font-size: 1rem;
}

.form--control::-moz-placeholder {
    color: hsl(var(--text-color)/0.6);
    font-size: 1rem;
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--text-color)/0.6);
    font-size: 1rem;
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--text-color)/0.6);
    font-size: 1rem;
}

.form--control::placeholder {
    color: hsl(var(--text-color)/0.6);
    font-size: 1rem;
}

.form--control.form-control:focus {
    border-color: hsl(var(--base));
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form--control:focus {
    border-color: hsl(var(--base));
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--black)/0.2);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--black)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--black));
}

.form--control[type=file] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::-webkit-file-upload-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--white)) !important;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--white)) !important;
}

.form--control[type=file]::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

/* Form Control End */
/* Form Select */
select {
    color: hsl(var(--text-color)/0.6) !important;
}

select.form--control {
    padding: 11px 16px !important;
}

select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--text-color)) !important;
}

select option {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

/* Form Select End */
textarea.form--control {
    height: 130px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
    caret-color: hsl(var(--black));
}

/* Autofill Css End */
/* input group */
.input--group {
    position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
    padding-right: 50px;
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 4;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--black)/0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Custom Checkbox Design */
.form--check a {
    display: inline;
}

.form--check .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 4px;
    width: 17px;
    height: 17px;
    border: 2px solid hsl(var(--black)/0.2);
    cursor: pointer;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    font-weight: 500;
    width: calc(100% - 17px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 0.9375rem;
    }
}

/* Custom Radio Design */
.form--radio .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid hsl(var(--black)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form--radio .form-check-input:active {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type=radio] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--black)/0.2) !important;
    padding: 10px !important;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 40px;
    width: 70px;
    height: 38px;
    cursor: pointer;
}

.form--switch .form-check-input:focus {
    border-radius: 40px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-color: hsl(var(--white));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 33px);
    background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--switch .form-check-label {
    width: calc(100% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding: 0;
    padding-bottom: 10px;
}

.custom--modal .modal-header .modal-title {
    font-weight: 500;
}

.custom--modal .modal-header .close-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: hsl(var(--section-bg-two));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--heading-color));
}

.custom--modal .modal-content {
    border-radius: 10px !important;
    padding: 25px 22px;
}

.custom--modal .modal-body {
    padding: 0;
}

.custom--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid hsl(var(--black)/0.12);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* margin-top: 50px; */
}

@media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 45px;
    }
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 32px;
    }
}

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--black)/0.15);
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--text-color));
}

.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.action-buttons {
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.edit-btn {
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.08);
}

.delete-btn {
    color: hsl(var(--heading-color));
    background-color: hsl(var(--section-bg-two));
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.delete-btn:hover {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.08);
}

/* Table Content Css end */
/* Table Css Start */
.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    text-align: center;
    padding: 20px 30px;
    color: hsl(var(--white));
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    font-size: 1rem;
    background-color: hsl(var(--base));
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
}

.table thead tr th:last-child {
    text-align: right;
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--black)/0.01);
}

.table tbody tr {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr:nth-child(even) {
    background-color: hsl(var(--black)/0.02);
}

.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 16px 30px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--text-color));
    font-weight: 300;
    max-width: 170px;
    background-color: transparent !important;
    font-size: 1rem;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 0.9375rem;
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
}

.table tbody tr td:last-child {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.8);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--lg tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--lg tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--xl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl thead {
        display: none;
    }

    .table--responsive--xxl tbody tr {
        display: block;
    }

    .table--responsive--xxl tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--xxl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}

/* action btn css start here */
.action-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.action-btn__icon {
    color: hsl(var(--heading-color));
    width: 15px;
}

.action-btn .action-dropdown {
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    width: 150px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    padding: 15px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

.action-btn .action-dropdown.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 991px) {
    .action-btn .action-dropdown {
        -webkit-transform: unset !important;
        transform: unset !important;
        top: 43px !important;
    }
}

.action-btn .action-dropdown__item:last-child .action-dropdown__link {
    border-bottom: 0 !important;
}

.action-btn .action-dropdown__link {
    padding: 8px 16px !important;
    color: hsl(var(--body-color)) !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 600;
    text-align: left;
    font-size: 0.9375rem;
    border-radius: 5px;
}

.action-btn .action-dropdown__link.active {
    background-color: hsl(var(--base));
}

.action-btn .action-dropdown__link:hover {
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base)) !important;
}

.action-btn__name {
    color: hsl(var(--white));
    margin-left: 10px;
    font-size: 0.9375rem;
}

/* action btn Css End */
/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    margin-bottom: 0px;
    background-color: hsl(var(--white));
    gap: 10px 24px;
}

.custom--tab .nav-item {
    border-bottom: 0;
    padding: 0px;
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--heading-color));
    padding: 0px !important;
    background-color: transparent !important;
    border-radius: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0 !important;
    position: relative;
    font-weight: 500;
}

.custom--tab .nav-item .nav-link::after {
    position: absolute;
    content: "";
    bottom: -12px;
    width: 50%;
    height: 3px;
    background-color: hsl(var(--base));
    left: 0;
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 12px 15px;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--base));
    border: 0 !important;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--base));
}

.custom--tab .nav-item .nav-link.active::after {
    visibility: visible;
    opacity: 1;
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

.custom--tab.tab-three {
    margin-bottom: 30px;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--black)/0.05);
    padding-bottom: 10px;
}

.custom--tab.tab-three .nav-item .nav-link {
    color: hsl(var(--text-color));
}

.custom--tab.tab-three .nav-item .nav-link.active {
    color: hsl(var(--heading-color));
}

.custom--tab.tab-two {
    background-color: transparent;
    margin-bottom: 40px;
    gap: 12px;
}

@media screen and (max-width: 424px) {
    .custom--tab.tab-two {
        gap: 5px;
        margin-bottom: 25px;
    }
}

.custom--tab.tab-two .nav-item {
    border-bottom: 0;
    padding: 0px;
}

.custom--tab.tab-two .nav-item .nav-link {
    color: hsl(var(--body-color)/0.6);
    padding: 6px 12px !important;
    background-color: transparent !important;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid hsl(var(--black)/0.06) !important;
    position: relative;
    font-weight: 500;
    font-size: 14px;
}

.custom--tab.tab-two .nav-item .nav-link::after {
    display: none;
}

@media screen and (max-width: 1199px) {
    .custom--tab.tab-two .nav-item .nav-link {
        padding: 12px 15px;
    }
}

.custom--tab.tab-two .nav-item .nav-link.active {
    color: hsl(var(--white));
    border-color: transparent !important;
    background-color: hsl(var(--base)) !important;
}

.custom--tab.tab-two .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab.tab-two .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    font-size: 0.75rem;
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.badge--base {
    background-color: hsl(var(--base)/0.15) !important;
    color: hsl(var(--base)) !important;
}

.badge--primary {
    background-color: hsl(var(--primary)/0.15) !important;
    color: hsl(var(--primary)) !important;
}

.badge--secondary {
    background-color: hsl(var(--secondary)/0.15) !important;
    color: hsl(var(--secondary)) !important;
}

.badge--success {
    background-color: hsl(var(--success)/0.15) !important;
    color: hsl(var(--success)) !important;
}

.badge--danger {
    background-color: hsl(var(--danger)/0.15) !important;
    color: hsl(var(--danger)) !important;
}

.badge--warning {
    background-color: hsl(var(--warning)/0.15) !important;
    color: hsl(var(--warning)) !important;
}

.badge--info {
    background-color: hsl(var(--info)/0.15) !important;
    color: hsl(var(--info)) !important;
}

.badge--dark {
    background-color: hsl(var(--black)/0.15) !important;
    color: hsl(var(--black)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--white)) !important;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        padding: 12px;
    }
}

.alert__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.alert__content {
    width: calc(100% - 24px);
    padding-left: 32px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    font-size: 1rem;
    color: hsl(var(--base-two)/0.8);
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    display: block;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.8125rem;
    }
}

.alert__link {
    position: relative;
}

.alert__link:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.alert__link::before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.alert--base {
    border-color: hsl(var(--base)/0.6);
}

.alert--base .alert__icon {
    color: hsl(var(--base));
}

.alert--primary {
    border-color: hsl(var(--primary)/0.6);
}

.alert--primary .alert__icon {
    color: hsl(var(--primary));
}

.alert--success {
    border-color: hsl(var(--success)/0.6);
}

.alert--success .alert__icon {
    color: hsl(var(--success));
}

.alert--info {
    border-color: hsl(var(--info)/0.6);
}

.alert--info .alert__icon {
    color: hsl(var(--info));
}

.alert--danger {
    border-color: hsl(var(--danger)/0.6);
}

.alert--danger .alert__icon {
    color: hsl(var(--danger));
}

.alert--warning {
    border-color: hsl(var(--warning)/0.6);
}

.alert--warning .alert__icon {
    color: hsl(var(--warning));
}

.alert--secondary {
    border-color: hsl(var(--secondary)/0.6);
}

.alert--secondary .alert__icon {
    color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
}

.loader-p {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
    content: "";
    border: 1em solid hsl(var(--base));
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader-p:before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo img {
    max-width: 200px;
    max-height: 60px;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

.header {
    position: relative;
    z-index: 5;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        background-color: hsl(var(--base));
        padding: 10px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 101vh;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    background-color: hsl(var(--base));
    position: sticky;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    top: 0px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    width: 100%;
    z-index: 99;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu .nav-item {
        position: relative;
        padding-right: 20px;
    }

    .nav-menu .nav-item:last-child {
        padding-right: 0;
    }

    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base-two)) !important;
    }

    .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base-two)) !important;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }

    .nav-menu .nav-item .nav-link {
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--white)) !important;
        padding: 23px 0;
        position: relative;
        cursor: pointer;
        /* ======================== Style two ================ */
    }

    .nav-menu .nav-item .nav-link .nav-item__icon {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
        border: 0;
        background-color: hsl(var(--base));
    }

    .dropdown-menu__link {
        padding: 5px 20px;
        font-weight: 500;
        color: hsl(var(--white));
        font-size: 1rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base-d-200));
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
    main {
        padding-top: 60px;
    }

    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu {
        margin-top: 20px;
    }

    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .nav-item:first-child {
        border-bottom: none;
    }

    .nav-item:last-child>a {
        border-bottom: 0;
    }

    .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--white)/0.2);
        color: hsl(var(--white));
    }

    .nav-item .nav-link::before {
        display: none;
    }

    .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base-two)) !important;
    }

    .nav-item .nav-link.show[aria-expanded=true] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-size: 0.9375rem;
        color: hsl(var(--white));
        border-bottom: 1px solid hsl(var(--white)/0.2);
        margin-left: 20px;
        color: hsl(var(--white));
    }

    .dropdown-menu li .dropdown-item:hover,
    .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--white));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.5rem;
}

.navbar-toggler.header-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

.notification-link {
    color: hsl(var(--white));
    font-size: 20px;
}

.notification-link:hover {
    color: hsl(var(--base-two));
}

/* Login Registration */
.login-registration-list {
    margin-left: 20px;
    gap: 5px;
}

@media screen and (max-width: 991px) {
    .login-registration-list {
        margin-left: 0;
        gap: 0;
    }
}

.login-registration-list__item {
    color: hsl(var(--white));
    padding: 0 10px;
    position: relative;
}

.login-registration-list__item:last-child::before {
    display: none;
}

.login-registration-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.5);
}

.login-registration-list__icon {
    color: hsl(var(--white));
    margin-right: 5px;
    font-size: 1.5rem;
    line-height: 1;
}

.login-registration-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .login-registration-list__link {
        font-size: 0.9375rem;
    }
}

.login-registration-list__link:hover {
    color: hsl(var(--base-two));
}

.login-registration-list__link:hover .login-registration-list__icon {
    color: hsl(var(--base-two));
}

.header-right {
    margin-left: 80px;
}

@media screen and (max-width: 991px) {
    .header-right {
        display: none;
    }
}

/* ================================= Header Css End =========================== */
/*=========== Custom Dropdown Css Start=========== */
.custom--dropdown.open>.custom--dropdown__selected::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom--dropdown>.custom--dropdown__selected {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    padding-right: 30px;
}

.custom--dropdown>.custom--dropdown__selected .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom--dropdown>.custom--dropdown__selected::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
    display: inline-block;
    position: absolute;
    margin-left: auto;
    width: unset !important;
    right: 10px;
    color: hsl(var(--white));
    font-size: 12px;
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected::before {
        right: 2px;
    }
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected {
        padding-right: 15px;
    }
}

.custom--dropdown>.dropdown-list {
    position: absolute;
    background-color: hsl(var(--base));
    width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: 100%;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    width: 110px;
    overflow-y: auto !important;
}

@media screen and (max-width: 991px) {
    .custom--dropdown>.dropdown-list {
        left: auto;
        right: 0;
    }
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.3);
}

.custom--dropdown.open>.dropdown-list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
    background-color: hsl(var(--base)) !important;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.dropdown-list>.dropdown-list__item {
    padding: 10px 8px !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
}

.dropdown-list>.dropdown-list__item:hover {
    background-color: hsl(var(--base-d-200)) !important;
}

.dropdown-list>.dropdown-list__item:hover .text {
    color: hsl(var(--white)) !important;
}

.dropdown-list>.dropdown-list__item .thumb,
.custom--dropdown>.custom--dropdown__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 50%;
}

.dropdown-list>.dropdown-list__item .text,
.custom--dropdown>.custom--dropdown__selected .text {
    width: calc(100% - 20px);
    padding-left: 4px;
    color: hsl(var(--white)) !important;
}

.dropdown-list__item .icon {
    width: 20px;
    font-size: 15px;
    color: hsl(var(--white));
}

.dropdown-list__item .icon img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.custom--dropdown__selected.dropdown-list__item .text {
    font-size: 16px;
    font-weight: 500;
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
    position: relative;
    color: hsl(var(--white));
    margin-top: auto;
    background-color: hsl(var(--base)/0.95);
}

.footer-area__bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
    z-index: -1;
}

@-webkit-keyframes slide {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1920px 0;
    }
}

@keyframes slide {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1920px 0;
    }
}

.footer-item__logo {
    margin-bottom: 30px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 64px;
}

.footer-item__title {
    color: hsl(var(--white));
    margin-bottom: 30px;
    font-weight: 400;
}

.footer-item__desc {
    color: hsl(var(--white));
    font-size: 16px;
}

.footer-item .social-list {
    margin-top: 15px;
}

/* Footer List Item */
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    margin-bottom: 13px;
    font-size: 16px;
    color: hsl(var(--white));
    font-weight: 400;
}

.footer-menu__item:last-child {
    margin-bottom: 0;
}

.footer-menu__link {
    color: hsl(var(--white));
    position: relative;
    z-index: 1;
    padding-left: 15px;
    font-size: 15px;
}

.footer-menu__link::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: hsl(var(--white));
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-menu__link:hover {
    color: hsl(var(--base-two));
    text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 7px;
}

.footer-contact-menu__item:last-child {
    padding-bottom: 0;
}

.footer-contact-menu__item-icon {
    width: 15px;
    color: hsl(var(--white));
    font-size: 1rem;
}

.footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 7px;
}

.footer-contact-menu__item-content p {
    color: hsl(var(--white));
}

.footer-contact-menu__item-content a {
    color: hsl(var(--white));
    font-weight: 400;
    font-size: 16px;
}

.download-item {
    margin-top: 25px;
}

.download-item__text {
    color: hsl(var(--white));
    margin-bottom: 15px;
}

.download-item__link {
    border-radius: 10px;
    overflow: hidden;
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
    border-top: 1px solid hsl(var(--white)/0.2);
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: hsl(var(--base));
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.1);
}

.social-list__link:hover,
.social-list__link:focus {
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color)) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 30px;
        height: 30px;
        font-size: 0.875rem;
    }
}

/* ================================= Social Icon Css End ===========================  */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.sidebar-menu {
    background-color: hsl(var(--white));
    overflow-y: auto;
    z-index: 2;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border-radius: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    position: sticky;
    top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 991px) {
    .sidebar-menu {
        position: fixed;
        top: 0;
        left: 0;
        min-width: 300px;
        z-index: 99991;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        overflow-y: auto;
        padding: 30px 20px;
        height: 100vh;
        padding-top: 70px;
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
        background-color: hsl(var(--white));
    }
}

.sidebar-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.sidebar-menu::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

.sidebar-menu__inner {
    padding: 35px 24px 15px 24px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .sidebar-menu__inner {
        padding: 0;
    }
}

.sidebar-menu.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 991px) {
    .sidebar-menu {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
    }
}

.sidebar-menu__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--text-color));
    font-size: 1.25rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
}

.sidebar-menu__close:active {
    top: 14px;
}

.sidebar-menu__close:hover,
.sidebar-menu__close:focus {
    background-color: hsl(var(--white));
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.sidebar-menu-list {
    margin-top: 30px;
}

.sidebar-menu-list__item {
    margin-bottom: 4px;
}

.sidebar-menu-list__item:last-child {
    margin-bottom: 0;
}

.sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.sidebar-menu-list__item.active>a {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown.active>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
    color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown.active .sidebar-submenu {
    display: block;
}

.sidebar-menu-list__item.has-dropdown>a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    right: 16px;
    top: 14px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    color: hsl(var(--text-color)/0.6);
    font-size: 0.8125rem;
}

.sidebar-menu-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 12px 15px;
    width: 100%;
    color: #6b717e;
    font-weight: 500;
    font-size: 0.9375rem;
    border-radius: 5px;
}

.sidebar-menu-list__link:hover {
    background-color: hsl(var(--base)/0.1);
}

.sidebar-menu-list__link.active {
    color: hsl(var(--base));
}

.sidebar-menu-list__link .icon {
    margin-right: 8px;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1;
}

.sidebar-submenu {
    display: none;
}

.sidebar-submenu.open-submenu {
    display: block;
}

.sidebar-submenu-list {
    padding: 5px 0;
}

.sidebar-submenu-list__item.active>a {
    color: hsl(var(--base));
    background-color: hsl(var(--base)/0.1);
}

.sidebar-submenu-list__link {
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--text-color));
    color: #6b717e;
    font-weight: 500;
    font-size: 1rem;
    margin-left: 15px;
    border-radius: 5px;
    position: relative;
}

.sidebar-submenu-list__link:hover {
    background-color: hsl(var(--base)/0.1);
}

.sidebar-submenu-list__link .icon {
    margin-right: 8px;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1;
}

/* ============ User Profile Css Start ============ */
/* Sidebar User Info Css */
/* ========= User Profile Css End ============== */
.my-profile__top {
    position: relative;
    width: 80px;
    margin: 0 auto;
}

.my-profile__top .thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.my-profile__content {
    text-align: center;
    margin-top: 10px;
}

.my-profile__name {
    margin-bottom: 0px;
}

.my-profile__mail {
    font-size: 14px;
}

.file-upload .edit {
    position: absolute;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid hsl(var(--white));
    background-color: hsl(var(--base));
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    color: hsl(var(--white));
}

.sidebar-menu-list__item.has-dropdown.active .sidebar-submenu {
    display: block;
}

/* ================================= Dashboard Fluid Sidebar Css End =========================== */
/* ================================= Dashboard Css Start =========================== */
.dashboard {
    position: relative;
    /* ================================= Dashboard Css End =========================== */
}

.dashboard__right {
    width: 100%;
    margin-left: 300px;
    background-color: #f5f6fa;
}

@media screen and (max-width: 991px) {
    .dashboard__right {
        width: 100%;
        margin-left: 0;
    }
}

.dashboard .dropdown {
    display: inline-block !important;
}

.dashboard .dashboard-header {
    padding: 0 56px;
    background-color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--base-two)/0.15);
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-header {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-header {
        padding: 0 32px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header {
        padding: 0 24px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header {
        padding: 0 16px;
    }
}

.dashboard .dashboard-header__inner {
    padding: 15px 0;
    gap: 10px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header__inner {
        display: block;
    }
}

.dashboard .dashboard-header__right {
    gap: 15px;
}

.dashboard .dashboard-header .bd-btn {
    padding: 10px 25px;
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
}

.dashboard .dashboard-header .bd-btn:hover {
    background-color: hsl(var(--base)/0.2);
}

.dashboard .dashboard-header .bd-btn:active {
    position: relative;
    top: 2px;
}

.dashboard .dashboard-header .bd-btn .icon {
    margin-right: 5px;
}

.dashboard .dashboard-header .bd-btn.support {
    background-color: hsl(var(--primary)/0.1);
    color: hsl(var(--primary));
}

.dashboard .dashboard-header .bd-btn.support:hover {
    background-color: hsl(var(--primary)/0.2);
}

.dashboard .dashboard-header .bd-btn.logout {
    background-color: hsl(var(--danger)/0.1);
    color: hsl(var(--danger));
}

.dashboard .dashboard-header .bd-btn.logout:hover {
    background-color: hsl(var(--danger)/0.2);
}

.dashboard .dashboard-widget {
    padding: 24px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.dashboard .dashboard-widget:hover {
    -webkit-transform: translateY(-6px) scale(1.01);
    transform: translateY(-6px) scale(1.01);
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-widget {
        padding: 16px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-widget {
        padding: 16px;
    }
}

.dashboard .dashboard-widget__shape {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 80px;
    z-index: -1;
    opacity: 0.15;
    line-height: 1;
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg);
}

.dashboard .dashboard-widget__icon {
    width: 60px;
    height: 60px;
    color: hsl(var(--white));
    border-radius: 50%;
    font-size: 2rem;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__icon {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

.dashboard .dashboard-widget__content {
    margin-top: 24px;
}

.dashboard .dashboard-widget__number {
    margin-bottom: 0px;
}

.dashboard .dashboard-widget__text {
    color: hsl(var(--heading-color));
    font-size: 1.125rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 1) .dashboard-widget {
    background-color: hsl(var(--purple)/0.09);
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 1) .dashboard-widget__icon {
    background-color: hsl(var(--purple));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 1) .dashboard-widget__shape {
    color: hsl(var(--purple));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 2) .dashboard-widget {
    background-color: hsl(var(--warning)/0.09);
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 2) .dashboard-widget__icon {
    background-color: hsl(var(--warning));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 2) .dashboard-widget__shape {
    color: hsl(var(--warning));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 3) .dashboard-widget {
    background-color: hsl(var(--success)/0.09);
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 3) .dashboard-widget__icon {
    background-color: hsl(var(--success));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 3) .dashboard-widget__shape {
    color: hsl(var(--success));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 4) .dashboard-widget {
    background-color: hsl(var(--danger)/0.09);
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 4) .dashboard-widget__icon {
    background-color: hsl(var(--danger));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 4) .dashboard-widget__shape {
    color: hsl(var(--danger));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 5) .dashboard-widget {
    background-color: hsl(var(--success)/0.09);
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 5) .dashboard-widget__icon {
    background-color: hsl(var(--success)/0.1);
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 6) .dashboard-widget {
    background-color: hsl(var(--success)/0.09);
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 6) .dashboard-widget__icon {
    background-color: hsl(var(--primary)/0.1);
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 7) .dashboard-widget {
    background-color: hsl(var(--danger)/0.09);
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n + 7) .dashboard-widget__icon {
    background-color: hsl(var(--danger)/0.1);
}

.dashboard .dashboard-widget-wrapper {
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 10px;
}

.card-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (max-width: 424px) {
    .card-header__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.card-header__title {
    margin-bottom: 0;
    font-weight: 500;
}

.search-form {
    position: relative;
    z-index: 1;
}

.search-form .form--control {
    padding-left: 35px;
}

.search-form__icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    color: hsl(var(--text-color));
    font-size: 18px;
}

.search-form__icon i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* User Info Css Start */
.user-info {
    position: relative;
    text-align: center;
    margin-left: 15px;
}

.user-info__button {
    position: relative;
    padding-right: 20px;
}

/* .user-info__button::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--white));
    font-size: 0.875rem;
    pointer-events: none;
} */

.user-info .user-info-dropdown {
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    width: 230px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    padding: 16px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 991px) {
    .user-info .user-info-dropdown {
        left: 0;
    }
}

.user-info .user-info-dropdown.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 991px) {
    .user-info .user-info-dropdown {
        -webkit-transform: unset !important;
        transform: unset !important;
        top: 43px !important;
    }
}

.user-info .user-info-dropdown__item:last-child .user-info-dropdown__link {
    border-bottom: 0 !important;
}

.user-info .user-info-dropdown__link {
    padding: 5px 15px !important;
    color: hsl(var(--body-color)) !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 500;
    text-align: left;
    font-size: 1rem;
    border-radius: 5px;
}

.user-info .user-info-dropdown__link.logout {
    color: hsl(var(--danger)) !important;
}

.user-info .user-info-dropdown__link.active {
    background-color: hsl(var(--base));
}

.user-info .user-info-dropdown__link:hover {
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base)) !important;
}

.user-info .user-info-dropdown__link .icon {
    margin-right: 4px;
    font-size: 20px;
}

.user-info .user-info-dropdown__text {
    background-color: hsl(var(--section-bg-two));
    color: hsl(var(--heading-color));
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 5px 15px;
    border-radius: 6px;
    margin: 12px 0;
}

.user-info .user-info-dropdown__text .icon {
    color: hsl(var(--heading-color));
    font-size: 20px;
}

.user-info__thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.user-info__name {
    color: hsl(var(--white));
    margin-left: 10px;
    font-size: 0.9375rem;
}

/* User Info Css End */
/*========== user info profile css start here ==========*/
.user-info-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-info-profile__thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

.user-info-profile__content {
    width: calc(100% - 40px);
    text-align: left;
}

.user-info-profile__name {
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
    font-weight: 400;
    line-height: 1;
}

.user-info-profile__mail {
    font-size: 0.75rem;
}

/*========== user info profile css end here ==========*/
/*========= hotel css start here =========*/
.hotel-sidebar {
    width: 320px;
    /* position: sticky; */
    top: 100px;
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 8px;
}

@media screen and (max-width: 1199px) {
    .hotel-sidebar {
        position: fixed;
        height: 100vh;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s linear;
        transition: 0.5s linear;
        background-color: hsl(var(--white));
        padding: 20px;
        left: 0 !important;
        top: 0;
        z-index: 9999;
        overflow-y: scroll;
        padding-top: 60px;
        border-radius: 0;
    }

    .hotel-sidebar.show-hotel-sidebar {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        z-index: 99991;
    }
}

.hotel-sidebar .sidebar-item {
    margin-bottom: 28px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 24px;
}

.hotel-sidebar .sidebar-item__title {
    font-size: 1.125rem;
    margin-bottom: 16px;
}

.hotel-sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.hotel-sidebar .sidebar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
}

.hotel-sidebar .sidebar-header__filter {
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 1.125rem;
}

.hotel-sidebar .sidebar-header__filter-icon {
    margin-right: 7px;
}

.hotel-sidebar .sidebar-header__filter-icon svg {
    fill: hsl(var(--base));
    width: 24px;
    height: 24px;
}

.hotel-sidebar .sidebar-header .btn {
    padding: 6px 10px;
}

.sidebar-filter__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
}

.load-more-button {
    font-weight: 600;
    color: hsl(var(--text-color));
    font-size: 14px;
    cursor: pointer;
}

.filter-block:not(:last-child) {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.filter-block__item {
    margin-bottom: 12px;
}

.filter-block__item .form-check-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
    color: hsl(var(--heading-color));
}

.rating-star {
    border: 1px solid hsl(var(--black)/0.1);
    padding: 6px 8px;
    border-radius: 4px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    font-weight: 600;
    color: hsl(var(--body-color));
}

.rating-star:hover,
.rating-star.active {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.rating-star .icon {
    color: hsl(var(--warning));
}

.filter-icon {
    background-color: hsl(var(--base));
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 4px;
    color: hsl(var(--white));
    margin-bottom: 20px;
}

.rating-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.rating-menu .form--radio {
    padding: 0;
    margin: 0;
}

.rating-menu .form-check-label {
    border: 1px solid hsl(var(--black)/0.1);
    padding: 7px 8px;
    width: 100%;
    border-radius: 4px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    font-weight: 600;
    color: hsl(var(--body-color));
}

.rating-menu .icon {
    color: hsl(var(--warning));
}

.rating-menu .form-check-input {
    display: none;
}

.rating-menu .form--radio:has(.form-check-input:checked) .form-check-label {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.rating-menu .form--radio:has(.form-check-input:checked) .form-check-label .icon {
    color: hsl(var(--warning));
}

.hotel-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .hotel-main-wrapper {
        padding: 50px 0;
    }
}

.hotel-main-wrapper__body {
    width: calc(100% - 320px);
    padding-left: 30px;
}

@media screen and (max-width: 1199px) {
    .hotel-main-wrapper__body {
        width: 100%;
        padding: 0;
    }
}

.booking-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: hsl(var(--white));
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 24px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .booking-card {
        display: block;
    }
}

.booking-card:last-child {
    margin-bottom: 0;
}

.booking-card__thumb {
    width: 260px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .booking-card__thumb {
        max-height: 300px;
        width: 100%;
    }
}

.booking-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.booking-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    width: calc(100% - 260px);
    padding: 12px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .booking-card__content {
        width: 100%;
        display: block;
        padding: 15px;
    }
}

.booking-card__title {
    margin-bottom: 10px;
    font-weight: 600;
}

.booking-card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

@media screen and (max-width: 575px) {
    .booking-card__list {
        gap: 4px;
    }

    .booking-card__title {
        padding-right: 80px;
        margin-bottom: 0;
    }
}

.booking-card__list-title {
    margin-bottom: 16px;
}

.booking-card__item {
    border: 1px solid hsl(var(--black)/0.09);
    padding: 3px 8px;
    font-size: 0.75rem;
    border-radius: 4px;
}

.booking-card__text {
    margin-top: 8px;
    font-size: 14px;
}

.booking-card__right {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .booking-card__right {
        text-align: left;
        margin-top: 20px;
    }
}

.booking-card__right .price {
    margin-bottom: 0;
}

.booking-card__right .text {
    display: block;
    font-size: 14px;
}

.booking-card__desc {
    margin-top: 16px;
    margin-bottom: 24px;
    max-width: 450px;
    line-height: 1.8;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .booking-card.card-two {
        display: block;
    }
}

.booking-card.card-two .booking-card__thumb {
    width: 185px;
    max-height: 150px;
}

@media screen and (max-width: 991px) {
    .booking-card.card-two .booking-card__thumb {
        width: 100%;
        max-height: 300px;
    }
}

@media screen and (max-width: 424px) {
    .booking-card.card-two .booking-card__thumb {
        max-height: 220px;
    }
}

.booking-card.card-two .booking-card__content {
    width: calc(100% - 185px);
    padding: 0px 15px;
    display: block;
}

@media screen and (max-width: 991px) {
    .booking-card.card-two .booking-card__content {
        width: 100%;
        margin-top: 15px;
    }
}

.booking-card.card-two .booking-card__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

@media screen and (max-width: 424px) {
    .booking-card.card-two .booking-card__content-inner {
        display: block;
    }
}

.booking-card.card-two .booking-card__right {
    width: 170px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .booking-card.card-two .booking-card__right {
        margin-top: 0;
        text-align: right;
    }
}

@media screen and (max-width: 424px) {
    .booking-card.card-two .booking-card__right {
        text-align: left;
        margin-top: 20px;
        width: 100%;
    }
}

.booking-card.card-two .booking-card__right-btn {
    margin-top: 16px;
}

.booking-card.card-two .booking-card__right .old-price {
    position: relative;
    color: hsl(var(--danger));
}

.booking-card.card-two .booking-card__right .old-price::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--danger));
}

.booking-card.card-two .booking-card__link {
    color: hsl(var(--heading-color));
    font-size: 14px;
}

.booking-card.card-two .booking-card__link:hover {
    color: hsl(var(--base-two));
}

.booking-card.card-two .booking-card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 170px);
}

@media screen and (max-width: 1399px) {
    .booking-card.card-two .booking-card__wrapper {
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .booking-card.card-two .booking-card__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }
}

@media screen and (max-width: 424px) {
    .booking-card.card-two .booking-card__wrapper {
        display: block;
        width: 100%;
    }
}

.booking-card.card-two .booking-card__wrapper .card-info {
    position: relative;
}

@media screen and (max-width: 424px) {
    .booking-card.card-two .booking-card__wrapper .card-info {
        margin-top: 15px;
    }
}

.booking-card.card-two .booking-card__wrapper .card-info::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    height: 120%;
    width: 1px;
    background: hsl(var(--black)/0.1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1399px) {
    .booking-card.card-two .booking-card__wrapper .card-info::before {
        display: none;
    }
}

.booking-card.card-two .booking-card__wrapper .card-info__text {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 7px;
}

.booking-card.card-two .booking-card__wrapper .card-info .info-list__item {
    margin-bottom: 6px;
    font-size: 14px;
    position: relative;
    padding-left: 12px;
    font-weight: 300;
}

.booking-card.card-two .booking-card__wrapper .card-info .info-list__item:last-child {
    margin-bottom: 0;
}

.booking-card.card-two .booking-card__wrapper .card-info .info-list__item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: hsl(var(--text-color)/0.5);
}

.booking-card.card-three {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .booking-card.card-three {
        display: block;
    }
}

.booking-card.card-three .booking-card__thumb {
    width: 260px;
    height: 100%;
    max-height: 155px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .booking-card.card-three .booking-card__thumb {
        width: 100%;
        max-height: 300px;
    }
}

.booking-card.card-three .booking-card__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 15px;
    color: hsl(var(--white));
    /* background-color: hsl(var(--success)); */
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.booking-card.card-three .booking-card__content {
    width: calc(100% - 260px);
    padding: 0px 15px;
    display: block;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .booking-card.card-three .booking-card__content {
        width: 100%;
        margin-top: 15px;
    }
}

.booking-card.card-three .booking-card__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .booking-card.card-three .booking-card__content-inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (max-width: 575px) {
    .booking-card.card-three .booking-card__content-inner {
        display: block;
    }

    .booking-card.card-three .booking-card__content {
        padding: 0 10px;
    }
}

.booking-card.card-three .booking-card__right {
    width: 200px;
    text-align: right;
}

@media screen and (max-width: 767px) {
    .booking-card.card-three .booking-card__right {
        margin-top: 0;
        text-align: right;
    }
}

@media screen and (max-width: 575px) {
    .booking-card.card-three .booking-card__right {
        text-align: left;
        margin-top: 10px;
        width: 100%;
        padding-bottom: 24px;
    }
}

.booking-card.card-three .booking-card__right-btn {
    margin-top: 14px;
}

.booking-card.card-three .booking-card__right .price {
    font-size: 18px;
    font-weight: 600;
    color: hsl(var(--heading-color));
}

.booking-card.card-three .booking-card__link {
    color: hsl(var(--heading-color));
    font-size: 14px;
}

.booking-card.card-three .booking-card__link:hover {
    color: hsl(var(--base-two));
}

.booking-card.card-three .booking-card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 200px);
}

@media screen and (max-width: 1399px) {
    .booking-card.card-three .booking-card__wrapper {
        gap: 30px;
    }

    .booking-card.card-three .booking-card__right .price {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .booking-card.card-three .booking-card__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }

    .booking-card.card-three .booking-card__right .price {
        font-size: 15px;
    }
}

@media screen and (max-width: 575px) {
    .booking-card.card-three .booking-card__wrapper {
        display: block;
        width: 100%;
    }

    .booking-card.card-three .booking-card__right .price {
        font-size: 14px;
    }

    .booking-card.card-three .booking-card__right-btn {
        position: absolute;
        right: 0;
        top: -5px;
        margin-top: 0;
    }

    .booking-card.card-three .booking-card__link {
        position: absolute;
        bottom: 0;
        text-decoration: underline;
    }
}

.booking-card.card-three .booking-card__wrapper .card-info {
    position: relative;
}

@media screen and (max-width: 424px) {
    .booking-card.card-three .booking-card__wrapper .card-info {
        margin-top: 15px;
    }
}

.booking-card.card-three .booking-card__wrapper .card-info::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    height: 120%;
    width: 1px;
    background: hsl(var(--black)/0.1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1399px) {
    .booking-card.card-three .booking-card__wrapper .card-info::before {
        display: none;
    }
}

.booking-card.card-three .booking-card__wrapper .card-info__text {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 7px;
}

.booking-card.card-three .booking-card__wrapper .card-info .info-list__item {
    margin-bottom: 6px;
    font-size: 14px;
    position: relative;
    padding-left: 12px;
    font-weight: 300;
}

.booking-card.card-three .booking-card__wrapper .card-info .info-list__item:last-child {
    margin-bottom: 0;
}

.booking-card.card-three .booking-card__wrapper .card-info .info-list__item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: hsl(var(--text-color)/0.5);
}

.booking-card.card-three .room-info-list__text:first-child {
    position: relative;
    z-index: 1;
}

.booking-card.card-three .room-info-list__text:first-child::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -9px;
    width: 1px;
    height: 12px;
    background-color: hsl(var(--black)/0.2);
}

@media screen and (max-width: 767px) {
    .booking-card.card-three .room-info-list__text:first-child::after {
        display: none;
    }
}

.booking-card.card-three .room-info-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0px 20px;
}

.booking-card.card-three .room-info-list__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.booking-card.card-three .room-info-list__item i {
    margin-top: 4px;
    font-size: 16px;
    color: hsl(var(--body-color)/0.8);
}

.room-info-list {
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .room-info-list {
        margin-bottom: 0;
        margin-top: 20px;
    }
}

.room-info-list__item {
    font-size: 14px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3px;
}

/* my booking css start here */
.hotel-room-details__item {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding: 12px 0;
}

.hotel-room-details__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.hotel-room-details__item:first-child {
    padding-top: 0;
}

.hotel-room-details__thumb {
    width: 100px;
    height: 65px;
    border-radius: 4px;
    overflow: hidden;
}

.hotel-room-details__title {
    color: hsl(var(--heading-color));
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}

.hotel-room-details__text {
    font-size: 14px;
}

.hotel-room-details .details-title {
    margin-bottom: 5px;
    font-weight: 500;
}

.hotel-room-details .details-date {
    color: hsl(var(--heading-color));
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}

.booking-system__item {
    margin-bottom: 5px;
}

.booking-system__item:last-child {
    margin-bottom: 0;
}

.booking-system__item .text {
    font-size: 12px;
}

.booking-system__item .time {
    font-size: 14px;
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.booking-system__item .left {
    text-align: left;
}

.booking-system__item .right {
    text-align: right;
}

/* my booking css end here */
/* payment information css start */

.payment-information {
    /* padding-top: 20px; */
    border-radius: 10px !important;
    /* padding: 25px 22px; */
    background: hsl(var(--white));
    margin-top: 20px;
}

.payment-information.info-two {
    padding: 25px 22px;
    margin-top: 0;
}

.payment-information__title {
    margin-bottom: 20px;
    font-weight: 500;
}

.payment-information__text {
    color: hsl(var(--heading-color));
    font-weight: 700;
    font-size: 14px;
}

.payment-information .payment-list {
    border-bottom: 1px dashed hsl(var(--black)/0.15);
    padding-top: 10px;
}

.payment-information .payment-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    color: hsl(var(--heading-color));
}

.payment-information .payment-list__item.item-two {
    color: hsl(var(--base-two));
    font-weight: 700;
    font-size: 14px;
}

.payment-information .payment-list__text {
    font-size: 14px;
    font-weight: 500;
}

.payment-information .payment-list__price {
    font-size: 14px;
    font-weight: 600;
}

.payment-information__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.payment-information__bottom .total-payment {
    color: hsl(var(--danger));
    font-weight: 600;
    font-size: 14px;
}

/*========== hotel css end here ===========*/
/*======== new css  end ========*/
.price-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    position: relative;
}

.price-range .form--control {
    padding: 9px 16px;
}

.price-range::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 1px;
    background-color: hsl(var(--black));
}

.btn[disabled],
.btn[read-only] {
    opacity: 0.3;
}

.filter-block__item .btn--secondary {
    font-weight: 600;
}

/*======== new css start ========*/
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.custom--range__content input {
    width: 100%;
    text-align: center;
    border: 1px solid hsl(var(--black)/0.08) !important;
    border-radius: 4px;
    padding: 8px 10px;
}

.custom--range__content input:focus {
    outline: 0;
}

.custom--range input {
    border: 0;
    color: hsl(var(--text-color));
    font-weight: 400;
}

.custom--range #slider-range {
    height: 3px;
    border: 0;
    background: hsl(var(--base)/0.2);
}

.custom--range #slider-range .ui-widget-header {
    background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
    background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    background-color: hsl(var(--white)) !important;
    border: 3px solid hsl(var(--base)) !important;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ================================= Range Slider Css End =========================== */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-list__item {
    padding: 0 2px;
    color: hsl(var(--warning));
    font-size: 14px;
    line-height: 1;
}

.rating-list__text {
    color: hsl(var(--text-color));
    font-size: 14px;
    font-weight: 400;
}

.rating-list__number {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 12px;
    margin: 0 5px;
    line-height: 1;
}

/* ================================= Start Rating Css End =========================== */
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base)/0.2);
    color: hsl(var(--white));
    font-size: 14px;
}

.slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base-two));
}

.slick-next {
    right: 20px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: 10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 10px;
    }
}

.slick-prev {
    left: 20px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: 10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}

/* -------------- Slick Slider Arrow Style two ------------  */
/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 25px;
    border-radius: 5px;
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/*================ about section css start here ================*/
.about-section {
    overflow: hidden;
}

.about-wrapper {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.about-wrapper .shape-one {
    position: absolute;
    bottom: -30px;
    left: 48%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.about-wrapper .shape-two {
    position: absolute;
    top: 20px;
    right: -31px;
    z-index: -1;
}

.about-content__title {
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .about-content__title {
        margin-bottom: 20px;
    }
}

.about-content__text {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}

.about-content__btn {
    margin-top: 40px;
}

@media screen and (max-width: 1199px) {
    .about-content__btn {
        margin-top: 20px;
    }
}

/*================ about section css end here ================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
    position: relative;
    z-index: 1;
    padding: 180px 0 227px;
}

@media screen and (max-width: 1199px) {
    .banner-section {
        padding: 140px 0 180px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding: 100px 0 150px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section {
        padding: 60px 0 130px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section.bg-img {
        background-position: center right;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.banner-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: -1;
}

.banner-content {
    text-align: center;
}

.banner-content__title {
    color: hsl(var(--white));
    font-weight: 500;
}

.banner-content__desc {
    max-width: 500px;
    color: hsl(var(--white));
    margin: 0 auto;
    font-size: 1.125rem;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .banner-content__desc {
        font-size: 0.875rem;
    }
}

.banner-content__button {
    margin-top: 30px;
}

/*=== banner bottom form css ===*/
.banner-bottom-form {
    background-color: hsl(var(--white));
    padding: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -32px;
}

.banner-bottom-form .form-group {
    margin-bottom: 0;
}

/* Booking Filter Css */
.booking-filter-section {
    margin-top: -50px;
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 575px) {
    .booking-filter-section {
        margin-top: -72px;
    }
}

.booking-filter {
    background-color: hsl(var(--white));
    padding: 16px;
    border-radius: 12px;
}

@media screen and (max-width: 575px) {
    .booking-filter .form--control {
        padding: 12px 10px;
        font-size: 0.875rem;
    }
}

.booking-filter .form--control.t-datepicker {
    padding: 14px 16px;
}

@media screen and (max-width: 575px) {
    .booking-filter {
        padding: 24px;
    }
}

@media screen and (max-width: 424px) {
    .booking-filter {
        padding: 16px;
    }
}

.booking-filter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 1199px) {
    .booking-filter__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.booking-filter__left {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    width: calc(100% - 200px);
}

@media screen and (max-width: 1199px) {
    .booking-filter__left {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .booking-filter__left {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
}

.booking-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus-visible {
    outline: 0;
}
.select2-selection.select2-selection--single:focus-visible {
    outline: 0;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    outline: 0;
}
.booking-filter .booking-filter__left .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block !important;
    height: 100%;
    top: 0;
    right: 20px;
}

.booking-filter .booking-filter__left .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 700;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: hsl(var(--heading-color));
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.booking-filter .booking-filter__left:has(.select2-container--open) .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "\f106";
}

.booking-filter .search-btn {
    width: 200px;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .booking-filter .search-btn {
        width: 100%;
    }
}

.booking-filter .search-btn .btn {
    height: 60px;
    width: 100%;
}

.booking-filter .select2-container--default .select2-selection--single {
    border: 0 !important;
    height: unset !important;
    min-height: unset !important;
    background-color: transparent !important;
}

.booking-filter .select2-container {
    max-width: 100%;
    margin-top: -25px;
    height: 60px !important;
    line-height: 60px;
}

.booking-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset !important;
    color: hsl(var(--black)) !important;
    font-size: 14px;
    font-weight: 600;
    padding-left: 50px;
    padding-top: 9px;
}

@media screen and (max-width:991px) {
    .booking-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 42px;
    }
}

.grid-form-item {
    position: relative;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 4px;
}

.grid-form-item__inner {
    padding: 7px 14px;
}

.grid-form-item .text {
    width: calc(100% - 25px);
    padding-left: 10px;
    font-size: 12px;
    font-weight: 300;
}

.grid-form-item:has(.select2) .grid-form-item__inner {
    margin: 0px -14px;
}

.calendar-icon {
    position: absolute;
    right: 16px;
    font-size: 1.5rem;
    pointer-events: none;
    line-height: 1;
    font-size: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--black)/0.3);
}

@media screen and (max-width: 575px) {
    .calendar-icon {
        right: 10px;
        font-size: 20px;
    }
}

.t-dates {
    height: auto !important;
    padding: 0 !important;
    line-height: 1;
}

.t-date-info-title {
    position: unset !important;
    display: inline-block !important;
    margin-bottom: 0 !important;
    color: hsl(var(--black)) !important;
    opacity: 1 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.t-check-out {
    border: none !important;
    text-align: right;
}

.t-check-in {
    border: none !important;
}

/* =========================== Banner Section End Here ========================= */
.location-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

.form-group.grid-form-item {
    height: 60px;
}

.form-group.grid-form-item .icon {
    width: 25px;
    color: hsl(var(--body-color)/0.5);
}

.form-group.grid-form-item .icon i {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .form-group.grid-form-item .icon i {
        left: 8px;
    }

    .form-group.grid-form-item .icon {
        width: 18px;
    }
}

.form-group.grid-form-item .location-form p {
    width: calc(100% - 25px);
    font-size: 0.75rem;
}

.check-in-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
    font-size: 12px;
    width: calc(100% - 25px);
    padding-left: 10px;
}

.t-day-check-in {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.t-month-check-in {
    color: hsl(var(--heading-color));
    font-weight: 600;
    margin-left: 5px;
}

@media screen and (max-width: 1199px) {

    .t-next,
    .t-prev,
    .t-table-condensed td,
    .t-table-condensed th {
        padding: 5px;
    }
}

@media screen and (max-width: 991px) {

    .t-next,
    .t-prev,
    .t-table-condensed td,
    .t-table-condensed th {
        font-size: 12px;
    }

    .check-in-out {
        width: calc(100% - 18px);
    }
}

@media screen and (max-width: 1199px) {
    .t-datepicker-days {
        width: 550px;
    }
}

@media screen and (max-width: 1199px) {
    .t-datepicker-days {
        width: 470px;
    }
}

@media screen and (max-width: 575px) {
    .t-datepicker-days {
        width: 400px;
    }
}

@media screen and (max-width: 424px) {
    .t-datepicker-days {
        width: 300px;
    }
}

.t-datepicker-day {
    left: -45px;
}

@media screen and (max-width: 575px) {
    .t-datepicker-day {
        left: -70px;
    }
}

@media screen and (max-width: 424px) {
    .t-datepicker-day {
        left: -30px;
    }
}

@media screen and (max-width: 374px) {
    .t-datepicker-day {
        left: -65px;
    }
}

.t-year-check-in {
    color: hsl(var(--heading-color));
    font-weight: 600;
    margin-left: 5px;
}

.t-day-check-out {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.t-month-check-out {
    color: hsl(var(--heading-color));
    font-weight: 600;
    margin-left: 5px;
}

.t-year-check-out {
    color: hsl(var(--heading-color));
    font-weight: 600;
    margin-left: 5px;
}

.total-number {
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 14px;
    margin-left: 35px;
}

.total-number-btn {
    cursor: pointer;
    position: relative;
}

.total-number-btn::after {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 700;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: hsl(var(--heading-color));
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.total-number-btn:has(.number-picker-show)::after {
    content: "\f106";
}

.number-picker {
    background-color: hsl(var(--white));
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 12px rgba(51, 65, 80, 0.06), 0 14px 44px rgba(51, 65, 80, 0.11);
    box-shadow: 0 8px 12px rgba(51, 65, 80, 0.06), 0 14px 44px rgba(51, 65, 80, 0.11);
    position: relative;
    display: none;
    overflow: hidden;
    right: 0;
    margin-top: 10px;
    width: 100%;
    z-index: 10;
    padding: 10px 20px;
    z-index: 9;
}

.number-picker.number-picker-show {
    display: block;
    visibility: visible;
}

.passenger-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.passenger-list__item {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.passenger-list__item:first-child {
    padding-top: 0;
}

.passenger-list__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.passenger-list__item-left {
    font-size: 14px;
    font-weight: 300;
    color: hsl(var(--heading-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.passenger-list__text {
    color: hsl(var(--text-color));
    font-size: 0.75rem;
}

.room-wrapper__view {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.room-wrapper__view .title {
    margin-bottom: 0;
    font-size: 14px;
}

.room-wrapper__btn-link {
    font-size: 12px;
    color: hsl(var(--black));
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.room-wrapper__btn-link:hover {
    color: hsl(var(--danger));
}

.room-wrapper__passenger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4px;
}

.room-wrapper__passenger .number {
    font-size: 12px;
}

.room-wrapper__edit .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.room-wrapper__edit .top .title {
    margin-bottom: 0;
    font-size: 14px;
}

.room-wrapper.edit .room-wrapper__view {
    display: none;
}

.room-wrapper .room-wrapper__edit {
    display: none;
}

.room-wrapper.edit .room-wrapper__edit {
    display: block;
}

.btn--groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
}

/*--------------------------*/
.qty-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.qty-container .input-qty {
    text-align: center;
    max-width: 80px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 0;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid hsl(var(--black)/0.1);
    font-size: 10px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
}

.qty-container .qty-btn-minus {
    margin-right: -1px;
}

.select2-container:has(.select2-selection--single) {
    width: 100% !important;
    height: 46px;
}

.selection {
    width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid hsl(var(--border-color)) !important;
    border-radius: 4px;
}

.select2-search--dropdown .select2-search__field:focus-visible {
    outline: none !important;
    border-color: hsl(var(--base)/0.4) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.select2-container .select2-selection--single {
    min-height: 46px;
}

.select2-dropdown {
    border: 1px solid hsl(var(--border-color)) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 6px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid hsl(var(--black)/0.2) !important;
}

.select2-results__option img,
.select2-selection__rendered img {
    width: 28px;
    height: 28px;
    margin-right: 5px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: hsl(var(--base)) !important;
}

.phone-number {
    position: relative;
}

.phone-number:focus {
    border: 1px solid hsl(var(--base)) !important;
}

.phone-number .select2-container:has(.select2-selection--single) {
    height: 46px;
}

.phone-number .select2-container--default .select2-selection--single {
    border: 0 !important;
    min-height: 44px !important;
}

.phone-number .select2-container {
    width: 100px !important;
    position: absolute;
    left: 1px;
    top: 1px;
    height: calc(100% - 2px) !important;
}

.phone-number .form--control {
    padding-left: 110px;
}

/*================== details-card css start here ===============*/
.details-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 16px 0;
    border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 374px) {
    .details-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.details-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.details-card__thumb {
    max-width: 150px;
}

@media screen and (max-width: 374px) {
    .details-card__thumb {
        max-width: 100%;
        width: 100%;
    }
}

.details-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.details-card__title {
    margin-bottom: 8px;
    font-weight: 600;
}

.details-card__content {
    width: calc(100% - 150px);
}

@media screen and (max-width: 374px) {
    .details-card__content {
        width: 100%;
    }
}

.details-card__content .amount {
    font-size: 14px;
    font-weight: 600;
    color: hsl(var(--heading-color));
}

/*========= ad section start here =========*/
.ad-thumb {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.ad-thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    min-height: 140px;
}

/*========= ad section end here =========*/
/*========= popular section start here =========*/
.card-item {
    background-color: hsl(var(--white));
    padding: 12px;
    padding-bottom: 20px;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
}

.card-item__thumb {
    width: 100%;
    max-height: 280px;
    border-radius: 8px;
    overflow: hidden;
}

.card-item__content {
    margin-top: 6px;
}

.card-item__title {
    margin-bottom: 10px;
    font-weight: 500;
}

.card-item__location {
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-item__icon {
    font-size: 1.25rem;
    line-height: 1;
}

.card-item__bottom {
    margin-top: 8px;
}

.card-item__bottom .name {
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 0.875rem;
    position: relative;
    margin-right: 5px;
    border-right: 1px solid hsl(var(--black)/0.1);
    line-height: 1;
    padding-right: 8px;
}

.card-item__bottom .text {
    font-size: 0.875rem;
}

.card-item__bottom .price {
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.card-item:hover {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

/*========= popular section end here =========*/
/*================= location section css start here =================*/
.location-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.location-item__thumb {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.location-item__thumb::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.location-item:hover .location-item__thumb {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.location-item__list {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    padding: 6px 12px;
    font-weight: 400;
    border-radius: 3px;
    margin-bottom: 10px;
}

.location-item__content {
    position: absolute;
    bottom: 30px;
    left: 25px;
}

.location-item__title {
    margin-bottom: 0;
    color: hsl(var(--white));
    font-weight: 500;
}

.location-item__title-link:hover {
    color: hsl(var(--white));
}

/*================= location section css end here =================*/
/*=========== cta section css start here ===========*/
.cta-section__bg {
    overflow: hidden;
    border-radius: 10px;
}

.cta-section .cta-wrapper {
    border-radius: 8px;
    overflow: hidden;
    padding: 40px 60px;
}

@media screen and (max-width: 1199px) {
    .cta-section .cta-wrapper {
        background-position: 72% 14% !important;
    }
}

@media screen and (max-width: 575px) {
    .cta-section .cta-wrapper {
        padding: 24px 30px;
    }
}

@media screen and (max-width: 424px) {
    .cta-section .cta-wrapper {
        padding: 24px;
    }
}

.cta-section .cta-wrapper .cta-content__title {
    color: #FDFF06;
    margin-bottom: 12px;
}

.cta-section .cta-wrapper .cta-content__offer {
    font-weight: 400;
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .cta-section .cta-wrapper .cta-content__offer {
        font-size: 18px;
    }
}

@media screen and (max-width: 424px) {
    .cta-section .cta-wrapper .cta-content__offer {
        font-size: 16px;
    }
}

/*============= cta section css end here ============*/
/*======= faq section css start here =======*/
.faq-container {
    margin-top: 20px;
    border-radius: 10px !important;
    padding: 25px 22px;
    background: hsl(var(--white));
}

.faq-container .custom--accordion .accordion-button {
    background-color: hsl(var(--section-bg)) !important;
}

.faq-container .custom--accordion .accordion-button:not(.collapsed) {
    background-color: hsl(var(--section-bg)) !important;
}

.faq-container .custom--accordion .accordion-body {
    background-color: hsl(var(--section-bg)) !important;
}

/*======= faq section css end here =======*/
/*========= hotel detail Section Css =========*/
.hotel-details-top {
    background-color: hsl(var(--white));
    padding: 12px;
    border-radius: 10px;
}

.hotel-details {
    padding: 80px 0;
}

@media screen and (max-width: 1199px) {
    .hotel-details {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .hotel-details {
        padding: 40px 0;
    }
}

.hotel-details__wrapper {
    margin-top: 40px;
}

.hotel-details__navbar {
    background-color: hsl(var(--white));
    padding: 15px 23px !important;
    border-radius: 6px;
    position: sticky;
    top: 70px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 4px hsl(var(--black)/0.08);
    box-shadow: 0 2px 4px hsl(var(--black)/0.08);
    z-index: 3;
}

@media screen and (max-width: 991px) {
    .hotel-details__navbar {
        top: 60px;
    }
}

@media screen and (max-width: 575px) {
    .hotel-details__navbar {
        padding: 15px !important;
    }
}

@media screen and (max-width: 424px) {
    .hotel-details__navbar {
        padding: 12px 10px !important;
    }
}

@media screen and (max-width: 424px) {
    .hotel-details__navbar .nav-item .nav-link {
        font-size: 13px;
    }
}

@media screen and (max-width: 424px) {
    .hotel-details__navbar .nav-item .nav-link::after {
        bottom: -7px;
    }
}

@media screen and (max-width: 575px) {
    .hotel-details__navbar .custom--tab {
        gap: 10px;
    }
}

.hotel-details__room {
    margin-bottom: 32px;
}

.hotel-details__item {
    margin-bottom: 30px;
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 10px;
}

.hotel-details__item:last-child {
    margin-bottom: 0;
}

.hotel-details__item .title {
    margin-bottom: 20px;
    font-weight: 600;
}

.hotel-details__item .map {
    width: 100%;
}

.hotel-details__item .map iframe {
    width: 100%;
    max-height: 450px;
    border-radius: 10px;
}

.hotel-details__item .facility-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 30px;
}



@media screen and (max-width: 575px) {
    .hotel-details__item .facility-wrapper {
        display: grid;
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width: 424px) {
    .hotel-details__item .facility-wrapper {
        grid-template-columns: auto;
    }
}

.hotel-details__item .facility-wrapper .facility-item__title {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.hotel-details__item .facility-wrapper .facility-item__title .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E8EBF0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--heading-color));
    font-size: 20px;
}

.hotel-details__item .facility-wrapper .facility-list__item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
}

.hotel-details__item .facility-wrapper .facility-list__item::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--body-color)/0.4);
    border-radius: 50%;
}

.hotel-details-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 10px;
}

.hotel-details-slider .slick-initialized.slick-slider .slick-slide>div {
    height: 385px;
}

.hotel-details-slider .slick-arrow:hover {
    background-color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .hotel-details-slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hotel-details-slider .slick-initialized.slick-slider .slick-slide>div {
        height: auto;
    }
}

.hotel-details-slider .slick-list {
    padding: 0 !important;
}

.hotel-details-slider .slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0;
    padding-left: 10px;
}

.hotel-details__thumb {
    width: calc(100% - 170px);
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.hotel-details__thumb.slick-initialized.slick-slider {
    margin: 0;
}

@media screen and (max-width: 575px) {
    .hotel-details__thumb {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .hotel-details__thumb .slick-track {
        text-align: center;
    }
}

.hotel-details__image {
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.hotel-details__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 385px;
}

@media screen and (max-width: 575px) {
    .hotel-details__image img {
        height: 300px;
    }
}

@media screen and (max-width: 424px) {
    .hotel-details__image img {
        height: 250px;
    }
}

@media screen and (max-width: 374px) {
    .hotel-details__image img {
        height: 220px;
    }
}

.hotel-details-gallery {
    width: 180px;
    display: grid;
    grid-template-rows: repeat(3, 122px);
    gap: 10px;
    margin-left: 10px;
}

@media screen and (max-width: 575px) {
    .hotel-details-gallery {
        width: 100%;
        grid-template-rows: unset;
        gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}

@media screen and (max-width: 575px) and (max-width: 424px) {
    .hotel-details-gallery {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    }
}

.hotel-details-gallery .popup-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    width: 180px !important;
    border-radius: 10px;
}

@media screen and (max-width: 575px) {
    .hotel-details-gallery .popup-img {
        width: 100% !important;
        height: 100% !important;
    }
}

.hotel-details-gallery .popup-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    object-fit: cover;
}

.hotel-details-gallery .popup-img .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--white));
    background: hsl(var(--black)/0.4);
}

.hotel-details__summery {
    background-color: hsl(var(--section-bg-two));
    border-radius: 12px;
    overflow: hidden;
    position: sticky;
    top: 100px;
}

.no-room {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.no-room__icon {
    width: 40px;
    color: hsl(var(--heading-color));
}

.no-room .title {
    color: hsl(var(--heading-color));
}

.hotel-details__summery-title {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    padding: 15px 24px;
    margin-bottom: 0;
}

.hotel-details__summery .summery-details {
    padding: 20px 15px;
}

.hotel-details__summery .summery-details .total-summery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 16px;
    gap: 20px;
}

.hotel-details__summery .summery-details .total-summery__text {
    font-size: 14px;
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.hotel-details__summery .summery-details .total-summery__price {
    margin-bottom: 0;
}

.hotel-details__summery .summery-details .total-summery__tax {
    color: hsl(var(--heading-color));
    font-size: 14px;
}

.hotel-details__summery .card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: hsl(var(--white));
    padding: 12px;
    border-radius: 12px;
    gap: 10px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
}

.hotel-details__summery .card-box:last-child {
    margin-bottom: 0;
}

.hotel-details__summery .card-box__thumb {
    width: 100px;
    height: 90px;
    border-radius: 12px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .hotel-details__summery .card-box__thumb {
        width: 80px;
        height: 75px;
    }
}

.hotel-details__summery .card-box__content {
    width: calc(100% - 100px);
}

@media screen and (max-width: 424px) {
    .hotel-details__summery .card-box__content {
        width: calc(100% - 80px);
    }
}

.hotel-details__summery .card-box__content .item {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hotel-details__summery .card-box__content .item:last-child {
    margin-bottom: 0;
}

.hotel-details__summery .card-box__content .item .title {
    font-size: 16px;
    margin-bottom: 0;
}

.hotel-details__summery .card-box__content .item .text {
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    margin-top: 4px;
}

.hotel-details__summery .card-box__btn {
    position: absolute;
    top: 15px;
    right: 12px;
}

/* .mfp-content .mfp-img {
    width: 500px;
} */

@media screen and (max-width: 575px) {
    .mfp-content .mfp-img {
        width: 300px;
    }
}

@media screen and (max-width: 424px) {
    .mfp-content .mfp-img {
        width: 200px;
    }
}

.hotel-details-gallery .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

@media screen and (max-width: 575px) {
    .hotel-details-gallery .slick-track {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px;
    }
}

.policy-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 1rem;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 1rem;
}

.policy-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.policy-item__icon {
    font-size: 24px;
    color: hsl(var(--heading-color));
    line-height: 1;
}

.policy-item__title {
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.policy-item__text {
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.policy-item__text .text-style {
    font-weight: 700;
    color: hsl(var(--heading-color));
}

.policy-item .policy-list__item {
    position: relative;
    margin-bottom: 10px;
    font-size: 0.875rem;
    padding-left: 15px;
    line-height: 1.3;
    max-width: 650px;
}

.policy-item .policy-list__item::before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: hsl(var(--body-color)/0.8);
}

.hotel-room-details {
    /* Table Css Start */
}

.hotel-room-details .table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.hotel-room-details .table thead tr th {
    text-align: center;
    padding: 10px;
    color: hsl(var(--white));
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    font-size: 0.8125rem;
    background-color: hsl(var(--base));
}

.hotel-room-details .table thead tr th:not(:first-child) {
    border-left: 0;
}

.hotel-room-details .table thead tr th:first-child {
    text-align: left;
}

.hotel-room-details .table thead tr th:last-child {
    text-align: right;
}

.hotel-room-details .table tbody {
    border: 0 !important;
    background-color: hsl(var(--black)/0.01);
}

.hotel-room-details .table tbody tr {
    border-bottom: 1px solid hsl(var(--black)/0.08);
}

.hotel-room-details .table tbody tr:nth-child(even) {
    background-color: hsl(var(--black)/0.02);
}

.hotel-room-details .table tbody tr:last-child {
    border-bottom: 0;
}

.hotel-room-details .table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--text-color));
    font-weight: 300;
    max-width: 170px;
    background-color: transparent !important;
    font-size: 0.8125rem;
}

.hotel-room-details .table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 0.9375rem;
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.hotel-room-details .table tbody tr td:first-child {
    text-align: left;
}

.hotel-room-details .table tbody tr td:last-child {
    text-align: right;
}

/*=========== hotel details css end here ===========*/
.filter-section {
    background-color: hsl(var(--white));
}

.filter-section .booking-filter {
    padding: 30px 0;
}

/*=========== booking details css start here ===========*/
.booking-details-container {
    border-radius: 10px !important;
    padding: 25px 22px;
    background: hsl(var(--white));
}

.reservation-wrapper {
    margin-bottom: 20px;
    border-radius: 10px !important;
    padding: 25px 22px;
    background: hsl(var(--white));
}

.reservation-wrapper__subtitle {
    margin-bottom: 10px;
    color: hsl(var(--base));
    font-size: 14px;
}

.reservation-list__item {
    margin-bottom: 5px;
    font-size: 14px;
    color: hsl(var(--black)/0.8);
}

.reservation-list__item:last-child {
    margin-bottom: 0;
}

.reservation-list__icon {
    font-size: 20px;
    margin-right: 5px;
    color: hsl(var(--black));
}

.contact-details {
    border-radius: 10px !important;
    padding: 25px 22px;
    background: hsl(var(--white));
    margin-top: 20px;
}

.contact-details__title {
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-details__text {
    color: #6b717e;
}

.contact-list {
    margin-top: 20px;
}

.contact-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 16px;
}

.contact-list__item:last-child {
    margin-bottom: 0;
}

.contact-list__text {
    font-size: 15px;
    color: #6b717e;
}

.contact-list__icon {
    font-size: 20px;
    color: hsl(var(--heading-color));
    line-height: 1;
}

.contact-list__title {
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-link {
    font-weight: 500;
    font-size: 15px;
}

/*=========== booking details css end here ===========*/
/*======= booking trips section css start here =======*/
.booking-trips__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.booking-trip-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-area: 5px;
}

.booking-trip-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
}

.booking-trip-thumb {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 12px;
}

@media screen and (max-width: 1199px) {
    .booking-trip-thumb {
        height: 200px;
    }
}

.booking-trip-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.5);
}

.booking-trip-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    max-height: 250px;
}

.booking-trip-thumb .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.booking-trip-thumb .content .thumb-title {
    color: hsl(var(--white));
    margin-bottom: 5px;
}

.booking-trip-thumb .content .time {
    color: hsl(var(--white));
}

.booking-trips-details {
    position: relative;
    z-index: 1;
}

.booking-trips-details__btn {
    font-size: 14px;
    color: hsl(var(--base));
}

.booking-trips-wrapper {
    background: hsl(var(--white));
    padding: 20px;
    margin-top: 20px;
    border-radius: 6px;
}

.booking-trips-wrapper .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .booking-trips-wrapper .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }
}

.booking-trips-wrapper .top .thumb {
    width: 100px;
    height: 100px;
}

.booking-trips-wrapper .top .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.booking-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 100px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .booking-content {
        width: 100%;
        display: block;
    }
}

.booking-content__left {
    width: calc(100% - 150px);
}

@media screen and (max-width: 1199px) {
    .booking-content__left {
        width: calc(100% - 120px);
    }
}

@media screen and (max-width: 767px) {
    .booking-content__left {
        width: 100%;
    }
}

.booking-content__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    width: 150px;
}

@media screen and (max-width: 1199px) {
    .booking-content__right {
        width: 120px;
        gap: 15px;
    }
}

@media screen and (max-width: 767px) {
    .booking-content__right {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.booking-content__right .price {
    margin-bottom: 0;
}

.booking-content__right .booking-trips-btn {
    position: relative;
}

.booking-content__right .booking-trips-btn .icon {
    color: hsl(var(--black));
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsl(var(--section-bg));
    border-radius: 4px;
    cursor: pointer;
}

.booking-content .booking-box__check {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 424px) {
    .booking-content .booking-box__check::before {
        display: none;
    }
}

@media screen and (max-width: 424px) {
    .booking-content .booking-box__check .checking-box::after {
        display: none;
    }
}



@media screen and (max-width: 424px) {
    .booking-content .booking-box__check .checking-box {
        width: unset !important;
        text-align: left !important;
    }
}

@media screen and (max-width: 424px) {
    .booking-content .booking-box__check .checking-box__text {
        display: none;
    }
}

.action-dropdown-list {
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background-color: hsl(var(--white));
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    width: 200px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    padding: 16px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

.action-dropdown-list__link {
    padding: 5px 15px !important;
    color: hsl(var(--body-color)) !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 500;
    text-align: left;
    font-size: 1rem;
    border-radius: 5px;
}

.action-dropdown-list__link:hover {
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base)) !important;
}

.action-dropdown-list.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*======= booking trips section css end here =======*/
/* ================================ testimonials Section Css Start ============================= */
.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonial-slider .slick-list {
    padding: 0 !important;
}

.testimonials-card {
    padding: 0 10px;
    height: 100%;
}

.testimonial-wrapper .testimonials-card {
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 0;
}

.testimonial-wrapper .testimonials-card:last-child {
    border-bottom: 0;
}

.testimonial-wrapper .testimonials-card:last-child .testimonial-item {
    padding-bottom: 0;
}

.testimonial-wrapper .testimonials-card:first-child .testimonial-item {
    padding-top: 0;
}

.testimonial-wrapper .testimonial-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 40px;
    padding: 25px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .testimonial-wrapper .testimonial-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.testimonial-wrapper .testimonial-item__info {
    width: 230px;
}

.testimonial-wrapper .testimonial-item__desc {
    margin-top: 0;
    color: hsl(var(--body-color));
    max-width: unset;
}

@media screen and (max-width: 767px) {
    .testimonial-wrapper .testimonial-item__desc {
        width: 100%;
    }
}

.testimonial-wrapper .testimonial-item__content {
    width: calc(100% - 230px);
}

@media screen and (max-width: 767px) {
    .testimonial-wrapper .testimonial-item__content {
        width: 100%;
    }
}

.testimonial-wrapper .testimonial-item__title {
    margin-bottom: 0;
}

.testimonial-wrapper .testimonial-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonial-wrapper .testimonial-item__top .text {
    color: hsl(var(--heading-color));
    font-size: 14px;
    font-weight: 500;
}

.testimonial-item {
    padding: 0;
    position: relative;
    height: 100%;
    padding: 25px 20px;
    border-radius: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-color: hsl(var(--white));
}

.testimonial-item__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.testimonial-item__rating .text {
    color: hsl(var(--heading-color));
    font-size: 14px;
    font-weight: 500;
}

.testimonial-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-item__thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .testimonial-item__thumb {
        width: 45px;
        height: 45px;
    }
}

.testimonial-item__details {
    width: calc(100% - 60px);
    padding-left: 20px;
}

@media screen and (max-width: 424px) {
    .testimonial-item__details {
        width: calc(100% - 45px);
        padding-left: 10px;
    }
}

.testimonial-item__name {
    margin-bottom: 0;
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.testimonial-item__designation {
    font-size: 14px;
}

.testimonial-item__desc {
    margin-top: 20px;
    max-width: 500px;
    font-weight: 400;
    color: hsl(var(--black)/0.8);
    font-size: 14px;
}

@media screen and (max-width: 424px) {
    .testimonial-item__desc {
        margin-top: 10px;
    }
}

/* ================================ testimonials Section Css End ============================= */
/*=========== payment process section css start here ===========*/
.payment-process__title {
    margin-bottom: 10px;
    font-weight: 600;
}

.payment-process__desc {
    margin-bottom: 25px;
}

.payment-process .payment-details {
    padding: 25px 20px;
    border-radius: 12px;
    background-color: hsl(var(--white));
    margin-bottom: 30px;
}

.payment-process .payment-details__title {
    margin-bottom: 10px;
    font-weight: 600;
}

.payment-process .payment-details__desc {
    margin-bottom: 15px;
    font-size: 14px;
    max-width: 600px;
}

.payment-process .payment-details:last-child {
    margin-bottom: 0;
}

.payment-process .payment-details__top {
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payment-process .payment-details__top .hotel-img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.payment-process .payment-details__top .hotel-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.booking-details {
    margin-bottom: 30px;
}

.booking-details__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
}

.booking-details__list:last-child {
    margin-bottom: 0;
}

.booking-details__list.total {
    border-top: 1px solid hsl(var(--black)/0.07);
    padding-top: 10px;
    margin-top: 20px;
}

.booking-details__list.total .booking-details__item {
    font-weight: 700;
}

.booking-details__item {
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 14px;
}

.booking-details__price {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

@media (max-width:374px) {
    .booking-details__price {
        white-space: nowrap;
        font-size: 14px;
    }
}

.booking-details__text {
    font-size: 12px;
}

.contact-details-form .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    max-width: 400px;
}

@media screen and (max-width: 425px) {
    .contact-details-form .number {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact-details-form .text {
    font-size: 14px;
    margin-top: 6px;
}

.booking-box {
    background-color: hsl(var(--white));
    border-radius: 12px;
    overflow: hidden;
    position: sticky;
    top: 100px;
}

.booking-box__title {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    padding: 15px 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.booking-box__wrapper {
    padding: 20px 15px;
}

.booking-box__item {
    margin-bottom: 16px;
}

.booking-box__item:last-child {
    margin-bottom: 0;
}

.booking-box__item .title {
    color: hsl(var(--heading-color));
    margin-bottom: 10px;
    font-weight: 600;
}

.booking-box__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* @media screen and (max-width: 424px) {
    .booking-box__check {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
} */

.booking-box__check::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    z-index: -1;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px dashed hsl(var(--heading-color));
}

@media screen and (max-width: 424px) {
    .booking-box__check::before {
        display: none;
    }
}

.booking-box__check .checking-box {
    border-radius: 10px;
    padding: 0px 20px;
    position: relative;
    background-color: hsl(var(--white));
    margin: 0 -20px;
}

@media screen and (max-width: 424px) {
    .booking-box__check .checking-box {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

/* @media screen and (max-width: 424px) {
    .booking-box__check .checking-box {
        text-align: center;
    }
} */

.booking-box__check .checking-box:first-child::after {
    position: absolute;
    content: "";
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: hsl(var(--black));
}

@media screen and (max-width: 424px) {
    .booking-box__check .checking-box:first-child::after {
        display: none;
    }
}

.booking-box__check .checking-box:last-child {
    text-align: right;
}


.booking-box__check .checking-box:last-child::after {
    position: absolute;
    content: "";
    left: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: hsl(var(--black));
}

@media screen and (max-width: 424px) {
    .booking-box__check .checking-box:last-child::after {
        display: none;
    }
}

.booking-box__check .checking-box__title {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}

.booking-box__check .checking-box__date {
    font-size: 14px;
    color: hsl(var(--heading-color));
    font-weight: 700;
    margin-bottom: 4px;
}

.booking-box__check .checking-box__time {
    font-size: 12px;
}

.booking-box__check .checking-box__text {
    position: relative;
    height: 25px;
    padding: 0 8px;
    border-radius: 50%;
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color));
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.booking-box .total-summery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid hsl(var(--black)/0.05);
    padding-top: 10px;
}

.booking-box .total-summery__title {
    font-size: 14px;
    font-weight: 700;
}

.booking-box .total-summery__text {
    font-size: 12px;
}

.text-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-list__item {
    font-size: 14px;
    position: relative;
    line-height: 1;
}

.text-list__item::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: hsl(var(--border-color));
}

.text-list__item:last-child::after {
    display: none;
}

.review-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 15px;
}

@media (max-width: 767px) {
    .review-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 424px) {
    .review-container {
        grid-template-columns: 1fr;
    }

    .booking-box__check .checking-box__text {
        display: none;
    }
}

.review-container .review-card {
    padding: 15px;
    border-radius: 8px;
    background: hsl(var(--section-bg));
}

.review-container .review-card__title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.review-container .review-card__desc {
    font-size: 14px;
    margin-bottom: 4px;
    position: relative;
    font-weight: 300;
    padding-left: 15px;
}

.review-container .review-card__desc::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: hsl(var(--black));
}

.review-container .review-card__desc:last-child {
    margin-bottom: 0;
}

.payment-system {
    padding: 20px;
    background-color: hsl(var(--white));
    border-radius: 8px;
}

/*=========== payment process section css end here ===========*/
/*================= goal section css start here =================*/
.our-goal-section {
    background-color: hsl(var(--section-bg-two));
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

@media screen and (max-width: 991px) {
    .our-goal-section {
        min-height: unset;
    }
}

.our-goal-section .goal-content__title {
    margin-bottom: 40px;
}

.our-goal-section .goal-content .our-goal__text {
    color: hsl(var(--heading-color));
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 400;
}

@media screen and (max-width: 424px) {
    .our-goal-section .goal-content .our-goal__text {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.our-goal-section .goal-thumb-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .our-goal-section .goal-thumb-wrapper {
        display: none;
    }
}

.our-goal-section .goal-thumb-wrapper::after {
    content: "";
    position: absolute;
    left: -37px;
    top: 22px;
    height: 100%;
    width: 100%;
    -webkit-mask-image: url(../images/shapes/g-1.png);
    mask-image: url(../images/shapes/g-1.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center;
    z-index: -1;
    background-color: hsl(var(--base));
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

@media screen and (max-width: 1199px) {
    .our-goal-section .goal-thumb-wrapper::after {
        left: -30px;
    }
}

.our-goal-section .our-goal-thumb {
    -webkit-mask-image: url(../images/shapes/g-1.png);
    mask-image: url(../images/shapes/g-1.png);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    mask-position: left center;
    height: 100%;
}

.our-goal-section img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-list__item {
    color: hsl(var(--heading-color));
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 20px;
}

@media screen and (max-width: 424px) {
    .service-list__item {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

.service-list__item:last-child {
    margin-bottom: 0;
}

.service-list__icon {
    margin-right: 25px;
}

@media screen and (max-width: 575px) {
    .service-list__icon {
        margin-right: 10px;
    }
}

/*=================== goal section css end here =================*/
/*=====================counter section css start her===================== */
.counter-up-section {
    background-color: hsl(var(--white));
}

.counterup-item {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

@media screen and (max-width: 991px) {
    .counterup-item {
        grid-template-columns: 1fr 1fr;
    }
}

.counterup-item__title {
    color: hsl(var(--black));
}

@media screen and (max-width: 424px) {
    .counterup-item__title {
        font-size: 20px;
    }
}

.counterup-item__text {
    font-weight: 700;
    font-family: var(--heading-font);
}

.counterup-item__icon {
    width: 85px;
    height: 85px;
    background-color: hsl(var(--section-bg-two));
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 24px;
    color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
    .counterup-item__icon {
        width: 60px;
        height: 60px;
    }
}

.counterup-item .content {
    width: calc(100% - 85px);
    padding-left: 20px;
}

@media screen and (max-width: 991px) {
    .counterup-item .content {
        width: calc(100% - 60px);
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .counterup-item .content {
        width: unset;
        padding-left: 0;
        margin-top: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .counterup-item .counterup-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.odometer {
    line-height: 1;
}

/*=====================counter section css end her===================== */
/*============== why choose section css start here ==============*/
.why-choose-content__title {
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .why-choose-content__title {
        margin-bottom: 20px;
    }
}

.why-choose-content__text {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}

.why-choose-content__desc {
    line-height: 1.7;
    word-spacing: 2px;
    margin-bottom: 35px;
}

@media screen and (max-width: 575px) {
    .why-choose-content__desc {
        margin-bottom: 20px;
    }
}

/*================ why choose section css end here ==============*/
/* profile section css start here */
.profile-wrapper {
    padding: 25px 20px;
    background-color: hsl(var(--white));
    border-radius: 12px;
}

.profile-wrapper__top {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.profile-wrapper__inner {
    display: flex;
    gap: 24px;
    --width: 250px;
}

.profile-wrapper__left {
    width: var(--width);
    flex-shrink: 0;
    border-right: 1px solid hsl(var(--border-color));
    padding-right: 15px;
}

.profile-wrapper__right {
    width: calc(100% - var(--width));
}

@media (max-width:767px) {
    .profile-wrapper__inner {
        display: flex;
        gap: 24px;
        flex-direction: column;
        --width: 100%;
    }

    .profile-wrapper__right {
        width: 100%;
    }

    .profile-wrapper__left {
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }
}

.profile-wrapper__title {
    margin-bottom: 10px;
    font-weight: 500;
}

.profile-status {
    margin-top: 20px;
}

.my-profile__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    font-size: 14px;
    gap: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed hsl(var(--border-color));
}

.my-profile__info:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.my-profile__info .name {
    color: hsl(var(--heading-color));
}

.profile-wrapper__text {
    font-size: 0.875rem;
}

.profile-filter {
    background-color: hsl(var(--base));
    padding: 6px 15px;
    border-radius: 4px;
    color: hsl(var(--white));
    margin-bottom: 20px;
}

.not-found-section {
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.not-found__thumb {
    width: 180px;
    height: 180px;
    background-color: hsl(var(--section-bg-two));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .not-found__thumb {
        width: 140px;
        height: 140px;
    }
}

.not-found__thumb img {
    width: 100%;
    max-width: 105px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 575px) {
    .not-found__thumb img {
        max-width: 75px;
    }
}

.not-found__text {
    color: hsl(var(--text-color));
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 600;
}

@media screen and (max-width: 424px) {
    .not-found__text {
        font-size: 15px;
    }
}

/* profile section css end here */
/*=========== contact section css start here ===========*/
.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 10px;
    /* height: 100%; */
}

@media screen and (max-width: 1199px) {
    .contact-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact-item__icon {
    width: 64px;
    height: 64px;
    background-color: hsl(var(--base-two)/0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--base-two));
    border-radius: 10px;
    font-size: 1.5625rem;
}

@media screen and (max-width: 1199px) {
    .contact-item__icon {
        margin: 0 auto;
    }
}

.contact-item__content {
    width: calc(100% - 64px);
    padding-left: 25px;
}

@media screen and (max-width: 1199px) {
    .contact-item__content {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }
}

.contact-item__title {
    margin-bottom: 10px;
    color: hsl(var(--black));
}

.contact-bottom {
    margin-top: 40px;
}

.contact-bottom .contact-form {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--white));
    padding: 45px 20px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 575px) {
    .contact-bottom .contact-form {
        padding: 20px;
    }
}

.contact-bottom .contact-form__title {
    text-align: center;
    margin-bottom: 30px;
}

.contact-bottom .contact-form__btn {
    margin-top: 24px;
}

.contact-bottom__map {
    height: 100%;
    width: 100%;
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 10px;
}

.contact-bottom__map iframe {
    height: 100%;
    border-radius: 10px;
    width: 100%;
    min-height: 300px;
}

/*=========== contact section css end here ===========*/
/*================ not found css start here ================*/
.not-found-wrapper {
    height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 30px;
}

.not-found-wrapper__thumb {
    width: 180px;
    height: 180px;
    background: hsl(var(--section-bg-two));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.not-found-wrapper__thumb img {
    width: 100%;
    max-width: 110px;
}

.not-found-wrapper__title {
    color: hsl(var(--body-color));
    font-weight: 500;
}

/*================ not found css end here ==================*/
/*================== app section css start here ==================*/
.app-section {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--section-bg-two));
    padding: 80px 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .app-section {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .app-section {
        padding: 40px 0;
    }
}

.app-section__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.app-section__shape-two {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .app-section__shape-two {
        display: none;
    }
}

.app-section .download-item__text {
    color: hsl(var(--base-two));
}

.app-thumb {
    text-align: center;
}

/*==================== app section css end here ==================*/
/* =========================================== Account Css Start =========================*/
.account-form {
    background-color: hsl(var(--white));
    padding: 40px 25px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 424px) {
    .account-form {
        padding: 40px 20px;
    }
}

/* .account-form::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 90%;
    height: 2px;
    background-color: hsl(var(--black));
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
} */

.account-form__content {
    text-align: center;
    margin-bottom: 24px;
}

.account-form__title {
    margin-bottom: 10px;
    font-weight: 500;
}

.account-form__option {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 15px;
    margin-bottom: 15px;
}

.account-form__option .text {
    background-color: hsl(var(--white));
    padding: 4px 10px;
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.account-form__option::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--black)/0.15);
    z-index: -1;
}

.have-account__text {
    font-weight: 400;
}

.have-account__link {
    font-weight: 600;
}

.form-check-label .link {
    text-decoration: underline;
    font-weight: 600;
}

.form-check-label .remember {
    font-weight: 300;
}

.social-login-list__link {
    text-align: center;
    border: 1px solid hsl(var(--black) / 0.2);
    border-radius: 12px;
    padding: 10px 20px;
    color: hsl(var(--black));
    font-size: 18px;
    font-weight: 400;
}

.social-login-list__link .icon {
    width: 20px;
}

@media screen and (max-width: 424px) {
    .social-login-list__link {
        padding: 10px;
        font-size: 15px;
    }
}

/* ============================================ Account Css End ====================================*/
/*# sourceMappingURL=main.css.map */


/* custom css start */
.base-color {
    color: hsl(var(--main)) !important;
}

.copyInput {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.copied::after {
    position: absolute;
    top: 8px;
    right: 12%;
    width: 100px;
    display: block;
    content: "COPIED";
    font-size: 1em;
    padding: 5px 5px;
    color: #fff;
    background-color: #FF7000;
    border-radius: 3px;
    opacity: 0;
    will-change: opacity, transform;
    animation: showcopied 1.5s ease;
}

@keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    50% {
        opacity: 0.7;
        transform: translateX(40%);
    }

    70% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
    }
}

/* Cookies Card start */
.cookies-card__desc {
    font-size: 0.875rem;
}

.cookies-card__desc a {
    color: hsl(var(--white));
    text-decoration: underline;
}

.cookies-card {
    width: 669px;
    padding: 30px;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all 0.5s;
    background: hsl(var(--white));
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
}

.cookies-card-content {
    flex: 1;
}

.cookies-card__btn {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 120px;
}

.cookies-card.hide {
    bottom: -500px !important;
}

.radius--10px {
    border-radius: 10px;
}

.cookies-card__icon {
    border-radius: 50%;
    background-color: transparent;
    color: hsl(var(--white));
    font-size: 42px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cookies-card__content {
    margin-bottom: 0;
}

.cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
}

.cookies-btn:hover {
    color: #363636;
}

@media (max-width: 767px) {
    .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
    }
}

@media (max-width: 575px) {
    .cookies-card {
        flex-direction: column;
    }

    .cookies-card__btn {
        flex-direction: row;
        align-items: flex-end;
        width: 100%;
    }
}

/* Cookies Card End */

.hover-input-popup {
    position: relative;
}

.input-popup {
    display: none;
}

.hover-input-popup .input-popup {
    display: block;
    position: absolute;
    bottom: 130%;
    left: 50%;
    width: 250px;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.input-popup::after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent hsl(var(--black)) transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.input-popup p {
    padding-left: 20px;
    position: relative;
    color: hsl(var(--white));
    font-weight: 400;
    font-size: 14px;
    font-family: var(--body-font);
}

.input-popup p::before {
    position: absolute;
    content: '';
    font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
}

.input-popup p.error {
    text-decoration: line-through;
}

.input-popup p.error::before {
    content: "\f057";
    color: #ea5455;
}

.input-popup p.success::before {
    content: "\f058";
    color: #28c76f;
}

.show-filter {
    display: none;
}

@media(max-width:767px) {
    .responsive-filter-card {
        display: none;
        transition: none;
    }

    .show-filter {
        display: block;
    }
}


.payment-card-title {
    padding: 13px 25px;
    text-align: center;
    background-color: rgb(var(--main));
    border-radius: 5px;
    border: 0;
    margin-bottom: 0px;
    color: #fff;
}

.payment-system-list {
    --thumb-width: 100px;
    --thumb-height: 40px;
    --radio-size: 12px;
    --border-color: #cccccf59;
    --hover-border-color: rgb(var(--main));
    background-color: #fff;
    border-radius: 5px;
    height: 100%;

}

.payment-system-list.is-scrollable {
    max-height: min(388px, 70vh);
    overflow-x: auto;
    padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;

}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
    background-color: rgb(var(--main));
    border-radius: 10px;
}

.payment-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 18px;
    border: 1px solid #fff;
    border-top-color: var(--border-color);
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.payment-item:first-child {
    border-top-color: #fff;
    border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
    border-left: 3px solid var(--hover-border-color);
    border-radius: 0px;
}

.payment-item__check {
    border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
    border: 3px solid rgb(var(--main));
}

.payment-item__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
    width: var(--radio-size);
    height: var(--radio-size);
    border: 1px solid rgb(var(--main));
    display: inline-block;
    border-radius: 100%;
}

.payment-item__name {
    padding-left: 10px;
    width: calc(100% - var(--radio-size));
    transition: all 0.3s;
}

.payment-item__thumb {
    width: var(--thumb-width);
    height: var(--thumb-height);
    text-align: right;
    padding-left: 10px;

    &:has(.text) {
        width: fit-content;
    }
}

.payment-item__thumb img {
    max-width: var(--thumb-width);
    max-height: var(--thumb-height);
    object-fit: cover;
}

.deposit-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.deposit-info__title {
    max-width: 50%;
    margin-bottom: 0px;
    text-align: left;
}

.deposit-info__input {
    max-width: 50%;
    text-align: right;
    width: 100%;
}

.deposit-info__input-select {
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 5px;
    padding-block: 6px;
}

.deposit-info__input-group {
    border: 1px solid var(--border-color);
    border-radius: 5px;

    .deposit-info__input-group-text {
        align-self: center;
        padding-left: 5px;
    }
}

.deposit-info__input-group .form--control {
    padding: 5px;
    border: 0;
    height: 35px;
    text-align: right;
}

.deposit-info__input-group .form--control:focus {
    box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
    font-size: 14px;

}

.deposit-info__title .text.has-icon {
    display: flex;
    align-items: center;
    gap: 5px
}

.total-amount {
    border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
    font-weight: 600;
}

.payment-item__btn {
    border: 0;
    border-block: 1px solid var(--border-color);
    border-bottom: 0;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
    border-top-color: #fff;
}

button .spinner-border {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}

/* custom css end */


label.required:after {
    content: "*";
    color: #dc3545 !important;
    margin-left: 2px;
}


.empty__section {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.empty__image {
    margin-top: 20px;
    width: 150px;
}

.room-info-list__text {
    font-size: 14px;
    font-weight: 300;
}

/* support ticket */

.support-ticket {
    padding: 16px 24px;
    background-color: hsl(var(--black) / .03);
    border-radius: 6px;
    border: 1px solid hsl(var(--base) / .2);
    max-width: 750px;
    width: 100%;
    margin-top: 24px;
}

.support-ticket:first-child {
    margin-top: 0px;
}

.reply.support-ticket {
    background-color: transparent;
    margin-left: auto;
    border: 1px solid hsl(var(--info) / .2);
}

.support-ticket-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}

.support-ticket-name .staff {
    font-size: 14px;
    margin-left: 12px;
}

.support-ticket-date {
    font-size: 12px;
    font-weight: 500;
    color: hsl(var(--black));
    border-left: 1px solid hsl(var(--base));
    padding-left: 6px;
    padding-right: 6px;
    line-height: 1.7;
    background-color: hsl(var(--base) / .1);
    display: inline-block;
}

.support-ticket-file a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.support-ticket-file .icon {
    font-size: 18px;
}

.support-ticket-file {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

/* end support ticket */


/* SKELETON */
.skeleton {
    position: relative;
}

.skeleton::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    min-height: 100%;
    z-index: 10;
    background-size: 200% 100% !important;
    background: linear-gradient(to right, #dedede, #fff, #ddd);
    animation: skeleton 1.5s infinite reverse;
}

.skeleton.less-border {
    border: 0 !important;
}

@keyframes skeleton {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

/* END SKELETON */
