/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Inter:wght@400;500;700&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Oswald", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Color Variables Start =========================== */
    --white: 360 0% 100%;
    --gray-white: 0 0% 98%;
    --light-h: 0;
    --light-s: 1%;
    --light-l: 35%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --heading-color: var(--black);
    --body-color: var(--light);
    --border-color: 0, 0%, 79%, 0.451;
    --body-bg: 0, 0%, 98%;
    --card-bg: 0, 0%, 96%;
    /* ================================ 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: 0 1px 4px rgba(0, 0, 0, 0.05);
    /* ================================ Box Shadow End =============================== */
    /* ========================= Base Color ============================= */
    --base-h: 49;
    --base-s: 93%;
    --base-l: 50%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    /* Base Darken  */
    --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-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 Lighten */
    --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);
    --background-gradient: linear-gradient(45deg,
            hsl(var(--base)),
            hsl(var(--base-two)));
    /* ========================= Base Two Color ============================= */
    --base-two-h: 247;
    --base-two-s: 64%;
    --base-two-l: 25%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    /* Base Two Darken */
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.05);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    /* Base Two Lighten */
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    /* ============================== 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 Darken */
    --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-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    /* primary Lighten */
    --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);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    /* Secondary Darken */
    --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-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    /* secondary Lighten */
    --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);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
    /* Success Color */
    --success-h: 115;
    --success-s: 99%;
    --success-l: 41%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    /* Success Darken */
    --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-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    /* Success Lighten */
    --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);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    /* Danger Darken */
    --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-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    /* danger Lighten */
    --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);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
    /* Warning Color */
    --warning-h: 38;
    --warning-s: 100%;
    --warning-l: 55%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    /* Warning Darken */
    --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-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    /* Warning Lighten */
    --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);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    /* Info Darken */
    --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-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --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);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    --info-l-600: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
    /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= Css Variables End =========================== */
/* ============================ Media Breakpoint for Each Device Start ============================ */
/* ================================== Font Size For responsive devices End =============================== */
/* ================================= Common Typography CSS Start Here =========================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--gray-white));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

p {
    font-weight: 400;
    margin: 0;
}

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.3;
    font-weight: 500;
}

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

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

h1 {
    font-size: clamp(1.875rem, 2.8vw + 1rem, 3.75rem);
}

h2 {
    font-size: clamp(1.5625rem, 1.7vw + 1rem, 2.5rem);
}

h3 {
    font-size: clamp(1.375rem, 0.8vw + 1rem, 1.875rem);
}

h4 {
    font-size: clamp(1.25rem, 0.5vw + 1rem, 1.5rem);
}

h5 {
    font-size: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
}

h6 {
    font-size: 1rem;
}

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

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

a:hover {
    color: hsl(var(--black));
}

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;
    box-shadow: none;
}

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

/* ================================= Common Typography CSS End Here =========================== */
/* ================================= Custom Classes CSS Start Here =========================== */
/* 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(--gray-white)/0.5);
}

/* Bg Image Css */
.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    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;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

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

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

/* Overlay End */

/* General Class Start */
.cursor-pointer {
    cursor: pointer;
}

/* General Class End */
/* ================================= Custom Classes CSS End Here =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================= Display Flex CSS Start Here ============================= */
.flex-wrap,
.form--radio,
.form--check {
    display: flex;
    flex-wrap: wrap;
}

.flex-align,
.account-thumb,
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-center,
.complete-profile .upload-profile-img,
.edit-profile-modal .modal-body .profile-item .edit-profile-image .edit-image-icon i {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* ============================= Display Flex CSS End Here ============================= */
/* ============================= Positioning Css ClaSS Start Here ===================== */
.pa-extend,
.language-box::after .alert__link::before {
    position: absolute;
    content: "";
}

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

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

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

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

.fs-11,
.form--check .form-check-input:checked::before {
    font-size: 0.6875rem;
}

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

.fs-13,
.sidebar-menu .menu-title,
.table tbody tr td,
.customer__name {
    font-size: 0.8125rem;
}

.fs-14,
.template .dashboard-widget__text,
.table tbody tr td:first-child,
.table thead tr th,
.form--radio .form-check-label,
.form--control::placeholder {
    font-size: 0.875rem;
}

.fs-15,
.sidebar-menu-list__link,
.user-info__name,
.user-info .user-info-dropdown__link,
.table tbody tr td::before,
.form--label,
.language-box .select,
.btn--icon {
    font-size: 0.9375rem;
}

.fs-16,
.alert__title,
.form--check .form-check-label,
p {
    font-size: 15px;
}

.btn {
    font-size: 16px;
}

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

    .fs-16,
    .alert__title,
    .form--check .form-check-label,
    .btn,
    p {
        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,
.custom--accordion .accordion-button {
    font-size: 1.125rem;
}

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

    .fs-18,
    .custom--accordion .accordion-button {
        font-size: 1.0625rem;
    }
}

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

    .fs-18,
    .custom--accordion .accordion-button {
        font-size: 1rem;
    }
}

.fs-20,
.edit-profile-modal .modal-body .profile-item .edit-profile-image .edit-image-icon i {
    font-size: 1.25rem;
}

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

    .fs-20,
    .edit-profile-modal .modal-body .profile-item .edit-profile-image .edit-image-icon i {
        font-size: 1.125rem;
    }
}

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

    .fs-20,
    .edit-profile-modal .modal-body .profile-item .edit-profile-image .edit-image-icon i {
        font-size: 1.0625rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ====================== Section Heading ==================== */
.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

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

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

.section-heading__title {
    position: relative;
    line-height: 1;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: clamp(1.375rem, 0.863rem + 2.1845vw, 2.5rem);
}

.section-heading__desc {
    text-align: center;
    max-width: 800px;
    margin-inline: auto;
    font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
}

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

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

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

.page-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem);
}

/* ====================== Section Heading En d==================== */
/* ================================= Background Color CSS Start Here =========================== */
.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;
}

/* ================================= Background Color CSS End Here =========================== */
/* ================================= Color CSS Start Here =========================== */
.text--base {
    color: hsl(var(--base)) !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;
}

/* ================================= Color CSS End Here =========================== */
/* ================================= margin CSS Start Here =========================== */
.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-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

/* ================================= margin CSS End Here =========================== */
/* ================================= padding CSS Start Here =========================== */
.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-44 {
    padding-block: 25px;
}

@media (min-width: 576px) {
    .py-44 {
        padding-block: 35px;
    }
}

@media (min-width: 992px) {
    .py-44 {
        padding-block: 35px;
    }
}

.pt-44 {
    padding-top: 25px;
}

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

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

.pb-44 {
    padding-bottom: 25px;
}

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

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

.py-60 {
    padding-block: 25px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-block: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-block: 60px;
    }
}

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

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

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

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

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

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

/* ================================= padding CSS End Here =========================== */
/* ================================= Border Color CSS Start Here =========================== */
.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;
    color: hsl(var(--white));
}

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

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

/* ================================= Border Color CSS End Here =========================== */
/* =========================== Accordion CSS Start Here ============================= */
.custom--accordion .accordion-item {
    border: 0;
    background-color: transparent !important;
    border-radius: 0;
    overflow: hidden;
    border-bottom: 1px solid hsl(var(--border-color));
}

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

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

.custom--accordion .accordion-body {
    padding: 20px;
    background-color: hsl(var(--section-bg));
}

.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(--section-bg));
    color: var(--heading-color);
    padding: 15px;
}

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

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

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

.custom--accordion .accordion-button:not(.collapsed) {
    box-shadow: none;

}

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

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

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

/* ================================= Faq Page Css Start =================================*/
.faq {
    background-color: hsl(var(--white));
    min-height: calc(100vh - 235px);
}

/* ================================= Faq Page Css End =================================/*  
/* ================================= Accordion CSS End Here =========================== */
/* ================================= Button CSS Start Here =========================== */
.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 {
    font-weight: 500;
    border-radius: 50px;
    height: 48px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    padding: 4px 4px 4px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 18px;
    color: hsl(var(--black));
    line-height: 1;
}

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

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

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

.btn:active {
    top: 1px;
}

.btn--lg {
    padding: 20px 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: 10px 15px;
    height: 35px;
    width: fit-content;
    max-width: 100%;
}

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


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

.btn .icon {
    color: hsl(var(--black));
    transition: all 0.3s;
    padding-inline: 10px;
}

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

.btn:hover .icon {
    color: hsl(var(--black));
    padding-inline: 15px 5px;
}

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

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

.btn--base .icon {
    font-size: 14px;
    color: hsl(var(--black));
}

.btn--outline {
    border: 1px solid hsl(var(--black)/0.1);
    transition: all 0.3s;
}

.btn--outline .icon {
    transition: all 0.3s;
}

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

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

.btn-outline--light {
    border: 1px solid hsl(var(--black)/0.04);
    background: hsl(var(--black)/0.04);
    transition: all 0.3s;
    padding: 4px 25px;
}

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

.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(--gray-white)) !important;
}

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

.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;
    color: hsl(var(--gray-white));
}

.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(--primary)) !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(--gray-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(--gray-white)) !important;
}

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

.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;
    color: hsl(var(--black));
}

.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(--gray-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(--gray-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(--gray-white)) !important;
}



/* ================================= Button CSS End Here =========================== */
/* ================================= Card CSS Start Here =========================== */
.custom--card {
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    border: transparent;
}

.custom--card .card-header {
    padding: 12px 24px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

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

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

@media (max-width: 1199px) {
    .custom--card .card-body {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .custom--card .card-body {
        padding: 20px 15px;
    }
}

@media (max-width: 425px) {
    .custom--card .card-body {
        padding: 15px 10px;
    }
}

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

/* ================================= Card CSS End Here =========================== */
/* ================================= Form CSS Start Here =========================== */
/* Form Label */
.form--label {
    margin-bottom: 6px;
    color: hsl(var(--black)/0.6);
    font-weight: 500;
}

@media (max-width: 575px) {
    .form--label {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

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

.form-group .has-divider {
    padding-left: .75rem !important;
}

/* Form Select */
.select {
    color: hsl(var(--black)/0.6) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid hsl(var(--border-color));
}



.select:focus {
    border: 1px solid hsl(var(--border-color));
}

.select:focus-visible {
    border: 1px solid hsl(var(--border-color));
    outline-width: 1px;
    outline: 1px solid hsl(var(--black)/0.08);
}

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

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

@media (max-width: 767px) {
    .form--control {
        padding: 12px 12px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .form--control {
        padding: 12px 12px;
        font-size: 14px;
    }

    .form--control::placeholder {
        font-size: 14px;
    }
}

.form--control::placeholder {
    color: hsl(var(--black)/0.6);
}

@media (max-width: 767px) {
    .form--control::placeholder {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .form--control::placeholder {
        font-size: 14px;
    }
}

.form--control:focus {
    border: 1px solid #83838373;
    box-shadow: unset;
}

.form--control:disabled {
    background-color: hsl(var(--black)/0.2) !important;
    opacity: 1 !important;
    border: 0 !important;
    cursor: not-allowed ;
}

.form--control[readonly] {
    background-color: hsl(var(--black)/0.07) ;
    opacity: 1;
    color: hsl(var(--black) / 0.8);
    cursor: not-allowed ;
}

.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: 45px;
    padding: 0;
    position: relative;
}

.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;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color)) !important;
}

.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 */
textarea.form--control {
    height: 100px;
}

/* 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(--body-color)) !important;
    caret-color: hsl(var(--body-color));
}

/* 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: 5;
    cursor: pointer;
    top: 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 {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--black)/0.2);
    cursor: pointer;
    border-radius: 3px;
}

@media (max-width: 575px) {
    .form--check .form-check-input {
        width: 14px;
        height: 14px;
    }
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    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 Pro";
    font-weight: 900;
    color: hsl(var(--gray-white));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    font-weight: 500;
    width: calc(100% - 16px);
    padding-left: 9px;
    cursor: pointer;
    text-align: left;
}

@media (max-width: 575px) {
    .form--check .form-check-label {
        width: calc(100% - 14px);
    }
}

@media (max-width: 575px) {
    .form--check .form-check-label {
        font-size: 14px;
        padding-left: 8px;
    }
}

@media (max-width: 374px) {
    .form--check .form-check-label {
        padding-left: 6px;
        font-size: 13px;
    }
}

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

    .form--check label,
    .form--check a {
        font-size: 14px;
    }
}

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

    .form--check label,
    .form--check a {
        font-size: 13px;
    }
}

/* Custom Radio Design */
.form--radio .form-check-input {
    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 {
    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;
}

/*  Custom Switch Design */
.form--switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

.form--switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsl(var(--black)/0.1);
    border-radius: 25px;
    transition: 0.4s;
}

.form--switch .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: hsl(var(--gray-white));
    transition: 0.4s;
}

.form--switch .slider.round:before {
    border-radius: 50%;
}

.form--switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.form--switch input:checked+.slider {
    background-color: hsl(var(--base));
    border-radius: 25px;
}

.form--switch input:focus+.slider {
    box-shadow: 0;
}

.form--switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.input-group {
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
}

.input-group .input-group-text {
    background-color: transparent;
    border: 0;
    position: relative;
}

.input-group .input-group-text::after {
   
    width: 1px; 
    height: 40%;
    background-color: hsl(var(--border-color));
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
   
}

.input-group .input-group-text.no-right-border::after {
    width: 0; 
  
}

.input-group .input-group-text.style-left::after {
    left: 0;
    right: auto;
}

.setting-list__body .input-group .input-group-text::after {
    display: none;
}

.input-group input.form-control {
    border: 0;
    background-color: transparent;
}

.input-group input.form-control:focus {
    border: 0;
    box-shadow: none;
}

.input-group:focus-within {
    border: 1px solid #83838373;
}

.input-group:focus-within .input-group-text::after {
    background-color: #83838373;
}

@media (max-width: 767px) {
    .forgot-password {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .forgot-password {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .forgot-password {
        font-size: 13px;
    }
}

/*  Custom Switch End Design */
/* ================================= Form CSS End Here =========================== */
/* ================================= Modal CSS Start Here =========================== */
.custom--modal .modal-dialog {
    max-width: 716px;
}

.custom--modal .modal-header {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 32px;
    justify-content: space-between;
    border-color: hsl(var(--border-color));
}

.custom--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger));
    font-size: 1.5625rem;
    line-height: 1;
    border-radius: 4px;
    transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
    background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
    box-shadow: none;
}

.custom--modal .modal-header .modal-title {
    font-size: clamp(1.25rem, 2.0852rem - 1.7817vw, 0.75rem);
}

.custom--modal .modal-header .modal-action-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.custom--modal .modal-header .modal-action-btns .btn {
    min-width: 100px;
}

.custom--modal .modal-header .modal-action-btns .cancel-btn {
    background: hsl(var(--black)/0.1);
}

.custom--modal .modal-body {
    padding-inline: 32px;
}

.custom--modal .modal-body input {
    box-shadow: none;
}

.custom--modal .modal-body input.form--control {
    padding: 12px 15px;
}

.custom--modal .modal-body .custom-input-group {
    border: 1px solid #cacaca73;
    border-radius: 5px;
}

.custom--modal .modal-body .custom-input-group:focus-within {
    border: 1px solid #83838373;
}

.custom--modal .modal-body .custom-input-group .input-group-text {
    background: unset;
    border-width: 0;
    position: relative;
}

.custom--modal .modal-body .custom-input-group .input-group-text::after {
    position: absolute;
    content: "";
    right: 0;
    inset-block: 10px;
    width: 1px;
    height: 25px;
    background-color: #cacaca73;
}

.custom--modal .modal-body .custom-input-group input {
    border-width: 0;
    margin-left: 0 !important;
}

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

.custom--modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid hsl(var(--gray-white)/0.12);
    justify-content: flex-end;
}

/* ================================= Modal CSS End Here =========================== */
/* ================================= Pagination CSS Start Here =========================== */
.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--gray-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: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--body-color));
}

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

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

/* ================================= Pagination CSS End Here =========================== */
/* ================================= Table CSS Start Here =========================== */
/* Table Content Css start */
@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__content {
    width: calc(100% - 35px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    color: hsl(var(--black)/0.7);
}

.action-buttons {
    gap: 10px;
    justify-content: flex-end;
}

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

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

.delete-btn {
    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 {
    background-color: hsl(var(--gray-white));
    text-align: center;
    padding: 15px 20px;
    color: hsl(var(--black)/0.7);
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    border: 1px solid hsl(var(--black)/0.08);
    background-color: hsl(var(--base)/0.03);
}

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

.table thead tr th:first-child {
    text-align: left;
    border-radius: 6px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 6px 0 0;
    text-align: right;
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--gray-white));
}

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

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

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

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 6px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--black)/0.7);
    font-weight: 500;
    max-width: 170px;
    border-bottom: 1px solid hsl(var(--black)/0.08);
    border-right: 1px solid hsl(var(--black)/0.08);
}

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

.table tbody tr td:first-child {
    text-align: left;
    border-left: 1px solid hsl(var(--black)/0.08);
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid hsl(var(--black)/0.08);
}

@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: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 0;
        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: 575px) {
    .table--responsive--sm thead {
        display: none;
    }

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

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

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

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

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

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

@media screen and (max-width: 767px) {
    .table--responsive--sm 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: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 0;
        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: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 0;
        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: flex;
        align-items: center;
        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;
    }
}

/* ================================= Table CSS End Here =========================== */
/* ================================= Tab CSS Start Here =========================== */
.custom--tab {
    margin-bottom: 40px;
    border-bottom: 1px solid hsl(var(--border-color));
}

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

.custom--tab .nav-item .nav-link {
    padding: 8px 25px;
    background-color: transparent !important;
    transition: 0.4s;
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 500;
    border-radius: unset;
}

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

.custom--tab .nav-item .nav-link.active,
.custom--tab .nav-item .nav-link .nav-pills .show>.nav-link {
    background-color: unset;
    color: hsl(var(--black));
    border-bottom: 1px solid hsl(var(--black));
}

/* ================================= Tab CSS End Here =========================== */
/* ================================= Badge CSS Start Here =========================== */
.badge {
    border-radius: 20px;
    padding: 3px 10px;
    font-weight: 500;
    text-align: center;
    align-self: flex-center;
}

.badge-outline--base {
    padding: 5px 14px;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
}

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

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

.badge--dark {
    background-color: hsl(var(--black)/0.15) !important;
    color: hsl(var(--black)) !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 CSS End Here =========================== */
/* ====================================== Alert CSS Start Here =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--gray-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 {
    color: hsl(var(--base-two)/0.8);
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--base-two)/0.5);
    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;
    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 Here =============================== */

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

.preloader__circle {
    inset: 0;
    position: absolute;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 5px solid hsl(var(--black));
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    animation: spin 1.3s linear infinite;
    -webkit-animation: spin 1.5s linear infinite;
}

.preloader__favicon {
    text-align: center;
    max-width: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaling 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes scaling {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.3);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

/* ================================= preload Css End ===========================  */

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

.navbar-brand.logo img {
    max-width: 250px;
    max-height: 35px;
}

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

.header {
    background-color: hsl(var(--white));
    padding: 3px 0;
}

@media screen and (max-width: 991px) {
    .header {
       
        background-color: hsl(var(--gray-white));
        box-shadow: var(--box-shadow);
       
        z-index: 999;
        overflow-y: auto;
    }

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

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

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

    .nav-menu .nav-item {
        padding-right: 30px;
    }

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

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

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

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

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

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

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

    .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 14px;
        width: 0;
        height: 2px;
        background-color: hsl(var(--base));
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link .nav-item__icon {
        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) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        transform: scaleY(1);
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item.login-btn {
        background-color: hsl(var(--base));
        padding-inline: 0 !important;
        min-width: 110px;
     
        border-radius: 10px;
    }

    .nav-menu .nav-item.login-btn a.nav-link {
        line-height: 0;
        color: hsl(var(--black)) !important;
        align-items: center;
        padding-left: 10px;
        padding-block: 11px;
    }

    .nav-menu .nav-item.login-btn a.nav-link .icon {
        padding-inline: 10px;
        transition: all 0.3s;
    }

    .nav-menu .nav-item.login-btn a.nav-link::before {
        display: none;
    }

    .nav-menu .nav-item.login-btn:hover {
        background-color: hsl(var(--base-d-100));
    }

    .nav-menu .nav-item.login-btn:hover a {
        color: hsl(var(--black)) !important;
    }

    .nav-menu .nav-item.login-btn:hover a .icon {
        padding-inline: 15px 5px;
    }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
    .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 {
        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: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--gray-white)/0.2);
        color: hsl(var(--black)) !important;
    }

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

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

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

    .mobile-login {
        border-top: 1px solid hsl(var(--border-color));
        /* Login Registration */
    }

    .mobile-login .login-registration-list {
        margin: 0 -10px;
        padding-right: 20px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
    .mobile-login .login-registration-list {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .mobile-login .login-registration-list__item {
        color: hsl(var(--gray-white));
        padding: 0 10px;
        position: relative;
    }

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

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

@media screen and (max-width: 991px) {
    .mobile-login .login-registration-list__icon {
        color: hsl(var(--base));
        margin-right: 5px;
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .mobile-login .login-registration-list__link {
        color: hsl(var(--black));
        font-weight: 400;
        font-family: var(--body-font);
    }
}

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

@media screen and (max-width: 991px) {
    .mobile-login .login-registration-list__link:hover {
        color: hsl(var(--base));
    }

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

@media screen and (max-width: 991px) and (max-width: 991px) {
    .mobile-login .login-registration-list__link:hover {
        color: hsl(var(--base));
    }
}

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

@media (max-width: 575px) {
    .navbar-toggler.header-button {
        font-size: 1.5rem;
    }
}

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

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

/* ================================= Header CSS End Here =========================== */
/* ================================= Header CSS Start Here =========================== */
.dashboard-header {
    width: 100%;
    height: 65px;
    border-bottom: 0;
  
 
  
    z-index: 10;
    background: hsl(var(--body-bg));
    border-bottom: 1px solid hsl(var(--border-color));
    display: flex;
    align-items: center;
}

.dashboard-header .header-inner, header .header-inner {
    display: flex;
    justify-content: space-between;
     
    align-items: center;
    max-width: 96%;
    width: 100%;
    margin: 0 auto;

}

@media (max-width: 1680px) {
    .dashboard-header .header-inner, header .header-inner {
       
    }
}

 

.dashboard-header .logo {
    height: 35px;
}

@media screen and (max-width: 575px) {
    .dashboard-header .logo {
        height: 28px;
    }
}

.dashboard-header .logo img {
    height: 100%;
}

@media screen and (max-width: 575px) {
    .dashboard-header .create-page-text {
        display: none;
    }
}

.dashboard-header .user-menu {
    display: flex;
    gap: 10px;
    justify-content: end;
}

@media screen and (max-width: 424px) {
    .dashboard-header .user-menu {
        gap: 6px;
        justify-content: end;
    }

    .dashboard-user-menu-btn {
        padding: 12px 13px;
    }
}

.dashboard-header .user-menu .user-create-page {
    background-color: hsl(var(--base));
    padding: 4px 18px;
}

.dashboard-header .user-menu .user-upload {
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
}

.dashboard-header .user-menu .user-upload img {
    width: 20px;
    margin-bottom: 3px;
}

.dashboard-header .user-menu .user-upload:hover,
.dashboard-header .user-menu .user-upload:focus .dashboard-header .user-menu .user-upload:focus-visible {
    color: hsl(var(--black)/0.7) !important;
    border: 1px solid hsl(var(--base-d-200));
}

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

.user-info__thumb img {
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.user-info__icon {
    color: hsl(var(--black));
}

.user-info__button,
.user-info__content {
    display: flex;
    color: hsl(var(--black));
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 50px;
    padding: 4px 4px 4px 12px;
    gap: 8px;
    transition: all 0.3s;
    color: hsl(var(--black));
}

.user-info__button:hover,
.user-info__button:focus .user-info__button:focus-visible,
.user-info__content:hover,
.user-info__button:focus .user-info__content:focus-visible,
.user-info__content:focus .user-info__button:focus-visible,
.user-info__content:focus .user-info__content:focus-visible {
    color: hsl(var(--black)/0.7) !important;
    border: 1px solid hsl(var(--base-d-200));
}

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

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

.user-info .user-info-dropdown::after {
    position: absolute;
    top: -14px;
    right: 9px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fafafa;
}

@media screen and (max-width: 991px) {
    .user-info .user-info-dropdown {
        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: 8px 16px !important;
    color: #5d7387 !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 600;
    text-align: left;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.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-alt {
    margin-right: 8px;
}

.user-info__name {
    color: hsl(var(--gray-white));
    margin-left: 10px;
}

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

    .dashboard-header .user-menu {
        gap: 4px;
    }

    .dashboard-header .user-menu .user-upload {
        width: 35px;
        height: 35px;
    }

    .dashboard-header .user-menu .user-upload img {
        width: 16px;
        margin-bottom: 2px;
    }

    .dashboard-user-menu-btn {
        padding: 5px;
        width: 35px;
        height: 35px !important;
    }

    .user-info__button,
    .user-info__content {
        padding: 3px 3px 3px 9px;
        gap: 6px;
    }

    .user-info__icon {
        font-size: 14px;
    }

    .user-info__thumb img {
        width: 27px;
        height: 27px;
    }
}

/* User Info Css End */
/* ================================= Header CSS End Here =========================== */
/* ============= Footer Start Here ======================= */
/* Footer List Item */
.copyright-share {
    justify-content: flex-end;
    gap: 10px;
}

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

    .copyright-share,
    .footer-menu {
        justify-content: center;
    }
}

.footer-menu {
    display: flex;
    gap: 17px;
    row-gap: 5px;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .footer-menu {
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {
    .footer-menu {
        gap: 6px;
    }

    .footer-menu__link {
        font-size: 15px;
    }
}

.footer-menu__item {
    display: block;
    color: hsl(var(--black));
}

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

.footer-menu__link {
    color: hsl(var(--body-color));
}

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

@media screen and (max-width: 767px) {
    .copyright-share {
        justify-content: center;
    }

    .copyright-share .bottom-footer-text {
        text-align: center;
    }
}

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

    .copyright-share .bottom-footer-text,
    .footer-menu__social {
        font-size: 15px;
    }
}

.footer-menu__social:hover {
    color: hsl(var(--base));
}

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

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

.scroll-top.show {
    transform: scale(1);
    color: hsl(var(--black));
}

@media (max-width: 767px) {
    .scroll-top {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 575px) {
    .scroll-top {
        width: 40px;
        height: 40px;
    }
}

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

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

/* ================================= Template Selection CSS End Here ===========================  */
/* ================================= Dashboard Fulid Sidebar CSS Start Here =========================== */
.template .template__inner {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}

.sidebar-menu {
    background-color: hsl(var(--body-bg));
    height: calc(100vh - 80px);
    z-index: 999;
    transition: 0.2s linear;
    width: 250px;
    border-radius: 0;
    position: fixed;
    top: 110px;
    left: auto;
    align-items: start;
    flex-direction: row;
    /* Menu Title Css */
    /* Hr Css */
}

@media screen and (max-width: 991px) {
    .sidebar-menu {
        top: 0;
        height: 100%;
        padding-block: 30px;
    }
}

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

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

.sidebar-menu__inner {
    padding: 0 0 35px 0;
    width: 100%;
    height: 98%;
    border-right: 2px solid #dedede;
    overflow-y: auto;
}

.sidebar-menu.show-sidebar {
    transform: translateX(0);
    z-index: 999;
}

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

.sidebar-menu__close {
    position: absolute;
    top: 4px;
    right: 8px;
    color: hsl(var(--body-color));
    font-size: 1.25rem;
    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(--gray-white));
    border-color: hsl(var(--gray-white));
    color: hsl(var(--base));
}

.sidebar-menu .menu-title {
    letter-spacing: 0.9px;
    padding: 12px 15px;
    color: #9da9b5;
    font-weight: 600;
}

.sidebar-menu hr {
    opacity: 0.15;
}

.sidebar-menu-list {
    margin-inline: 10px;
}

.sidebar-menu-list__item {
    margin-bottom: 6px;
    transition: all 0.3s;
}

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

.sidebar-menu-list__item:hover,
.sidebar-menu-list__item.active a {
    background-color: #ededed;
    border-radius: 50px;
    color: hsl(var(--black)/0.8);
    font-weight: 500;
}

.sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 8px 15px;
    width: 100%;
    color: hsl(var(--black)/0.8);
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.sidebar-menu-list__link .icon {
    margin-right: 8px;
    margin-top: -4px;
    width: 16px;
}

.sidebar-menu .sidebar-group-title {
    font-size: 12px;
    margin-top: 36px;
    margin-bottom: 5px;
    margin-left: 15px;
    text-transform: uppercase;
}

.navigation-bar-icon {
    color: hsl(var(--body-color));
    font-size: 1.5625rem;
    cursor: pointer;
}

/* ================================= Dashboard Fulid Sidebar CSS End Here =========================== */
/* ================================= Dashboard Template CSS Start Here =========================== */

.frontend {
    position: relative;
 
    margin-top: 80px;
    min-height: calc(100vh - 218px);
}

.frontend__inner {
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
      
    padding: 0 0 50px 0;
}



.template .template-body {
    position: relative;
    padding: 50px;
    padding-top: 36px;
    margin-top: 90px;
  
    min-height: calc(100vh - 80px);
}

.template-body-with-sidebar {
    margin-left: 250px;
}

.template-body-no-sidebar {
    margin-left: 12%;
    margin-right: 12%;
}


@media screen and (max-width: 1499px) {
    .template .template-body {
        padding: 36px 40px;
    }
}

@media screen and (max-width: 1399px) {
    .template .template-body {
        padding: 30px 32px;
    }
}

@media screen and (max-width: 1199px) {
    .template .template-body {
        padding: 30px 24px;
    }
}

@media screen and (max-width: 991px) {
    .template .template-body {
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .template .template-body {
        padding: 10px 16px;
    }
}

.template .dashboard-widget {
    padding: 24px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: hsl(var(--gray-white));
    box-shadow: 0px 0px 20px rgba(231, 231, 231, 0.4);
    transition: 0.25s ease-in-out;
}

.template .dashboard-widget:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0px 0px 20px rgba(231, 231, 231, 0.6);
}

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

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

.template .dashboard-widget__icon {
    width: 50px;
    height: 50px;
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base));
    border-radius: 5px;
    font-size: 1.5rem;
}

.template .dashboard-widget__icon img {
    width: 32px;
}

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

.template .dashboard-widget__content {
    width: calc(100% - 50px);
    padding-left: 16px;
}

@media screen and (max-width: 575px) {
    .template .dashboard-widget__content {
        width: calc(100% - 40px);
        padding-left: 10px;
    }
}

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

.template .dashboard-widget__text {
    color: hsl(var(--body-color)/0.7);
    margin-bottom: 5px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .template .dashboard-widget__text {
        font-size: 0.8125rem;
    }
}

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

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

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

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

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

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

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

/* ================================= Dashboard Template CSS Start Here =========================== */
/* ================================= Edit Profile Modal CSS Start Here =========================== */
.edit-profile-modal .modal-dialog {
    max-width: 716px;
}

.edit-profile-modal .modal-header {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 32px;
    justify-content: space-between;
    border-color: hsl(var(--border-color));
}

.edit-profile-modal .modal-header .modal-title {
    font-size: clamp(1.25rem, 2.0852rem - 1.7817vw, 0.75rem);
}

.edit-profile-modal .modal-action-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.edit-profile-modal .modal-action-btns .btn {
    min-width: 100px;
}

.edit-profile-modal .modal-action-btns .cancel-btn {
    background: hsl(var(--black)/0.1);
}

.edit-profile-modal .modal-body {
    padding-inline: 32px;
    overflow-x: hidden;
}

.edit-profile-modal .modal-body .profile-item {
    display: flex;
    padding-block: 24px;
    border-bottom: 1px solid hsl(var(--border-color));
    position: relative;
    flex-wrap: wrap;
    row-gap: 5px;
}

.edit-profile-modal .modal-body .profile-item:last-child {
    border-bottom: 0;
}

.edit-profile-modal .modal-body .profile-item .profile-item__title {
    font-family: var(--body-font);
    color: hsl(var(--black));
    font-weight: 500;
    max-width: 33%;
    flex: 1 1;
    row-gap: 12px;
}

@media screen and (max-width: 767px) {
    .edit-profile-modal .modal-body .profile-item .profile-item__title {
        flex-basis: 100%;
        max-width: 100%;
    }

    .edit-profile-modal .modal-header,
    .edit-profile-modal .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.edit-profile-modal .modal-body .profile-item .profile-item__content {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .edit-profile-modal .modal-body .profile-item .profile-item__content {
        flex-basis: 100%;
    }
}

.edit-profile-modal .modal-body .profile-item .edit-profile-image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 1px solid hsl(var(--border-color));
    position: relative;
    cursor: pointer;
}

/*//TODO: Edit profile images  */
.edit-profile-modal .modal-body .profile-item .edit-profile-image input[type="file"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.edit-profile-modal .modal-body .profile-item .edit-profile-image img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-item .edit-profile-image .upload-profile-image {
    width: 0;
}

.edit-profile-modal .modal-body .profile-item .edit-profile-image .edit-image-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px;
    background-color: hsl(var(--gray-white));
    border-radius: 100%;
}

.edit-profile-modal .modal-body .profile-item .edit-profile-image .edit-image-icon i {
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--black));
    border-radius: 100%;
    width: 35px;
    height: 35px;
}

.edit-profile-modal .modal-body .profile-item input {
    box-shadow: none;
}

.edit-profile-modal .modal-body .profile-item input.form--control {
    padding: 12px 15px;
}

.edit-profile-modal .modal-body .profile-item .custom-input-group {
    border: 1px solid #cacaca73;
    border-radius: 5px;
}

.edit-profile-modal .modal-body .profile-item .custom-input-group:focus-within {
    border: 1px solid #83838373;
}

.edit-profile-modal .modal-body .profile-item .custom-input-group .input-group-text {
    background: unset;
    border-width: 0;
    position: relative;
}

.edit-profile-modal .modal-body .profile-item .custom-input-group .input-group-text::after {
    position: absolute;
    content: "";
    right: 0;
    width: 1px;
    height: 25px;
    background-color: #cacaca73;
}

.edit-profile-modal .modal-body .profile-item .custom-input-group input {
    border-width: 0;
    margin-left: 0 !important;
}

.edit-profile-modal .modal-body .profile-item .clear-all-btn {
    position: absolute;
    border-radius: 100% !important;
    border: 1px solid hsl(var(--border-color));
    width: 18px;
    height: 18px;
    font-size: 10px;
    cursor: pointer;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-grid;
    place-content: center;
    background: hsl(var(--black)/0.3);
    color: hsl(var(--gray-white));
    z-index: 5;
}

@media screen and (max-width: 575px) {
    .edit-profile-modal .modal-body .profile-item .clear-all-btn {
        inset-block: 67px auto;
    }
}

.edit-profile-modal .modal-body .profile-item .btn {
    background: hsl(var(--black)/0.045);
    font-size: 13px;
    font-weight: 600;
}

.edit-profile-modal .modal-body .profile-item .btn .icon {
    font-size: 10px;
}

.edit-profile-modal .modal-body .profile-item .icon-input {
    display: flex;
    gap: 12px;
}

@media screen and (max-width: 767px) {
    .edit-profile-modal .modal-body .profile-item .icon-input {
        gap: 8px;
    }
}

.edit-profile-modal .modal-body .profile-item .icon-input .input-emoji {
    width: 75px;
    height: inherit;
    border-radius: 5px;
    border: 1px solid hsl(var(--border-color));
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .edit-profile-modal .modal-body .profile-item .icon-input .input-emoji {
        gap: 5px;
        width: 50px;
    }
}

.edit-profile-modal .modal-body .profile-item .icon-input .input-emoji i {
    font-size: 12px;
    color: hsl(var(--black));
}

.edit-profile-modal .modal-body .profile-item .icon-input .form--control {
    flex-grow: 1;
}

.edit-profile-modal .modal-body .profile-item .replace-btn-list {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.edit-profile-modal .modal-body .profile-item .replace-btn-list .replace-btn {
    border: 0;
    height: 25px;
    font-weight: 400;
    padding-inline: 8px;
}

.edit-profile-modal .modal-body .profile-item .replace-btn-list .replace-btn .icon {
    font-size: 16px;
}

.edit-profile-modal .modal-body .profile-item .color-selection {
    border: 1px solid hsl(var(--border-color));
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: space-between;
}

.edit-profile-modal .modal-body .profile-item .color-selection .selected-color {
    width: 30px;
    height: 30px;
    background-color: #fdcc08;
    border-right: 1px solid hsl(var(--border-color));
    padding-right: 10px;
    border-radius: 5px;
}

.edit-profile-modal .modal-body .profile-item .color-list {
    background-color: hsl(var(--gray-white));
    box-shadow: 0 0 7px 2px hsl(var(--black)/0.045);
    padding: 0 !important;
    border-radius: 5px;
    overflow-y: auto;
    max-height: 200px;
}

.edit-profile-modal .modal-body .profile-item .color-list li {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    min-width: max-content;
}

.edit-profile-modal .modal-body .profile-item .color-list li:hover {
    background-color: hsl(var(--black)/0.045);
}

.edit-profile-modal .modal-body .profile-item .color-list .option-color {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-right: 20px;
}

#customColor-input {
    position: absolute;
    top: 0;
    width: 302px;
    border: 1px solid hsl(var(--border-color));
    padding: 12px;
}

#customColor-input:focus {
    outline: none;
}

.iris-picker.iris-border {
    position: absolute;
    top: 40px;
    border: 1px solid hsl(var(--border-color));
    z-index: 1;
}

/* ================================= Edit Profile Modal CSS End Here =========================== */
/* =========================== Banner Section Start Here ========================= */
.landing-main {
    background-color: hsl(var(--white));
}

.banner-section {
    position: relative;
    z-index: 1;
    padding: 180px 0 180px;
}

@media screen and (max-width: 1199px) {
    .banner-section {
        padding: 230px 0 140px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding: 160px 0 100px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section {
        padding: 115px 0 60px;
    }
}

.banner-content {
    text-align: center;
    position: relative;
}

.banner-content__title {
    color: hsl(var(--black));
    font-size: clamp(2rem, 0.6347rem + 5.8252vw, 5rem);
    margin-bottom: 0;
}

.banner-content__title .color {
    color: hsl(var(--base));
}

.banner-content__input {
    margin-block: 30px 50px;
    border: 0;
    width: fit-content;
    margin-inline: auto;
    margin-top: 40px;
    font-size: clamp(1.125rem, 0.8406rem + 1.2136vw, 1.5rem) !important;
    font-weight: 500;
    color: hsl(var(--body-color));
    border: 1px solid #00000012;
    border-radius: 51px;
    background: hsl(var(--white));
    box-shadow: var(--box-shadow);
    padding: 5px 26px;
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .banner-content__input {
        margin-block: 15px 20px;
    }
}

.banner-content__input span {
    font-weight: inherit;
    color: inherit;
    border: 0;
    font-size: inherit;
    background: unset;
}

.banner-content__input input[type=text] {
    font-weight: inherit;
    color: hsl(var(--base));
    font-size: inherit;
    border: 0;
    border-radius: 0;
}

.banner-content__input input[type=text]:focus {
    box-shadow: unset;
}

.banner-content__input input[type=text]::placeholder {
    color: hsl(var(--black)/0.2);
}

.banner-content__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-inline: auto;
}

.banner-content__button .btn {
    height: 65px;
    margin-inline: auto;
    background-color: hsl(var(--base));
    border-radius: 10px;
    color: hsl(var(--black));
    justify-content: center;
    align-items: center;
    padding-inline: 30px 20px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .banner-content__button .btn {
        padding-inline: 13px 8px;
        height: 50px;
    }
}

.banner-content__button .btn .icon {
    color: hsl(var(--black));
    transition: all 0.3s;
    padding-inline: 10px;
}

.banner-content__button .btn:hover {
    background-color: hsl(var(--base-d-100));
}

.banner-content__button .btn:hover .icon {
    color: hsl(var(--black));
    padding-inline: 15px 5px;
}

@media screen and (max-width: 575px) {
    .banner-content__button .animation {
        display: none;
    }
}

.banner-content__button .animation svg {
    transform: rotate(-40deg);
    height: 40px;
    fill: hsl(var(--base));
}

.banner-content__button .animation__right svg {
    transform: rotate(140deg);
}

.banner-content__desc {
    margin-top: 140px;
    font-size: clamp(1.25rem, 0.6811rem + 2.4272vw, 2.5rem);
    font-weight: 600;
}

.banner-content__desc .color {
    color: hsl(var(--base));
    position: relative;
}

.banner-content__desc .color .icon {
    position: absolute;
}

.banner-icons .icon-list {
    position: absolute;
    width: 30px;
    filter: drop-shadow(0px 11px 5px #0000002c);
}

.banner-icons .icon-list img {
    width: inherit;
}

.banner-icons .icon-list.twitch {
    left: 277px;
    top: 92px;
    animation: ring 8s ease-in-out 0.1s infinite;
}

@media screen and (max-width: 1399px) {
    .banner-icons .icon-list.twitch {
        left: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-icons .icon-list.twitch {
        left: 70px;
    }
}

@media screen and (max-width: 767px) {
    .banner-icons .icon-list.twitch {
        left: 25px;
    }
}

.banner-icons .icon-list.behance {
    left: 200px;
    top: 213px;
    animation: rotate-data 8s ease-in-out 0.1s infinite;
}

@media screen and (max-width: 1399px) {
    .banner-icons .icon-list.behance {
        left: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-icons .icon-list.behance {
        left: 55px;
    }
}

@media screen and (max-width: 767px) {
    .banner-icons .icon-list.behance {
        left: 20px;
    }
}

@media screen and (max-width: 575px) {
    .banner-icons .icon-list.behance {
        display: none;
    }
}

.banner-icons .icon-list.reddit {
    left: 333px;
    top: 285px;
}

@media screen and (max-width: 1399px) {
    .banner-icons .icon-list.reddit {
        left: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-icons .icon-list.reddit {
        left: 70px;
    }
}

@media screen and (max-width: 991px) {
    .banner-icons .icon-list.reddit {
        top: 310px;
    }
}

@media screen and (max-width: 767px) {
    .banner-icons .icon-list.reddit {
        left: 25px;
    }
}

.banner-icons .icon-list.spotify {
    left: 425px;
    bottom: 197px;
    animation: rotate-data 18s linear 0.1s infinite;
}

@media screen and (max-width: 1399px) {
    .banner-icons .icon-list.spotify {
        left: 344px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-icons .icon-list.spotify {
        left: 280px;
    }
}

@media screen and (max-width: 991px) {
    .banner-icons .icon-list.spotify {
        left: 205px;
        bottom: 95px;
    }
}

@media screen and (max-width: 767px) {
    .banner-icons .icon-list.spotify {
        display: none;
    }
}

.banner-icons .icon-list.vimeo {
    left: 265px;
    top: 405px;
    animation: ring 12s ease-in-out 0.1s infinite;
}

@media screen and (max-width: 1399px) {
    .banner-icons .icon-list.vimeo {
        left: 278px;
        top: 411px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-icons .icon-list.vimeo {
        left: 140px;
    }
}

@media screen and (max-width: 767px) {
    .banner-icons .icon-list.vimeo {
        display: none;
    }
}

.banner-icons .icon-list.gitHub {
    right: 265px;
    top: 95px;
    animation: rotate-data 16s linear 0.1s infinite;
}

@media screen and (max-width: 1399px) {
    .banner-icons .icon-list.gitHub {
        right: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-icons .icon-list.gitHub {
        right: 70px;
    }
}

@media screen and (max-width: 991px) {
    .banner-icons .icon-list.gitHub {
        top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .banner-icons .icon-list.gitHub {
        right: 25px;
    }
}

.banner-icons .icon-list.codePen {
    right: 265px;
    top: 92px;
}

@media screen and (max-width: 1399px) {
    .banner-icons .icon-list.codePen {
        right: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-icons .icon-list.codePen {
        right: 332px;
    }
}

@media screen and (max-width: 767px) {
    .banner-icons .icon-list.codePen {
        display: none;
    }
}

.banner-icons .icon-list.tikTok {
    right: 200px;
    top: 213px;
    animation: ring 6s ease-in-out 0.1s infinite;
}

@media screen and (max-width: 1399px) {
    .banner-icons .icon-list.tikTok {
        right: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-icons .icon-list.tikTok {
        right: 70px;
    }
}

@media screen and (max-width: 767px) {
    .banner-icons .icon-list.tikTok {
        right: 25px;
        top: 195px;
    }
}

@media screen and (max-width: 575px) {
    .banner-icons .icon-list.tikTok {
        display: none;
    }
}

.banner-icons .icon-list.soundCloud {
    right: 333px;
    top: 285px;
}

@media screen and (max-width: 1399px) {
    .banner-icons .icon-list.soundCloud {
        right: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-icons .icon-list.soundCloud {
        right: 70px;
    }
}

@media screen and (max-width: 991px) {
    .banner-icons .icon-list.soundCloud {
        top: 310px;
    }
}

@media screen and (max-width: 767px) {
    .banner-icons .icon-list.soundCloud {
        right: 25px;
    }
}

.banner-icons .icon-list.codePen {
    animation: rev_rotate-alt 14s linear 0.1s infinite;
    right: 265px;
    top: 405px;
}

@media screen and (max-width: 1399px) {
    .banner-icons .icon-list.codePen {
        animation: ring 12s ease-in-out 0.1s infinite;
        right: 278px;
        top: 411px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-icons .icon-list.codePen {
        right: 140px;
    }
}

@media screen and (max-width: 767px) {
    .banner-icons .icon-list.codePen {
        display: none;
    }
}

.banner-icons .icon-list.rss {
    right: 425px;
    bottom: 197px;
    animation: rotate-data 14s linear 0.1s infinite;
}

@media screen and (max-width: 1399px) {
    .banner-icons .icon-list.rss {
        right: 344px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-icons .icon-list.rss {
        right: 280px;
    }
}

@media screen and (max-width: 991px) {
    .banner-icons .icon-list.rss {
        right: 150px;
        bottom: 130px;
    }
}

@media screen and (max-width: 767px) {
    .banner-icons .icon-list.rss {
        display: none;
    }
}

.banner-icons .icon-list.medium {
    animation: rev_rotate 14s linear 0.1s infinite;
    right: 49%;
    bottom: 80px;
}

@media screen and (max-width: 991px) {
    .banner-icons .icon-list.medium {
        bottom: 25px;
    }
}

@keyframes rev_rotate {
    0% {
        transform: rotate(1turn) translateX(16px) rotate(-1turn);
    }

    100% {
        transform: rotate(0deg) translateX(16px) rotate(0deg);
    }
}

@keyframes rev_rotate-alt {
    0% {
        transform: rotate(1turn) translateY(16px) rotate(-1turn);
    }

    100% {
        transform: rotate(0deg) translateY(16px) rotate(0deg);
    }
}

@keyframes rotate-data {
    0% {
        transform: rotate(0deg) translateX(15px) rotate(0deg);
    }

    100% {
        transform: rotate(1turn) translateX(15px) rotate(-1turn);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0deg);
    }

    1.5% {
        transform: rotate(30deg);
    }

    2.5% {
        transform: rotate(-25deg);
    }

    3.75% {
        transform: rotate(20deg);
    }

    5.15% {
        transform: rotate(-10deg);
    }

    6.65% {
        transform: rotate(5deg);
    }

    8.0% {
        transform: rotate(-2deg);
    }

    10.0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* =========================== Banner Section End Here ========================= */
/* =========================== Steps Section Start Here ========================= */
.step-list {
    overflow: hidden;
}

@media (max-width: 767px) {
    .step-list .step {
        margin-bottom: 10px;
    }
}

.step-list .step__title {
    text-align: center;
    margin-bottom: 11px;
    font-weight: 500;
    font-size: clamp(1.25rem, 0.9191rem + 1.4118vw, 1.625rem);
}

.step-list .step .step-card {
    display: flex;
    position: relative;
}

.step-list .step .step-card__thumb {
    flex: 1 0 150px;
    position: absolute;
    left: -143px;
    bottom: 37%;
    height: 163px;
}

@media screen and (max-width: 991px) {
    .step-list .step .step-card__thumb {
        right: -118px;
        bottom: 59%;
        height: 133px;
        left: -120px;
    }
}

@media screen and (max-width: 767px) {
    .step-list .step .step-card__thumb {
        left: -67px;
        right: -60px;
        bottom: 56%;
        height: 133px;
    }
}

@media screen and (max-width: 575px) {
    .step-list .step .step-card__thumb {
        left: -25px;
    }
}

@media screen and (max-width: 425px) {
    .step-list .step .step-card__thumb {
        bottom: 65%;
    }
}

.step-list .step .step-card__thumb img {
    height: 100%;
}

.step-list .step .step-card__content {
    border: 1px dashed hsl(var(--border-color));
    border-radius: 10px;
    display: flex;
    padding: 20px;
    width: 100%;
    background-color: hsl(var(--white));
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .step-list .step .step-card__content {
        padding: 10px;
        flex-wrap: wrap;
    }
}

.step-list .step .step-card__content .icon {
    max-width: 70px;
    height: 70px;
    flex-shrink: 0;
    flex-basis: 70px;
    border-radius: 100%;
    align-self: center;
    margin-right: 25px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
    .step-list .step .step-card__content .icon {
        max-width: 50px;
        height: 50px;
        flex-basis: 50px;
    }
}

.step-list .step .step-card__content .icon img {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 991px) {
    .step-list .step .step-card__content .icon img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 575px) {
    .step-list .step .step-card__content .text {
        width: 100%;
        flex-grow: 1;
        flex-basis: 100%;
        margin-bottom: 10px;
    }
}

.step-list .step .step-card__title {
    font-weight: 500;
    margin-bottom: 10px;
}

.step-list .row>div:first-child .step-card__thumb {
    display: none;
}

.step-list .row>div:nth-child(even) {
    margin-left: auto;
}

.step-list .row>div:nth-child(even) .step-card__thumb {
    order: 1;
}

.step-list .row>div:nth-child(even) .step-card__content .icon {
    order: 1;
    margin-right: 0;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .step-list .row>div:nth-child(even) .step-card__content .icon {
        margin-bottom: 15px;
        order: 0;
        margin-right: auto;
        margin-left: 0;
    }
}

.step-list .row>div:nth-child(odd) .step-card__thumb {
    right: -143px;
    left: auto;
}

@media (max-width: 991px) {
    .step-list .row>div:nth-child(odd) .step-card__thumb {
        right: -120px;
    }
}

.step-list .row>div:nth-child(odd) .step-card__thumb img {
    transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
    .step-list .row>div:nth-child(odd) .step-card__thumb {
        right: -60px;
    }
}

@media screen and (max-width: 575px) {
    .step-list .row>div:nth-child(odd) .step-card__thumb {
        right: -22px;
    }
}

/* =========================== Steps Section End Here ========================= */
/* ===========================Feature Section Start Here ========================= */
.feature-section {
    background-color: hsl(var(--gray-white)/0.5);
}

.feature-card {
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
    padding: 24px;
    border-radius: 10px;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .feature-card {
        padding: 10px;
    }
}

.feature-card__thumb {
    width: 50px;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .feature-card__thumb {
        width: 40px;
    }
}

.feature-card__title {
    font-weight: 500;
    margin-bottom: 10px;
}

/* ===========================Feature Section End Here ========================= */
/* =========================== About us section Start Here ========================= */
.service.sections-list:first-child {
    padding-top: 0;
}

.service.sections-list:last-child {
    padding-bottom: 0;
}

.service.sections-list:nth-child(even) {
    background-color: hsl(var(--gray-white)/0.5);
}

.service.sections-list:nth-child(even) .row div:first-child {
    order: 2;
}

.service.sections-list:nth-child(even) .row div:last-child {
    order: 1;
}

.service.sections-list:nth-child(even) .row div:last-child .about-section__thumb {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .service.sections-list:nth-child(even) .row div:first-child {
        order: unset;
    }
}

.service.sections-list .about-section__list> :not([hidden])~ :not([hidden]) {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}

.service.sections-list .about-section__list> :not([hidden])~ :not([hidden]):last-child {
    margin-bottom: 0;
}

.service.sections-list .about-section__item {
    display: flex;
    gap: 20px;
    align-items: center;
    background-color: hsl(var(--base)/0.045);
    padding: 10px 15px;
    width: 80%;
    border-radius: 10px;
}

@media screen and (max-width: 991px) {
    .service.sections-list .about-section__item {
        width: 100%;
    }
}

.service.sections-list .about-section__item .icon {
    width: 40px;
    flex-shrink: 0;
}

.service.sections-list .about-section__item .icon img {
    height: 100%;
}

.service.sections-list .about-section__item .text {
    font-weight: 500;
    font-size: 18px;
    color: hsl(var(--black)/0.8);
}

@media screen and (max-width: 767px) {
    .service.sections-list .about-section__item .text {
        font-weight: 400;
        font-size: 16px;
    }
}

.service.sections-list .about-section__thumb {
    align-self: center;
    margin-left: auto;
}

.service.sections-list .about-section__thumb img {
    max-height: inherit;
}

/* =========================== About us section End Here ========================= */
/* ================================= Donation Page CSS Start Here =========================== */
.multi-page-card {
    background-color: hsl(var(--white));
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    position: relative;
}

.multi-page-card__header {
    position: sticky;
    top: 65px;
    padding: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem) clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem) 0;
    border-bottom: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--white));
    z-index: 8;
}

@media screen and (max-width: 767px) {
    .multi-page-card__header {
        top: 60px;
    }
}

@media screen and (max-width: 424px) {
    .multi-page-card__header {
        top: 64px;
    }
}

.multi-page-card__link-list {
    display: flex;
    gap: clamp(2rem, 2.5689rem - 2.4272vw, 0.75rem);
}

.multi-page-card__link {
    padding-bottom: 15px;
}

.multi-page-card__link.active {
    font-weight: 500;
    border-bottom: 2px solid hsl(var(--black));
}

.multi-page-card__body {
    padding: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem) clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem) 48px;
    padding-top: 44px;
}

/* ================================= Donation Page CSS End Here =========================== */
/* ================================= Donation Supporters CSS Start Here =========================== */
.donation-overview-card {
    max-width: 30%;
    flex: 1;
    background-color: hsl(var(--card-bg));
    padding: 16px 24px;
    border-radius: 8px;
}

.donation-overview-card-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    padding-bottom: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem);
    border-bottom: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 991px) {
    .donation-overview-card-list {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 424px) {
    .donation-overview-card-list {
        justify-content: center;
    }

    .donation-overview-card-list .btn {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .donation-overview-card {
        min-width: 48%;
        flex-basis: 48% !important;
    }
}

@media screen and (max-width: 424px) {
    .donation-overview-card {
        max-width: 100%;
        flex-basis: 100% !important;
    }
}

.donation-overview-card__title {
    font-size: clamp(2rem, 2.2844rem - 1.2136vw, 1.375rem);
    margin-bottom: 10px;
}

.donation-overview-card__content {
    gap: 8px;
}

@media (max-width: 575px) {
    .donation-overview-card {
        padding: 14px 17px;
        border-radius: 8px;
    }

    .donation-overview-card__title {
        margin-bottom: 5px;
        font-size: 24px;
    }

    .donation-overview-card__content {
        gap: 5px;
        font-size: 15px;
    }
}

.no-donation-view {
    padding-block: 44px;
    text-align: center;
    border-radius: 3px;
}

.no-donation-view__icon {
    background-color: hsl(var(--card-bg));
    width: 50px;
    height: 50px;
    font-size: clamp(1.5625rem, 1.7616rem - 0.8495vw, 1.125rem);
    margin: 0 auto;
    border-radius: 100%;
}

@media screen and (max-width: 767px) {
    .no-donation-view__icon {
        width: 40px;
        height: 40px;
    }
}

.no-donation-view__title {
    padding-block: 16px 8px;
    margin-bottom: 0;
    color: hsl(var(--black));
    font-family: var(--body-font);
    font-size: clamp(1.125rem, 1.0681rem + 0.2427vw, 1.25rem);
    font-weight: 500;
}

.no-donation-view__share .share {
    color: hsl(var(--black)/0.8);
    cursor: pointer;
    text-decoration: underline;
    transition: all 0.2s;
}

.no-donation-view__share .share:hover {
    font-weight: 500;
}

.table thead tr th {
    background-color: hsl(var(--white)) !important;
    border-right-width: 0;
}

.table thead tr th:last-child {
    border-right-width: 1px;
}

.table tbody tr td {
    font-family: var(--body-font);
    background-color: hsl(var(--white));
    border-right-width: 0;
}

.table tbody tr td:last-child {
    border-right-width: 1px;
}

/* ================================= Donation Supporters CSS End Here =========================== */
/* ================================= Donation Setting Start =========================== */
.card-title {
    font-weight: 500;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .card-title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .card-title {
        margin-bottom: 10px;
    }
}

.close-preview {
    position: relative;
    top: 10px;
    background-color: hsl(var(--white));
    z-index: 1;
    border-radius: 61px;
    border: 1px solid #000;
    background-image: unset;
    left: calc(100% - 36px);
}

.coffee-price {
    padding-bottom: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem);
    border-bottom: 1px solid hsl(var(--border-color));
}

.coffee-price__price-list {
    padding-top: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem);
    gap: 10px;
}

.coffee-price__price-list .price-item {
    min-width: 57px;
    height: 57px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 100%;
    border: 2px solid hsl(var(--base));
    font-size: 13px;
    cursor: pointer;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 767px) {
    .multi-page-card__body {
        padding-top: 30px;
    }
   /*
    .coffee-price__price-list .price-item {
        width: 45px;
        height: 45px;
        border: 1px solid hsl(var(--base));
        font-size: 17px;
    }*/
}

@media screen and (max-width: 575px) {
    .multi-page-card__body {
        padding: 25px 10px;
    }
 /*
    .coffee-price__price-list .price-item {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }*/
}

.coffee-price__price-list .price-item:hover {
    color: hsl(var(--black));
}

.coffee-price__price-list .price-item.active {
    font-weight: 500;
    color: hsl(var(--black));
    background-color: hsl(var(--base));
}

.thankyou-message {
    padding-block: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem);
    border-bottom: 1px solid hsl(var(--border-color));
}

.thankyou-message__title {
    margin-bottom: 0;
}

.thankyou-message__header {
    align-items: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .thankyou-message__header {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .thankyou-message__header {
        margin-bottom: 10px;
    }
}

.thankyou-message__header .preview-btn {
    border-radius: 25px;
    color: hsl(var(--body-color));
    padding: 4px 10px;
    font-size: 14px;
    gap: 5px;
    background-color: hsl(var(--card-bg));
}

.thankyou-message__input {
    margin-top: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem);
}

.indicate-donation {
    padding-top: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem);
}

.switch-container .card-title {
    margin-bottom: 0;
}

.switch-container {
    gap: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem);
    align-items: center;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .switch-container {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .switch-container {
        padding-bottom: 10px;
    }
}

.switch-container .form--switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch-container .form--switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: hsl(var(--gray-white));
    transition: 0.4s;
}

.indicate-donation__desc {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .indicate-donation__desc {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .indicate-donation__desc {
        padding-bottom: 10px;
    }
}

.indicate-donation__calculation {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .indicate-donation__calculation {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .indicate-donation__calculation {
        padding-bottom: 10px;
        gap: 8px;
    }
}

@media screen and (max-width: 424px) {
    .indicate-donation__calculation {
        flex-wrap: wrap;
    }
}

.indicate-donation__calculation-desc {
    min-width: max-content;
    color: hsl(var(--black));
    font-size: clamp(1.125rem, 1.5568rem - 1.8182vw, 0.875rem);
}

@media screen and (max-width: 424px) {
    .indicate-donation__calculation-desc {
        flex-wrap: wrap;
    }
}

.indicate-donation__calculation .input-group {
    border: 1px solid hsl(var(--border-color));
    border-radius: 5px;
    max-width: 100px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0 !important;
    transition: all 0.2s;
}

@media screen and (max-width: 424px) {
    .indicate-donation__calculation .input-group {
        max-width: 100%;
    }
}

.indicate-donation__calculation .input-group:focus-within {
    border: 1px solid hsl(var(--base));
}

.indicate-donation__calculation .input-group input {
    border: 0;
    padding: 13px 5px;
    box-shadow: unset;
    text-align: center;
}

.indicate-donation__calculation .input-group .input-group-text {
    background: transparent;
    border: 0;
    position: relative;
    margin-left: 0;
    color: hsl(var(--body-color));
}

.indicate-donation__calculation .input-group .input-group-text::after {
    position: absolute;
    content: "";
    left: 6px;
    /* top: 20%; */
    width: 1px;
    height: 60%;
    background-color: hsl(var(--border-color));
}

.indicate-donation__calculation .input-level {
    max-width: 250px;
}

@media screen and (max-width: 575px) {
    .indicate-donation__calculation {
        flex-wrap: wrap;
    }

    .indicate-donation__calculation .input-level {
        max-width: 100%;
        width: 100%;
    }
}

.donation-change-submit {
    padding-top: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem);
}

.preview-modal .modal-body__img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.preview-modal .modal-body__img img {
    width: 100%;
    object-fit: cover;
}

.preview-modal .modal-body__title {
    margin-block: 5px 10px;
    font-weight: 500;
    font-size: clamp(1.25rem, 1.3096rem - 0.2981vw, 1.125rem);
}

.preview-modal .modal-body__share {
    margin-top: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem);
    margin: 32px 40px 20px 40px;
}

@media screen and (max-width: 575px) {
    .preview-modal .modal-body__share {
        margin: 20px 20px 20px 20px;
    }
}

@media screen and (max-width: 424px) {
    .preview-modal .modal-body__share {
        margin: 0;
    }
}

.preview-modal .modal-body .share-card {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 8px 40px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.15);
    padding: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem) 0;
    border-radius: 10px;
}

.preview-modal .modal-body .share-card__title {
    color: hsl(var(--black));
    font-size: 15px;
}

.preview-modal .modal-body .share-card__title .icon {
    width: 20px;
    margin-right: 10px;
}

.preview-modal .modal-body .share-card__share {
    display: flex;
    gap: 10px;
    padding-top: 20px;
    align-items: center;
    justify-content: center;
}

.preview-modal .modal-body .share-card__share .tweet-btn {
    border: 1px solid transparent;
    background-color: #e8f5fe;
    color: hsl(var(--base));
    transition: all 0.2;
}

.preview-modal .modal-body .share-card__share .tweet-btn:hover {
    color: hsl(var(--base-d-300)) !important;
}

.preview-modal .modal-body .share-card__share .tweet-btn:hover i {
    color: hsl(var(--base-d-300)) !important;
}

.preview-modal .modal-body .share-card__share .tweet-btn i {
    color: hsl(var(--base));
}



/* ================================= Donation Setting End =========================== */
/* ================================= Posts CSS Start Here =========================== */
.post-card {
    background-color: hsl(var(--white));
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    padding-block: 20px;
    color: hsl(var(--black)/0.7);
    gap: 0.9375rem;
    font-weight: 500;
    transition: 0.2s all linear;
}

.post-card__icon {
    width: 18px;
}

.post-card:hover {
    box-shadow: 0px 12px 42px -4px rgba(24, 39, 75, 0.05);
}

.posts-page .tab-no-content {
    max-width: 600px;
    margin: 0 auto;
}

.posts-page .tab-no-content__icon {
    width: 50px;
    margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
    .posts-page .tab-no-content__icon {
        margin-bottom: 12px;
    }
}

.posts-page .tab-no-content__title {
    margin-bottom: 1rem;
    font-weight: 500;
}

.posts-page .tab-no-content__desc {
    font-size: 15px;
}

.post-list-card {
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
    padding: 24px 32px;
    border-radius: 8px;
    display: block;
    color: hsl(var(--body-color));
    margin-bottom: 14px;
}

@media screen and (max-width: 575px) {
    .post-list-card {
        padding: 12px 15px;
    }
}

.post-list-card.gallery-card {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.post-list-card.gallery-card .gallery-card__thumb {
    width: 120px;
    align-self: stretch;
}

.post-list-card.gallery-card .gallery-card__thumb img {
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

@media screen and (max-width: 575px) {
    .post-list-card.gallery-card .gallery-card__thumb img {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .post-list-card.gallery-card .gallery-card__thumb {
        width: 100%;
        flex: 1 1 100%;
        height: 150px;
    }
}

.post-list-card.gallery-card .gallery-card__body {
    width: calc(100% - 140px);
}

@media screen and (max-width: 575px) {
    .post-list-card.gallery-card .gallery-card__body {
        width: 100%;
        flex: 1 1 100%;
    }
}

.post-list-card__header {
    padding-bottom: 14px;
    flex-wrap: nowrap;
}

.post-list-card__header p {
    font-size: 14px;
}

.post-list-card__header .date-br {
    display: inline-block;
}

@media screen and (max-width: 450px) {
    .post-list-card__header .date-br {
        display: block;
    }
}

.post-list-card__header .date-br.active {
    display: block;
}

.post-list-card__header .icon {
    font-size: 18px;
}

.post-list-card__header .is-pinned {
    font-size: 14px;
    font-size: 14px;
    background-color: hsl(var(--black)/0.045);
    border-radius: 20px;
    padding: 5px 10px;
    color: hsl(var(--black));
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    gap: 5px;
}

.post-list-card__header .is-pinned .icon {
    font-size: 10px;
    transform: rotate(40deg);
    margin-right: 5px;
}

.post-list-card__time {
    gap: 10px;
}

.post-list-card__action {
    padding: 0;
}

.post-list-card__action.show {
    right: 0 !important;
    left: auto !important;
}

.post-list-card__action .action-list_btn {
    padding: 10px 15px;
    border-bottom: 1px solid hsl(var(--border-color));
    transition: all 0.2s;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: left;
}

.freebie-card-option a.action-list_btn, .freebie-card-option button.action-list_btn {
    padding: 8px 7px;
   
    transition: all 0.2s;
    font-size: 13.5px;
    display: block;
    width: 100%;
    text-align: left;
}

.action-row-border-top {
    border-bottom: 1px solid hsl(var(--border-color));
}

.post-list-card__action .action-list_btn:hover {
    background-color: hsl(var(--black)/0.045);
}

.post-list-card__title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 24px;
}

.post-list-card__footer {
    border-top: 1px solid hsl(var(--border-color));
    padding-top: 24px;
    font-size: 14px;
}

.post-list-card__footer .type {
    font-size: 14px;
}

.post-list-card__status {
    gap: 10px;
}

@media screen and (max-width: 575px) {
    .post-list-card__status {
        gap: 5px;
    }

    .post-list-card__header {
        align-items: flex-start;
    }
}

.post-list-card__react {
    gap: 40px;
}

@media screen and (max-width: 767px) {
    .post-list-card__react {
        gap: 15px;
    }
}

@media screen and (max-width: 575px) {
    .post-list-card__react {
        gap: 5px;
    }
}


/* ================================= Posts CSS End Here =========================== */
/* ================================= Create Post CSS Start Here =========================== */
.create-post-page {
    background-color: hsl(var(--white));
    min-height: 100vh;
}

.create-post-page .back-btn {
    max-width: fit-content;
}

.create-post-page .new-post-form {
    margin-top: 72px;
}

@media screen and (max-width: 991px) {
    .create-post-page .new-post-form {
        margin-top: 62px;
    }
}

@media screen and (max-width: 767px) {
    .create-post-page .new-post-form {
        margin-top: 40px;
    }
}

@media screen and (max-width: 575px) {
    .create-post-page .new-post-form {
        margin-top: 30px;
    }
}

.create-post-page .new-post-form .form-main-aria .post-title {
    font-size: 32px;
    font-family: var(--heading-font);
    border: 0;
    margin-bottom: 32px;
    width: 100%;
}

.create-post-page .new-post-form .form-main-aria .post-title::placeholder {
    color: hsl(var(--black)/0.2);
}

.create-post-page .new-post-form .form-main-aria .post-title:focus {
    outline: none;
}

@media screen and (max-width: 767px) {
    .create-post-page .new-post-form .form-main-aria .post-title {
        font-size: 28px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 575px) {
    .create-post-page .new-post-form .form-main-aria .post-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

.create-post-page .new-post-form .form-main-aria .texteditor__header {
    border-bottom: 0 !important;
    padding-bottom: 0;
    margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
    .create-post-page .new-post-form .form-main-aria .texteditor__header {
        margin-bottom: 5px;
    }
}

.create-post-page .new-post-form .form-main-aria .texteditor__body textarea {
    border: 0;
    min-height: max-content;
    overflow: visible;
}

.create-post-page .new-post-form .form-main-aria .texteditor__body textarea::placeholder {
    color: hsl(var(--black)/0.3);
}

.create-post-page .new-post-form .form-main-aria .texteditor__body textarea:focus {
    outline: none;
}

.create-post-page .new-post-form .sidebar-widgets .publish-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.create-post-page .new-post-form .sidebar-widgets .publish-wrapper .publish-post-btn {
    width: calc(100% - 80px);
    height: 50px;
    border: 1px solid hsl(var(--black)/0.04);
    margin-right: 20px;
    color: hsl(var(--body-color));
    padding: 4px 18px;
}

.create-post-page .new-post-form .sidebar-widgets .publish-wrapper .publish-post-btn.active {
    pointer-events: all;
    background-color: hsl(var(--base));
    color: hsl(var(--gray-white));
}

.create-post-page .new-post-form .sidebar-widgets .publish-wrapper .publish-post-btn.active:hover,
.create-post-page .new-post-form .sidebar-widgets .publish-wrapper .publish-post-btn.active:focus .create-post-page .new-post-form .sidebar-widgets .publish-wrapper .publish-post-btn.active:focus-visible {
    background-color: hsl(var(--base-d-200));
    border: 1px solid hsl(var(--base-d-200));
    color: hsl(var(--gray-white)) !important;
}

.create-post-page .new-post-form .sidebar-widgets .publish-wrapper .publish-time-btn {
    background-color: hsl(var(--black)/0.04);
    height: 50px;
    width: 50px;
}

.create-post-page .new-post-form .sidebar-widgets .publish-wrapper .publish-time-btn:after {
    transition: all 0.3s;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    border: 0;
    font-size: 18px;
    margin: 0 !important;
}

.create-post-page .new-post-form .sidebar-widgets .publish-wrapper .publish-time-btn.show:after {
    transform: rotate(-180deg);
}

.create-post-page .new-post-form .sidebar-widgets .publish-wrapper .publish-time-list {
    position: relative;
    border: 0;
    box-shadow: var(--box-shadow);
    padding: 0;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 7px 10px 2px hsl(var(--black)/0.231)
}


.create-post-page .new-post-form .sidebar-widgets .publish-wrapper .publish-time-list .item {
    padding: 6px 15px;
    transition: all 0.3s;
    cursor: pointer;
}

.create-post-page .new-post-form .sidebar-widgets .publish-wrapper .publish-time-list .item:hover {
    background-color: hsl(var(--black)/0.04);
}

.create-post-page .new-post-form .sidebar-widgets .guid-line {
    font-size: 14px;
    margin-top: 14px;
}

.create-post-page .new-post-form .sidebar-widgets .guid-line a {
    color: hsl(var(--primary)/0.8);
    text-decoration: underline;
}

.create-post-page .new-post-form .sidebar-widgets .guid-line a:hover {
    color: hsl(var(--primary));
}

.create-post-page .new-post-form .sidebar-widgets .widget-card {
    background-color: hsl(var(--black)/0.04);
    margin-top: 24px;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .create-post-page .new-post-form .sidebar-widgets .widget-card {
        margin-top: 18px;
    }
}

@media screen and (max-width: 575px) {
    .create-post-page .new-post-form .sidebar-widgets .widget-card {
        margin-top: 12px;
    }
}

.create-post-page .new-post-form .sidebar-widgets .widget-card__title {
    font-family: var(--body-font);
    font-weight: 500;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-type {
    border-bottom: 1px solid hsl(var(--border-color));
    position: relative;
    width: 100%;
    padding: 24px;
}


@media screen and (max-width: 767px) {
    .create-post-page .new-post-form .sidebar-widgets .widget-card .post-type {
        padding: 18px;
    }
}

@media screen and (max-width: 575px) {
    .create-post-page .new-post-form .sidebar-widgets .widget-card .post-type {
        padding: 12px;
    }
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-type .post-type-selected {
    border: 1px solid hsl(var(--border-color));
    border-radius: 8px;
    background-color: hsl(var(--white));
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding-inline: 15px;
    color: hsl(var(--black));
    cursor: pointer;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-type .post-type-selected .selected-text {
    font-size: 14px;
    align-items: center;
    display: flex;
    gap: 10px;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-type .post-type-selected .selected-text .text {
    font-size: inherit;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-type .post-type-select {
    background-color: hsl(var(--white));
    border-radius: 5px;
    margin-top: 6px;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    width: 85%;
    top: 58px;
}

@media screen and (max-width:991px) {
    .create-post-page .new-post-form .sidebar-widgets .widget-card .post-type .post-type-select {
        width: calc(100% - 32px) !important;
    }

}

@media screen and (max-width:768px) {
    .create-post-page .new-post-form .sidebar-widgets .widget-card .post-type .post-type-select {
        top: 48px !important;
    }

}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-type .post-type-select {
    background-color: hsl(var(--white));
    border-radius: 5px;
    margin-top: 6px;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    width: 85%;
    top: 58px;
}


.create-post-page .new-post-form .sidebar-widgets .widget-card .post-type .post-type-select li {
    width: 100%;
    color: hsl(var(--black));
    cursor: pointer;
    padding: 10px;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-type .post-type-select li:hover {
    background-color: hsl(var(--black)/0.04);
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-type .post-type-select li .select-text {
    font-size: 14px;
    align-items: center;
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    padding: 0;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-type .post-type-select li .select-text .text {
    font-size: inherit;
    font-weight: 500;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-type .post-type-select__desc {
    font-size: 12px;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-category {
    padding: 24px;
}

@media screen and (max-width: 767px) {
    .create-post-page .new-post-form .sidebar-widgets .widget-card .post-category {
        padding: 18px;
    }
}

@media screen and (max-width: 575px) {
    .create-post-page .new-post-form .sidebar-widgets .widget-card .post-category {
        padding: 12px;
    }
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-category__header {
    display: flex;
    justify-content: space-between;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-category__header .edit {
    border-radius: 10px;
    border: 1px solid hsl(var(--border-color));
    height: 100%;
    padding: 2px 10px;
    font-size: 12px;
    cursor: pointer;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .no-post-category {
    text-align: center;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .no-post-category__icon {
    background-color: hsl(var(--black)/0.05);
    color: hsl(var(--black)/0.3);
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 30px;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .no-post-category__desc {
    font-size: 13px;
    width: 80%;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-category-wrapper {
    padding-block: 10px;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-category-wrapper> :not([hidden])~ :not([hidden]) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-category-wrapper> :not([hidden])~ :not([hidden]):last-child {
    margin-bottom: 0;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-category-wrapper .post-category-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-category-wrapper .post-category-list__name {
    margin-top: -2px;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-category-wrapper .post-category-list .close-icon {
    background-color: hsl(var(--black)/0.05);
    width: 15px;
    height: 15px;
    font-size: 12px;
    border-radius: 100%;
    cursor: pointer;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .post-category-wrapper .post-category-list .close-icon:hover {
    background-color: hsl(var(--black)/0.1);
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .create-post-category-btn .category-input {
    background-color: hsl(var(--white));
    margin-bottom: 10px;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .create-post-category-btn .btn {
    background-color: hsl(var(--black)/0.05);
    border-radius: 10px;
    width: 100%;
    color: hsl(var(--black)/0.3);
    transition: all 0.2s;
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .create-post-category-btn .btn .icon {
    transition: all 0.2s;
    color: hsl(var(--black)/0.3);
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .create-post-category-btn .btn:hover {
    color: hsl(var(--black)/0.8);
}

.create-post-page .new-post-form .sidebar-widgets .widget-card .create-post-category-btn .btn:hover .icon {
    color: hsl(var(--black)/0.8);
}

/* ================================= Create Post CSS End Here =========================== */
/* ================================= Message Tab CSS Start Here =========================== */
.message-tab {
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
    padding-top: 20px;
    border-radius: 5px;
}

.message-tab .custom--tab {
    margin-bottom: 0;
}

.message-tab .custom--tab .nav-item .nav-link {
    margin: 8px 15px 0;
    background-color: transparent !important;
    padding: 0;
    padding-bottom: 8px;
    padding-inline: 6px;
    transition: unset;
}

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

.message-tab .custom--tab .nav-item .nav-link.active,
.message-tab .custom--tab .nav-item .nav-link .nav-pills .show>.nav-link {
    border-bottom: 2px solid hsl(var(--black));
}

.message-tab .tab-no-content {
    text-align: center;
}

.message-tab .tab-no-content__icon {
    width: 120px;
}

.message-tab .tab-no-content__title {
    font-size: 18px;
    font-weight: 400;
}

.message-tab .tab-no-content__desc {
    font-size: 14px;
    margin-bottom: 25px;
}

.message-tab .new-message-post-btn {
    height: 50px;
    border: 1px solid hsl(var(--black)/0.04);
    margin-right: 20px;
    color: hsl(var(--body-color));
    margin: 0 auto;
    width: 80px;
    text-align: center;
    width: 200px;
    gap: 10px;
}

.message-tab .new-message-post-btn:hover .icon {
    color: hsl(var(--black));
}

.message-tab .new-message-post-btn .icon {
    transition: all 0.2s;
    font-size: 18px;
    color: hsl(var(--body-color));
}

/* chatbot right design start here */
.chatboard-chat-area .chatboard-chat-left {
    border-right: 1px solid hsl(var(--border-color));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.chatboard-chat-area .chatboard-chat-left__search {
    padding: 16px 16px 0;
    border-bottom: 1px solid hsl(var(--border-color));
}

.chatboard-chat-area .chatboard-chat-left .empty-template {
    flex-direction: column;
    gap: 1rem;
}

.chatboard-chat-area .chatboard-chat-left .empty-template img {
    width: 100px;
}

.chatboard-chat-area .chatboard-chat-left-item {
    padding-top: 0.75rem;
    max-height: 26.5625rem;
    overflow: auto;
}

.chatboard-chat-area .chatboard-chat-left-item .chat {
    padding: 0.5rem 1rem;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.chatboard-chat-area .chatboard-chat-left-item .chat:hover {
    background-color: hsl(var(--black)/0.045);
}

.chatboard-chat-area .chatboard-chat-left-item .chat__img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    overflow: hidden;
}

.chatboard-chat-area .chatboard-chat-left-item .chat__text {
    width: calc(100% - 55px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatboard-chat-area .chatboard-chat-left-bottom {
    padding: 6px 0px;
    padding-top: 20px;
    border-top: 1px solid hsl(var(--border-color));
    width: 100%;
}

.chatboard-chat-area .chatboard-chat-left-bottom .btn {
    width: 90% !important;
    margin: 0 auto;
    height: 50px;
    margin-bottom: 1rem;
}

.chatboard-chat-area .chat-box {
    padding: 1rem;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chatboard-chat-area .chat-box__thread {
    max-height: 550px;
    overflow: auto;
}

.chatboard-chat-area .chat-box .single-message {
    margin-bottom: 1.25rem;
    min-width: 180px;
    max-width: 90%;
    width: fit-content;
}

.chatboard-chat-area .chat-box .single-message .message-content-text {
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}

.chatboard-chat-area .chat-box .single-message.message--left .message-content-text {
    border-radius: 10px 10px 10px 0;
    padding: 8px 10px;
    background-color: hsl(var(--black)/0.045);
    color: hsl(var(--black)/0.6);
}

.chatboard-chat-area .chat-box .single-message.message--right {
    margin-left: auto;
}

.chatboard-chat-area .chat-box .single-message.message--right .message-content-text {
    border-radius: 10px 10px 0 10px;
    padding: 8px 10px;
    background-color: #4582ff;
    color: hsl(var(--white));
}

.chatboard-chat-area .chat-box .message-time {
    font-size: 12px;
    font-style: italic;
}

.chatboard-chat-area .chat-box .chat-message {
    height: auto;
    width: 100%;
    min-height: 50px;
}

.chatboard-chat-area .chat-box .chat-send-btn {
    border-radius: 30px !important;
    position: absolute;
    right: 7px;
    top: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatboard-chat-area .chat-box .chat-send-field textarea.form--control {
    height: 50px !important;
    border-radius: 30px !important;
    width: 100% !important;
    padding-right: 45px;
    padding-block: 17px;
    resize: none;
}

.chatboard-chat-area .chat-box__footer {
    padding: 6px 0px;
    padding-top: 20px;
    border-top: 1px solid hsl(var(--border-color));
}

/* ================================= Message Tab CSS End Here =========================== */
/* =========================== Add image Modal Start Here ========================= */
.add-img-modal .modal-header {
    border-bottom: 0;
}

/* .add-img-modal .gallery-modal-item {
    padding-block: 24px;
} */

.add-img-modal .gallery-modal-item.gallery-img {
    padding-block: 0px;
    margin: 0 auto;
    text-align: center;
    width: 200px;
    height: 200px;
    position: relative;
}

.add-img-modal .gallery-modal-item.gallery-img img {
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
}

.add-img-modal .gallery-modal-item.gallery-img .icon {
    border-radius: 100%;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid hsl(var(--border-color));
    background: hsl(var(--black)/0.45);
    color: hsl(var(--gray-white));
}

.add-img-modal .gallery-modal-item.submit .btn {
    padding-block: 22px;
    font-size: 1.125rem;
}

@media (max-width: 767px) {
    .add-img-modal .gallery-modal-item.gallery-img {
        width: 170px;
        height: 170px;
    }

    .add-img-modal .gallery-modal-item.gallery-img .icon {
        right: 10px;
        bottom: 10px;
    }
}

@media (max-width: 575px) {
    #galleryForm .custom--modal .modal-body {
        padding: 0 15px;
    }

    .add-img-modal .gallery-modal-item.gallery-img {
        width: 150px;
        height: 150px;
    }

    .add-img-modal .gallery-modal-item {
        padding-bottom: 15px;
    }
}

@media (max-width: 424px) {
    #galleryForm .custom--modal .modal-body {
        padding: 0 10px;
    }

    .add-img-modal .gallery-modal-item.gallery-img {
        width: 130px;
        height: 130px;
    }

    .add-img-modal .gallery-modal-item.gallery-img .icon {
        right: 5px;
        bottom: 5px;
    }
}

/* =========================== Add image Modal End Here ========================= */
/* ================================= User Setting Page CSS Start Here =========================== */
.setting-page .multi-page-card__body {
    padding-top: 32px;
}

.setting-list {
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 32px;
}

.setting-list:last-child {
    border-bottom: 0;
}

.setting-list__header {
    padding-top: 40px;
}

.setting-list:first-child .setting-list__header {
    padding-top: 0;
}

.setting-list__title {
    font-weight: 500;
    margin-bottom: 0;
}

.setting-list__check .form--switch {
    margin: 0;
}

@media (max-width: 767px) {
    .setting-list__check .form--switch {
        width: 50px;
        height: 26px;
    }

    .setting-list__check .form--switch .slider:before {
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 3px;
    }

    .setting-list__check .form--switch input:checked+.slider:before {
        -webkit-transform: translateX(24px);
        -ms-transform: translateX(24px);
        transform: translateX(24px);
    }

}

@media (max-width: 575px) {
    .setting-list__header {
        padding-top: 20px;
    }

    .setting-list {
        padding-bottom: 20px;
    }
}

.setting-list__content {
    margin-top: 24px;
    border: 1px solid hsl(var(--border-color));
    padding: 24px;
    border-radius: 10px;
}

.setting-list__content-btns {
    display: flex;
    gap: 10px;
}

.setting-list__content-btns span {
    background-color: transparent;
    cursor: pointer;
}

.setting-list__content-body .milestone {
    width: 100%;
    background-color: hsl(var(--black)/0.045);
    height: 8px;
    border-radius: 5px;
    margin-block: 15px;
    display: flex;
}

.setting-list__content-body .milestone .milestone-bg {
    height: 100%;
    background-color: hsl(var(--base));
    border-radius: 5px;
}

.setting-list__content-body .milestone .icon {
    position: relative;
    top: -9px;
    width: 25px;
    height: 25px;
    left: -3px;
    border-radius: 100%;
    background-color: hsl(var(--base));
    color: hsl(var(--gray-white));
    font-size: 14px;
}

.setting-list__content-title {
    font-weight: 500;
}

.setting-list__content-desc {
    font-size: 16px;
}

.setting-list__select {
    margin-top: 24px;
}

.setting-list__form-group {
    border: 1px solid hsl(var(--border-color));
    border-radius: 5px;
    position: relative;
}

.setting-list__form-group:focus-within {
    border: 1px solid hsl(var(--black)/0.08);
}

.setting-list__form-group input {
    border: 0;
    box-shadow: unset;
    padding-left: 0px;
    border-radius: 10px;
}

.setting-list__form-group input:focus {
    border: 0;
}

.setting-list__form-group .input-group-text {
    border: 0;
    background-color: unset;
    position: relative;
}

.setting-list__form-group .input-group-text::before {
    position: absolute;
    height: 60%;
    width: 1px;
}

.setting-list__form-group .copy-btn {
    position: absolute;
    height: 30px;
    border-radius: 30px !important;
    right: 0;
    top: 8px;
    right: 5px;
    padding: 0;
    padding-inline: 20px;
    cursor: pointer;
    background-color: hsl(var(--black)/0.045);
}

.delete-list {
    padding: 32px 24px;
    border: 1px solid hsl(var(--danger));
    border-radius: 10px;
    margin-top: 24px;
    background: hsl(var(--danger)/0.0345);
    color: hsl(var(--black)/0.8);
}

.delete-list .setting-list__body .setting-list__desc {
    width: 70%;
    margin-top: 24px;
    color: hsl(var(--body-color));
    font-size: 0.875rem;
}

.confirm-modal .modal-title {
    font-weight: 500;
}

.confirm-modal .modal-dialog {
    max-width: 390px;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .delete-list {
        padding: 20px 10px;
    }

    .setting-list__title {
        margin-right: 0;
    }

    .delete-list .setting-list__body .setting-list__desc {
        width: 100%;
        margin-top: 15px;
    }
}

/* ================================= User Setting Page CSS End Here =========================== */
/* ================================= Enable Membership Section CSS Start Here =========================== */
.enable-membership {
    background-color: hsl(var(--white));
    border-radius: 5px;
    padding: 2rem;
    box-shadow: var(--box-shadow);
}

.enable-membership__header {
    text-align: center;
    margin-bottom: 2rem;
}

.enable-membership__title {
    margin-bottom: 0.625rem;
    font-weight: 500;
    font-size: clamp(1.375rem, 1.1475rem + 0.9709vw, 1.875rem);
}

.enable-membership__sub-title {
    font-weight: 500;
    margin-bottom: 1rem;
    color: hsl(var(--black)/0.25);
}

.enable-membership__enable-btn {
    margin: 0 auto;
    align-items: center;
    width: fit-content;
}

.enable-membership__content .feature-section {
    margin-block: 2rem;
}

@media screen and (max-width: 767px) {
    .enable-membership__content .feature-section:nth-child(2n+2) {
        order: 0;
    }
}

.enable-membership__content .feature-section__title {
    font-weight: 500;
}

.enable-membership__content .feature-section__desc {
    line-height: 1.7;
}

/* ================================= Enable Membership Section CSS End Here =========================== */
/* ================================= Membership Setting Page CSS Start Here =========================== */
.membership-setting-page .multi-page-card__body {
    padding-top: 0;
}

.membership-setting-page .setting-list__header {
    justify-content: space-between;
}

.membership-setting-page .setting-list__title {
    margin-bottom: 0;
}

.membership-setting-page .setting-list__form-group {
    border: 0;
    margin-top: 1.5rem;
}

.membership-setting-page .setting-list__form-group input {
    padding-left: 1.5rem;
    border: 1px solid hsl(var(--border-color));
}

.membership-setting-page .setting-list__form-group .setting-list__select {
    margin-top: 0;
}

.membership-setting-page .setting-list__form-group .btn {
    background-color: hsl(var(--black)/0.045);
    border: 1px solid hsl(var(--border-color));
    min-width: max-content;
}

@media screen and (max-width: 767px) {
    .membership-setting-page .setting-list__form-group .btn {
        width: 100%;
    }
}

/* ================================= Membership Setting Page CSS End Here =========================== */
/* ================================= Membership Level CSS Start Here =========================== */
.lifetime-membership {
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
    border-radius: 3px;
    padding: 2rem;
    margin-top: 2rem;
}


@media screen and (max-width: 767px) {
    .lifetime-membership {
        padding: 1.25rem;
    }
}

.lifetime-membership-wrapper {
    padding: 2rem;
    background-color: #e4faff;
}

@media screen and (max-width: 767px) {
    .lifetime-membership-wrapper {
        padding: 1.25rem;
    }
}

.lifetime-membership__thumb {
    max-width: 200px;
}

.lifetime-membership__thumb img {
    height: inherit;
}

.lifetime-membership__title {
    font-weight: 500;
}

.lifetime-membership__desc {
    color: hsl(var(--black));
    font-size: 0.9375rem;
}

.lifetime-membership__btn {
    margin-top: 1.375rem;
}

.lifetime-membership__btn .btn {
    background-color: hsl(var(--black)/0.8);
    color: hsl(var(--gray-white));
}

@media screen and (max-width: 374px) {
    .lifetime-membership__btn .btn {
        padding-inline: 0;
    }
}

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

/* ================================= Membership Level CSS End Here =========================== */
/* ================================= New Membership Page CSS Start Here =========================== */
.new-membership-level-page .template__inner {
    margin-block: 80px 40px;
    padding-inline: 1rem;
}

.new-membership-level-page .template__inner .back-btn {
    max-width: fit-content;
    margin-bottom: 16px;
}

.new-membership-level-page .membership-content {
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
    border-radius: 4px;
    padding: 2rem;
}

.new-membership-level-page .membership-content> :not([hidden])~ :not([hidden]) {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.new-membership-level-page .membership-content> :not([hidden])~ :not([hidden]):last-child {
    margin-bottom: 0;
}

.new-membership-level-page .membership-content textarea {
    resize: none;
}

.new-membership-level-page .membership-content__title {
    font-size: 16px;
    font-weight: 500;
}

.new-membership-level-page .membership-content__desc {
    padding-bottom: 1.25rem;
}

.new-membership-level-page .membership-content__desc p:not(:first-child) {
    margin-top: 0.625rem;
}

.new-membership-level-page .membership-content__price {
    border: 1px solid hsl(var(--border-color));
    border-radius: 5px;
}

.new-membership-level-page .membership-content__price:focus-within {
    border: 1px solid #83838373;
}

.new-membership-level-page .membership-content__price input {
    border: 0;
    box-shadow: unset;
    margin-inline: 0 !important;
}

.new-membership-level-page .membership-content__price span {
    border: 0;
    position: relative;
    background: unset;
}

.new-membership-level-page .membership-content__price span::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: hsl(var(--border-color));
}

.new-membership-level-page .membership-content__price span:last-child::after {
    display: none;
}

.new-membership-level-page .membership-content__price .input-group-text {
    color: hsl(var(--body-color));
    font-size: 14px;
}

.new-membership-level-page .membership-content__img-upload {
    cursor: pointer;
    border: 1px dashed hsl(var(--border-color));
    padding: 32px;
    border-radius: 10px;
    position: relative;
    flex-direction: column;
    transition: all 0.3s;
}

@media (max-width: 425px) {
    .new-membership-level-page .membership-content__img-upload {
        padding: 20px;
    }
}

.new-membership-level-page .membership-content__img-upload:hover {
    border-color: #83838373;
    background-color: hsl(var(--black)/0.025);
}

.new-membership-level-page .membership-content__img-upload .default-file-input {
    opacity: 0;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.new-membership-level-page .membership-content__img-upload .icon {
    text-align: center;
    font-size: 40px;
}

.new-membership-level-page .membership-content__img-upload .edit-lv-img {
    border-radius: 5px;
    margin-bottom: 7px;
}

.new-membership-level-page .membership-card-content__title {
    font-size: 16px;
    font-weight: 500;
}

.new-membership-level-page .membership-card-content .preview-card {
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
    border-radius: 2px;
    padding: 2rem;
}

.new-membership-level-page .membership-card-content .preview-card__title {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
}

.new-membership-level-page .membership-card-content .preview-card__price {
    text-align: center;
    font-size: 30px;
    color: hsl(var(--black));
}

.new-membership-level-page .membership-card-content .preview-card__price .times {
    font-size: 12px;
    color: hsl(var(--body-color));
    display: block;
}

.new-membership-level-page .membership-card-content .preview-card__btn {
    margin-top: 1.25rem;
}

.new-membership-level-page .membership-card-content .preview-card__list> :not([hidden])~ :not([hidden]) {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.new-membership-level-page .membership-card-content .preview-card__list> :not([hidden])~ :not([hidden]):last-child {
    margin-bottom: 0;
}

.new-membership-level-page .membership-card-content .preview-card__list-items {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.25rem;
    font-weight: 500;
}

.new-membership-level-page .membership-card-content .preview-card__list-items .icon {
    width: 15px;
    color: hsl(var(--body-color));
}

.membershipModal .preview-card__list-items .icon {
    color: hsl(var(--base));
}

.new-membership-level-page .membership-card-content .preview-card__list-items .text {
    font-weight: 400;
    font-size: 14px;
    color: hsl(var(--black)/0.8);
}

@media (max-width: 1199px) {

    .new-membership-level-page .membership-content,
    .new-membership-level-page .membership-card-content .preview-card {
        padding: 25px 15px;
    }

    .new-membership-level-page .membership-content> :not([hidden])~ :not([hidden]) {
        margin-bottom: 10px !important;
    }

    .new-membership-level-page .membership-content> :not([hidden])~ :not([hidden]) {
        margin-top: 15px !important;
    }
}

/* ================================= New Membership Page CSS End Here =========================== */
/* ================================= User Profile Page CSS Start Here =========================== */
@media (max-width: 991px) {
    .user-profile {
        position: relative;
    }
}

.user-profile .profile-template {
    /* overflow-x: hidden; */
}

.user-profile .profile-template.auth {
    margin-top: 20px;
}

.user-profile .profile-template__header {
    width: 100%;
}

 
 
  
.profile-header .cover-img-btns {
    height: 100%;
    opacity: 0;
    visibility: hidden;
    padding-right: 56px;
    padding-bottom: 20px;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 15px;
    transition: all 0.3s;
}

.profile-header .cover-img-btns input[type=file] {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.profile-header .cover-img-btns .btn--outline {
    background-color: hsl(var(--gray-white));
}

 
 

.profile-header:not(.bg-img) .cover-img-btns {
    display: none;
}


.user-profile .profile-template__header .profile-img {
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid hsl(var(--white));
    margin: 0 auto;
    margin-top: 30px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .user-profile .profile-template__header .profile-img {
        width: 100px;
        height: 100px;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .user-profile .profile-template__header .profile-img {
        width: 90px;
        height: 90px;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .user-profile .profile-template__header .profile-img {
        width: 90px;
        height: 90px;
        margin-top: 20px;
    }
}


.user-profile .profile-template__header .profile-img img {
    border-radius: inherit;
}

.user-profile .profile-template__body .profile-name {
    margin-block: 0.45rem 0.45rem;
    font-weight: 500;
}

.user-profile .profile-template__body .profile-creation {
    font-weight: 400;
}

.user-profile .profile-template__body .profile-menu {
    border-bottom: 1px solid hsl(var(--border-color));
    display: flex;
    justify-content: center;
    gap: 25px;
    padding-inline: 16px;
    flex-wrap: wrap;
}

.user-profile .profile-template__body .profile-menu__item {
    padding-bottom: 0.4rem;
}

@media screen and (max-width: 767px) {
    .user-profile .profile-template__body .profile-menu__item {
        padding-bottom: 0.5rem;
    }
}

.user-profile .profile-template__body .profile-menu__item.active {
    border-bottom: 2px solid hsl(var(--base));
}

.user-profile .profile-template__body .profile-menu__item.active .profile-menu__link {
    color: hsl(var(--base));
}

.user-profile .profile-template__body .profile-menu__link {
    font-weight: 500;
    color: hsl(var(--body-color));
    transition: all 0.3s;
}

.user-profile .profile-template__body .profile-menu__link:hover {
    color: hsl(var(--black));
}

@media screen and (max-width: 767px) {
    .user-profile .profile-template__body .profile-menu__link {
        font-size: 14px;
    }
}

.user-profile .profile-template__body .post {
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    padding: 18px 24px;
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 767px) {
    .user-profile .profile-template__body .post {
        padding-inline: 10px;
    }
}

.user-profile .profile-template__body .post__content {
    color: hsl(var(--body-color));
}

.user-profile .profile-template__body .post__date {
    font-weight: 600;
    color: hsl(var(--black)/0.6);
    font-size: 14px;
}

.user-profile .profile-template__body .post__title {
    font-size: clamp(1.125rem, 0.9028rem + 1.1111vw, 1.25rem);
    font-weight: 500;
}

.user-profile .profile-template__body .post__desc, .user-profile .profile-template__body .post__desc * {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: auto;
}

@media screen and (max-width: 767px) {
    .user-profile .profile-template__body .post__desc  * {
        font-size: 14px;
    }
}

.user-profile .profile-template__body .post__footer {
    margin-top: 10px;
}

.user-profile .profile-template__body .post__footer .react {
    gap: 5px;
}

.user-profile .profile-template__body .post__footer .react .icon {
    cursor: pointer;
}

.user-profile .profile-template__body .post__footer .isPined {
    font-size: 14px;
}

.user-profile .profile-template__body .post__footer .isPined .icon {
    font-size: 12px;
    transform: rotate(50deg);
    margin-right: 5px;
}

.user-profile .profile-template__body .home-content {
    padding-inline: 16px;
}

.user-profile .profile-template__body .home-content .content-list~.content-list {
    margin-block: 1.7rem;
}

.user-profile .profile-template__body .home-content .content-list~.content-list:last-child {
    margin-bottom: 0;
}

.user-profile .profile-template__body .home-content .content-list__title {
    color: hsl(var(--black)/0.3);
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .user-profile .profile-template__body .home-content .content-list__title {
        font-size: 14px;
    }
}

.user-profile .profile-template__body .home-content .content-list .home-extra-card {
    display: flex;
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    flex-wrap: wrap;
}

.user-profile .profile-template__body .home-content .content-list .home-extra-card__thumb {
    background-color: #eff2ff;
    align-self: stretch;
    height: 180px;
    flex: 0 1 200px;
}

.user-profile .profile-template__body .home-content .content-list .home-extra-card__thumb img {
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .user-profile .profile-template__body .home-content .content-list .home-extra-card__thumb {
        flex-basis: 100%;
        flex-grow: 1;
        height: 150px;
    }

    .user-profile .profile-template__body .home-content .content-list .home-extra-card__thumb img {
        border-radius: 10px 10px 0 0;
    }
}

.user-profile .profile-template__body .home-content .content-list .home-extra-card__title,
.user-profile .profile-template__body .home-content .content-list .home-extra-card__price {
    font-weight: 500;
    font-size: clamp(1.125rem, 0.6806rem + 2.2222vw, 1.375rem);
    margin-bottom: 14px;
}

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

    .user-profile .profile-template__body .home-content .content-list .home-extra-card__title:last-child,
    .user-profile .profile-template__body .home-content .content-list .home-extra-card__price:last-child {
        padding-top: 14px;
    }
}

.user-profile .profile-template__body .home-content .content-list .home-extra-card__content {
    flex: 1 1 calc(100% - 200px);
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .user-profile .profile-template__body .home-content .content-list .home-extra-card__content {
        padding-inline: 10px;
    }
}

.user-profile .profile-template__body .home-content .content-list .home-extra-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: auto;
}

@media screen and (max-width: 767px) {
    .user-profile .profile-template__body .home-content .content-list .home-extra-card__desc {
        font-size: 14px;
    }
}

.user-profile .profile-template__body .home-content .content-list .home-extra-card__price {
    margin-top: auto;
    margin-bottom: 0;
}

.user-profile .profile-template__body .buy-coffee-card {
    border-radius: 2px;
    padding: 18px 22px;
    border-radius: 10px;
    border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 767px) {
    .user-profile .profile-template__body .buy-coffee-card {
        padding-inline: 10px;
    }
}

.user-profile .profile-template__body .buy-coffee-card__title {
    font-weight: 500;
    font-size: clamp(1.375rem, 0.4299rem + 4.6243vw, 1.875rem);
}

.user-profile .profile-template__body .buy-coffee-card__title .name {
    color: hsl(var(--black)/0.7);
}

.user-profile .profile-template__body .buy-coffee-card__list {
    display: flex;
   /* justify-content: space-between;*/
    align-content: center;
    gap: 10px;
    border: 1px solid hsl(var(--base));
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: hsl(var(--base)/0.03);
    flex-wrap: wrap;
}

@media screen and (max-width: 1025px) {
    .user-profile .profile-template__body .buy-coffee-card__list {
        padding: 10px;
    }
}

.user-profile .profile-template__body .buy-coffee-card__list .coffee-cup {
    width: 3rem;
    /*height: 2.8125rem;*/
    flex-shrink: 0;
    display: inline-grid;
    place-items: center;
    font-size: 30px;
}


@media screen and (max-width: 424px) {
    .user-profile .profile-template__body .buy-coffee-card__list .coffee-cup {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 374px) {
    .user-profile .profile-template__body .buy-coffee-card__list .coffee-cup {
        height: 30px;
        width: 30px;
        font-size: 24px;
        display: grid;
        place-items: center;
    }
}

.user-profile .profile-template__body .buy-coffee-card__list .times {
    align-self: center;
}

.user-profile .profile-template__body .buy-coffee-card__list .coffee-no-of-cups {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.user-profile .profile-template__body .buy-coffee-card__list .number-of-cup {
    flex-shrink: 0;
    cursor: pointer;
    min-width: 57px;
    height: 57px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 50%;
    color: hsl(var(--base));
    background-color: hsl(var(--gray-white));
    border: 1px solid hsl(var(--base)/0.4);
}

@media screen and (max-width: 424px) {
    .user-profile .profile-template__body .buy-coffee-card__list .number-of-cup {
       /* min-width: 35px;
        height: 35px;
        padding-left: 3px;
        padding-right: 3px;*/
    }

    .user-profile .profile-template__body .buy-coffee-card__list .number-of-cup:not(:nth-child(-n+3)) {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    .user-profile .profile-template__body .buy-coffee-card__list .number-of-cup {
      /*  min-width: 30px;
        height: 30px;
        padding-left: 3px;
        padding-right: 3px;*/
    }
}

.coffee-no-of-cups .number-of-cup.active {
    font-weight: 500;
    color: hsl(var(--black)) !important;
    background-color: hsl(var(--base)) !important;
    border: 1px solid hsl(var(--base)) !important;
}

.user-profile .profile-template__body .buy-coffee-card__list .custom-cups input[type^=number] {
    text-align: center;
    width: 68px;
    padding: 5px;
    height: 40px;
    background-color: hsl(var(--gray-white));
}

@media screen and (max-width: 424px) {
    .user-profile .profile-template__body .buy-coffee-card__list .custom-cups input[type^=number] {
       /* width: 40px;
        height: 35px;*/
    }
}

@media screen and (max-width: 374px) {
    .user-profile .profile-template__body .buy-coffee-card__list .custom-cups input[type^=number] {
       /*  height: 30px;*/
    }
}



.user-profile .profile-template__body .buy-coffee-card .form-group textarea:not(:placeholder-shown)~.privet-message {
    display: flex;
    align-items: center;
}

.user-profile .profile-template__body .gallery-content .add-img {
    width: fit-content;
}

.user-profile .profile-template__body .gallery-content .add-img input {
    position: absolute;
    inset: 0;
}

.user-profile .profile-template__body .post-content {
    padding-inline: 1rem;
}

.user-profile .profile-template__body .post-content .content-list:not(:last-child) {
    margin-bottom: 16px;
}

.user-profile .profile-template__body .post-content .post-list-card {
    padding: 0;
    border: 1px solid hsl(var(--border-color));
}

.user-profile .profile-template__body .post-content .post-list-card__title {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 16px 24px;
    color: hsl(var(--black));
}

@media screen and (max-width: 767px) {
    .user-profile .profile-template__body .post-content .post-list-card__title {
        padding: 16px 10px 5px;
    }
}

.user-profile .profile-template__body .post-content .post-list-card__link {
    display: block;
    padding: 16px 24px;
    transition: all 0.3s;
    border-bottom: 1px solid hsl(var(--border-color));
    color: hsl(var(--black)/0.6);
}

.user-profile .profile-template__body .post-content .post-list-card__link .title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .user-profile .profile-template__body .post-content .post-list-card__link {
        padding: 16px 10px;
    }
}

.user-profile .profile-template__body .post-content .post-list-card__link:hover {
    background-color: hsl(var(--base)/0.045);
}


@media screen and (max-width: 1199px) {
    .user-profile .profile-template__body .buy-coffee-card__list .coffee-no-of-cups {
        gap: 4px;
    }

    .user-profile .profile-template__body .buy-coffee-card__list .number-of-cup {
       /* min-width: 35px;
        height: 35px;
        padding-left: 2px;
        padding-right: 2px;*/
    }

    .user-profile .profile-template__body .buy-coffee-card__list .custom-cups input[type^=number] {
      /*  width: 40px;
        padding: 5px;
        height: 35px;*/
    }
}

@media screen and (max-width: 575px) {
    .user-profile .profile-template__body .buy-coffee-card__list .custom-cups input[type^=number] {
         /* padding: 5px 2px;*/
    }
}

/* ================================= User Profile Page CSS End Here =========================== */
/* =========================================== Account CSS Start Here =========================*/
.account {
    background-color: hsl(var(--white));
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.account-inner {
    position: relative;
}

.account-form {
    box-shadow: 0 6px 20px hsl(var(--black)/0.07);
    background-color: hsl(var(--gray-white)/0.1);
    padding: 50px;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .account-form {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 991px) {
    .account-form {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-form {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 575px) {
    .account-form {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 424px) {
    .account-form {
        padding: 20px 10px;
    }
}

.account-form input:focus {
    box-shadow: none;
}

.account-thumb {
    width: 100%;
    height: 100%;
}

.account-thumb img {
    object-fit: contain;
    width: 100%;
}

.social-or {
    display: block;
    text-align: center;
    width: 30px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.social-or::before,
.social-or::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 35%;
    height: 1px;
    background-color: hsl(var(--border-color));
}

.social-or::after {
    left: auto;
    right: 0;
}

.social-login {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-login .login-item {
    flex: 1 0 calc(33% - 15px);
}


@media screen and (max-width: 424px) {
    .social-login .login-item {
        flex: 1 0 100%;
    }
}

.social-login .login-link {
    background-color: hsl(var(--base)/0.2);
    justify-content: center;
    gap: 10px;
    padding-block: 10px;
    border-radius: 30px;
    transition: 0.3s;
}

.social-login .login-link:hover {
    background-color: hsl(var(--base));
}

@media screen and (max-width: 424px) {
    .social-or::before,
    .social-or::after {
        width: 25%;

    }
}

/* ============================================ Account CSS End Here ====================================*/
.complete-profile.user-profile {
    background-color: hsl(var(--white));
}

@media (max-width: 576px) {
    .complete-profile.user-profile {
        padding: 90px 0 !important;
    }
}

.complete-profile .upload-profile-img {
    border: 1px dashed hsl(var(--border-color));
    border-radius: 100%;
    width: 120px;
    height: 120px;
    margin-inline: auto;
    position: relative;
    font-size: 25px;
}

.complete-profile .upload-profile-img input[type=file] {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

.complete-profile .uploded-profile-img {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    margin-inline: auto;
}

.complete-profile .uploded-profile-img img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.complete-profile .uploded-profile-img input[type=file] {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
}

/* Gallary Images popup start*/
.gallery-img .icon {
    right: 25px;
    bottom: 25px;
}

.gallery-img input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

/* Gallary Images popup end*/

/*====== emoji css start here ======*/
.emojionearea-editor {
    overflow: hidden !important;
}

.emojionearea .emojionearea-button {
    z-index: 5;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 100%;
    opacity: 0.6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.emojionearea .emojionearea-editor {
    min-height: 38px;
    max-height: 38px;
}

.profile-item__content .emojionearea.form--control {
    width: 80px;
    height: 39px;
    margin-right: 10px;
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter>img {
    width: 18px;
    height: 18px;
    margin: 0 3px;
    box-shadow: none !important;
}

.emojionearea,
.emojionearea.form-control {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

@media screen and (max-width: 575px) {
    .emojionearea .emojionearea-picker .emojionearea-search-panel {
        padding-right: 8px;
    }
}

@media screen and (max-width: 575px) {
    .emojionearea .emojionearea-picker .emojionearea-search {
        width: 100%;
    }
}

.emojionearea .emojionearea-picker .emojionearea-search>input {
    font-size: 0.75rem;
    border: 1px solid hsl(var(--black)/0.2);
    border-radius: 3px;
    padding: 13px 8px;
    min-width: 145px;
    width: 145px;
    line-height: 1;
}

.emojionearea .emojionearea-picker .emojionearea-search>input::placeholder {
    font-size: 0.75rem;
}

@media screen and (max-width: 575px) {
    .emojionearea .emojionearea-picker .emojionearea-search>input {
        min-width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 575px) {
    .emojionearea .emojionearea-picker .emojionearea-tones {
        display: none;
    }
}

.emojionearea .emojionearea-button.active+.emojionearea-picker-position-bottom {
    margin-top: 10px;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
    top: 35px;
}

@media screen and (max-width: 767px) {
    .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
        right: unset;
        left: -100%;
    }
}

@media screen and (max-width: 575px) {
    .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
        left: 0;
    }
}

@media screen and (max-width: 767px) {
    .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after {
        left: 85px;
        right: unset;
    }
}

@media screen and (max-width: 575px) {
    .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after {
        left: 10px;
    }
}

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

    .emojionearea .emojionearea-picker,
    .emojionearea .emojionearea-picker .emojionearea-wrapper {
        width: 250px;
        height: 250px;
    }
}

.emojionearea .emojionearea-picker .emojionearea-filters {
    height: 34px !important;
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter {
    height: 34px !important;
    width: 28px !important;
}

/*====== emoji css End here ======*/
.profile-item .edit-profile-image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 1px solid hsl(var(--border-color));
    position: relative;
    cursor: pointer;
    margin-inline: auto;
}

.profile-item .edit-profile-image img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
}

.profile-item .edit-profile-image .edit-image-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 3px;
    background-color: hsl(var(--gray-white));
    border-radius: 100%;

}

.profile-item .edit-profile-image .edit-image-icon i {
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--black));
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.complete-profile .profile-item .edit-profile-image img {
    object-fit: cover;
}

.footer-area {
    background-color: hsl(var(--white));
    margin-top: 130px;
}

.banner-content__input .input-group-text {
    white-space: break-spaces;
}

.banner-content__input input {
    min-width: 90px;
}

/* .post-details-card .target-audience */
.post-details-card {
    border: 1px solid hsl(var(--border-color));
    padding: 30px;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    background-color: hsl(var(--white));
}

.post-details-card .post-details__head .target-audience {
    background-color: hsl(var(--base)/0.1);
    gap: 5px;
    max-width: fit-content;
    padding: 5px 10px;
    border-radius: 20px;
    color: hsl(var(--black))
}

.post-details-card .post-details__head .target-audience .text {
    font-size: 14px;
}

.post-details-card .post-details__head .title {
    margin-top: 20px;
    margin-bottom: 0;
}

.post-details-card .post-details__head .publish-time .btn {
    font-size: 14px;
    height: 30px;
}

.post-details-card .post-details__head .publish-time .date {
    font-size: 14px;
}

.post-details-card .post-details__body {
    padding-block: 20px;
}

.post-details-card .post-details__body .support {
    text-align: center;
    margin-top: 80px;
}

.post-details-card .post-details__body .support .support__subtitle {
    margin-bottom: 5px;
    width: fit-content;
    position: relative;
    margin-inline: auto;
}

.post-details-card .post-details__body .support .support__subtitle::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    background-color: red;
    background: linear-gradient(90deg, hsl(var(--base)) 0%, hsl(var(--base-l-200)) 35%, hsl(var(--white)) 100%);
}

.post-details-card .post-details__body .support .support__title {
    margin-bottom: 10px;
}

.post-details-card .post-details__body .support .support__button .btn {
    margin-inline: auto;
}

.post-details-card .post-details__footer .react-list {
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 20px;
}

.post-details-card .post-details__footer .react-list .count {
    font-size: 14px;
    line-height: 1;
}



.post-details-card .post-details__footer .react-list .user-upload {
    width: 15px;
}

.post-details-card .post-details__footer .comments .profile-thumb {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    border: 1px solid hsl(var(--border-color));
    padding: 1px;
    display: grid;
    place-items: center;
}

.post-details-card .post-details__footer .comments .profile-thumb img {
    border-radius: 100%;
    height: 100%;
}

.post-details-card .post-details__footer .comments .send__comment {
    flex-grow: 1;
}

.post-details-card .post-details__footer .comments .input-group {
    flex-wrap: nowrap;
    overflow: hidden;
}

.post-details-card .post-details__footer .comments .post-comment {
    height: 50px;
    resize: none;
    border: 0 !important;
    max-height: 130px;
    line-height: 1.5;

}

.post-details-card .post-details__footer .comments .comment-send-btn {
    padding: 0.25rem 1rem;
    font-size: 1rem;
}

.post-details-card .post-details__footer .comments .comment-send-btn:hover {
    border: 0 !important;
}

.post-details-card .post-details__footer .comments .send-comment {
    margin-bottom: 20px;
    row-gap: 5px !important;
}

.post-details-card .comment-list {
    margin-bottom: 20px;
}

.post-details-card .comment-list .comment-text {
    margin-bottom: 3px;
    width: 100%;
    justify-content: space-between;
}

.post-details-card .comment-list .comment-text .profile-info {

    width: calc(100% - 16px);
}

.post-details-card .comment-list .comment-text .profile-info .profile-content {
    line-height: 1;
    width: calc(100% - 51px);
}

.post-details-card .comment-list .comment-text .profile-info .profile-name {
    margin-block: 0;

}

.post-details-card .comment-list .comment-text .profile-info .comment-time {
    font-size: 12px;
}

.post-details-card .comment-list .post-comment-text {
    font-size: 14px;
    margin-left: 50px;

}

@media screen and (max-width:425px) {
    .post-details-card .comment-list .comment-text .profile-info .comment-time {
        flex-basis: 100%;
    }

    .post-details-card .comment-list .comment-text .profile-info .comment-time {
        flex-basis: 100%;
    }

    .post-details-card .comment-list .post-comment-text {
        margin-left: 0;
    }

}

@media screen and (max-width:768px) {
    .post-details-card .comment-list {
        margin-bottom: 15px;
    }

}

.donation-indicate .icon {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    padding: 5px;
    display: grid;
    place-items: center;
    background: hsl(var(--base-d-100));
}

.gift-indicate .icon {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    padding: 5px;
    display: grid;
    place-items: center;
    background: hsl(var(--base-d-100));
}

#supportModal .buy-coffee-card {
    border: 0;
    padding-top: 0;
}

.post .post__footer .react .icon.comment {
    cursor: default;
}

.post-details-card .post-details__footer .like {
    cursor: pointer;
}

.icon .user-login {
    color: rgba(9, 9, 9, 0.591);
}

/*---------------------------------------
    List
-----------------------------------------*/
.list {
    display: flex;
    flex-direction: column;
    gap: var(--gap, 1rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.list--row {
    flex-direction: row;
}

.list--base>li {
    position: relative;
    display: flex;
    align-items: center;
}

.list--base>li::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    margin-right: 15px;
    background: hsl(var(--base));
    box-shadow: 0 0 0 5px hsl(var(--base)/0.2);
}

.list--check>li {
    position: relative;
    display: flex;
    align-items: center;
    color: hsl(var(--heading));
}

.list--check>li::before {
    content: "\f00c";
    font-family: "Line Awesome Free";
    font-weight: 900;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1;
    color: hsl(var(--base));
}


/*---------------------------------------
    Gallery
-----------------------------------------*/
.gallery {
    gap: 0;
    width: 100%;
    
   
}

.gallery li {
   
    position: relative;
    padding: 5px;
}

.gallery li:hover .gallery__share {
    opacity: 1;
    visibility: visible;
}

.gallery li:hover .gallery__link::after {
    inset: 0;
    opacity: 1;
}

.gallery li:hover .gallery__content {
    opacity: 1;
    visibility: visible;
}

.gallery__link {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    height: 100%;
}

.gallery__link::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(transparent, hsl(var(--black)/0.7));
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}

.gallery__img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    object-fit: cover;
    vertical-align: bottom;
    transition: all 0.3s ease;
    transform-origin: center;
    position: relative;
    z-index: -1;
}

.gallery__premium {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    font-size: 16px;
    background: hsl(var(--black)/0.5);
    backdrop-filter: blur(2px);
    color: hsl(var(--warning));
}

.gallery__content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 10px;
    color: hsl(var(--white));
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.gallery__title {
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 0;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    font-family: var(--heading-font);
    font-size: 14px;
}

.gallery__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.gallery__author {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.gallery__user {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.gallery__user-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__user-name {
    display: block;
    font-size: 13px;
    max-width: 12ch;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gallery__like {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    flex-shrink: 0;
}

.gallery__like-num {
    font-size: 13px;
}

.gallery__share {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.gallery__list {
    --gap: 5px;
}

.gallery__btn {
    border: none;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    /*background: hsl(var(--white));*/
    color: hsl(var(--black));
    transition: all 0.3s ease;
    border-radius: 3px;
    font-size: 18px;
}

.gallery__btn:hover {
    background: hsl(var(--base));
    color: hsl(var(--white));
}



.gallery--sm li {
    position: relative;
}

@media screen and (min-width: 576px) {
    .gallery--sm li {
        width: calc(50% - 1rem);
    }
}

@media screen and (min-width: 992px) {
    .gallery--sm li {
        width: calc(25% - 1rem);
    }
}

.gallery--sm li:hover .gallery__content {
    visibility: visible;
    opacity: 1;
}

.gallery--sm li:hover .gallery__share {
    visibility: visible;
    opacity: 1;
}

/* gallery-photo-css-end */

.comment-send-btn[disabled] {
    pointer-events: none;
}

.gallery-details .gallery-details .post-img {
    width: 100%;
    object-fit: cover;
}

.gallery-details .authour-info {
    gap: 10px;
}

.gallery-details .authour-info .thumb {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}

.gallery-details .authour-info .author-name {
    margin-bottom: 0;
}

.gallery-details .header-left {
    margin-bottom: 0;
    gap: 20px;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .post-details-card {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 424px) {
    .gallery-details .authour-info .thumb {
        width: 35px;
        height: 35px;
    }

    .gallery-details .header-left {
        width: 100%;
        justify-content: flex-start;
        padding-left: 45px;
    }
}

@media (max-width: 375px) {
    .gallery-details .authour-info {
        display: block;
    }

    .gallery-details .header-left {
        padding-left: 0;
    }
}

.post-details__body .post-img {
    width: 100%;
    height: 350px;
}

.post-details__body .post-img .thumb {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.post-details-card .gallery-author .target-audience {
    background-color: transparent;
    padding-block: 2px;
}

.visible-member {
    height: 350px;
    width: 100%;
    background-color: hsl(var(--gray-white));
    background-image: linear-gradient(90deg, hsl(var(--black) /0.2) 0%, hsl(var(--base-d-800)/ 0.5) 100%);
    border-radius: 10px;
    color: hsl(var(--white));
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    max-height: 100%;
}



.visible-member .icon {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    margin-inline: auto;
}


.visible-member .title {
    color: hsl(var(--white));
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.visible-member .join-btn {
    background-color: hsl(var(--white));
    max-width: fit-content;
    margin-inline: auto;
}

.visible-member .member-login a {
    margin-left: 10px;
    color: hsl(var(--white));
    text-decoration: underline;
}

@media screen and (max-width:768px) {
    .visible-member .icon {
        gap: 5px;
    }

    .visible-member {
        height: 300px;
    }
}

@media screen and (max-width: 575px) {
    .visible-member {
        height: 240px;
    }
}

.dropdown-menu.share-action {
    width: 340px;
    padding: 10px;
}

.share-action .copy-link {
    border-radius: 5px;
}

.share-action .copy-link .copy-btn {
    background-color: hsl(var(--gray-white));
    border-left: 1px solid hsl(var(--border-color));
    cursor: pointer;
    gap: 5px;
}

.share-action .social-list {
    margin-top: 10px;
    justify-content: space-between;
}


.share-action .copy-link .copy-input {
    padding: 5px 2px 5px 0;
    font-size: 14px;
}

.share-action .social-list .social-btn {
    color: hsl(var(--white)) !important;
    padding: 5px 10px;
    gap: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.share-action .social-list .facebook {
    background-color: #1877f2;
}

.share-action .social-list .linkedin {
    background-color: #0a66c2;
}

.share-action .social-list .twitter {
    background-color: #1d9bf0;
}

.share-action .copy-link .input-group-text::after {
    display: none;
}

.share-action .copy-link .form--control:disabled {
    background-color: transparent !important;
    border: 0;
    color: hsl(var(--black)/ 0.5);
}

@media screen and (max-width:425px) {
    .dropdown-menu.share-action {
        width: 300px;
        padding: 5px;
    }

    .share-action .social-list .social-btn {
        padding: 5px 8px;
    }
}

.header-share .close-preview {
    position: absolute;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
}

@media (max-width: 425px) {
    .header-share .close-preview {
        width: 15px;
        height: 15px;
        font-size: 13px;
        top: 3px;
        left: auto;
        right: 3px;
        padding: 2px;
    }
}

.header-share .share-card__share .page-share-btn {
    flex: 1;
    border: 1px solid hsl(var(--border-color)) !important;
    border-radius: 10px;
}

.page-share-btn.facebook .icon,
.tip-section .facebook {
    color: #1877f2;

}

.page-share-btn.linkedin .icon,
.tip-section .linkedin {
    color: #0a66c2;

}

.page-share-btn.twitter .icon,
.tip-section .twitter {
    color: #1d9bf0;
}

.page-share-btn.instagram .icon,
.tip-section .instagram {
    color: #d62976;
}

.tip-section .youtube {
    color: #c4302b;
}

.tip-section .pinterest {
    color: #E60023;
}

.tip-section .whatsapp {
    color: #128c7e;
}

.tip-section li i {
    font-size: 25px;
}

.tip-section {
    background-color: hsl(var(--base)/.05);
}

.content-list .visible-member {
    height: 230px;
}

.home-extra-card__thumb {
    height: inherit;
}

.home-extra-card__thumb .visible-member {
    height: 100%;
}

.user-profile .profile-template__body .home-content .content-list .home-extra-card__thumb {
    height: 140px;
}

.visible-member.visible-supporter {
    background-image: linear-gradient(90deg, hsl(var(--base-d-800) /0.2) 0%, hsl(var(--black)/ 0.5) 100%)
}

.modal-body__img {

    border: 1px solid hsl(var(--border-color));
}

.modal-body__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-user-menu-btn {
    height: auto;
    padding-block: 0;
}

.reward-items,
.preview-card__list-items {
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    padding: 12px 20px;
    display: flex;
    gap: 10px;

}

.reward-items .rewardEditBtn {
    margin-left: auto;
}

.reward-items:not(:last-child) {
    margin-bottom: 20px;
}

.preview-card__list-items:not(:last-child) {
    margin-bottom: 10px;
}

.multi-page-card__body .card-header {
    background-color: transparent;
}

.multi-page-card__body .card-header h6 {
    margin-bottom: 5px;
}

.multi-page-card__body .card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.multi-page-card__body .card-body .level-thumb {
    width: 100%;
    max-height: 150px;
    border-radius: 5px;
    object-fit: cover;
}

.supporters-card .card {
    border: 0;
    background-color: transparent;
}

.supporters-card .card .card-header {
    border: 0;
}

.supporters-card .card-body .level-thumb {
    width: 100%;
    max-height: 150px;
    border-radius: 5px;
    object-fit: cover;
}

.supporters-card .preview-card__list-items {
    border: 0;
    font-size: 12px;
}

.supporters-card .preview-card__list-items .icon {
    align-self: center;
    color: hsl(var(--base));
}

.supporters-card .preview-card__list-items:not(:last-child) {
    margin-bottom: 5px;
}

.supporters-card .card:not(:first-child) {
    border-top: 1px solid hsl(var(--border-color));
    padding-top: 16px;
}

.supporters-card .preview-card__list-items {
    padding: 0;
}

.gallery-card__body .post-list-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.membership-modal.reward-card__list .preview-card__list-items {
    border: 0;
    border-radius: 0px;
    padding: 0 0 7px;
}

.membership-modal.reward-card__list .preview-card__list-items:not(:last-child) {
    border-bottom: 1px solid hsl(var(--border-color));
}

@media (max-width: 1199px) {

    .reward-items,
    .preview-card__list-items {
        padding: 10px;
    }

    .multi-page-card__body .card .card-body .btn {
        margin: 10px 0 !important;
    }

}

.membershipModal .modal-body__img {
    margin-top: -80px;
    background-color: hsl(var(--white));
    margin-bottom: 10px;
}

.membershipModal .buy-coffee-card {
    border-width: 0 !important;
}

.membershipModal .custom--tab .nav-item {
    border: 0;
    padding-top: 5px;
    width: 50%;
}

.membershipModal .custom--tab .nav-item .nav-link {
    border-bottom: 0;
    border: 1px solid hsl(var(--border-color));
    width: 100%;
}


.membershipModal .custom--tab .nav-item:first-child .nav-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.membershipModal .custom--tab .nav-item:last-child .nav-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.membershipModal .custom--tab {
    border: 0px;
    margin-bottom: 18px;
}

.membershipModal .custom--tab .nav-item .nav-link {
    border-bottom: 0;
    border: 1px solid hsl(var(--border-color));
    width: 100%;
}

.membershipModal .custom--tab .nav-item .nav-link.active {
    border-bottom: 0;
    border: 1px solid hsl(var(--base));
    width: 100%;
    color: hsl(var(--base));
}

.membershipModal textarea {
    max-height: 85px;
}

.buy-coffee-card .nav-item {
    flex: 1;
}

.buy-coffee-card .nav-item .nav-link {
    width: 100%;
}

@media (max-width: 991px) {
    .buy-coffee-card .nav-item .nav-link {
        justify-content: center;
    }
}

.icf {
    color: hsl(var(--black) / 0.4) !important;
}

.pricing-card {
    border-radius: 8px;
    overflow: hidden;
}

.input-group-text.search-icon {
    cursor: pointer;
}

.input-group-text.search-icon::after {
    right: 0;
    left: 0;
}

.search-filter {
    align-items: flex-start;
    gap: 15px;
    row-gap: 0;
}


@media (max-width: 424px) {
    .search-filter {
        justify-content: center;
    }

    .search-filter form {
        width: 100%;
    }
}

.dropdown-toggle.post::after {
    content: "\f884";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    border: 0;
}

.show.dropdown-toggle.post::after {
    content: "\f161";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    border: 0;
}

.dropdown-toggle.post:active {
    top: 0;
}

.filter .filter-item {
    padding: 5px;
    cursor: pointer;
}

.filter .filter-item:hover {
    background-color: hsl(var(--black)/.05);
}

/* SKELETON */
.skeleton {
    position: relative;
}

.skeleton::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 10;
    background-size: 200% !important;
    background: linear-gradient(to right, #dedede, #fff, #ddd);

    animation: skeleton 1.5s infinite reverse;
}

tr.skeleton::after {
    height: 98%;
    min-height: 98%;
}


@keyframes skeleton {
    0% {
        background-position: -100% 0;
    }

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

/* How-works */
.work-slider .work-slider-item {
    text-align: center;
}

.work-slider .work-slider-item__title {
    max-width: 800px;
    margin-inline: auto;
}

.work-slider .work-slider-item__desc {
    max-width: 700px;
    margin-inline: auto;
}

.work-slider .work-slider-item__thumb {
    margin-top: 30px;
}

.work-slider .work-slider-item__thumb img {
    margin-inline: auto;
}


@media screen and (max-width:768px) {
    .work-slider .work-slider-item__thumb {
        margin-top: 15px;
    }
}

/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 40px;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .slick-dots {
        padding-top: 20px;
    }
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--black)/0.1);
    color: hsl(var(--black));
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 10px;
    border-radius: 5px;
}

/* Dots Css End */

@media (max-width: 576px) {
    .card-header.ticket-header {
        gap: 15px;
    }
}

@media (max-width: 500px) {

    .multi-page-card__link-list {
        flex-wrap: wrap;
        gap: 10px;
        padding-bottom: 15px;
    }

    .multi-page-card__link {
        padding-bottom: 0;
    }

    .multi-page-card__link.active {
        border-bottom: 1px solid hsl(var(--black));
    }
}



@media (max-width: 425px) {
    .header-share .share-card__share .page-share-btn {
        padding: 10px 5px !important;
    }

    .header-share .share-card__share .page-share-btn .icon {
        padding-inline: 5px;
    }

    .banner-content .banner-content__input {
        padding: 5px 14px;
    }

    .banner-content .banner-content__input .input-group-text {
        font-size: 0.875rem;
        padding-left: 0;
    }

    .banner-content .banner-content__input .form-control {
        font-size: 0.875rem !important;
        padding-right: 0;
    }

    .banner-content .banner-content__input .form-control::placeholder {
        font-size: 0.875rem !important;
    }
}

/* Profile Footer */
.profile-footer {
    background: hsl(var(--white));
    padding: 25px 0;
}

.profile-footer-item .language-box {
    display: inline-block;
    border-radius: 10px;
    padding: 0px 15px;
    background-color: hsl(var(--white));
    cursor: pointer;
    transition: .2s linear;
}

.profile-footer-item .language-box:hover {
    box-shadow: var(--box-shadow);
}

.profile-footer-item .language-box .dropdown-lang .language-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.profile-footer-item .language-box .dropdown-lang .language-btn .flag,
.profile-footer-item .language-box .dropdown-lang .dropdown-menu a .flag {
    width: 20px;
    height: 15px;
}

.profile-footer-item .language-box .dropdown-lang {
    margin: 0;
}

.profile-footer-item .language-box .dropdown-lang .langSel {
    transition: background-color 0.3s ease;
}

.profile-footer-item .language-box .dropdown-lang .langSel:hover {
    background: hsl(var(--base)/.04);
}

.profile-footer-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.profile-footer-menu .item {
    font-size: 15px;
    color: hsl(var(--body-color));
}

.profile-footer .create-on a {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 10px;
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
}

.profile-footer .create-on a img {
    max-height: 27px;
}

@media (max-width: 767px) {

    .profile-footer-item,
    .profile-footer .create-on {
        text-align: center !important;
    }

    .profile-footer-menu {
        justify-content: center !important;
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .profile-footer {
        padding: 20px 0;
    }

    .profile-footer-item .language-box {
        padding: 0 13px;
    }

    .profile-footer .create-on a {
        font-size: 14px;
        padding: 6px 8px;
    }

    .profile-footer .create-on a img {
        max-height: 24px;
    }
}

@media (max-width: 480px) {
    .footer-lang {
        width: 100%;
    }
}

.membership-overview-card {
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    padding: 18px 24px;
    background-color: hsl(var(--white));
    box-shadow: var(--box-shadow);
}

.membership-overview-card__title {
    line-height: 1;
    margin-bottom: 10px;
}

.profile-about {
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    padding: 18px 22px;
    
}

.profile-about__website {
    
}

.profile-about__website a {
    font-size: 0.875rem;
}

.profile-about__website a:hover {
    color: hsl(var(--base));
}

.profile-about__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}



.profile-about__social a {
    width: 45px;
    height: 30px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 5px;
    background: #e4e4e4;
    box-shadow: var(--box-shadow);
}

.profile-about__social a:hover {
    color: hsl(var(--base));
}

.profile-about__social a:last-child {
    margin-right: 0;
}

 
.recent-supporter {
    border: 1px solid hsl(var(--border-color));
    border-radius: 10px;
    padding: 20px 20px 35px;
    
}

.recent-supporter .title {
    margin-bottom: 35px;
}

.recent-supporter-list .item {
    position: relative;
  
    margin-bottom: 35px;
}

.recent-supporter-list .freebie-list-item {
    margin-bottom: 42px;
}

 
.recent-supporter-list .item:last-child {
    margin-bottom: 0;
}

.recent-supporter-list .freebie-list-item:last-child {
    margin-bottom: 0;
}

.recent-supporter-list .item .thumb {
 
   
  
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.recent-supporter-list .item .title-container {
    font-size: 14px;
    font-weight: 400;
    color: hsl(var(--body-color));
    
}

.recent-supporter-list .item .name {
   
    font-weight: 530;
    line-height: 1;
    margin-bottom: 0;
    font-size: 16px;
}

.deal-list-container .item .name {
   
  
    font-size: 16.5px;
}



.recent-supporter-list .item .comment {
    margin-top: 6px;
    font-size: 14px;
    border: 1px solid hsl(var(--base)/.04);
    border-radius: 8px;
    background: hsl(var(--base)/.03);
    padding: 10px 12px;
    white-space: normal;
    font-weight: 400;
    
}

@media (max-width: 575px) {
    .recent-supporter {
        padding: 20px 15px 25px;
        margin-top: 15px;
    }

    .recent-supporter .title {
        margin-bottom: 25px;
    }

    .recent-supporter-list .item {
       
        margin-bottom: 25px;
    }

    .recent-supporter-list .item .thumb {
     
        width: 35px;
        height: 35px;
    }

    .recent-supporter-list .item .comment {
        padding: 6px 8px;
    }

    .recent-supporter-list .item .name span {
        font-size: 13px;
        margin-left: 2px;
    }

    
}

@media (max-width: 424px) {
    .recent-supporter {
        padding: 15px 10px 15px;
        margin-top: 10px;
    }

    .recent-supporter-list .item {
      
        margin-bottom: 20px;
    }

    .recent-supporter-list .item .thumb {
        width: 30px;
        height: 30px;
    }

    .recent-supporter-list .item .comment {
        padding: 5px 7px;
    }
}

.search-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.search-header form .input-group .form-control {
    padding: 11px 15px;
}

.search-header form .input-group .input-group-text::after {
    left: 0;
    right: auto;
}

@media (max-width: 575px) {
    .search-header form {
        width: 100%;
    }

    .search-header>.btn {
        width: 100% !important;
    }
}

.work-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid hsl(var(--base));
    border-radius: 50%;
    background: transparent;
    color: hsl(var(--base));
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -42px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99999;
    transition: .2s;
}

.work-slider .slick-arrow:hover {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.work-slider .slick-arrow.next-arrow {
    left: auto;
    right: -42px;
}


@media (max-width: 1399px) {
    .work-slider .slick-arrow {
        width: 35px;
        height: 35px;
        left: -35px;
    }

    .work-slider .slick-arrow.next-arrow {
        right: -35px;
    }
}

/* Section Gap Which Under The Header */
@media (max-width: 991px) {
    .section-gap-heading {
        padding-top: 115px !important;
    }
}

@media (max-width: 575px) {
    .section-gap-heading {
        padding-top: 95px !important;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .verticalResponsiveTable {
        overflow-x: auto;
    }

    .verticalResponsiveTable .table {
        min-width: 730px;
    }
}

.total_amount {
    margin-left: 15px;
    margin-top: 3px;
}

/* gateway-depo-withdraw */

.gateway-select {
    position: relative;
}

.selected-gateway {
    padding: 0.625rem 1.25rem;
    border: 1px solid #cacaca73;
    border-radius: 10px;
    cursor: pointer;
}

.selected-gateway.focus {
    border-color: 1px solid #83838373;
}

.gateway-list {
    border: 1px solid #cacaca73;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    top: 50px;
    height: auto;
    z-index: 9;
    background: #fff;
    max-height: 300px;
    overflow: auto;
}

.gateway-list::-webkit-scrollbar {
    background-color: #cacaca73;
}

.gateway-list::-webkit-scrollbar-thumb {
    background: #706f6f73;
    border-radius: 15px;
}

.single-gateway {
    padding: 0.625rem 1.25rem;
    border-bottom: 1px solid #cacaca73;
    cursor: pointer;
}

.single-gateway:hover {
    background: #F1F1F1;
}

.single-gateway:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.gateway-title {
    font-weight: 600;
    font-size: 14px;
}

.single-gateway .gateway-charge {
    font-size: 12px;
}

.gateway-select-box {
    opacity: 0;
    height: 0;
    width: 0;
}


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

    .create-post-page .new-post-form .sidebar-widgets .widget-card .post-type,
    .create-post-page .new-post-form .sidebar-widgets .widget-card .post-category {
        padding-left: 16px;
        padding-right: 16px;
    }
}

 


@media (min-width: 768px) and (max-width: 1199px) {
    .verticalResponsiveTableMdLg {
        overflow-x: auto;
    }

    .verticalResponsiveTableMdLg table {
        min-width: 822px;
    }
}



/* Dashboard Css Start Here */
.dashboard-card {
    padding-inline: clamp(0.625rem, -0.0307rem + 3.2787vw, 2rem);
}

.dashboard-profile-content {
    border-bottom: 1px solid hsl(var(--black)/.03);
    gap: 10px;
}

.dashboard-profile-content .profile-info {
    gap: 16px;
}

.shared-btn__icon {
    width: 15px;
}

.dashboard-profile_thumb {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid hsl(var(--black)/.03);
    overflow: hidden;
}


.earning-content_timeline {
    gap: 15px;
}

.earning-dropdown .dropdown-toggle {
    border: 1px solid hsl(var(--black) / 0.1);
    padding: 5px 20px;
    border-radius: 25px;

}

.earning-dropdown .dropdown-menu {
    border-radius: 10px;
}

.earning-dropdown .dropdown-menu .earning {
    padding-inline: 10px;
    cursor: pointer;
    padding: 5px 8px;
}

.earning-dropdown .dropdown-menu .earning:hover {
    background-color: hsl(var(--black)/.03);
}

.earning-card_list {
 
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: clamp(0.625rem, 0.2268rem + 1.699vw, 1.5rem);
}

.earning-card_item {
    box-shadow: inset 0 0 4px 3px hsl(var(--black)/ 0.05);
    border-radius: 4px;
    position: relative;
    padding: 10px 15px;
}

.dashboard-profile_desc {
    font-size: clamp(0.8125rem, 0.7437rem + 0.344vw, 1rem);
}


.earning-card__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    opacity: 0.6;
    height: calc(100% - 45px);
    text-align: right;
}

.earning-card__title {
    margin-bottom: 10px;
}

.earning-card__icon img {
    height: 100%;
}

.earning-content {
    padding-top: 30px;
}

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

    .earning-content,
    .earning-card_list {
        padding-block: 20px;
    }


}

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

    .earning-content,
    .earning-card_list {
        padding-block: 15px;
    }

    .dashboard-profile_thumb {
        display: none;

    }
}

.donation--accordion .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;

}

/* Table Element Hide or show start */
@media screen and (max-width:768px) {
    .donation--accordion .donation-time {
        display: none;
    }

    .donation--accordion .icon {
        width: 30px;
        height: 30px;
    }

    .donation--accordion .accordion-button {
        padding-right: 10px;
    }
}

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

    .donation--accordion .accordion-button {
        padding-right: 0px;
    }

    .donation--accordion .donation-user {
        display: none;
    }

    .donation--accordion .icon {
        width: 30px;
        height: 30px;
    }
}

.donation--accordion .accordion-header .accordion-button {
    border-width: 0px !important;
}

.donation--accordion .accordion-header .accordion-button::after {
    background: unset;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f078";
    transform-origin: center;
    width: fit-content;
    position: absolute;
    right: 0;

}

.donation--accordion .left {
    gap: 15px;
}

.donation--accordion .accordion-button {
    padding: 15px 0;
    padding-right: 25px;
}


.donation--accordion .accordion-button .title {
    font-weight: 600;
    font-size: 18px;
    font-family: var(--body-font);
}

.donation--accordion .accordion-button .mail {
    font-size: 14px;
}

.donation--accordion .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: unset;
    color: unset;
    border-color: unset !important;
    border-width: 0px !important;
}

.donation--accordion .accordion-button:focus {
    box-shadow: unset;
}

.donation--accordion .accordion-button::after {
    margin-left: 10px;
}

.donation--accordion .accordion-body {
    padding: 0;
    padding-bottom: 30px;
}

.donation--accordion .accordion-body .caption-list {
    border-radius: 4px;
    padding: 20px;
}


.donation--accordion .caption-list__item {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px dashed hsl(var(--black)/0.1);
}

.donation--accordion .caption-list__item:first-child {
    padding-top: 0;
}

.donation--accordion .caption-list__item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.donation--accordion .caption-list__item .caption {
    width: 30%;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    font-weight: 500;
    font-size: 0.875rem;
    position: relative;
}

@media screen and (max-width: 575px) {
    .donation--accordion .caption-list__item .caption {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 424px) {
    .donation--accordion .caption-list__item .caption {
        width: 37%;
    }
}

.donation--accordion .caption-list__item .value {
    width: 70%;
    font-size: 0.875rem;
}

@media screen and (max-width: 575px) {
    .donation--accordion .caption-list__item .value {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 424px) {
    .donation--accordion .caption-list__item .value {
        width: 63%;
    }
}


.dropdown-lang {
    margin-top: 25px;
}

.dropdown-lang .language-btn .flag {
    width: 20px;
    height: 18px;
    border-radius: 2px;
}

.dropdown-lang .language-btn::after {
    color: hsl(var(--body-color)) !important;
}

.dropdown-lang .language-text {
    color: hsl(var(--body-color));
    font-size: 16px;
}

.dropdown-lang .dropdown-menu {
    width: 180px;
    border: 1px solid hsl(var(--border));
    border-radius: 8px;
    padding: 20px;
    max-height: 370px;
    overflow-y: auto;
    background-color: hsl(var(--white));
    z-index: 999;
    box-shadow: var(--box-shadow);
}

.dropdown-lang .dropdown-menu .lang--list {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: hsl(var(--body-color));
    transition: 0.3s;
}

.dropdown-lang .dropdown-menu .lang--list .flag {
    max-width: 20px;
    margin-right: 10px;
    border-radius: 2px;
}

.dropdown-lang .dropdown-menu li:last-child .lang--list {
    margin-bottom: 0px;
}

.btn-close:focus {
    box-shadow: unset;
}

.list-group-item {
    border-color: hsl(var(--border-color));
}

.list-group-item:last-child {
    border: 0 !important;
}

button .create-page-text {
    color: hsl(var(--body-color)) !important;
}

.earning-dropdown .dropdown-toggle:hover {
    border: 1px solid hsl(var(--base));
}

label.required:after {
    content: '*';
    color: hsl(var(--danger)) !important;
    margin-left: 2px;
}


@media (max-width: 767px) {
    .banner-content__input .input-group-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 250px;
    }
}

@media (max-width: 424px) {
    .banner-content__input .input-group-text {
        width: 180px;
    }
}

@media (max-width: 424px) {
    .post-list-card__action.show.gallery-view {
        left: 0px !important;
    }
}

@media (max-width: 380px) {
    .hide-on-mobile {
        display: none;
    }
}

.follow-button .follow-text {
    transition: .5s linear;
}

.profile-header .cover-img-btns.follow {
    visibility: visible !important;
    opacity: 1 !important;
}

.profile-header.follow {
    box-shadow: inset 0px -70px 45px hsl(var(--black)/0.3);
}

/* creator design  */

.explore-creator {
    display: flex;
    gap: 15px;
    padding: 15px;
    transition: 0.3s;
    border-radius: 10px;
    position: relative;
    border: 1px solid #fbfafa;
    height: 100%;

}

.explore-creator__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.explore-creator:hover {
    background: #ededed;
}

.explore-creator__thumb {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f3f3f3;
    flex-shrink: 0;
}

@media (max-width: 575px) {
    .explore-creator__thumb {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }
}

.explore-creator .author-name {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.explore-creator .brand-name {
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.explore-creator p {
    font-size: 0.875rem;
}

.explore-creator .supporter {
    font-size: 0.875rem;
}

.creator-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.creator-wrapper:last-child {
    border-bottom: 0px;
    padding: 0;
    margin: 0px;
}

.creator-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.creator-item:last-child {
    border-bottom: none;
    padding: 0px;
    margin: 0px;
}

.creator-item__profile .thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid hsl(var(--border-color));
}

.creator-item__profile .content .title {
    font-weight: 600;
    font-size: 16px;
    font-family: var(--body-font);
}

.creator-item__profile {
    display: flex;
    gap: 10px;
}

.creator-item__profile span {
    font-size: 0.875rem;
}

.creator-item__left {
    width: 50%;
}

@media (max-width: 500px) {
    .creator-item__left {
        width: 80%;
    }
}

.creator-item__right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.creator-item__right-action .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.creator-item__right-date span {
    font-size: 0.875rem;
}

@media (max-width: 500px) {
    .creator-item__right-date span {
        display: none;
    }
}


/* Publish Feed start here */
.published-feed-item {
    padding: 30px;
    background-color: hsl(var(--white));
    border-radius: 10px;
}

@media (max-width: 575px) {
    .published-feed-item {
        padding: 30px 15px;
    }
}

.published-feed-profile {
    display: flex;
    gap: 10px;
    align-items: center;
}

.published-feed-profile .content a {
    font-weight: 600;
}

.published-feed-profile .thumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.published-feed-item__header {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.published-feed-post .thumb {
    border-radius: 10px;
    overflow: hidden;
}

.feed-post-content {
    min-height: 220px;
    max-height: 220px;
    overflow: hidden;
    margin-bottom: 17px;

}

.feed-post-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
}

.pulsating-circle {
    position: absolute;
    right: -25px;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--success));
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.5s infinite;
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: hsl(var(--success));
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}

/* Publish Feed end here */

.follow-button--sm {
    height: 30px;
    font-size: 13px;
    font-family: var(--heading-font);
}

.follow-button--sm .icon {
    padding-inline: 0;
}

.follow-button--sm:hover .icon {
    padding-inline: 0px 6px !important;
}

.flex-1 {
    flex: 1;
}


.event-bar-item {
    margin-top: 20px;
}

.progressbar {
    position: relative;
    display: block;
    width: 100%;
    height: 8px;
    background-color: #eeeeee;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.progressbar .bar {
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: hsl(var(--base));
    overflow: hidden;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.progressbar .label {
    position: absolute;
    top: -28px;
    padding: 2px 3px;
    height: 20px;
    display: block;
    width: max-content;
    line-height: 15px;
    text-align: center;
    color: hsl(var(--base));
    font-size: 12px;
    transform: translateX(-45%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid hsl(var(--base));
}

.progressbar .label::before {
    position: absolute;
    content: '';
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-top: 6px solid hsl(var(--base) / 0.4);
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.user-profile .profile-template__body .goal-gift-card {
    border-radius: 2px;
    padding: 18px 22px;
    border-radius: 10px;
    border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 767px) {
    .user-profile .profile-template__body .goal-gift-card {
        padding-inline: 10px;
    }
}





/*Start Creator-Explore page*/
.published-feed-post.lock-post {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lock-post .visible-member {
    height: auto;
    flex: 1;
    min-height: 215px;
}

.creator-search {
    position: relative;
}

.creator-search .creator-search-field {
    padding-left: 40px;
    width: 100%;
}

.creator-search .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.creator-search .autocomplete-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background-color: hsl(var(--base));
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    z-index: 999;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid hsl(var(--base));
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ddd hsl(var(--base));
}

.creator-search .autocomplete-items::-webkit-scrollbar {
    width: 10px;
}

.creator-search .autocomplete-items::-webkit-scrollbar-track {
    background: hsl(var(--base));
}

.creator-search .autocomplete-items::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base));
    border-radius: 20px;
    border: 2px solid hsl(var(--base));
}

.creator-search .autocomplete-items>div {
    border-bottom: 1px dashed hsl(var(--base));
}

.creator-search .autocomplete-items>div:last-child {
    border-bottom: none;
}

.creator-search .autocomplete-items>div a {
    color: #777;
    padding: 10px 15px;
    display: block;
    transition: all 0.3s;
}

.creator-search .autocomplete-items>div:hover a,
.creator-search .autocomplete-items>div.autocomplete-active a {
    background-color: hsl(var(--base));
}

@media (max-width: 575px) {
    .creator-search {
        width: 155px;
    }
}

.search-list {
    position: absolute;
    top: calc(100% + 10px);
    background-color: #fff;
    width: 100%;
    z-index: 1;
    max-height: 310px;
    overflow: auto;
    border-radius: 12px;
    box-shadow: -1px 16px 30px hsl(var(--black) / .11);
}

.search-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.search-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    cursor: pointer;
}

.search-item-inner.active,
.search-item-inner:hover {
    background-color: hsl(var(--black) / .02);
}

.search-item-inner:not(:last-child) {
    border-bottom: 1px solid hsl(var(--border-color));
}

.search-item-name {
    font-size: 15px !important;
    font-weight: 500;
    color: hsl(var(--black)) !important;
    margin-bottom: 4px;
}

.search-item-creation {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.search-item-image {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.search-list::-webkit-scrollbar {
    width: 2px
}

.search-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3)
}

.search-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey
}

.not-found {
    padding: 20px 16px;
    margin-bottom: 0;
}

.follow-button--sm {
    height: 30px;
    font-size: 13px;
    font-family: var(--heading-font);
}

.follow-button--sm .icon {
    padding-inline: 0;
}

.follow-button--sm:hover .icon {
    padding-inline: 0px 6px !important;
}

/* End Creator-Explore page*/

.copy-widget-btn {
    font-size: 12px;
    font-weight: 400;
    margin-top: 12px;
    padding: 4px 12px;
    height: 28px;
}



.btn--dark {
    background-color: #10163A !important;
    color: hsl(var(--gray-white)) !important;
}

.btn--dark:hover,
.btn--dark:focus .btn--dark:focus-visible {
    background-color: #31333c !important;
    border: 1px solid #31333c !important;
}

.btn-outline--dark {
    background-color: transparent !important;
    border: 1px solid #10163A !important;
    color: #10163A !important;
}

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

/* add new css  */
.dropdown-menu.post-list-card__action {
    padding: 0 !important;
    overflow: hidden;
}

.action-list {
    padding: 4px 10px;
}

.action-list:hover {
    background: hsl(var(--base)/.3);
}

.member-join-active {
    border-color: hsl(var(--base) /.9);
    color: hsl(var(--base) /.9);
}


.coffee-icon-img {
    height: 24px;   
}


.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .flex-center-important {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  
  .flex-bottom-left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .flex-center-apart {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .flex-top-center {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  
   
  
  .flex-center-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .flex-center-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .c-pointer {
    cursor: pointer;
  }
  
  .blue-link {
    color: blue;
  }

  .header-share-deal-btn {
    height: 36px;
    font-size: 15px;
   
  }

  .home-username-input {
    min-width: 590px !important;
  }