/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Geologica", sans-serif;
    --body-font: "Open Sans", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 38;
    --base-s: 100%;
    --base-l: 59%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
    /* Base Two Color */
    --base-two-h: 49;
    --base-two-s: 100%;
    --base-two-l: 65%;

    
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --heading-color: 240 7% 97%;
    --body-color: 213 10% 82%;
    --black: 0 0% 0%;
    --border-color: 218 12% 31%;
    --border-color-two: 18 6% 35%;
    --section-bg: 222 28% 7%;
    --card-bg: 214 22% 14%;
    --background-color: var(--black);
    --gradient-bg-1: linear-gradient(180deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 67%);
    --gradient-bg-2: linear-gradient(180deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 67%);
    /* ================================ Box Shadow Start =============================== */
    --box-shadow: 0px 2px 15px hsl(var(--body-color) / 0.05);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 211;
    --primary-s: 100%;
    --primary-l: 50%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --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);
    /* Secondary Color */
    --secondary-h: 218;
    --secondary-s: 12%;
    --secondary-l: 31%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --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);
    /* Success Color */
    --success-h: 135;
    --success-s: 62%;
    --success-l: 36%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --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-two-h: 135;
    --success-two-s: 57%;
    --success-two-l: 58%;
    --success-two: var(--success-two-h) var(--success-two-s) var(--success-two-l);
    --success-two-d-100: var(--success-two-h) var(--success-two-s) calc(var(--success-two-l) - var(--success-two-l) * 0.1);
    --success-two-d-200: var(--success-two-h) var(--success-two-s) calc(var(--success-two-l) - var(--success-two-l) * 0.2);
    --success-two-d-300: var(--success-two-h) var(--success-two-s) calc(var(--success-two-l) - var(--success-two-l) * 0.3);
    --success-two-d-400: var(--success-two-h) var(--success-two-s) calc(var(--success-two-l) - var(--success-two-l) * 0.4);
    --success-two-d-500: var(--success-two-h) var(--success-two-s) calc(var(--success-two-l) - var(--success-two-l) * 0.5);
    --success-two-l-100: var(--success-two-h) calc(var(--success-two-s)) calc(var(--success-two-l) + (100% - var(--success-two-l)) * 0.1);
    --success-two-l-200: var(--success-two-h) calc(var(--success-two-s)) calc(var(--success-two-l) + (100% - var(--success-two-l)) * 0.2);
    --success-two-l-300: var(--success-two-h) calc(var(--success-two-s)) calc(var(--success-two-l) + (100% - var(--success-two-l)) * 0.3);
    --success-two-l-400: var(--success-two-h) calc(var(--success-two-s)) calc(var(--success-two-l) + (100% - var(--success-two-l)) * 0.4);
    --success-two-l-500: var(--success-two-h) calc(var(--success-two-s)) calc(var(--success-two-l) + (100% - var(--success-two-l)) * 0.5);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 84%;
    --danger-l: 60%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --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-two-h: 0;
    --danger-two-s: 91%;
    --danger-two-l: 71%;
    --danger-two: var(--danger-two-h) var(--danger-two-s) var(--danger-two-l);
    --danger-two-d-100: var(--danger-two-h) var(--danger-two-s) calc(var(--danger-two-l) - var(--danger-two-l) * 0.1);
    --danger-two-d-200: var(--danger-two-h) var(--danger-two-s) calc(var(--danger-two-l) - var(--danger-two-l) * 0.2);
    --danger-two-d-300: var(--danger-two-h) var(--danger-two-s) calc(var(--danger-two-l) - var(--danger-two-l) * 0.3);
    --danger-two-d-400: var(--danger-two-h) var(--danger-two-s) calc(var(--danger-two-l) - var(--danger-two-l) * 0.4);
    --danger-two-d-500: var(--danger-two-h) var(--danger-two-s) calc(var(--danger-two-l) - var(--danger-two-l) * 0.5);
    --danger-two-l-100: var(--danger-two-h) calc(var(--danger-two-s)) calc(var(--danger-two-l) + (100% - var(--danger-two-l)) * 0.1);
    --danger-two-l-200: var(--danger-two-h) calc(var(--danger-two-s)) calc(var(--danger-two-l) + (100% - var(--danger-two-l)) * 0.2);
    --danger-two-l-300: var(--danger-two-h) calc(var(--danger-two-s)) calc(var(--danger-two-l) + (100% - var(--danger-two-l)) * 0.3);
    --danger-two-l-400: var(--danger-two-h) calc(var(--danger-two-s)) calc(var(--danger-two-l) + (100% - var(--danger-two-l)) * 0.4);
    --danger-two-l-500: var(--danger-two-h) calc(var(--danger-two-s)) calc(var(--danger-two-l) + (100% - var(--danger-two-l)) * 0.5);
    /* Warning Color */
    --warning-h: 43;
    --warning-s: 92%;
    --warning-l: 50%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --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-two-h: 48;
    --warning-two-s: 100%;
    --warning-two-l: 50%;
    --warning-two: var(--warning-two-h) var(--warning-two-s) var(--warning-two-l);
    --warning-two-d-100: var(--warning-two-h) var(--warning-two-s) calc(var(--warning-two-l) - var(--warning-two-l) * 0.1);
    --warning-two-d-200: var(--warning-two-h) var(--warning-two-s) calc(var(--warning-two-l) - var(--warning-two-l) * 0.2);
    --warning-two-d-300: var(--warning-two-h) var(--warning-two-s) calc(var(--warning-two-l) - var(--warning-two-l) * 0.3);
    --warning-two-d-400: var(--warning-two-h) var(--warning-two-s) calc(var(--warning-two-l) - var(--warning-two-l) * 0.4);
    --warning-two-d-500: var(--warning-two-h) var(--warning-two-s) calc(var(--warning-two-l) - var(--warning-two-l) * 0.5);
    --warning-two-l-100: var(--warning-two-h) calc(var(--warning-two-s)) calc(var(--warning-two-l) + (100% - var(--warning-two-l)) * 0.1);
    --warning-two-l-200: var(--warning-two-h) calc(var(--warning-two-s)) calc(var(--warning-two-l) + (100% - var(--warning-two-l)) * 0.2);
    --warning-two-l-300: var(--warning-two-h) calc(var(--warning-two-s)) calc(var(--warning-two-l) + (100% - var(--warning-two-l)) * 0.3);
    --warning-two-l-400: var(--warning-two-h) calc(var(--warning-two-s)) calc(var(--warning-two-l) + (100% - var(--warning-two-l)) * 0.4);
    --warning-two-l-500: var(--warning-two-h) calc(var(--warning-two-s)) calc(var(--warning-two-l) + (100% - var(--warning-two-l)) * 0.5);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 45%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-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);
    /* Dark Color */
    --dark-h: 222;
    --dark-s: 28%;
    --dark-l: 7%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-l);
    --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
    --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
    --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
    --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
    --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
    --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
    --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
    --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
    --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
    --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
    /* Light Color */
    --light-h: 240;
    --light-s: 7%;
    --light-l: 97%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --light-d-100: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.1);
    --light-d-200: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.2);
    --light-d-300: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.3);
    --light-d-400: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.4);
    --light-d-500: var(--light-h) var(--light-s) calc(var(--light-l) - var(--light-l) * 0.5);
    --light-l-100: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.1);
    --light-l-200: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.2);
    --light-l-300: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.3);
    --light-l-400: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.4);
    --light-l-500: var(--light-h) calc(var(--light-s)) calc(var(--light-l) + (100% - var(--light-l)) * 0.5);
    /* Light Color */
    --orange-h: 25;
    --orange-s: 88%;
    --orange-l: 40%;
    --orange: var(--orange-h) var(--orange-s) var(--orange-l);
    --orange-d-100: var(--orange-h) var(--orange-s) calc(var(--orange-l) - var(--orange-l) * 0.1);
    --orange-d-200: var(--orange-h) var(--orange-s) calc(var(--orange-l) - var(--orange-l) * 0.2);
    --orange-d-300: var(--orange-h) var(--orange-s) calc(var(--orange-l) - var(--orange-l) * 0.3);
    --orange-d-400: var(--orange-h) var(--orange-s) calc(var(--orange-l) - var(--orange-l) * 0.4);
    --orange-d-500: var(--orange-h) var(--orange-s) calc(var(--orange-l) - var(--orange-l) * 0.5);
    --orange-l-100: var(--orange-h) calc(var(--orange-s)) calc(var(--orange-l) + (100% - var(--orange-l)) * 0.1);
    --orange-l-200: var(--orange-h) calc(var(--orange-s)) calc(var(--orange-l) + (100% - var(--orange-l)) * 0.2);
    --orange-l-300: var(--orange-h) calc(var(--orange-s)) calc(var(--orange-l) + (100% - var(--orange-l)) * 0.3);
    --orange-l-400: var(--orange-h) calc(var(--orange-s)) calc(var(--orange-l) + (100% - var(--orange-l)) * 0.4);
    --orange-l-500: var(--orange-h) calc(var(--orange-s)) calc(var(--orange-l) + (100% - var(--orange-l)) * 0.5);
    --orange-two-h: 25;
    --orange-two-s: 96%;
    --orange-two-l: 61%;
    --orange-two: var(--orange-two-h) var(--orange-two-s) var(--orange-two-l);
    --orange-two-d-100: var(--orange-two-h) var(--orange-two-s) calc(var(--orange-two-l) - var(--orange-two-l) * 0.1);
    --orange-two-d-200: var(--orange-two-h) var(--orange-two-s) calc(var(--orange-two-l) - var(--orange-two-l) * 0.2);
    --orange-two-d-300: var(--orange-two-h) var(--orange-two-s) calc(var(--orange-two-l) - var(--orange-two-l) * 0.3);
    --orange-two-d-400: var(--orange-two-h) var(--orange-two-s) calc(var(--orange-two-l) - var(--orange-two-l) * 0.4);
    --orange-two-d-500: var(--orange-two-h) var(--orange-two-s) calc(var(--orange-two-l) - var(--orange-two-l) * 0.5);
    --orange-two-l-100: var(--orange-two-h) calc(var(--orange-two-s)) calc(var(--orange-two-l) + (100% - var(--orange-two-l)) * 0.1);
    --orange-two-l-200: var(--orange-two-h) calc(var(--orange-two-s)) calc(var(--orange-two-l) + (100% - var(--orange-two-l)) * 0.2);
    --orange-two-l-300: var(--orange-two-h) calc(var(--orange-two-s)) calc(var(--orange-two-l) + (100% - var(--orange-two-l)) * 0.3);
    --orange-two-l-400: var(--orange-two-h) calc(var(--orange-two-s)) calc(var(--orange-two-l) + (100% - var(--orange-two-l)) * 0.4);
    --orange-two-l-500: var(--orange-two-h) calc(var(--orange-two-s)) calc(var(--orange-two-l) + (100% - var(--orange-two-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
    /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme=dark] {
    --white: 200 9% 7%;
    --black: 210 40% 98%;
}

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

/* ============================= Fully Fit Image Css End ============================= */
/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.feature-item,
.gold-calculator__inputs,
.dashboard .withdraw-option-item,
.dashboard .buy-sell-card .gold-calculator__bottom .info,
.dashboard .dashboard-body .dashboard-calculator-form .bottom__info,
.dashboard .dashboard-body .dashboard-calculator-form .inputs,
.form--switch,
.form--radio,
.form--check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align,
.testimonial-item,
.feature-thumb,
.gold-calculator__bottom,
.gold-calculator__top .calculator-switch,
.gold-calculator__top,
.gold-rate__list-item,
.banner-content__price,
.banner-content__buttons,
.dashboard .account-setting__content,
.dashboard .account-setting__top,
.dashboard .price-tracker-tap,
.dashboard .buy-sell-payment__right form .form--radio .form-check-label .payment-icon-wrapper,
.dashboard .buy-sell-payment__right form .form--radio .form-check-label,
.dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value,
.dashboard .buy-sell-card.sell-amount .gold-calculator__top-left .select-quantity-wrapper,
.dashboard .buy-sell-card .gold-calculator__bottom,
.dashboard .buy-sell-card .gold-calculator__top-left,
.dashboard .dashboard-card__title,
.dashboard .dashboard-card__top-right,
.dashboard .dashboard-card__top-left,
.dashboard .dashboard-column__left-top .welcome__bottom,
.dashboard .dashboard-body .dashboard-buttons,
.dashboard .dashboard-body__title,
.dashboard .dashboard-body__top,
.dashboard .dashboard-header__left,
.language-dropdown__list-item,
.language-dropdown__selected,
.action-buttons,
.custom--accordion .accordion-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.flex-between,
.gold-price-header,
.dashboard .text-list__item,
.dashboard .buy-sell-payment,
.dashboard .gift-withdraw-list__item,
.dashboard .dashboard-card__top,
.dashboard .dashboard-column__left-bottom,
.dashboard .dashboard-column__left-top,
.dashboard .dashboard-column__left,
.dashboard .dashboard-column,
.dashboard .dashboard-body .dashboard-calculator-form .calculator-switch,
.dashboard .dashboard-header .notification-list__header,
.dashboard .dashboard-header,
.list-group.two .list-group-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

span {
    display: inline-block;
}

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

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

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

h1 {
    font-size: 4rem;
    line-height: 1;
}

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

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

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

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

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

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

h2 {
    font-size: 2.5rem;
}

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

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

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

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

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

h3 {
    font-size: 2rem;
}

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

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

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

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

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

h4 {
    font-size: 1.5rem;
}

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

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

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

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

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

h5 {
    font-size: 1.25rem;
}

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

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

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

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

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

h6 {
    font-size: 1.125rem;
}

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

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

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

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

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

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

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

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

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

select {
    cursor: pointer;
}

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

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

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

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

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

.section-bg {
    background-color: hsl(var(--section-bg));
}

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

.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);
}

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

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

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

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

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

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

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

/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading Css Start ==================== */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

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

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

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

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

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

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

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


/* ====================== Section Heading Css End ==================== */
/* ====================== Section Heading Css End ==================== */
.gradient-border {
    position: relative;
}

.gradient-border::after {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#464d59), to(rgba(255, 178, 44, 0.5018382353)));
    background: linear-gradient(90deg, #464d59 0%, rgba(255, 178, 44, 0.5018382353) 100%);
    border-radius: 20px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
}

@media screen and (max-width: 767px) {
    .gradient-border::after {
        border-radius: 15px;
    }
}

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

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

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

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

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

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

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

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

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

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-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 =========================== */
/* ================================= Padding Css Start =========================== */
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

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

@media (min-width: 1200px) {
    .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: 100px;
    }
}

@media (min-width: 1200px) {
    .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: 100px;
    }
}

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

.py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

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

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

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

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

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

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

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

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

/* ================================= Padding Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion {
    padding-right: 45px;
}

@media screen and (max-width: 1199px) {
    .custom--accordion {
        padding-right: 0;
    }
}

.custom--accordion .accordion-item {
    border: 1px solid hsl(var(--border-color)) !important;
    background-color: transparent !important;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-item {
        margin-bottom: 10px;
    }
}

.custom--accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.custom--accordion .accordion-header {
    font-size: 1rem;
    line-height: 1.4;
}

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

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

.custom--accordion .accordion-body {
    color: hsl(var(--body-color));
    background-color: transparent;
    padding: 0 22px 20px;
    font-size: 1rem;
}

@media screen and (max-width: 1399px) {
    .custom--accordion .accordion-body {
        padding: 0 20px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .custom--accordion .accordion-body {
        padding: 0 15px 20px;
    }
}

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

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-body {
        font-size: 0.875rem;
    }
}

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

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

.custom--accordion .accordion-button {
    background-color: transparent;
    color: var(--heading-color);
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    padding: 25px 22px;
    padding-right: 55px;
}

@media screen and (max-width: 1399px) {
    .custom--accordion .accordion-button {
        padding: 25px 20px;
        padding-right: 55px;
    }
}

@media screen and (max-width: 1199px) {
    .custom--accordion .accordion-button {
        padding: 22px 15px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-button {
        padding: 20px 15px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-button {
        padding: 15px 15px;
        padding-right: 40px;
    }
}

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

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

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--heading-color));
    background-color: transparent;
    -webkit-box-shadow: none;
    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: 25px;
    height: unset;
    color: hsl(var(--heading-color));
    font-size: 1.25rem;
}

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

    .custom--accordion .accordion-button[aria-expanded=true]::after,
    .custom--accordion .accordion-button[aria-expanded=false]::after {
        right: 15px;
    }
}

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

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn {
    position: relative;
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: hsl(var(--dark)) !important;
    border: 1px solid transparent;
    border-radius: 8px;
    z-index: 1;
    display: inline-block !important;
    padding: 15px 20px;
}

@media screen and (max-width: 1399px) {
    .btn {
        padding: 14px 18px;
        border-radius: 7px;
    }
}

@media screen and (max-width: 1199px) {
    .btn {
        padding: 13px 18px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 991px) {
    .btn {
        font-size: 0.9375rem;
        padding: 13px 16px;
    }
}

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

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

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

.btn:active {
    top: 1px;
}

.btn--lg {
    padding: 19px 27px;
}

@media screen and (max-width: 1399px) {
    .btn--lg {
        padding: 18px 25px;
        border-radius: 7px;
    }
}

@media screen and (max-width: 1199px) {
    .btn--lg {
        padding: 17px 24px;
        border-radius: 6px;
    }
}

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

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

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

.btn--sm {
    font-size: 0.9375rem;
    padding: 12px 18px;
}

@media screen and (max-width: 1399px) {
    .btn--sm {
        padding: 11px 17px;
    }
}

@media screen and (max-width: 1199px) {
    .btn--sm {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 991px) {
    .btn--sm {
        font-size: 0.875rem;
    }
}

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

@media screen and (max-width: 575px) {
    .btn--sm {
        font-size: 0.8125rem;
        padding: 9px 12px;
    }
}

.btn--xsm {
    padding: 6px 8px;
    font-size: 0.813rem;
    font-weight: 500;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .btn--xsm {
        padding: 5px 6px;
        font-size: 0.813rem;
        font-weight: 500;
        border-radius: 4px;
    }
}

@media screen and (max-width: 424px) {
    .btn--xsm {
        font-size: 0.75rem;
    }
}

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

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

.btn-outline--light {
    background-color: transparent !important;
    color: hsl(var(--light)) !important;
    border-color: hsl(var(--light)) !important;
}

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

.btn--danger,
.btn--orange,
.btn--success,
.btn--secondary,
.btn--warning {
    color: hsl(var(--white)) !important;
}

.btn--success {
    border-color: hsl(var(--success)/0.9);
}

.btn--danger {
    border-color: hsl(var(--danger)/0.9);
}

.btn--orange {
    border-color: hsl(var(--orange)/0.9);
}

.btn--warning {
    border-color: hsl(var(--warning)/0.9);
}

.btn.login-with {
    padding: 15px 27px;
}

@media screen and (max-width: 1399px) {
    .btn.login-with {
        padding: 15px 18px;
    }
}

@media screen and (max-width: 1199px) {
    .btn.login-with {
        padding: 14px 18px;
    }
}

@media screen and (max-width: 991px) {
    .btn.login-with {
        padding: 13px 16px;
    }
}

@media screen and (max-width: 767px) {
    .btn.login-with {
        padding: 12px 16px;
    }
}

.btn.login-with .icon {
    position: relative;
    top: -2px;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

@media screen and (max-width: 1399px) {
    .btn.login-with .icon {
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width: 991px) {
    .btn.login-with .icon {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 575px) {
    .btn.login-with .icon {
        width: 18px;
        height: 18px;
    }
}

.btn.login-with .icon img {
    width: 100%;
    height: 100%;
}

.btn--base {
    position: relative;
}

.btn--base::before,
.btn--base::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-two))), color-stop(67%, hsl(var(--base))));
    background: linear-gradient(180deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 67%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn--base::after {
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base))), to(hsl(var(--base-two))));
    background: linear-gradient(180deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    visibility: hidden;
    opacity: 0;
}

.btn--base:hover::after,
.btn--base:focus::after,
.btn--base:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn-outline--base {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn-outline--base::before,
.btn-outline--base::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-two))), to(hsl(var(--base))));
    background: linear-gradient(180deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

.btn-outline--base:hover::before,
.btn-outline--base:hover::after,
.btn-outline--base:focus::before,
.btn-outline--base:focus::after,
.btn-outline--base:focus-visible::before,
.btn-outline--base:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn--danger {
    position: relative;
}

.btn--danger::before,
.btn--danger::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--danger-two))), color-stop(67%, hsl(var(--danger))));
    background: linear-gradient(180deg, hsl(var(--danger-two)) 0%, hsl(var(--danger)) 67%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn--danger::after {
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--danger))), to(hsl(var(--danger-two))));
    background: linear-gradient(180deg, hsl(var(--danger)) 0%, hsl(var(--danger-two)) 100%);
    visibility: hidden;
    opacity: 0;
}

.btn--danger:hover::after,
.btn--danger:focus::after,
.btn--danger:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn-outline--danger {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn-outline--danger::before,
.btn-outline--danger::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--danger-two))), to(hsl(var(--danger))));
    background: linear-gradient(180deg, hsl(var(--danger-two)) 0%, hsl(var(--danger)) 100%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

.btn-outline--danger:hover::before,
.btn-outline--danger:hover::after,
.btn-outline--danger:focus::before,
.btn-outline--danger:focus::after,
.btn-outline--danger:focus-visible::before,
.btn-outline--danger:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn--success {
    position: relative;
}

.btn--success::before,
.btn--success::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--success-two))), color-stop(67%, hsl(var(--success))));
    background: linear-gradient(180deg, hsl(var(--success-two)) 0%, hsl(var(--success)) 67%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn--success::after {
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--success))), to(hsl(var(--success-two))));
    background: linear-gradient(180deg, hsl(var(--success)) 0%, hsl(var(--success-two)) 100%);
    visibility: hidden;
    opacity: 0;
}

.btn--success:hover::after,
.btn--success:focus::after,
.btn--success:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn-outline--success {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn-outline--success::before,
.btn-outline--success::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--success-two))), to(hsl(var(--success))));
    background: linear-gradient(180deg, hsl(var(--success-two)) 0%, hsl(var(--success)) 100%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

.btn-outline--success:hover::before,
.btn-outline--success:hover::after,
.btn-outline--success:focus::before,
.btn-outline--success:focus::after,
.btn-outline--success:focus-visible::before,
.btn-outline--success:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn--orange {
    position: relative;
}

.btn--orange::before,
.btn--orange::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--orange-two))), color-stop(67%, hsl(var(--orange))));
    background: linear-gradient(180deg, hsl(var(--orange-two)) 0%, hsl(var(--orange)) 67%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn--orange::after {
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--orange))), to(hsl(var(--orange-two))));
    background: linear-gradient(180deg, hsl(var(--orange)) 0%, hsl(var(--orange-two)) 100%);
    visibility: hidden;
    opacity: 0;
}

.btn--orange:hover::after,
.btn--orange:focus::after,
.btn--orange:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn-outline--orange {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn-outline--orange::before,
.btn-outline--orange::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--orange-two))), to(hsl(var(--orange))));
    background: linear-gradient(180deg, hsl(var(--orange-two)) 0%, hsl(var(--orange)) 100%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

.btn-outline--orange:hover::before,
.btn-outline--orange:hover::after,
.btn-outline--orange:focus::before,
.btn-outline--orange:focus::after,
.btn-outline--orange:focus-visible::before,
.btn-outline--orange:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn--warning {
    position: relative;
}

.btn--warning::before,
.btn--warning::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--warning-two))), color-stop(67%, hsl(var(--warning))));
    background: linear-gradient(180deg, hsl(var(--warning-two)) 0%, hsl(var(--warning)) 67%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn--warning::after {
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--warning))), to(hsl(var(--warning-two))));
    background: linear-gradient(180deg, hsl(var(--warning)) 0%, hsl(var(--warning-two)) 100%);
    visibility: hidden;
    opacity: 0;
}

.btn--warning:hover::after,
.btn--warning:focus::after,
.btn--warning:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn-outline--warning::before,
.btn-outline--warning::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--warning-two))), to(hsl(var(--warning))));
    background: linear-gradient(180deg, hsl(var(--warning-two)) 0%, hsl(var(--warning)) 100%);
    border-radius: inherit !important;
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

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

.btn-outline--warning:hover::before,
.btn-outline--warning:hover::after,
.btn-outline--warning:focus::before,
.btn-outline--warning:focus::after,
.btn-outline--warning:focus-visible::before,
.btn-outline--warning:focus-visible::after {
    visibility: visible;
    opacity: 1;
}

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

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

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

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--dark)) !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(--dark)) !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(--dark)) !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(--dark)) !important;
}

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

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

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

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

.btn-outline--base:hover {
    color: hsl(var(--dark)) !important;
}

.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: 56px !important;
}

.custom--tooltip {
    --bs-tooltip-color: hsl(var(--white));
    --bs-tooltip-bg: hsl(var(--info));
}

.toggle.btn label {
    position: absolute;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 !important;
    line-height: 1;
}

.toggle.btn label:hover,
.toggle.btn label:focus {
    border: 0 !important;
}

.toggle .toggle-group .toggle-handle {
    background-color: hsl(var(--white));
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    background-color: hsl(var(--white)/0.05);
    -webkit-backdrop-filter: blur(15.3000001907px);
    backdrop-filter: blur(15.3000001907px);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 10px;
    overflow: hidden;
}

.custom--card.no-overflow {
    overflow: initial;
}

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

@media screen and (max-width: 575px) {
    .custom--card .card-header {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 424px) {
    .custom--card .card-header {
        padding: 10px;
    }
}

.custom--card .card-header__title {
    margin-bottom: 0;
}

.custom--card .card-body {
    padding: 15px;
}

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

@media screen and (max-width: 424px) {
    .custom--card .card-body {
        padding: 12px 10px;
    }
}

.custom--card .card-footer {
    border-top: 1px solid hsl(var(--white)/0.1);
    padding: 12px 15px;
}

@media screen and (max-width: 575px) {
    .custom--card .card-footer {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 424px) {
    .custom--card .card-footer {
        padding: 10px;
    }
}

.custom--card .customNiceSelect .nice-select {
    height: 56px;
    line-height: 56px;
    border-color: hsl(var(--white)/.1);
}

@media (max-width: 1399px) {
    .custom--card .customNiceSelect .nice-select {
        height: 54px;
        line-height: 54px;
    }
}

@media (max-width: 1199px) {
    .custom--card .customNiceSelect .nice-select {
        height: 52px;
        line-height: 52px;
    }
}

@media (max-width: 991px) {
    .custom--card .customNiceSelect .nice-select {
        height: 48px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .custom--card .customNiceSelect .nice-select {
        height: 46px;
        line-height: 46px;
    }
}

@media (max-width: 575px) {
    .custom--card .customNiceSelect .nice-select {
        height: 44px;
        line-height: 44px;
    }
}

@media (max-width: 424px) {}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
.form-group {
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .form-group {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .form-group {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .form-group {
        margin-bottom: 18px;
    }
}

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

.form--label {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
    color: hsl(var(--heading-color));
    margin-bottom: 6px;
}

.form--label .required {
    color: hsl(var(--danger));
}

.form--control {
    width: 100%;
    background-color: hsl(var(--body-color)/0.05);
    border: 1px solid hsl(var(--heading-color));
    outline: none;
    padding: 16px 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: hsl(var(--heading-color)) !important;
    border-radius: 8px;
}

@media screen and (max-width: 1399px) {
    .form--control {
        padding: 15px 16px;
    }
}

@media screen and (max-width: 1199px) {
    .form--control {
        padding: 14px 15px;
    }
}

@media screen and (max-width: 991px) {
    .form--control {
        font-size: 0.9375rem;
        padding: 13px 15px;
    }
}

@media screen and (max-width: 767px) {
    .form--control {
        font-size: 0.875rem;
        padding: 12.5px 13px;
    }
}

@media screen and (max-width: 575px) {
    .form--control {
        padding: 11.5px 13px;
    }
}

.form--control::-webkit-input-placeholder {
    color: #CDD1D6;
    font-size: 1rem;
}

.form--control::-moz-placeholder {
    color: #CDD1D6;
    font-size: 1rem;
}

.form--control:-ms-input-placeholder {
    color: #CDD1D6;
    font-size: 1rem;
}

.form--control::-ms-input-placeholder {
    color: #CDD1D6;
    font-size: 1rem;
}

.form--control::placeholder {
    color: #CDD1D6;
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .form--control::-webkit-input-placeholder {
        font-size: 0.9375rem;
    }

    .form--control::-moz-placeholder {
        font-size: 0.9375rem;
    }

    .form--control:-ms-input-placeholder {
        font-size: 0.9375rem;
    }

    .form--control::-ms-input-placeholder {
        font-size: 0.9375rem;
    }

    .form--control::placeholder {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .form--control::-webkit-input-placeholder {
        font-size: 0.875rem;
    }

    .form--control::-moz-placeholder {
        font-size: 0.875rem;
    }

    .form--control:-ms-input-placeholder {
        font-size: 0.875rem;
    }

    .form--control::-ms-input-placeholder {
        font-size: 0.875rem;
    }

    .form--control::placeholder {
        font-size: 0.875rem;
    }
}

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

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--heading-color)/0.08);
    color: hsl(var(--body-color)) !important;
    opacity: 1;
    border-color: transparent !important;
}

.form--control:disabled:focus,
.form--control[readonly]:focus {
    border-color: transparent !important;
}

.form--control:disabled {
    background-color: hsl(var(--heading-color)/0.12);
}

.form--control[type=password] {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.form--control[type=password]::-webkit-input-placeholder {
    font-weight: 400;
}

.form--control[type=password]::-moz-placeholder {
    font-weight: 400;
}

.form--control[type=password]:-ms-input-placeholder {
    font-weight: 400;
}

.form--control[type=password]::-ms-input-placeholder {
    font-weight: 400;
}

.form--control[type=password]::placeholder {
    font-weight: 400;
}

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

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

@media screen and (max-width: 575px) {
    .form--control[type=file] {
        line-height: 40px;
    }
}

.form--control[type=file]::-webkit-file-upload-button {
    border: 0;
    padding: 3px 12px;
    border-radius: 3px;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 12px;
    color: hsl(var(--white)) !important;
    cursor: pointer;
}

.form--control[type=file]::file-selector-button {
    border: 0;
    padding: 3px 12px;
    border-radius: 3px;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 12px;
    color: hsl(var(--white)) !important;
    cursor: pointer;
}

@media screen and (max-width: 575px) {
    .form--control[type=file]::-webkit-file-upload-button {
        font-size: 0.8125rem;
        padding: 2px 8px;
        margin-left: 8px;
    }

    .form--control[type=file]::file-selector-button {
        font-size: 0.8125rem;
        padding: 2px 8px;
        margin-left: 8px;
    }
}

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

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

textarea.form--control {
    height: 200px;
    resize: none;
}

@media screen and (max-width: 1399px) {
    textarea.form--control {
        height: 180px;
    }
}

@media screen and (max-width: 1199px) {
    textarea.form--control {
        height: 170px;
    }
}

@media screen and (max-width: 991px) {
    textarea.form--control {
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    textarea.form--control {
        height: 140px;
    }
}

.select {
    position: relative;
    color: hsl(var(--input-color)) !important;
}

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

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

.select.form--control {
    padding: 11px 14px;
}

@media screen and (max-width: 575px) {
    .select.form--control {
        padding: 10px 10px;
    }
}

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

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

.password-show-hide {
    height: 100%;
    background: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px 10px;
    font-size: 1.125rem;
    cursor: pointer;
    color: hsl(var(--body-color));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

.password-show-hide:hover {
    color: hsl(var(--heading-color));
}

input#your-password,
input#confirm-password {
    padding-right: 50px;
}

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

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.form--check a {
    display: inline;
}

.form--check .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--border-color));
    cursor: pointer;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

.form--check .form-check-input:hover {
    border-color: hsl(var(--base));
}

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

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

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

.form--check .form-check-label {
    color: hsl(var(--heading-color));
    font-weight: 400;
    width: calc(100% - 16px);
    padding-left: 8px;
    cursor: pointer;
    font-size: 0.875rem;
}

.form--check a {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.form--check a:hover {
    color: hsl(var(--base));
}

.form--radio .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid hsl(var(--border-color));
    border-radius: 2px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

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

.form--radio .form-check-input:checked {
    background-color: hsl(var(--base)/0.12);
    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: 2px;
    z-index: 999;
}

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

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

.form--switch:focus-visible {
    outline: 0;
}

.form--switch .form-check-input {
    width: 40px;
    height: 18px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: hsl(var(--heading-color)/0.09);
    border: 0;
    border-radius: 18px;
    padding: 10px !important;
    cursor: pointer;
    margin: 0 0 6px;
    -webkit-transition: 0.15s li;
    transition: 0.15s li;
}

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

.form--switch .form-check-input:hover {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

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

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

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

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

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

.input-group {
    border-radius: 5px;
    border: 0;
}

.input-group:focus-within {
    border: 0;
}

.input-group .input-group-text {
    border-width: 0;
    border-radius: 5px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 0.875rem;
    line-height: 1;
    padding: 17px 14px;
}


@media screen and (max-width: 575px) {
    .input-group .input-group-text {
        padding: 14px;
    }
}

.input-group .input-group-text.copytext {
    padding: 21px 17px;
}


@media screen and (max-width: 1399px) {
    .input-group .input-group-text.copytext {
        padding: 20px 17px;
    }
}

@media screen and (max-width: 1199px) {
    .input-group .input-group-text.copytext {
        padding: 19px 16px;
    }
}

@media screen and (max-width: 991px) {
    .input-group .input-group-text.copytext {
        padding: 17px 15px;
    }
}

@media screen and (max-width: 767px) {
    .input-group .input-group-text.copytext {
        padding: 16px 14px;
    }
}

@media screen and (max-width: 575px) {
    .input-group .input-group-text.copytext {
        padding: 15px 14px;
    }
}

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

.input-group .form--control[readonly] {
    background: hsl(var(--body-color)/0.05) !important;
}

.input-group .form--control[readonly]:focus {
    border-color: transparent;
}

.input-group:has(.form--control[readonly]) {
    background: transparent !important;
}

.input-group:has(.form--control[readonly]):focus-within {
    border-color: transparent !important;
}

.upload-item-wrapper {
    position: relative;
}

.upload-item {
    position: relative;
    border: 1px solid hsl(var(--border-color));
    border-radius: 8px;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
}

.upload-item:hover {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.upload-item__edit {
    height: 250px;
}

@media screen and (max-width: 1399px) {
    .upload-item__edit {
        height: 220px;
    }
}

@media screen and (max-width: 1199px) {
    .upload-item__edit {
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .upload-item__edit {
        height: 180px;
    }
}

.upload-item__edit .uploadItemInput {
    font-size: 0;
    opacity: 0;
    width: 0;
}

.upload-item__edit .uploadItemLabel {
    width: 35px;
    height: 35px;
    border-radius: 8px 0 8px 0;
    background: hsl(var(--base));
    color: hsl(var(--white)/0.8);
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.upload-item__edit .uploadItemLabel:hover {
    color: hsl(var(--white));
}

.customNiceSelect .nice-select {
    position: relative;
    width: 100%;
    min-width: 150px;
    height: 40px;
    background-color: hsl(var(--white)/0.04);
    border: 1px solid hsl(var(--border-color));
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 32px;
    margin-bottom: 0;
    cursor: pointer;
    float: none;
    color: hsl(var(--white));
    font-size: 1rem;
    line-height: 40px;
}

@media screen and (max-width: 991px) {
    .customNiceSelect .nice-select {
        font-size: 0.9375rem;
        padding-left: 12px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 575px) {
    .customNiceSelect .nice-select {
        font-size: 0.875rem;
        padding-left: 10px;
        padding-right: 25px;
        border-radius: 5px;
    }
}

.customNiceSelect .nice-select::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0d7";
    height: auto;
    width: auto;
    border: 0;
    color: hsl(var(--white));
    font-size: 0.875rem;
    margin-top: 0;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: unset;
    transform-origin: unset;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

@media screen and (max-width: 991px) {
    .customNiceSelect .nice-select::after {
        font-size: 0.8125rem;
        right: 8px;
    }
}

@media screen and (max-width: 575px) {
    .customNiceSelect .nice-select::after {
        font-size: 0.75rem;
        right: 7px;
    }
}

.customNiceSelect .nice-select:active {
    border-color: hsl(var(--border-color));
}

.customNiceSelect .nice-select.open {
    border-color: hsl(var(--base));
}

.customNiceSelect .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.customNiceSelect .nice-select .current {
    font-weight: 600;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: block;
}

.customNiceSelect .nice-select .list {
    width: 100%;
    background-color: hsl(var(--card-bg));
    border: 1px solid hsl(var(--border-color));
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    border-radius: 8px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.customNiceSelect .nice-select .list .option {
    line-height: 1;
    min-height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    padding: 10px 8px;
}

.customNiceSelect .nice-select .list .option.selected {
    color: hsl(var(--body-color));
    font-weight: 400;
}

.customNiceSelect .nice-select .list .option.selected,
.customNiceSelect .nice-select .list .option.focus,
.customNiceSelect .nice-select .list .option:hover {
    background: hsl(var(--section-bg)/0.6);
    color: hsl(var(--heading-color));
}

.customNiceSelect.input-group-text {
    padding: 0;
    border-radius: 0;
    background: hsl(var(--body-color)/0.05);
}

.customNiceSelect.input-group-text .nice-select {
    height: 56px;
    background-color: transparent;
    border-color: hsl(var(--heading-color));
    border-radius: 8px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 13px;
    padding-right: 25px;
    color: hsl(var(--heading-color));
    font-size: 1rem;
    font-weight: 600;
    line-height: 56px;
}

@media screen and (max-width: 1399px) {
    .customNiceSelect.input-group-text .nice-select {
        height: 54px;
        line-height: 54px;
    }
}

@media screen and (max-width: 1199px) {
    .customNiceSelect.input-group-text .nice-select {
        height: 52px;
        line-height: 52px;
    }
}

@media screen and (max-width: 991px) {
    .customNiceSelect.input-group-text .nice-select {
        height: 48px;
        line-height: 48px;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .customNiceSelect.input-group-text .nice-select {
        font-size: 0.875rem;
        height: 46px;
        line-height: 46px;
    }
}

@media screen and (max-width: 575px) {
    .customNiceSelect.input-group-text .nice-select {
        height: 44px;
        line-height: 44px;
    }
}

.customNiceSelect.input-group-text .nice-select::after {
    content: "\f107";
    font-size: 0.75rem;
    right: 7px;
}

@media screen and (max-width: 991px) {
    .customNiceSelect.input-group-text .nice-select::after {
        font-size: 0.6875rem;
        right: 6px;
    }
}

.customNiceSelect.input-group-text .nice-select:active {
    border-color: hsl(var(--heading-color));
}

.customNiceSelect.input-group-text .nice-select.open {
    border-color: hsl(var(--base));
}

.customNiceSelect.input-group-text .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.customNiceSelect.input-group-text .nice-select .current {
    font-weight: 600;
}

.customNiceSelect.input-group-text .nice-select .list {
    border-color: hsl(var(--heading-color));
    border-radius: 8px;
}

.customNiceSelect.input-group-text .nice-select .list .option {
    padding: 8px;
    text-align: center;
}

.counter {
    position: relative;
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1599px) {
    .counter {
        width: 140px;
    }
}

@media screen and (max-width: 991px) {
    .counter {
        width: 128px;
    }
}

@media screen and (max-width: 575px) {
    .counter {
        width: 120px;
    }
}

@media screen and (max-width: 374px) {
    .counter {
        width: 106px;
    }
}

.counter__btn {
    width: 25%;
    height: 40px;
    padding: 3px;
    background: transparent;
    border: 1px solid hsl(var(--white)/0.5);
    border-radius: 8px;
    color: hsl(var(--white)) !important;
    font-size: 1rem;
}

@media screen and (max-width: 1599px) {
    .counter__btn {
        font-size: 0.9375rem;
        height: 35px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 991px) {
    .counter__btn {
        height: 32px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .counter__btn {
        width: 27%;
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 374px) {
    .counter__btn {
        width: 30%;
        font-size: 0.75rem;
    }
}

.counter__btn:hover {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.counter__decrement {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.counter__increment {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.counter .form--control {
    width: 50%;
    height: 40px;
    color: hsl(var(--heading-color));
    background: transparent;
    border-color: hsl(var(--white)/0.5);
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 5px 8px;
    text-align: center;
}

@media screen and (max-width: 1599px) {
    .counter .form--control {
        font-size: 1rem;
        padding: 5px;
        height: 35px;
    }
}

@media screen and (max-width: 991px) {
    .counter .form--control {
        height: 32px;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .counter .form--control {
        width: 46%;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 374px) {
    .counter .form--control {
        width: 40%;
        font-size: 0.8125rem;
    }
}

.counter .form--control::-webkit-input-placeholder {
    font-size: inherit;
    font-weight: inherit;
}

.counter .form--control::-moz-placeholder {
    font-size: inherit;
    font-weight: inherit;
}

.counter .form--control:-ms-input-placeholder {
    font-size: inherit;
    font-weight: inherit;
}

.counter .form--control::-ms-input-placeholder {
    font-size: inherit;
    font-weight: inherit;
}

.counter .form--control::placeholder {
    font-size: inherit;
    font-weight: inherit;
}

/* ================================= Form Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 12px 15px;
}

@media screen and (max-width: 575px) {
    .custom--modal .modal-header {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 424px) {
    .custom--modal .modal-header {
        padding: 10px;
    }
}

.custom--modal .modal-header .close {
    width: 23px;
    height: 23px;
    background: hsl(var(--danger));
    opacity: 1;
    font-size: 0.875rem;
    line-height: 1;
    color: hsl(var(--white));
    padding: 0;
    border: 0;
    border-radius: 3px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.custom--modal .modal-content {
    background-color: hsl(var(--white)/0.05) !important;
    -webkit-backdrop-filter: blur(28.3px);
    backdrop-filter: blur(28.3px);
    border: 1px solid hsl(var(--white)/0.1) !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.custom--modal .modal-body {
    color: hsl(var(--body-color));
    padding: 15px;
}

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

@media screen and (max-width: 424px) {
    .custom--modal .modal-body {
        padding: 12px 10px;
    }
}

.custom--modal .modal-body small {
    font-weight: 600;
    color: hsl(var(--body-color));
    font-size: 0.75rem;
}

.custom--modal .modal-body p {
    margin-bottom: 10px;
}

.custom--modal .modal-body p:last-of-type {
    margin-bottom: 0;
}

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

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

@media screen and (max-width: 575px) {
    .custom--modal .modal-footer {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 424px) {
    .custom--modal .modal-footer {
        padding: 10px;
    }
}

.custom--modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.custom--modal .modal-dialog-scrollable .modal-body:hover::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 3px;
}

.custom--modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: hsl(var(--base));
}

.custom--modal .modal-alert-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: hsl(var(--white));
    font-size: 1.125rem;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.custom--modal .modal-content .list-group-item {
    background: transparent;
}
/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 35px;
}

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

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--border-color));
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--heading-color));
    font-size: 0.875rem;
}

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

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

.pagination.two .page-link {
    border-radius: 5px;
}

.pagination.three .page-link {
    border-color: hsl(var(--base));
}

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

.pagination.four .page-link {
    border-radius: 5px;
    border-color: hsl(var(--base));
}

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

.d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between .pagination {
    margin-top: 0;
}

.d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between:has(.pagination) {
    margin-top: 20px;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    background-color: transparent;
    font-family: var(--heading-font);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: hsl(var(--white));
    padding: 0 12px 12px;
    border-bottom: 0;
    max-width: 170px;
    border-bottom: 1px solid hsl(var(--border-color-two));
}

@media (max-width: 1799px) {
    .table thead tr th {
        padding-left: 8px;
        padding-right: 8px;
    }
}

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

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

.table tbody {
    border: 0 !important;
}

.table tbody tr td {
    text-align: center;
    max-width: 170px;
    vertical-align: middle;
    padding: 20px 12px;
    border-width: 1px;
    border: 0;
    font-family: var(--body-font);
    color: hsl(var(--heading-color));
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5;
    border-bottom: 1px dashed hsl(var(--border-color-two));
    background: transparent;
}

@media (max-width: 1799px) {
    .table tbody tr td {
        padding-left: 8px;
        padding-right: 8px;
    }
}

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

.table tbody tr td:first-child {
    text-align: left;
    padding-left: 0;
    line-height: 1.2;
    color: hsl(var(--body-color));
}

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

.table.style-two {
    position: relative;
}

.table.style-two thead tr th {
    background-color: hsl(var(--white));
    color: hsl(var(--heading-color)) !important;
}

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

.table.style-two tbody tr td:first-child {
    border-left: 0;
}

.table.style-two tbody tr td:last-child {
    border-right: 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:last-child {
        border-bottom: 0;
    }

    .table--responsive--sm tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 0;
        border: 0;
        max-width: unset;
        white-space: initial;
    }

    .table--responsive--sm tbody tr td:last-child {
        border-bottom: 1px solid hsl(var(--border-color));
    }

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

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

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

@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:last-child {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 0;
        border: 0;
        max-width: unset;
        white-space: initial;
    }

    .table--responsive--md tbody tr td:last-child {
        border-bottom: 1px solid hsl(var(--border-color));
    }

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

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

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

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

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

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

    .table--responsive--lg tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 0;
        border: none;
        max-width: unset;
        white-space: initial;
    }

    .table--responsive--lg tbody tr td:last-child {
        border-bottom: 1px solid hsl(var(--border-color));
    }

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

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

@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:last-child td:last-child {
        border-bottom: 0;
    }

    .table--responsive--xl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 0;
        border: none;
        max-width: unset;
        white-space: initial;
    }

    .table--responsive--xl tbody tr td:last-child {
        border-bottom: 1px solid hsl(var(--border-color));
    }

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

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

@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:last-child {
        border-bottom: 0;
    }

    .table--responsive--xxl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 0;
        border: none;
        max-width: unset;
        white-space: initial;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border-bottom: 1px solid hsl(var(--border-color));
    }

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

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

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

@media screen and (max-width: 424px) {
    .customer {
        display: block;
        text-align: left;
    }
}

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

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

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

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

@media screen and (max-width: 424px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        margin-top: 5px;
        text-align: end;
    }
}

.customer__name {
    font-size: 0.8125rem;
    line-height: 1;
    font-weight: 500;
    color: hsl(var(--heading-color));
    margin-bottom: 0;
}

.customer__desc {
    font-size: 0.8125rem;
}

.action-buttons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 7px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.action-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0.875rem;
    color: hsl(var(--white));
    white-space: nowrap;
}

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

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

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    background: hsl(var(--card-bg));
    border: 1px solid hsl(var(--border-color));
    border-radius: 56px;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width: 1399px) {
    .custom--tab {
        border-radius: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .custom--tab {
        border-radius: 46px;
    }
}

@media screen and (max-width: 424px) {
    .custom--tab {
        border: 0;
        border-bottom: 1px solid hsl(var(--border-color));
        border-radius: 0;
        background: transparent;
    }
}

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

.custom--tab .nav-item .nav-link {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 16px 32px !important;
    color: hsl(var(--body-color));
    background-color: transparent !important;
    border-radius: 56px;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0;
}

@media screen and (max-width: 1399px) {
    .custom--tab .nav-item .nav-link {
        padding: 13px 26px !important;
        border-radius: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        font-size: 0.9375rem;
        padding: 12px 17px !important;
        border-radius: 46px;
    }
}

@media screen and (max-width: 575px) {
    .custom--tab .nav-item .nav-link {
        padding: 10px 11px !important;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 424px) {
    .custom--tab .nav-item .nav-link {
        padding: 8px !important;
    }
}

.custom--tab .nav-item .nav-link::before,
.custom--tab .nav-item .nav-link::after {
    position: absolute;
    content: "";
    background: var(--gradient-bg-1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.custom--tab .nav-item .nav-link::after {
    background: var(--gradient-bg-2);
    z-index: 3;
}

.custom--tab .nav-item .nav-link span {
    position: relative;
    z-index: 5;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}
@media (max-width:424px) {
    .custom--tab .nav-item .nav-link span {
        font-size: 12px;
    }
}
.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--dark));
    background-color: transparent !important;
}

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

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

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

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

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    position: relative;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 30px;
    padding: 4px 14px;
}

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

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

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

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

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

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

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

.badge--orange {
    background-color: hsl(var(--orange)) !important;
}

.badge--light {
    background-color: hsl(var(--light)) !important;
}

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

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

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

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

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

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

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

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

.badge-outline--light {
    background-color: hsl(var(--light)/0.1) !important;
    color: hsl(var(--light)) !important;
    border: 1px solid hsl(var(--light)) !important;
}

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

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    position: relative;
    font-weight: 400;
    padding: 12px 16px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.alert:last-child {
    margin-bottom: 0;
}

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

.alert  hr {
    margin: 12px 0;
}

.alert__title {
    font-size: 0.938rem;
    margin-bottom: 0;
}

.alert__desc {
    color: hsl(var(--body-color));
    display: block;
    font-size: 0.875rem;
    line-height: 1.375;
}

.alert > a {
    font-size: 0.875rem;
    line-height: 1.375;
}

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

    .alert__desc,
    .alert > a {
        font-size: 0.8125rem;
    }

    .alert  hr {
        margin: 10px 0;
    }
}

.alert__link {
    position: relative;
    text-decoration: underline;
}

.alert--base {
    border-color: hsl(var(--base)/0.18);
    background: hsl(var(--base)/0.12);
}

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

.alert--primary {
    border-color: hsl(var(--primary)/0.18);
    background: hsl(var(--primary)/0.12);
}

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

.alert--success {
    border-color: hsl(var(--success)/0.18);
    background: hsl(var(--success)/0.12);
}

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

.alert--info {
    border-color: hsl(var(--info)/0.18);
    background: hsl(var(--info)/0.12);
}

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

.alert--danger {
    border-color: hsl(var(--danger)/0.18);
    background: hsl(var(--danger)/0.12);
}

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

.alert--warning {
    border-color: hsl(var(--warning)/0.18);
    background: hsl(var(--warning)/0.12);
}

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

.alert--secondary {
    border-color: hsl(var(--secondary)/0.18);
    background: hsl(var(--secondary)/0.12);
}

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

.alert--light {
    border-color: hsl(var(--light)/0.18);
    background: hsl(var(--light)/0.12);
}

.alert--light .alert__link {
    color: hsl(var(--light));
}

.alert--dark {
    border-color: hsl(var(--dark)/0.18);
    background: hsl(var(--dark)/0.12);
}

.alert--dark .alert__link {
    color: hsl(var(--dark));
}

.alert.two {
    position: relative;
}

.alert.two.alert--base {
    border-color: hsl(var(--base)/0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--primary {
    border-color: hsl(var(--primary)/0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--success {
    border-color: hsl(var(--success)/0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--info {
    border-color: hsl(var(--info)/0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--danger {
    border-color: hsl(var(--danger)/0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--warning {
    border-color: hsl(var(--warning)/0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--secondary {
    border-color: hsl(var(--secondary)/0.35) !important;
    background: hsl(var(--white)) !important;
}

.alert.two.alert--light {
    border-color: hsl(var(--light)/0.35) !important;
    background: hsl(var(--light)) !important;
}

.alert.two.alert--dark {
    border-color: hsl(var(--dark)/0.35) !important;
    background: hsl(var(--white)) !important;
}

/* ====================================== Alert Css End =============================== */
/* ====================================== List Group Css Start =============================== */
.list-group .list-group-item {
    font-size: 0.875rem;
    gap: 15px;
    color: hsl(var(--body-color));
    border: 0;
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 10px 15px;
    background: hsl(var(--white)/.1);
}
.list-group .list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list-group .list-group-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 0;
}

.list-group .list-group-item .title {
    font-weight: 600;
    color: hsl(var(--heading-color));
}

.list-group .list-group-item .desc {
    display: block;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.list-group.two .list-group-item {
    gap: 15px;
    border-color: hsl(var(--border-color)) !important;
    border-left: 0;
    border-right: 0;
    font-size: 0.875rem;
}

.list-group.two .list-group-item:first-child {
    border-top: 0;
}

.list-group.two .list-group-item:last-child {
    border-bottom: 0;
}

.list-group.two .list-group-item .title {
    font-weight: 600;
    color: hsl(var(--heading-color));
}

.list-group.two .list-group-item .desc {
    color: hsl(var(--body-color));
    font-weight: 500;
}

/* ====================================== List Group Css End =============================== */
/* ============= Header CSS Start ======================= */
.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: transparent;
    padding: 40px 0;
}

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

@media screen and (max-width: 991px) {
    .header {
        background-color: hsl(var(--section-bg));
        padding: 10px 0;
        z-index: 999;
        max-height: 101vh;
        overflow-y: auto;
    }

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

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

.header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    padding: 20px 0;
    background-color: hsl(var(--card-bg));
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

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

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

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

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

.navbar {
    padding: 0 !important;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo img {
    max-width: 167px;
    max-height: 40px;
}

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

@media (min-width: 992px) {
    .nav-menu {
        background: hsl(var(--white)/0.05);
        border-radius: 16px;
        padding: 8px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-menu {
        padding: 7px;
        border-radius: 12px;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item {
        position: relative;
        margin-right: 24px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .nav-menu .nav-item {
        margin-right: 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-menu .nav-item {
        margin-right: 10px;
    }
}

@media (min-width: 992px) {

    .nav-menu .nav-item:nth-last-child(2),
    .nav-menu .nav-item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
        border-color: hsl(var(--base));
        background: hsl(var(--white)/0.1);
    }

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

@media (min-width: 992px) {
    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base)) !important;
    }

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

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link {
        position: relative;
        color: hsl(var(--white)) !important;
        font-size: 1rem;
        font-weight: 600;
        border: 1px solid transparent;
        border-radius: 8px;
        padding: 7px 15px;
        cursor: pointer;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-menu .nav-item .nav-link {
        font-size: 0.9375rem;
        padding: 6px 12px;
        border-radius: 7px;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        color: hsl(var(--wite));
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 0.75rem;
        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.not-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-left: 25px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .nav-menu .nav-item.not-menu {
        margin-left: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .nav-menu .nav-item.not-menu .btn {
        font-size: 0.9375rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 767px) {
    .nav-menu .nav-item.not-menu .btn {
        font-size: 0.875rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-menu .nav-item.not-menu {
        margin-left: 15px;
    }
}

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

    .dropdown-menu__list {
        border-bottom: 1px dashed hsl(var(--border-color));
    }

    .dropdown-menu__list:last-child {
        border-bottom: 0;
    }

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

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .dropdown-menu__link {
        font-size: 0.9375rem;
    }
}

@media (min-width: 992px) {

    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--white)/0.05);
    }
}

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

@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 {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .nav-menu .nav-item.not-menu {
        padding-top: 10px;
    }

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

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

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

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

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

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

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

    .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 0.875rem;
        color: hsl(var(--white));
        border-bottom: 1px solid hsl(var(--border-color));
        margin-left: 15px;
    }

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

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

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

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

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

.language-dropdown {
    position: relative;
    width: auto;
    padding-right: 8px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .language-dropdown {
        width: 120px;
        margin-left: auto;
        border: 1px solid hsl(var(--border-color));
        border-radius: 6px;
        -webkit-box-shadow: 0px 1px 5px hsl(var(--dark)/0.15);
        box-shadow: 0px 1px 5px hsl(var(--dark)/0.15);
        padding: 10px;
    }
}

.language-dropdown.open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.language-dropdown.open .language-dropdown__list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
}

.language-dropdown::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0d7";
    font-size: 0.75rem;
    color: hsl(var(--heading-color));
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: auto;
    transition: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
    .language-dropdown::after {
        right: 5px;
        font-size: 0.8125rem;
    }
}

.language-dropdown__selected {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.language-dropdown__selected .thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .language-dropdown__selected .thumb {
        width: 18px;
        height: 18px;
    }
}

.language-dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
}

.language-dropdown__selected .text {
    color: hsl(var(--white));
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    padding-right: 8px;
}

@media screen and (max-width: 1199px) {
    .language-dropdown__selected .text {
        font-size: 0.9375rem;
        padding-right: 5px;
    }
}

@media screen and (max-width: 991px) {
    .language-dropdown__selected .text {
        font-size: 0.875rem;
    }
}

.language-dropdown__list {
    position: absolute;
    background-color: hsl(var(--section-bg));
    width: 135px;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: 100%;
    margin-top: 22px;
    padding: 5px 0;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    overflow-y: auto !important;
}

@media screen and (max-width: 991px) {
    .language-dropdown__list {
        border-color: hsl(var(--border-color));
        margin-top: 2px;
        width: 100%;
        left: auto;
        right: 0;
    }
}

.language-dropdown__list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: hsl(var(--base)/0.12);
}

.language-dropdown__list::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: hsl(var(--base)/0.15);
}

.language-dropdown__list-item {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    border-bottom: 1px dashed hsl(var(--border-color));
    padding: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.language-dropdown__list-item:last-child {
    border-bottom: 0;
}

.language-dropdown__list-item .thumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .language-dropdown__list-item .thumb {
        width: 16px;
        height: 16px;
    }
}

.language-dropdown__list-item .thumb img {
    width: 100%;
    height: 100%;
}

.language-dropdown__list-item .text {
    color: hsl(var(--white));
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .language-dropdown__list-item .text {
        font-size: 0.875rem;
    }
}

.language-dropdown__list-item:hover {
    background-color: hsl(var(--base)/0.08);
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start ======================= */
.footer-area {
    background: #141921;
    margin-top: auto;
    padding-top: 260px;
}

@media screen and (max-width: 1199px) {
    .footer-area {
        padding-top: 245px;
    }
}

@media screen and (max-width: 991px) {
    .footer-area {
        padding-top: 225px;
    }
}

@media screen and (max-width: 767px) {
    .footer-area {
        padding-top: 195px;
    }
}

@media screen and (max-width: 424px) {
    .footer-area {
        padding-top: 185px;
    }
}

.footer-area-two {
    background: #141921;
    margin-top: auto;
}

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

@media screen and (max-width: 1399px) {
    .footer-item__logo {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-item__logo {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .footer-item__logo {
        margin-bottom: 20px;
    }
}

.footer-item__logo a img {
    max-width: 167px;
    max-height: 40px;
}

@media screen and (max-width: 991px) {
    .footer-item__logo a img {
        max-width: 150px;
    }
}

.footer-item__title {
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 22px;
}

@media screen and (max-width: 1399px) {
    .footer-item__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-item__title {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 991px) {
    .footer-item__title {
        padding-bottom: 7px;
        margin-bottom: 15px;
    }
}

.footer-item__title::after {
    position: absolute;
    content: "";
    background-color: hsl(var(--base-two));
    border-radius: 3px;
    width: 56px;
    height: 3px;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 991px) {
    .footer-item__title::after {
        width: 45px;
        height: 2px;
        border-radius: 2px;
    }
}

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

@media screen and (max-width: 1399px) {
    .footer-item .social-list {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-item .social-list {
        margin-top: 25px;
    }
}

@media screen and (max-width: 991px) {
    .footer-item .social-list {
        margin-top: 22px;
    }
}

@media screen and (max-width: 767px) {
    .footer-item .social-list {
        margin-top: 18px;
    }
}

.footer-item .social-list__item {
    margin-right: 15px;
}

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

.footer-item .social-list__link {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    line-height: 1;
    font-size: 1.25rem;
    color: hsl(var(--heading-color));
    background: transparent;
    overflow: visible;
}

.footer-item .social-list__link:hover {
    background: transparent;
    color: hsl(var(--base));
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .footer-menu__item {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 767px) {
    .footer-menu__item {
        margin-bottom: 10px;
    }
}

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

.footer-menu__link {
    position: relative;
    color: hsl(var(--body-color));
    padding-left: 18px;
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .footer-menu__link {
        font-size: 0.9375rem;
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer-menu__link {
        font-size: 0.875rem;
    }
}

.footer-menu__link::before,
.footer-menu__link::after {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-two))), to(hsl(var(--base))));
    background: linear-gradient(180deg, hsl(var(--base-two)) 0%, hsl(var(--base)) 100%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

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

    .footer-menu__link::before,
    .footer-menu__link::after {
        width: 7px;
        height: 7px;
    }
}

.footer-menu__link::after {
    position: absolute;
    content: "";
    background: #141921;
    width: 6px;
    height: 6px;
    left: 1px;
}

@media screen and (max-width: 991px) {
    .footer-menu__link::after {
        width: 5px;
        height: 5px;
    }
}

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

.footer-menu__link:hover::after {
    background: transparent;
}

.footer-contact__item {
    margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
    .footer-contact__item {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer-contact__item {
        margin-bottom: 12px;
    }
}

.footer-contact__item:last-of-type {
    margin-bottom: 0;
}

.footer-contact__item-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
    .footer-contact__item-title {
        font-size: 0.9375rem;
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 767px) {
    .footer-contact__item-title {
        font-size: 0.875rem;
    }
}

.footer-contact__item-desc,
.footer-contact__item-link {
    display: block;
    color: hsl(var(--body-color));
    margin-bottom: 5px;
}

.footer-contact__item-desc:last-of-type,
.footer-contact__item-link:last-of-type {
    margin-bottom: 0;
}

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

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

.bottom-footer-text {
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .bottom-footer-text {
        font-size: 0.8125rem;
    }
}

/* ============= Footer End ======================= */
/* ============ Blog Sidebar CSS Start ============= */
.blog-sidebar-wrapper {
    position: sticky;
    top: 125px;
}

.blog-sidebar {
    background-color: hsl(var(--card-bg));
    padding: 25px 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.blog-sidebar:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .blog-sidebar {
        padding: 20px 15px;
    }
}

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
}

.blog-sidebar__title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: hsl(var(--base));
    left: 0;
    bottom: 0px;
}

.latest-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog__thumb {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .latest-blog__thumb {
        width: 60px;
        height: 60px;
    }
}

.latest-blog__thumb img {
    width: 100%;
    height: 100%;
}

.latest-blog__content {
    width: calc(100% - 70px);
    padding-left: 15px;
}

@media screen and (max-width: 1399px) {
    .latest-blog__content {
        width: calc(100% - 60px);
        padding-left: 12px;
    }
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__date {
    font-size: 0.8125rem;
}

/* ============ Blog Sidebar CSS End ============= */
/* ================================= Comment Css Start =========================== */
.comment-list__item:last-child .comment-list__content {
    border-bottom: none;
}

.comment-list__thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .comment-list__thumb {
        width: 60px;
        height: 60px;
    }
}

.comment-list__content {
    width: calc(100% - 80px);
    padding-left: 15px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .comment-list__content {
        width: calc(100% - 60px);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .comment-list__content {
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.comment-list__name {
    margin-bottom: 5px;
    color: hsl(var(--black));
}

.comment-list__time {
    margin-bottom: 15px;
}

.comment-list__time-icon {
    color: hsl(var(--base));
    font-size: 0.9375rem;
    margin-right: 5px;
}

.comment-list__reply {
    margin-top: 10px;
    display: inline-block;
}

.comment-list__reply-text {
    color: hsl(var(--black));
    font-weight: 400;
}

.comment-list__reply:hover .comment-list__reply-icon {
    color: hsl(var(--base));
}

.comment-list__reply-icon {
    font-size: 0.875rem;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .comment-list__reply-icon {
        font-size: 0.75rem;
    }
}

.comment-list .comment-list {
    margin-left: 70px;
}

.comment-list .comment-list.style-right .comment-list__item:last-child .comment-list__content {
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

@media screen and (max-width: 575px) {
    .comment-list .comment-list {
        margin-left: 40px;
    }
}

/* ================================= Comment Css End =========================== */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
    padding: 44px 20px 70px 44px;
}

@media screen and (max-width: 1399px) {
    .dashboard .sidebar-logo {
        padding: 30px 15px 40px;
    }
}

.dashboard .sidebar-logo img {
    max-width: 167px;
    max-height: 40px;
}

@media screen and (max-width: 1399px) {
    .dashboard .sidebar-logo img {
        max-width: 150px;
    }
}

.dashboard .sidebar-menu {
    height: 100vh;
    background: hsl(var(--white)/0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    z-index: 999;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 312px;
    border-right: 1px solid hsl(var(--white)/0.25);
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width: 1399px) {
    .dashboard .sidebar-menu {
        width: 260px;
        -webkit-backdrop-filter: blur(80px);
        backdrop-filter: blur(80px);
        border-right: 0;
    }
}

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

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

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

.dashboard .sidebar-menu__inner {
    width: 100%;
}

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

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

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

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

.dashboard .sidebar-menu-list__item {
    position: relative;
    padding: 0 24px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1399px) {
    .dashboard .sidebar-menu-list__item {
        padding: 0 15px;
        margin-bottom: 8px;
    }
}

.dashboard .sidebar-menu-list__item::after {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(110, 60, 27, 0)), color-stop(33%, #f8be3b), color-stop(49%, #fce2a6), color-stop(70%, #f8be3b), to(rgba(110, 60, 27, 0)));
    background: linear-gradient(180deg, rgba(110, 60, 27, 0) 0%, #f8be3b 33%, #fce2a6 49%, #f8be3b 70%, rgba(110, 60, 27, 0) 100%);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.08px;
    height: 100%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.dashboard .sidebar-menu-list__item:hover::after {
    visibility: visible;
    opacity: 1;
}

.dashboard .sidebar-menu-list__item.active::after {
    visibility: visible;
    opacity: 1;
}

.dashboard .sidebar-menu-list__item.active>.sidebar-menu-list__link {
    background: hsl(var(--white)/0.05);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(255, 222, 77, 0.04), 0px 8px 16px 0px rgba(255, 222, 77, 0.08);
    box-shadow: 0px 0px 4px 0px rgba(255, 222, 77, 0.04), 0px 8px 16px 0px rgba(255, 222, 77, 0.08);
}

.dashboard .sidebar-menu-list__item.active>.sidebar-menu-list__link span {
    font-weight: 600;
    background: var(--gradient-bg-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dashboard .sidebar-menu-list__item.active>.sidebar-menu-list__link::after {
    visibility: visible;
    opacity: 1;
}

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

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

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

.dashboard .sidebar-menu-list__link {
    position: relative;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 13px 15px 13px 25px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
}

@media screen and (max-width: 1399px) {
    .dashboard .sidebar-menu-list__link {
        font-size: 0.9375rem;
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        padding: 11px 12px 11px 18px;
    }
}

.dashboard .sidebar-menu-list__link::after {
    position: absolute;
    content: "";
    background: #FFDE4D;
    border-radius: 218.75px;
    -webkit-filter: blur(70px);
    filter: blur(70px);
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

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

.dashboard .sidebar-menu-list__link:hover span {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link span {
    position: relative;
    z-index: 2;
    color: hsl(var(--body-color));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.dashboard .sidebar-menu-list__link span.icon {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .dashboard .sidebar-menu-list__link span.icon {
        font-size: 1.125rem;
    }
}

.dashboard .sidebar-submenu {
    display: none;
}

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

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

.dashboard .sidebar-submenu-list__item {
    margin-bottom: 6px;
}

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

.dashboard .sidebar-submenu-list__link {
    padding: 12px 15px;
    display: block;
    color: hsl(var(--body-color));
    color: #6b717e;
    font-weight: 500;
    font-size: 0.9375rem;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid hsl(var(--black)/0.4);
    border-radius: 50%;
}

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

.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

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

.dashboard__right {
    width: calc(100% - 312px);
    min-height: 100vh;
    margin-left: auto;
    padding: 24px;
}

@media screen and (max-width: 1399px) {
    .dashboard__right {
        width: calc(100% - 260px);
    }
}

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

@media screen and (max-width: 991px) {
    .dashboard__right {
        padding: 20px 20px 24px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard__right {
        padding: 20px 18px 24px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard__right {
        padding: 18px 14px 24px;
    }
}

.dashboard .dashboard-header {
    position: relative;
    z-index: 99;
    padding: 15px;
    background: hsl(var(--white)/0.1);
    border: 1px solid hsl(var(--white)/0.25);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(5.0999999046px);
    backdrop-filter: blur(5.0999999046px);
    /* User Info Css Start */
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header {
        padding: 12px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header {
        border-radius: 12px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header {
        border-radius: 10px;
        padding: 10px;
    }
}

.dashboard .dashboard-header .sm-sidebar-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 40px;
    color: hsl(var(--white));
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 5px;
    font-size: 1.4375rem;
    cursor: pointer;
    padding: 5px;
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header .sm-sidebar-btn {
        width: 43px;
        height: 38px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header .sm-sidebar-btn {
        width: 40px;
        height: 35px;
    }
}

.dashboard .dashboard-header .sm-sidebar-btn:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--base));
}

.dashboard .dashboard-header .sm-search-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 35px;
    color: hsl(var(--white));
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 5px;
    font-size: 1.3125rem;
    cursor: pointer;
    padding: 5px;
}

.dashboard .dashboard-header .sm-search-btn i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.dashboard .dashboard-header .sm-search-btn.change-icon i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.dashboard .dashboard-header .sm-search-btn.change-icon i::before {
    content: "\f00d";
}

.dashboard .dashboard-header .sm-search-btn:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--base));
}

.dashboard .dashboard-header__left {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    width: 400px;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header__left {
        width: 360px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-header__left {
        width: 325px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header__left {
        width: auto;
    }
}

.dashboard .dashboard-header__left form {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header__left form {
        width: calc(100% - 55px);
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header__left form {
        width: calc(100% - 53px);
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header__left form {
        display: none;
    }
}

.dashboard .dashboard-header__left form.show {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    display: block;
    width: 100%;
    z-index: 999;
    right: 0;
    margin: 0 auto;
}

.dashboard .dashboard-header__left form .form--control {
    font-size: 0.875rem;
    color: hsl(var(--white));
    background: hsl(var(--white)/0.05) !important;
    border-color: hsl(var(--white)/0.1) !important;
    border-radius: 12px;
    padding: 13.5px 15px 13.5px 40px;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header__left form .form--control {
        padding: 9.5px 15px 9.5px 40px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header__left form .form--control {
        padding: 8.5px 10px 8.5px 38px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header__left form .form--control {
        padding: 10px 10px 10px 38px;
        background: hsl(var(--white)/0.4) !important;
        border-color: hsl(var(--white)/0.5) !important;
        -webkit-backdrop-filter: blur(25px);
        backdrop-filter: blur(25px);
    }
}

.dashboard .dashboard-header__left form .form--control::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
}

.dashboard .dashboard-header__left form .form--control::-moz-placeholder {
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
}

.dashboard .dashboard-header__left form .form--control:-ms-input-placeholder {
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
}

.dashboard .dashboard-header__left form .form--control::-ms-input-placeholder {
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
}

.dashboard .dashboard-header__left form .form--control::placeholder {
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
}

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

.dashboard .dashboard-header__left form button {
    color: hsl(var(--heading-color));
    position: absolute;
    left: 0;
    top: 1px;
    padding: 5px 13px;
    height: 100%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.dashboard .dashboard-header__left form button i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.dashboard .dashboard-header__left form button:hover {
    color: hsl(var(--base));
}

.dashboard .dashboard-header__right {
    width: calc(100% - 410px);
    gap: 15px;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header__right {
        width: calc(100% - 370px);
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-header__right {
        width: calc(100% - 335px);
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header__right {
        width: auto;
    }
}

.dashboard .dashboard-header .notification {
    position: relative;
}

.dashboard .dashboard-header .notification .notification-btn-wrapper {
    position: relative;
}

.dashboard .dashboard-header .notification .notification-btn-wrapper .badge {
    min-width: 16px;
    min-height: 16px;
    background: hsl(var(--danger));
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 9;
    line-height: 1;
    padding: 2px 1px;
}

.dashboard .dashboard-header .notification__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--heading-color));
    -webkit-box-shadow: var(--box-shadow-two);
    box-shadow: var(--box-shadow-two);
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    font-size: 1.75rem;
    -webkit-animation: ring 4s 0.7s ease-in-out infinite;
    animation: ring 4s 0.7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    transform-origin: 50% 4px;
}

.dashboard .dashboard-header .notification__btn:hover {
    color: hsl(var(--base));
}

.dashboard .dashboard-header .notification-list {
    width: 280px;
    background: hsl(var(--card-bg));
    border: 1px solid hsl(var(--border-color));
    border-radius: 8px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    position: absolute;
    right: 0;
    top: calc(100% + 25px);
    z-index: 9;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header .notification-list {
        top: calc(100% + 20px);
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header .notification-list {
        top: calc(100% + 14px);
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header .notification-list {
        width: 270px;
        right: -60px;
    }
}

.dashboard .dashboard-header .notification-list.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.dashboard .dashboard-header .notification-list__header {
    padding: 15px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.dashboard .dashboard-header .notification-list__header .badge {
    font-size: 0.75rem;
}

.dashboard .dashboard-header .notification-list__body {
    height: 270px;
    overflow-y: auto;
}

.dashboard .dashboard-header .notification-list__body::-webkit-scrollbar {
    width: 3px;
}

.dashboard .dashboard-header .notification-list__body::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base)/0.8);
}

.dashboard .dashboard-header .notification-list__item {
    display: block;
    border-bottom: 1px solid hsl(var(--border-color));
    padding: 10px 15px;
}

.dashboard .dashboard-header .notification-list__item:last-of-type {
    border-bottom: 0;
}

.dashboard .dashboard-header .notification-list__item:hover {
    background-color: hsl(var(--base)/0.08);
}

.dashboard .dashboard-header .notification-list__item .title {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.dashboard .dashboard-header .notification-list__item .time {
    color: hsl(var(--body-color));
    font-size: 0.8125rem;
}

.dashboard .dashboard-header .notification-list__footer {
    padding: 15px;
    border-top: 1px solid hsl(var(--border-color));
}

.dashboard .dashboard-header .notification-list__footer .btn {
    font-size: 0.875rem;
    padding: 10px 18px;
}

.dashboard .dashboard-header .user-info {
    position: relative;
}

.dashboard .dashboard-header .user-info__button {
    position: relative;
    padding-right: 25px;
}

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

.dashboard .dashboard-header .user-info__button-thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header .user-info__button-thumb {
        width: 35px;
        height: 35px;
    }
}

.dashboard .dashboard-header .user-info__button-thumb img {
    width: 100%;
    height: 100%;
}

.dashboard .dashboard-header .user-info__button-content {
    width: calc(100% - 40px);
    padding-left: 10px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header .user-info__button-content {
        display: none;
    }
}

.dashboard .dashboard-header .user-info__button-content-name {
    color: hsl(var(--heading-color));
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header .user-info__button-content-name {
        font-size: 0.9375rem;
    }
}

.dashboard .dashboard-header .user-info__button-content-username {
    color: hsl(var(--body-color));
    font-size: 0.875rem;
    line-height: 1.5;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header .user-info__button-content-username {
        font-size: 0.8125rem;
    }
}

.dashboard .dashboard-header .user-info__button-icon {
    color: hsl(var(--heading-color));
    font-size: 0.875rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header .user-info__button-icon {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header .user-info__button-icon {
        display: none;
    }
}

.dashboard .dashboard-header .user-info__button-icon.rotate i::before {
    content: "\f106";
}

.dashboard .dashboard-header .user-info .user-info-dropdown {
    width: 200px;
    background: hsl(var(--card-bg));
    border: 1px solid hsl(var(--border-color));
    border-radius: 8px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(100% + 17px);
    z-index: 9;
    padding: 10px 0;
    -webkit-transition: 0.15s linear;
    transition: 0.15s linear;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header .user-info .user-info-dropdown {
        top: calc(100% + 14px);
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header .user-info .user-info-dropdown {
        top: calc(100% + 12px);
    }
}

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

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

.dashboard .dashboard-header .user-info .user-info-dropdown__link {
    width: 100%;
    font-weight: 500;
    padding: 8px 16px;
    color: hsl(var(--heading-color));
    border-bottom: 1px solid hsl(var(--border-color));
    text-align: left;
    font-size: 0.875rem;
}

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

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

.dashboard .dashboard-header .user-info .user-info-dropdown__link .icon {
    margin-right: 8px;
}

.dashboard .dashboard-body {
    position: relative;
    padding-top: 50px;
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-body {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-body {
        padding-top: 35px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-body {
        padding-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body {
        padding-top: 25px;
    }
}

.dashboard .dashboard-body__top {
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    row-gap: 15px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-body__top {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-body__top {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
}

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

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

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body__top {
        margin-bottom: 20px;
    }
}

.dashboard .dashboard-body__title {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin-bottom: 45px;
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-body__title {
        margin-bottom: 35px;
    }
}

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

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

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body__title {
        margin-bottom: 20px;
    }
}

.dashboard .dashboard-body__title-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 48px;
    max-height: 48px;
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-body__title-icon {
        max-width: 45px;
        max-height: 45px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-body__title-icon {
        max-width: 42px;
        max-height: 42px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-body__title-icon {
        max-width: 40px;
        max-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-body__title-icon {
        max-width: 35px;
        max-height: 35px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body__title-icon {
        max-width: 32px;
        max-height: 32px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-body__title-icon {
        max-width: 30px;
        max-height: 30px;
    }
}

.dashboard .dashboard-body__title-icon img {
    width: 100%;
    height: 100%;
}

.dashboard .dashboard-body .icon-btn {
    width: 40px;
    height: 40px;
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.05);
    border-radius: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    color: hsl(var(--heading-color));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    font-size: 1.25rem;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-body .icon-btn {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-body .icon-btn {
        width: 35px;
        height: 35px;
        border-radius: 8px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body .icon-btn {
        border-radius: 5px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-body .icon-btn {
        width: 30px;
        height: 30px;
    }
}

.dashboard .dashboard-body .icon-btn:hover {
    color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.dashboard .dashboard-body .dashboard-table-btn {
    color: hsl(var(--heading-color));
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 40px;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 7px 15px;
    -webkit-backdrop-filter: blur(15.3000001907px);
    backdrop-filter: blur(15.3000001907px);
}

.dashboard .dashboard-body .dashboard-buttons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 10px;
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-body .dashboard-buttons {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body .dashboard-buttons {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        row-gap: 8px;
    }
}

.dashboard .dashboard-body .dashboard-calculator-form {
    position: relative;
    z-index: 1;
}

.dashboard .dashboard-body .dashboard-calculator-form:has(#goldCalculatorSwitch2:checked) .inputs .form-group:first-of-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.dashboard .dashboard-body .dashboard-calculator-form:has(#goldCalculatorSwitch2:checked) .inputs .form-group:last-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.dashboard .dashboard-body .dashboard-calculator-form:has(#goldCalculatorSwitch2:checked) .inputs .equal {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.dashboard .dashboard-body .dashboard-calculator-form .customNiceSelect {
    margin-bottom: 32px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-body .dashboard-calculator-form .customNiceSelect {
        margin-bottom: 24px;
    }
}

.dashboard .dashboard-body .dashboard-calculator-form .customNiceSelect .nice-select {
    background: hsl(var(--white)/0.1);
    border-color: hsl(var(--white)/0.5);
}

.dashboard .dashboard-body .dashboard-calculator-form .customNiceSelect .nice-select:hover {
    border-color: hsl(var(--base));
}

.dashboard .dashboard-body .dashboard-calculator-form .calculator-switch {
    background: hsl(var(--white)/0.15);
    padding: 5px;
    border-radius: 40px;
    margin-bottom: 32px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-body .dashboard-calculator-form .calculator-switch {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-body .dashboard-calculator-form .calculator-switch {
        background: transparent;
        border-radius: 0;
        border-bottom: 1px solid hsl(var(--border-color));
    }
}

.dashboard .dashboard-body .dashboard-calculator-form .calculator-switch__item {
    position: relative;
    padding: 4px 8px;
    border-radius: 30px;
    overflow: hidden;
    font-size: 0.8125rem;
    font-weight: 600;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-body .dashboard-calculator-form .calculator-switch__item {
        padding: 4px 15px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-body .dashboard-calculator-form .calculator-switch__item {
        width: 100%;
        text-align: center;
    }
}

.dashboard .dashboard-body .dashboard-calculator-form .calculator-switch__item::before,
.dashboard .dashboard-body .dashboard-calculator-form .calculator-switch__item::after {
    position: absolute;
    content: "";
    background: var(--gradient-bg-1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.dashboard .dashboard-body .dashboard-calculator-form .calculator-switch__item::after {
    background: var(--gradient-bg-2);
    z-index: 2;
}

.dashboard .dashboard-body .dashboard-calculator-form .calculator-switch__item:has(input:checked) {
    color: hsl(var(--dark));
}

.dashboard .dashboard-body .dashboard-calculator-form .calculator-switch__item:has(input:checked)::before {
    visibility: visible;
    opacity: 1;
}

.dashboard .dashboard-body .dashboard-calculator-form .calculator-switch__item:has(input:checked):hover::after {
    visibility: visible;
    opacity: 1;
}

.dashboard .dashboard-body .dashboard-calculator-form .calculator-switch__item .text {
    position: relative;
    z-index: 3;
}

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

.dashboard .dashboard-body .dashboard-calculator-form .calculator-switch__icon {
    font-size: 0.875rem;
    margin: 0 5px;
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-body .dashboard-calculator-form .calculator-switch__icon {
        margin: 0 auto;
    }
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 32px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-body .dashboard-calculator-form .inputs {
        margin-bottom: 24px;
        row-gap: 15px;
    }
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs .form-group {
    position: relative;
    margin-bottom: 0;
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs .form-group:first-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs .form-group:last-of-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs .form--label {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--white));
    font-weight: 700;
    line-height: 1;
    font-size: 1.125rem;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-body .dashboard-calculator-form .inputs .form--label {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-body .dashboard-calculator-form .inputs .form--label {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body .dashboard-calculator-form .inputs .form--label {
        font-size: 0.875rem;
    }
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs .form--control {
    padding: 9px 15px;
    border-radius: 12px;
    color: hsl(var(--heading-color));
    font-weight: 700;
    line-height: 1;
    font-size: 2rem;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-body .dashboard-calculator-form .inputs .form--control {
        font-size: 1.5625rem;
        padding: 8px 15px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-body .dashboard-calculator-form .inputs .form--control {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body .dashboard-calculator-form .inputs .form--control {
        font-size: 1.125rem;
        padding: 7px 15px;
    }
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs .form--control::-webkit-input-placeholder {
    font-size: inherit;
    color: hsl(var(--body-color));
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs .form--control::-moz-placeholder {
    font-size: inherit;
    color: hsl(var(--body-color));
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs .form--control:-ms-input-placeholder {
    font-size: inherit;
    color: hsl(var(--body-color));
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs .form--control::-ms-input-placeholder {
    font-size: inherit;
    color: hsl(var(--body-color));
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs .form--control::placeholder {
    font-size: inherit;
    color: hsl(var(--body-color));
}

.dashboard .dashboard-body .dashboard-calculator-form .inputs .equal {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--heading-color));
    font-size: 1rem;
}

.dashboard .dashboard-body .dashboard-calculator-form .bottom__info {
    row-gap: 10px;
    font-size: 0.875rem;
    color: hsl(var(--white));
    margin-top: 14px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-body .dashboard-calculator-form .bottom__info {
        margin-top: 10px;
    }
}

.dashboard .dashboard-body .dashboard-calculator-form .bottom__info i {
    position: relative;
    top: 4px;
}

.dashboard .dashboard-body .dashboard-calculator-form .bottom__info .text {
    width: calc(100% - 20px);
    padding-left: 6px;
}

.dashboard .dashboard-column {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 20px;
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

.dashboard .dashboard-column__left {
    width: calc(100% - 396px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 20px;
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-column__left {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-column__left {
        width: calc(100% - 375px);
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__left {
        width: 100%;
    }
}

.dashboard .dashboard-column__left-top {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 20px;
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column__left-top {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

.dashboard .dashboard-column__left-top .welcome {
    font-size: 1.25rem;
    line-height: 1.4;
    width: calc(100% - 528px);
}

@media (max-width: 1899px) {
    .dashboard .dashboard-column__left-top .welcome {
        width: calc(100% - 500px);
        font-size: 1.125rem;
    }
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column__left-top .welcome {
        width: calc(100% - 420px);
        font-size: 1.0625rem;
    }
}

@media (max-width: 1699px) {
    .dashboard .dashboard-column__left-top .welcome {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-column__left-top .welcome {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__left-top .welcome {
        width: calc(50% - 10px);
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-column__left-top .welcome {
        width: 100%;
    }
}

.dashboard .dashboard-column__left-top .welcome__title {
    line-height: 1.2;
    margin-bottom: 4px;
}

@media (max-width: 1899px) {
    .dashboard .dashboard-column__left-top .welcome__title {
        font-size: 2.125rem;
    }
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column__left-top .welcome__title {
        font-size: 1.875rem;
    }
}

@media (max-width: 1699px) {
    .dashboard .dashboard-column__left-top .welcome__title {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__left-top .welcome__title {
        font-size: 1.5625rem;
    }
}

.dashboard .dashboard-column__left-top .welcome__desc {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 30px;
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column__left-top .welcome__desc {
        margin-bottom: 25px;
    }
}

@media (max-width: 1699px) {
    .dashboard .dashboard-column__left-top .welcome__desc {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__left-top .welcome__desc {
        margin-bottom: 15px;
    }
}

.dashboard .dashboard-column__left-top .welcome__liveprice {
    position: relative;
    padding-left: 30px;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-column__left-top .welcome__liveprice {
        padding-left: 25px;
        margin-right: 10px;
    }
}

.dashboard .dashboard-column__left-top .welcome__liveprice::before,
.dashboard .dashboard-column__left-top .welcome__liveprice::after {
    position: absolute;
    content: "";
    background: transparent;
    border: 1px solid hsl(var(--success));
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

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

    .dashboard .dashboard-column__left-top .welcome__liveprice::before,
    .dashboard .dashboard-column__left-top .welcome__liveprice::after {
        width: 14px;
        height: 14px;
    }
}

.dashboard .dashboard-column__left-top .welcome__liveprice::after {
    width: 10px;
    height: 10px;
    border: 0;
    left: 3px;
    background: hsl(var(--success));
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__left-top .welcome__liveprice::after {
        width: 8px;
        height: 8px;
    }
}

.dashboard .dashboard-column__left-top .welcome__bottom {
    row-gap: 10px;
}

.dashboard .dashboard-column__left-top .welcome__bottom-price {
    line-height: 1.2;
    margin-bottom: 0;
    margin-right: 15px;
}

@media (max-width: 1899px) {
    .dashboard .dashboard-column__left-top .welcome__bottom-price {
        font-size: 2.125rem;
    }
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column__left-top .welcome__bottom-price {
        font-size: 1.875rem;
    }
}

@media (max-width: 1699px) {
    .dashboard .dashboard-column__left-top .welcome__bottom-price {
        font-size: 1.75rem;
        margin-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__left-top .welcome__bottom-price {
        font-size: 1.5625rem;
        margin-right: 8px;
    }
}

.dashboard .dashboard-column__left-top .welcome__bottom .badge {
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    color: hsl(var(--heading-color));
    padding: 4px 14px;
    border-radius: 36px;
    margin-right: 5px;
}

@media (max-width: 1899px) {
    .dashboard .dashboard-column__left-top .welcome__bottom .badge {
        padding: 4px 12px;
    }
}

@media (max-width: 1699px) {
    .dashboard .dashboard-column__left-top .welcome__bottom .badge {
        margin-right: 3px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__left-top .welcome__bottom .badge {
        font-size: 0.875rem;
        padding: 4px 10px;
    }
}

.dashboard .dashboard-column__left-top .welcome__bottom .badge:last-of-type {
    margin-right: 15px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-column__left-top .welcome__bottom .badge:last-of-type {
        margin-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__left-top .welcome__bottom .badge:last-of-type {
        margin-right: 8px;
    }
}

.dashboard .dashboard-column__left-top .welcome__bottom .badge--success {
    background: #10B981 !important;
}

.dashboard .dashboard-column__left-top .welcome__bottom .badge i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 4px;
}

.dashboard .dashboard-column__left-top .dashboard-card {
    padding: 24px 28px;
    width: 504px;
}

@media (max-width: 1899px) {
    .dashboard .dashboard-column__left-top .dashboard-card {
        width: 474px;
    }
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column__left-top .dashboard-card {
        padding: 24px 25px;
        width: 400px;
        padding: 24px 20px;
    }
}

@media (max-width: 1699px) {
    .dashboard .dashboard-column__left-top .dashboard-card {
        padding: 24px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-column__left-top .dashboard-card {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__left-top .dashboard-card {
        width: calc(50% - 10px);
        padding: 20px 15px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-column__left-top .dashboard-card {
        width: 100%;
    }
}

.dashboard .dashboard-column__left-top .dashboard-card__top {
    margin-bottom: 35px;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-column__left-top .dashboard-card__top {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-column__left-top .dashboard-card__top {
        margin-bottom: 25px;
    }
}

@media (max-width: 1899px) {
    .dashboard .dashboard-column__left-top .dashboard-card__gold {
        font-size: 2.25rem;
    }
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column__left-top .dashboard-card__gold {
        font-size: 2rem;
    }
}

@media (max-width: 1699px) {
    .dashboard .dashboard-column__left-top .dashboard-card__gold {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-column__left-top .dashboard-card__gold {
        font-size: 1.75rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__left-top .dashboard-card__gold {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-column__left-top .dashboard-card__gold {
        font-size: 1.4375rem;
        margin-bottom: 8px;
    }
}

.dashboard .dashboard-column__left-top .dashboard-card__gold sub {
    color: hsl(var(--heading-color));
    font-weight: 700;
    font-size: 1.125rem;
}

@media (max-width: 1899px) {
    .dashboard .dashboard-column__left-top .dashboard-card__gold sub {
        font-size: 1.0625rem;
    }
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column__left-top .dashboard-card__gold sub {
        font-size: 1rem;
    }
}

@media (max-width: 1699px) {
    .dashboard .dashboard-column__left-top .dashboard-card__gold sub {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-column__left-top .dashboard-card__gold sub {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-column__left-top .dashboard-card__gold sub {
        font-size: 0.875rem;
    }
}

.dashboard .dashboard-column__left-top .dashboard-card__desc {
    font-size: 1.25rem;
}

@media (max-width: 1899px) {
    .dashboard .dashboard-column__left-top .dashboard-card__desc {
        font-size: 1.125rem;
    }
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column__left-top .dashboard-card__desc {
        font-size: 1.0625rem;
    }
}

@media (max-width: 1699px) {
    .dashboard .dashboard-column__left-top .dashboard-card__desc {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-column__left-top .dashboard-card__desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-column__left-top .dashboard-card__desc {
        font-size: 0.875rem;
    }
}

.dashboard .dashboard-column__left-top .dashboard-card__desc span:first-child {
    color: hsl(var(--white));
}

.dashboard .dashboard-column__left-bottom {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 20px;
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column__left-bottom {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

.dashboard .dashboard-column__left-bottom .dashboard-card {
    height: 100%;
}

.dashboard .dashboard-column__left-bottom .dashboard-card:first-of-type {
    width: 504px;
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column__left-bottom .dashboard-card:first-of-type {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-column__left-bottom .dashboard-card:first-of-type {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__left-bottom .dashboard-card:first-of-type {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-column__left-bottom .dashboard-card:first-of-type {
        width: 100%;
    }
}

.dashboard .dashboard-column__left-bottom .dashboard-card:last-of-type {
    width: calc(100% - 528px);
}

@media (max-width: 1799px) {
    .dashboard .dashboard-column__left-bottom .dashboard-card:last-of-type {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-column__left-bottom .dashboard-card:last-of-type {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__left-bottom .dashboard-card:last-of-type {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-column__left-bottom .dashboard-card:last-of-type {
        width: 100%;
    }
}

.dashboard .dashboard-column__right {
    width: 372px;
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-column__right {
        width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-column__right {
        width: 355px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__right {
        width: 100%;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-column__right .dashboard-buttons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-column__right .dashboard-buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-column__right .dashboard-buttons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (min-width: 1600px) {
    .dashboard .dashboard-column__right .dashboard-buttons .btn {
        padding: 19px 32px;
    }
}

.dashboard .dashboard-card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card-wrapper {
        gap: 15px;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-card-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 499px) {
    .dashboard .dashboard-card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card-wrapper.two {
        gap: 12px;
    }
}

.dashboard .dashboard-card {
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(15.3000001907px);
    backdrop-filter: blur(15.3000001907px);
    overflow: hidden;
    padding: 22px 20px;
    height: 100%;
}

.dashboard .dashboard-card.no-filter {
    backdrop-filter: none;
    background: #342E20;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card {
        padding: 20px 18px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-card {
        padding: 18px 15px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-card {
        border-radius: 15px;
    }
}

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

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card {
        padding: 15px 12px;
    }
}

.dashboard .dashboard-card.gradient-one {
    position: relative;
}

.dashboard .dashboard-card.gradient-one::before {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(110, 60, 27, 0)), color-stop(33%, #f8be3b), color-stop(49%, #fce2a6), color-stop(70%, #f8be3b), to(rgba(110, 60, 27, 0)));
    background: linear-gradient(90deg, rgba(110, 60, 27, 0) 0%, #f8be3b 33%, #fce2a6 49%, #f8be3b 70%, rgba(110, 60, 27, 0) 100%);
    width: 87%;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dashboard .dashboard-card.gradient-two {
    position: relative;
}

.dashboard .dashboard-card.gradient-two.two::after {
    top: auto;
    bottom: -50%;
}

.dashboard .dashboard-card.gradient-two::after {
    position: absolute;
    content: "";
    top: -115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: hsl(var(--base-two)/0.6);
    width: 75%;
    height: 240px;
    -webkit-filter: blur(125px);
    filter: blur(125px);
}

.dashboard .dashboard-card.gradient-three {
    position: relative;
}

.dashboard .dashboard-card.gradient-three::before {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(110, 60, 27, 0)), color-stop(33%, #f8be3b), color-stop(49%, #fce2a6), color-stop(70%, #f8be3b), to(rgba(110, 60, 27, 0)));
    background: linear-gradient(90deg, rgba(110, 60, 27, 0) 0%, #f8be3b 33%, #fce2a6 49%, #f8be3b 70%, rgba(110, 60, 27, 0) 100%);
    width: 87%;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dashboard .dashboard-card.gradient-four {
    position: relative;
}

.dashboard .dashboard-card.gradient-four::after {
    position: absolute;
    content: "";
    bottom: -115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: hsl(var(--base-two));
    width: 75%;
    height: 230px;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    z-index: -1;
}

.dashboard .dashboard-card.lg .dashboard-card__top {
    margin-bottom: 35px;
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-card.lg .dashboard-card__top {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card.lg .dashboard-card__top {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-card.lg .dashboard-card__top {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-card.lg .dashboard-card__top {
        margin-bottom: 20px;
    }
}

.dashboard .dashboard-card.is-top-border .dashboard-card__top {
    border-bottom: 1px solid hsl(var(--white)/0.1);
    padding-bottom: 25px;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-card.is-top-border .dashboard-card__top {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-card.is-top-border .dashboard-card__top {
        padding-bottom: 15px;
    }
}

.dashboard .dashboard-card.no-overflow {
    overflow: initial;
}

.dashboard .dashboard-card__top {
    position: relative;
    z-index: 1;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-card__top {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        margin-bottom: 15px;
    }
}

.dashboard .dashboard-card__top-left {
    row-gap: 8px;
}

.dashboard .dashboard-card__top-left .liveprice {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    margin-right: 15px;
    font-size: 1.25rem;
    line-height: 1.4;
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-card__top-left .liveprice {
        font-size: 1.125rem;
        padding-left: 25px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-card__top-left .liveprice {
        font-size: 1rem;
        margin-right: 10px;
        padding-left: 22px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-card__top-left .liveprice {
        font-size: 0.9375rem;
        padding-left: 20px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-card__top-left .liveprice {
        font-size: 0.875rem;
    }
}

.dashboard .dashboard-card__top-left .liveprice::before,
.dashboard .dashboard-card__top-left .liveprice::after {
    position: absolute;
    content: "";
    background: transparent;
    border: 1px solid hsl(var(--success));
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

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

    .dashboard .dashboard-card__top-left .liveprice::before,
    .dashboard .dashboard-card__top-left .liveprice::after {
        width: 14px;
        height: 14px;
    }
}

.dashboard .dashboard-card__top-left .liveprice::after {
    width: 10px;
    height: 10px;
    border: 0;
    left: 3px;
    background: hsl(var(--success));
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__top-left .liveprice::after {
        width: 8px;
        height: 8px;
    }
}

.dashboard .dashboard-card__top-left .price {
    line-height: 1.2;
    margin-bottom: 0;
    margin-right: 15px;
}

@media (max-width: 1899px) {
    .dashboard .dashboard-card__top-left .price {
        font-size: 2.125rem;
    }
}

@media (max-width: 1799px) {
    .dashboard .dashboard-card__top-left .price {
        font-size: 2rem;
    }
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card__top-left .price {
        font-size: 1.875rem;
        margin-right: 10px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-card__top-left .price {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__top-left .price {
        font-size: 1.5rem;
        margin-right: 8px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-card__top-left .price {
        font-size: 1.25rem;
        margin-right: 5px;
    }
}

.dashboard .dashboard-card__top-left .badge {
    color: hsl(var(--heading-color));
    padding: 4px 14px;
    border-radius: 36px;
    margin-right: 5px;
    font-size: 1.25rem;
    line-height: 1.4;
}

@media (max-width: 1899px) {
    .dashboard .dashboard-card__top-left .badge {
        padding: 4px 12px;
    }
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card__top-left .badge {
        margin-right: 3px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-card__top-left .badge {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-card__top-left .badge {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-card__top-left .badge {
        font-size: 0.875rem;
        padding: 4px 10px;
    }
}

.dashboard .dashboard-card__top-left .badge:last-of-type {
    margin-right: 15px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card__top-left .badge:last-of-type {
        margin-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__top-left .badge:last-of-type {
        margin-right: 8px;
    }
}

.dashboard .dashboard-card__top-left .badge--success {
    background: #10B981 !important;
}

.dashboard .dashboard-card__top-left .badge i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 4px;
}

.dashboard .dashboard-card__top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 8px;
}

.dashboard .dashboard-card__title {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-weight: 600;
    margin-bottom: 25px;
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-card__title.lg {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-card__title.lg {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-card__title.lg {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-card__title.lg {
        font-size: 1.25rem;
    }
}

.dashboard .dashboard-card__title-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-card__title-icon {
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__title-icon {
        width: 20px;
        height: 20px;
    }
}

.dashboard .dashboard-card__title-icon img {
    width: 100px;
    height: 100%;
}

.dashboard .dashboard-card__tag {
    color: hsl(var(--white));
    font-size: 1rem;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    background: hsl(var(--white)/0.1);
    border: 1px solid hsl(var(--white)/0.05);
    border-radius: 12px;
    padding: 7px 13px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card__tag {
        padding: 6px 12px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-card__tag {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-card__tag {
        border-radius: 10px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__tag {
        font-size: 0.875rem;
        padding: 5px 10px;
    }
}

.dashboard .dashboard-card__tag-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 24px;
    height: 24px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card__tag-icon {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__tag-icon {
        width: 18px;
        height: 18px;
    }
}

.dashboard .dashboard-card__tag-icon img {
    width: 100%;
    height: 100%;
}

.dashboard .dashboard-card__link {
    width: 48px;
    height: 48px;
    background: hsl(var(--white)/0.05);
    color: hsl(var(--body-color));
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25rem;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card__link {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-card__link {
        width: 40px;
        height: 40px;
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__link {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

.dashboard .dashboard-card__link i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.dashboard .dashboard-card__link:hover {
    background: hsl(var(--white)/0.1);
}

.dashboard .dashboard-card__link:hover i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.dashboard .dashboard-card .customNiceSelect .nice-select {
    background: hsl(var(--white)/0.05);
    border-color: hsl(var(--white)/0.1);
    padding-left: 10px;
    padding-right: 25px;
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card .customNiceSelect .nice-select {
        height: 38px;
        line-height: 38px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-card .customNiceSelect .nice-select {
        padding-left: 8px;
        padding-right: 20px;
        height: 36px;
        line-height: 36px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card .customNiceSelect .nice-select::after {
        font-size: 0.6875rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-card .customNiceSelect .nice-select::after {
        font-size: 0.625rem;
    }
}

.dashboard .dashboard-card .customNiceSelect .nice-select.open {
    border-color: hsl(var(--base));
}

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

    .dashboard .dashboard-card .customNiceSelect .nice-select .current,
    .dashboard .dashboard-card .customNiceSelect .nice-select .option {
        font-size: 0.9375rem;
    }
}

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

    .dashboard .dashboard-card .customNiceSelect .nice-select .current,
    .dashboard .dashboard-card .customNiceSelect .nice-select .option {
        font-size: 0.875rem;
    }
}

.dashboard .dashboard-card__gold {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card__gold {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-card__gold {
        font-size: 2.125rem;
    }
}

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

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

.dashboard .dashboard-card__gold sub {
    color: hsl(var(--body-color));
    font-weight: 400;
    font-size: 1.25rem;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card__gold sub {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-card__gold sub {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__gold sub {
        font-size: 1rem;
    }
}

.dashboard .dashboard-card__desc {
    font-weight: 600;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card__desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card__desc {
        font-size: 0.875rem;
    }
}

.dashboard .dashboard-card__desc span:first-child {
    color: hsl(var(--white));
}

.dashboard .dashboard-card__desc span:not(:last-child) {
    margin-right: 7px;
}

.dashboard .dashboard-card .dashboard-card {
    background: transparent;
}

.dashboard .dashboard-card.two {
    cursor: pointer;
    padding: 16px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-card.two {
        padding: 15px 14px;
    }
}

.dashboard .dashboard-card.two:hover {
    border-color: hsl(var(--base)/0.7);
}

.dashboard .dashboard-card.two .dashboard-card__tag {
    margin-bottom: 15px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card.two .dashboard-card__tag {
        font-size: 0.9375rem;
        padding: 6px 10px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card.two .dashboard-card__tag {
        font-size: 0.875rem;
    }
}

.dashboard .dashboard-card.two .dashboard-card__gold {
    margin-bottom: 10px;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card.two .dashboard-card__gold {
        font-size: 1.4375rem;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-card.two .dashboard-card__gold {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card.two .dashboard-card__gold {
        font-size: 1.25rem;
    }
}

.dashboard .dashboard-card.two .dashboard-card__gold sub {
    color: hsl(var(--heding-color));
    font-weight: 600;
    font-size: 1rem;
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card.two .dashboard-card__gold sub {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card.two .dashboard-card__gold sub {
        font-size: 0.875rem;
    }
}

@media (max-width: 1699px) {
    .dashboard .dashboard-card.two .dashboard-card__desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .dashboard-card.two .dashboard-card__desc {
        font-size: 0.875rem;
    }
}

.dashboard .dashboard-card.active {
    border-color: hsl(var(--base));
}

.dashboard .gift-withdraw-list__item {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 20px;
    padding: 12px 15px;
    margin-bottom: 15px;
}

@media (max-width: 1699px) {
    .dashboard .gift-withdraw-list__item {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .gift-withdraw-list__item {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        padding: 12px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .gift-withdraw-list__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        row-gap: 15px;
    }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
    .dashboard .gift-withdraw-list__item {
        row-gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .gift-withdraw-list__item div {
        width: calc(33.33% - 20px);
    }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
    .dashboard .gift-withdraw-list__item div:nth-child(1) {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
    .dashboard .gift-withdraw-list__item div:nth-child(2) {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
    .dashboard .gift-withdraw-list__item div:nth-child(3) {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) and (max-width: 424px) {
    .dashboard .gift-withdraw-list__item div:nth-child(3) {
        width: 100%;
    }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
    .dashboard .gift-withdraw-list__item div:nth-child(4) {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
    .dashboard .gift-withdraw-list__item div:nth-child(5) {
        width: calc(50% - 15px);
    }
}

.dashboard .gift-withdraw-list__item:last-child {
    margin-bottom: 0;
}

.dashboard .gift-withdraw-list__item .status {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 1699px) {
    .dashboard .gift-withdraw-list__item .status {
        font-size: 0.875rem;
    }
}

.dashboard .gift-withdraw-list__item .status__title {
    color: hsl(var(--base-two));
    margin-bottom: 2px;
}

@media (max-width: 1699px) {
    .dashboard .gift-withdraw-list__item .status__title {
        font-size: 1rem;
    }
}

.dashboard .gift-withdraw-list__item .content {
    line-height: 1.5;
}

.dashboard .gift-withdraw-list__item .content__title {
    font-size: 0.875rem;
}

@media (max-width: 1699px) {
    .dashboard .gift-withdraw-list__item .content__title {
        font-size: 0.8125rem;
    }
}

.dashboard .gift-withdraw-list__item .content__info {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--heading-color));
}

@media (max-width: 1699px) {
    .dashboard .gift-withdraw-list__item .content__info {
        font-size: 0.875rem;
    }
}

@media (max-width: 1699px) {
    .dashboard .gift-withdraw-list__item-badges .badge {
        font-size: 0.8125rem;
        padding: 4px 12px;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .gift-withdraw-list__item-badges .badge {
        font-size: 0.75rem;
        padding: 4px 10px;
    }
}

@media (max-width: 1699px) {
    .dashboard .gift-withdraw-list__item-buttons .dashboard-table-btn {
        font-size: 0.8125rem;
        padding: 6px 10px;
    }
}

.dashboard .gift-withdraw-list__item:nth-child(even) .status__title {
    color: hsl(var(--base));
}

.dashboard .dashboard-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dashboard .dashboard-table::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.dashboard .dashboard-table::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base)/0.15);
}

.dashboard .dashboard-table table thead tr th a,
.dashboard .dashboard-table table thead tr td a,
.dashboard .dashboard-table table tbody tr th a,
.dashboard .dashboard-table table tbody tr td a {
    color: hsl(var(--heading-color));
}

.dashboard .dashboard-table table thead tr th a:hover,
.dashboard .dashboard-table table thead tr td a:hover,
.dashboard .dashboard-table table tbody tr th a:hover,
.dashboard .dashboard-table table tbody tr td a:hover {
    color: hsl(var(--base));
}

.dashboard .dashboard-table table thead tr th:nth-child(1),
.dashboard .dashboard-table table thead tr td:nth-child(1),
.dashboard .dashboard-table table tbody tr th:nth-child(1),
.dashboard .dashboard-table table tbody tr td:nth-child(1) {
    min-width: 97px;
}

@media (max-width: 1799px) {

    .dashboard .dashboard-table table thead tr th:nth-child(1),
    .dashboard .dashboard-table table thead tr td:nth-child(1),
    .dashboard .dashboard-table table tbody tr th:nth-child(1),
    .dashboard .dashboard-table table tbody tr td:nth-child(1) {
        min-width: 95px;
    }
}

.dashboard .dashboard-table table thead tr th:nth-child(2),
.dashboard .dashboard-table table thead tr td:nth-child(2),
.dashboard .dashboard-table table tbody tr th:nth-child(2),
.dashboard .dashboard-table table tbody tr td:nth-child(2) {
    min-width: 125px;
}

@media (max-width: 1799px) {

    .dashboard .dashboard-table table thead tr th:nth-child(2),
    .dashboard .dashboard-table table thead tr td:nth-child(2),
    .dashboard .dashboard-table table tbody tr th:nth-child(2),
    .dashboard .dashboard-table table tbody tr td:nth-child(2) {
        min-width: 120px;
    }
}

@media (max-width: 1799px) {

    .dashboard .dashboard-table table thead tr th:nth-child(3),
    .dashboard .dashboard-table table thead tr td:nth-child(3),
    .dashboard .dashboard-table table tbody tr th:nth-child(3),
    .dashboard .dashboard-table table tbody tr td:nth-child(3) {
        min-width: 90px;
    }
}

@media (max-width: 1799px) {

    .dashboard .dashboard-table table thead tr th:nth-child(4),
    .dashboard .dashboard-table table thead tr td:nth-child(4),
    .dashboard .dashboard-table table tbody tr th:nth-child(4),
    .dashboard .dashboard-table table tbody tr td:nth-child(4) {
        min-width: 70px;
    }
}

@media (max-width: 1799px) {

    .dashboard .dashboard-table table thead tr th:nth-child(5),
    .dashboard .dashboard-table table thead tr td:nth-child(5),
    .dashboard .dashboard-table table tbody tr th:nth-child(5),
    .dashboard .dashboard-table table tbody tr td:nth-child(5) {
        min-width: 75px;
    }
}

.dashboard .dashboard-table table thead tr th:nth-child(6),
.dashboard .dashboard-table table thead tr td:nth-child(6),
.dashboard .dashboard-table table tbody tr th:nth-child(6),
.dashboard .dashboard-table table tbody tr td:nth-child(6) {
    min-width: 82px;
}

@media (max-width: 1799px) {

    .dashboard .dashboard-table table thead tr th:nth-child(6),
    .dashboard .dashboard-table table thead tr td:nth-child(6),
    .dashboard .dashboard-table table tbody tr th:nth-child(6),
    .dashboard .dashboard-table table tbody tr td:nth-child(6) {
        min-width: 80px;
    }
}

.dashboard .dashboard-table table thead tr th:nth-child(3),
.dashboard .dashboard-table table thead tr th:nth-child(4),
.dashboard .dashboard-table table thead tr th:nth-child(5),
.dashboard .dashboard-table table thead tr td:nth-child(3),
.dashboard .dashboard-table table thead tr td:nth-child(4),
.dashboard .dashboard-table table thead tr td:nth-child(5),
.dashboard .dashboard-table table tbody tr th:nth-child(3),
.dashboard .dashboard-table table tbody tr th:nth-child(4),
.dashboard .dashboard-table table tbody tr th:nth-child(5),
.dashboard .dashboard-table table tbody tr td:nth-child(3),
.dashboard .dashboard-table table tbody tr td:nth-child(4),
.dashboard .dashboard-table table tbody tr td:nth-child(5) {
    min-width: 95px;
}

.dashboard .dashboard-table .dashboard-table-btn {
    padding: 4.5px 17px;
}

.dashboard .buy-sell-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin: 0 105px 35px;
}

@media (max-width: 1899px) {
    .dashboard .buy-sell-list {
        margin: 0 90px 35px;
    }
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-list {
        margin: 0 60px 35px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-list {
        margin: 0 20px 35px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .buy-sell-list {
        margin: 0 25px 30px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .buy-sell-list {
        margin: 0 35px 30px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-list {
        margin: 0 20px 30px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-list {
        margin: 0 10px 20px;
    }
}

.dashboard .buy-sell-list__item {
    position: relative;
    text-align: center;
    width: 33.33%;
}

.dashboard .buy-sell-list__item-link {
    font-size: 1rem;
    line-height: 1.5;
    color: #B3B9C4;
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-list__item-link {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-list__item-link {
        font-size: 0.875rem;
    }
}

.dashboard .buy-sell-list__item-number {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    background: #B3B9C4;
    border-radius: 50%;
    font-size: 1.125rem;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
    color: hsl(var(--heading-color));
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-list__item-number {
        font-size: 1rem;
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin-bottom: 7px;
    }
}

.dashboard .buy-sell-list__item-number::before,
.dashboard .buy-sell-list__item-number::after {
    position: absolute;
    content: "";
    border: 2px solid #F7F8F9;
    border-radius: 50%;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

    .dashboard .buy-sell-list__item-number::before,
    .dashboard .buy-sell-list__item-number::after {
        width: calc(100% + 10px);
        height: calc(100% + 10px);
    }
}

.dashboard .buy-sell-list__item-number::after {
    position: absolute;
    content: "";
    border-color: #DCDFE4;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-list__item-number::after {
        width: calc(100% + 5px);
        height: calc(100% + 5px);
    }
}

.dashboard .buy-sell-list__item::after {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #c4b7b3;
    width: calc(100% - 45px);
    height: 1px;
    right: calc(50% + 25px);
    top: 14px;
}

.dashboard .buy-sell-list__item.active .buy-sell-list__item-link {
    color: hsl(var(--base));
}

.dashboard .buy-sell-list__item.active .buy-sell-list__item-number {
    background: hsl(var(--base));
    color: hsl(var(--dark));
}

.dashboard .buy-sell-list__item.active .buy-sell-list__item-number::before,
.dashboard .buy-sell-list__item.active .buy-sell-list__item-number::after {
    border-color: hsl(var(--base)/0.4);
}

.dashboard .buy-sell-list__item.active .buy-sell-list__item-number::after {
    border-color: hsl(var(--base)/0.6);
}

.dashboard .buy-sell-list__item.active::after {
    border-color: hsl(var(--base));
}

.dashboard .buy-sell-list__item:first-child::after {
    display: none;
}

.dashboard .buy-sell-card {
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(15.3000001907px);
    backdrop-filter: blur(15.3000001907px);
    overflow: hidden;
    padding: 30px 0 35px;
}

@media screen and (max-width: 1199px) {
    .dashboard .buy-sell-card {
        border-radius: 15px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-card {
        padding: 30px 0;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .buy-sell-card {
        padding: 25px 0;
    }
}

.dashboard .buy-sell-card .gold-calculator {
    background: transparent;
    padding: 0;
}

.dashboard .buy-sell-card .gold-calculator__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: 65px;
    row-gap: 20px;
    padding: 0 80px;
}

@media (max-width: 1899px) {
    .dashboard .buy-sell-card .gold-calculator__top {
        padding: 0 35px;
    }
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-card .gold-calculator__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-card .gold-calculator__top {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .buy-sell-card .gold-calculator__top {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-card .gold-calculator__top {
        padding: 0 20px;
        row-gap: 15px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-card .gold-calculator__top {
        padding: 0 15px;
    }
}

.dashboard .buy-sell-card .gold-calculator__top-left {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 10px;
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-card .gold-calculator__top-left {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-card .gold-calculator__top-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.dashboard .buy-sell-card .gold-calculator__top .customNiceSelect .nice-select {
    padding-left: 15px;
    padding-right: 85px;
    border-color: hsl(var(--white)/0.1);
}

.dashboard .buy-sell-card .gold-calculator__top .customNiceSelect .nice-select.open {
    border-color: hsl(var(--base));
}

@media (max-width: 1899px) {
    .dashboard .buy-sell-card .gold-calculator__top .customNiceSelect .nice-select {
        padding: 0 20px;
        padding-right: 45px;
    }
}

.dashboard .buy-sell-card .gold-calculator__top-amount {
    margin-bottom: 0;
}

.dashboard .buy-sell-card .gold-calculator__bottom {
    display: block;
    padding: 0 130px;
}

@media (max-width: 1899px) {
    .dashboard .buy-sell-card .gold-calculator__bottom {
        padding: 0 90px;
    }
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-card .gold-calculator__bottom {
        padding: 0 75px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-card .gold-calculator__bottom {
        padding: 0 35px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .buy-sell-card .gold-calculator__bottom {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-card .gold-calculator__bottom {
        padding: 0 20px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-card .gold-calculator__bottom {
        padding: 0 15px;
    }
}

.dashboard .buy-sell-card .gold-calculator__inputs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 10px;
    margin-bottom: 80px;
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-card .gold-calculator__inputs {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-card .gold-calculator__inputs {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .buy-sell-card .gold-calculator__inputs {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-card .gold-calculator__inputs {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-card .gold-calculator__inputs {
        margin-bottom: 20px;
    }
}

.dashboard .buy-sell-card .gold-calculator__inputs .form-group {
    width: calc(50% - 20px);
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-card .gold-calculator__inputs .form-group {
        width: 100%;
    }
}

.dashboard .buy-sell-card .gold-calculator__inputs .form-group.has-icon .form--control {
    padding-left: 45px;
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--control {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--control {
        padding-right: 95px;
    }
}

.dashboard .buy-sell-card .gold-calculator__inputs .form-group .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-card .gold-calculator__inputs .form-group .icon {
        width: 20px;
        height: 20px;
    }
}

.dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--control {
    padding: 9.5px 15px;
    padding-right: 60px;
    font-size: 2rem;
    font-weight: 700;
}

.dashboard .buy-sell-card .gold-calculator__inputs .form-group.has-icon .form--control {
    padding-right: 75px;
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--control {
        font-size: 1.625rem;
        padding: 10px 15px;
        padding-right: 60px;
    }

    .dashboard .buy-sell-card .gold-calculator__inputs .form-group.has-icon .form--control {
        padding-right: 65px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--control {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--control {
        padding-right: 50px;
    }

    .dashboard .buy-sell-card .gold-calculator__inputs .form-group.has-icon .form--control {
        padding-left: 40px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--control {
        font-size: 1.125rem;
    }
}

.dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--control::-webkit-input-placeholder {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--control::-moz-placeholder {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--control:-ms-input-placeholder {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--control::-ms-input-placeholder {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--control::placeholder {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--label {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--white));
    font-weight: 700;
    line-height: 1;
    font-size: 1.125rem;
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--label {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--label {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-card .gold-calculator__inputs .form-group .form--label {
        font-size: 0.875rem;
    }
}

.dashboard .buy-sell-card .gold-calculator__inputs .equal {
    width: 40px;
    height: 100%;
    color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-card .gold-calculator__inputs .equal {
        margin: 0 auto;
    }
}

.dashboard .buy-sell-card .gold-calculator__bottom {
    row-gap: 10px;
}

.dashboard .buy-sell-card .gold-calculator__bottom .info {
    width: 100%;
    font-size: 0.875rem;
    color: hsl(var(--white));
    margin-bottom: 25px;
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-card .gold-calculator__bottom .info {
        margin-top: bottom;
    }
}

.dashboard .buy-sell-card .gold-calculator__bottom .info__text {
    width: calc(100% - 25px);
}

.dashboard .buy-sell-card.sell-amount .gold-calculator {
    background: transparent;
    padding: 0;
}

.dashboard .buy-sell-card.sell-amount .gold-calculator__top {
    row-gap: 15px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1499px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.dashboard .buy-sell-card.sell-amount .gold-calculator__top-left {
    width: calc(100% - 310px);
    row-gap: 15px;
    margin-bottom: 0;
}

@media screen and (max-width: 1499px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top-left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top-left {
        width: auto;
    }
}

.dashboard .buy-sell-card.sell-amount .gold-calculator__top-left .select-quantity-wrapper {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding: 15px;
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 20px;
}

@media screen and (max-width: 1499px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top-left .select-quantity-wrapper {
        padding: 12px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top-left .select-quantity-wrapper {
        padding: 10px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top-left .select-quantity-wrapper {
        border-radius: 12px;
    }
}

.dashboard .buy-sell-card.sell-amount .gold-calculator__top-left .select-quantity-wrapper__amount {
    margin-bottom: 0;
}

@media screen and (max-width: 1499px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top-left .select-quantity-wrapper__amount {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top-left .select-quantity-wrapper__amount {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top-left .select-quantity-wrapper__amount {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top-left .select-quantity-wrapper__amount {
        font-size: 1.375rem;
    }
}

.dashboard .buy-sell-card.sell-amount .gold-calculator__top-amount {
    position: relative;
    padding-left: 25px;
}

@media screen and (max-width: 1399px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top-amount {
        font-size: 1.3125rem;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top-amount {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top-amount {
        font-size: 1.125rem;
    }
}

.dashboard .buy-sell-card.sell-amount .gold-calculator__top-amount::before,
.dashboard .buy-sell-card.sell-amount .gold-calculator__top-amount::after {
    position: absolute;
    content: "";
    background: transparent;
    border: 1px solid hsl(var(--success));
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.dashboard .buy-sell-card.sell-amount .gold-calculator__top-amount::after {
    width: 10px;
    height: 10px;
    border: 0;
    left: 3px;
    background: hsl(var(--success));
}

@media screen and (max-width: 1499px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator__top .customNiceSelect .nice-select {
        padding: 0 12px;
        padding-right: 35px;
    }
}

.dashboard .buy-sell-card.sell-amount .gold-calculator__top .calculator-switch {
    min-width: 290px;
}

.dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value {
    row-gap: 10px;
    margin-bottom: 50px;
    padding: 0 80px;
}

@media (max-width: 1899px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value {
        padding: 0 35px;
    }
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value {
        padding: 0 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value {
        row-gap: 6px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value {
        padding: 0 15px;
    }
}

.dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value__item {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
    color: hsl(var(--heading-color));
    font-size: 1.25rem;
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value__item {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value__item {
        font-size: 1.0625rem;
        padding-right: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value__item {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value__item {
        font-size: 0.9375rem;
        padding-right: 12px;
        margin-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value__item {
        padding-right: 0;
        margin-right: 10px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value__item {
        font-size: 0.875rem;
    }
}

.dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value__item::after {
    position: absolute;
    content: "";
    background: hsl(var(--white)/0.15);
    width: 1px;
    height: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value__item::after {
        display: none;
    }
}

.dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value__item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value__item:last-child::after {
    display: none;
}

.dashboard .buy-sell-card.sell-amount .gold-calculator .buying-current-value__item span {
    margin-left: 10px;
}

.dashboard .buy-sell-card .buy-sell-card-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 420px;
    max-height: 230px;
}

@media (max-width: 1799px) {
    .dashboard .buy-sell-card .buy-sell-card-shape {
        width: 370px;
    }
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-card .buy-sell-card-shape {
        width: 335px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-card .buy-sell-card-shape {
        width: 300px;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .buy-sell-card .buy-sell-card-shape {
        width: 260px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .buy-sell-card .buy-sell-card-shape {
        width: 220px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-card .buy-sell-card-shape {
        width: 180px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .buy-sell-card .buy-sell-card-shape {
        width: 150px;
    }
}

.dashboard .buy-sell-card .buy-sell-card-shape img {
    height: 100%;
    height: 100%;
}

.dashboard .buy-sell-payment {
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 60px;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

@media (max-width: 1799px) {
    .dashboard .buy-sell-payment {
        padding: 0 45px;
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-payment {
        padding: 0 35px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-payment {
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
        padding: 0 25px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-payment {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        row-gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-payment {
        padding: 0 20px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .buy-sell-payment {
        padding: 0 15px;
    }
}

.dashboard .buy-sell-payment__left {
    width: 310px;
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-payment__left {
        width: 295px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-payment__left {
        width: 290px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-payment__left {
        width: 100%;
    }
}

.dashboard .buy-sell-payment__right {
    position: relative;
    width: calc(100% - 370px);
    padding-left: 60px;
}

@media (max-width: 1799px) {
    .dashboard .buy-sell-payment__right {
        width: calc(100% - 355px);
        padding-left: 45px;
    }
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-payment__right {
        width: calc(100% - 340px);
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-payment__right {
        width: calc(100% - 315px);
        padding-left: 25px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-payment__right {
        width: 100%;
        padding-left: 0;
    }
}

.dashboard .buy-sell-payment__right::after {
    position: absolute;
    content: "";
    background: hsl(var(--white)/0.15);
    width: 1px;
    height: 100%;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-payment__right::after {
        display: none;
    }
}

.dashboard .buy-sell-payment__right form .form-group {
    margin-bottom: 16px;
    max-height: 200px;
    overflow-y: auto;
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-payment__right form .form-group {
        max-height: 182px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-payment__right form .form-group {
        max-height: 170px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-payment__right form .form-group {
        max-height: 158px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .buy-sell-payment__right form .form-group {
        max-height: 155px;
    }
}

.dashboard .buy-sell-payment__right form .form-group::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.dashboard .buy-sell-payment__right form .form-group::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base)/0.15);
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-payment__right form .form-group {
        margin-bottom: 12px;
    }
}

.dashboard .buy-sell-payment__right form .form--radio {
    position: relative;
    margin-bottom: 16px;
    display: block;
}

.dashboard .buy-sell-payment__right form .form--radio:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-payment__right form .form--radio {
        margin-bottom: 12px;
    }
}

.dashboard .buy-sell-payment__right form .form--radio:hover .form-check-input {
    border-color: hsl(var(--white)/0.8);
}

.dashboard .buy-sell-payment__right form .form--radio .form-check-label {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: hsl(var(--heading-color));
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(15.3000001907px);
    backdrop-filter: blur(15.3000001907px);
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    padding: 15px;
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-payment__right form .form--radio .form-check-label {
        padding: 12px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-payment__right form .form--radio .form-check-label {
        font-size: 0.9375rem;
        border-radius: 12px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-payment__right form .form--radio .form-check-label {
        padding: 10px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-payment__right form .form--radio .form-check-label {
        border-radius: 10px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .buy-sell-payment__right form .form--radio .form-check-label {
        font-size: 0.875rem;
    }
}

.dashboard .buy-sell-payment__right form .form--radio .form-check-label .payment-icon-wrapper .payment-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 37px;
    max-height: 12px;
    padding-right: 3px;
    margin-right: 3px;
}

.dashboard .buy-sell-payment__right form .form--radio .form-check-label .payment-icon-wrapper .payment-icon::after {
    position: absolute;
    content: "";
    background: hsl(var(--white)/0.05);
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
}

.dashboard .buy-sell-payment__right form .form--radio .form-check-label .payment-icon-wrapper .payment-icon:last-child {
    padding-right: 0;
    margin-right: 0;
}

.dashboard .buy-sell-payment__right form .form--radio .form-check-label .payment-icon-wrapper .payment-icon:last-child::after {
    display: none;
}

.dashboard .buy-sell-payment__right form .form--radio .form-check-label .payment-icon {
    max-width: 54px;
    max-height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.dashboard .buy-sell-payment__right form .form--radio .form-check-input {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid hsl(var(--white)/0.15);
    border-radius: 50%;
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-payment__right form .form--radio .form-check-input {
        width: 16px;
        height: 16px;
        right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-payment__right form .form--radio .form-check-input {
        right: 10px;
    }
}

.dashboard .buy-sell-payment__right form .form--radio .form-check-input::before {
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    border-radius: 50%;
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-payment__right form .form--radio .form-check-input::before {
        width: 10px;
        height: 10px;
    }
}

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

.dashboard .buy-sell-payment__right form .form--radio .form-check-input:checked::before {
    background: hsl(var(--base));
}

.dashboard .buy-sell-payment__title {
    margin-bottom: 24px;
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-payment__title {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .buy-sell-payment__title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-payment__title {
        margin-bottom: 12px;
    }
}

.dashboard .text-list__item {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 1rem;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .dashboard .text-list__item {
        font-size: 0.9375rem;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .text-list__item {
        font-size: 0.875rem;
    }
}

.dashboard .text-list__item:nth-last-child(2) {
    margin-bottom: 0;
}

.dashboard .text-list__item:last-child {
    border-top: 1px solid hsl(var(--white)/0.15);
    padding-top: 12px;
    margin-top: 12px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .dashboard .text-list__item:last-child {
        padding-top: 10px;
        margin-top: 10px;
    }
}

.dashboard .text-list__item-value {
    color: hsl(var(--heading-color));
    font-weight: 600;
}

.dashboard .buy-sell-confirmation__title {
    text-align: center;
    margin-bottom: 24px;
    padding: 0 20px;
}

@media screen and (max-width: 1399px) {
    .dashboard .buy-sell-confirmation__title {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-confirmation__title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .buy-sell-confirmation__title {
        font-size: 1.125rem;
        padding: 0 15px;
    }
}

.dashboard .buy-sell-confirmation__bottom {
    padding: 0 195px;
}

@media (max-width: 1799px) {
    .dashboard .buy-sell-confirmation__bottom {
        padding: 0 145px;
    }
}

@media (max-width: 1699px) {
    .dashboard .buy-sell-confirmation__bottom {
        padding: 0 115px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .buy-sell-confirmation__bottom {
        padding: 0 85px;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .buy-sell-confirmation__bottom {
        padding: 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-confirmation__bottom {
        padding: 0 35px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-confirmation__bottom {
        padding: 0 20px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .buy-sell-confirmation__bottom {
        padding: 0 15px;
    }
}

.dashboard .buy-sell-confirmation .text-list {
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 20px;
    overflow: hidden;
    padding: 24px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
    .dashboard .buy-sell-confirmation .text-list {
        padding: 20px;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .buy-sell-confirmation .text-list {
        border-radius: 15px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .buy-sell-confirmation .text-list {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .buy-sell-confirmation .text-list {
        border-radius: 12px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .buy-sell-confirmation .text-list {
        padding: 12px;
        margin-bottom: 12px;
    }
}

.dashboard .buy-sell-confirmation.withdraw {
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(15.3000001907px);
    backdrop-filter: blur(15.3000001907px);
    padding: 35px 0;
}

.dashboard .buy-sell-confirmation.withdraw .text-list__item {
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .dashboard .buy-sell-confirmation.withdraw .text-list__item {
        margin-bottom: 12px;
    }
}

.dashboard .buy-sell-confirmation.withdraw .text-list__item:last-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.dashboard .buy-sell-confirmation.withdraw .withdraw-option-item {
    height: auto;
    cursor: auto;
    display: block;
}

.dashboard .buy-sell-confirmation.withdraw .withdraw-option-item:hover {
    border-color: hsl(var(--white)/0.25);
}

.dashboard .price-tracker-tap {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 10px;
}

@media (max-width: 1699px) {
    .dashboard .price-tracker-tap {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .price-tracker-tap {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .price-tracker-tap {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .price-tracker-tap {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        row-gap: 8px;
    }
}

.dashboard .price-tracker-tap__item {
    position: relative;
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    -webkit-backdrop-filter: blur(15.3000001907px);
    backdrop-filter: blur(15.3000001907px);
    border-radius: 56px;
    overflow: hidden;
    font-size: 1.25rem;
    color: hsl(var(--white));
    font-weight: 600;
    line-height: 1.4;
    padding: 14px 32px;
}

@media (max-width: 1699px) {
    .dashboard .price-tracker-tap__item {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .price-tracker-tap__item {
        font-size: 1.125rem;
        padding: 13px 28px;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .price-tracker-tap__item {
        font-size: 1rem;
        padding: 13px 28px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .price-tracker-tap__item {
        font-size: 0.9375rem;
        padding: 11px 15px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .price-tracker-tap__item {
        font-size: 0.875rem;
        padding: 11px 14px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .price-tracker-tap__item {
        padding: 10px 14px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .price-tracker-tap__item {
        font-size: 0.8125rem;
        padding: 8px 14px;
    }
}

.dashboard .price-tracker-tap__item::before,
.dashboard .price-tracker-tap__item::after {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(110, 60, 27, 0)), color-stop(33%, #f8be3b), color-stop(49%, #fce2a6), color-stop(70%, #f8be3b), to(rgba(110, 60, 27, 0)));
    background: linear-gradient(90deg, rgba(110, 60, 27, 0) 0%, #f8be3b 33%, #fce2a6 49%, #f8be3b 70%, rgba(110, 60, 27, 0) 100%);
    height: 1px;
    width: 80%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.dashboard .price-tracker-tap__item::after {
    background: hsl(var(--base-two));
    width: 98px;
    height: 98px;
    top: -49px;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.dashboard .price-tracker-tap__item:hover {
    color: hsl(var(--base));
    background: hsl(var(--white)/0.1);
}

.dashboard .price-tracker-tap__item:hover::before {
    visibility: visible;
    opacity: 1;
}

.dashboard .price-tracker-tap__item.active {
    background: hsl(var(--white)/0.1);
    border-color: hsl(var(--base-two));
}

.dashboard .price-tracker-tap__item.active:hover {
    color: hsl(var(--white));
}

.dashboard .price-tracker-tap__item.active:hover::before {
    visibility: hidden;
    opacity: 0;
}

.dashboard .price-tracker-tap__item.active::before,
.dashboard .price-tracker-tap__item.active::after {
    visibility: visible;
    opacity: 1;
}

.dashboard .price-tracker-tap__item span {
    position: relative;
    z-index: 2;
}

.dashboard .withdraw-form .withdraw-gold-item {
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.25);
    border-radius: 15px;
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 8px;
}

.dashboard .withdraw-form .withdraw-gold-item__title {
    font-size: 0.9375rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 5px;

}
.withdraw-gold-item__icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: hsl(var(--base));
    display: inline-flex;
}
@media screen and (max-width: 575px) {
    .dashboard .withdraw-form .withdraw-gold-item__title {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 374px) {
    .dashboard .withdraw-form .withdraw-gold-item__title {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .withdraw-form .withdraw-gold-item {
        border-radius: 12px;
        padding: 10px 13px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .withdraw-form .withdraw-gold-item {
        border-radius: 10px;
        padding: 8px 10px;
    }
}

.dashboard .withdraw-form .form--label {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 1599px) {
    .dashboard .withdraw-form .form--label {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .withdraw-form .form--label {
        font-size: 1rem;
    }
}

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

@media screen and (max-width: 575px) {
    .dashboard .withdraw-form .form--label {
        font-size: 0.875rem;
    }
}

.dashboard .withdraw-form .form--control {
    border-color: hsl(var(--white)/0.25);
}

.dashboard .withdraw-form .form--control:focus {
    background-color: hsl(var(--base)/.2);
    border-color: transparent;
}

.dashboard .withdraw-form__desc {
    font-weight: 500;
}

.dashboard .withdraw-form__desc span {
    font-weight: 600;
    color: hsl(var(--heading-color));
}

.dashboard .withdraw-form .no-overflow {
    overflow: initial;
}

.dashboard .withdraw-form .customNiceSelect {
    position: relative;
}

.dashboard .withdraw-form .customNiceSelect__icon {
    width: 56px;
    height: 56px;
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1699px) {
    .dashboard .withdraw-form .customNiceSelect__icon {
        width: 52px;
        height: 52px;
        left: 10px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .withdraw-form .customNiceSelect__icon {
        width: 48px;
        height: 48px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .withdraw-form .customNiceSelect__icon {
        width: 42px;
        height: 42px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .withdraw-form .customNiceSelect__icon {
        width: 35px;
        height: 35px;
        border-radius: 7px;
        left: 8px;
    }
}

.dashboard .withdraw-form .customNiceSelect__icon img {
    width: 32px;
    height: 32px;
}

@media (max-width: 1699px) {
    .dashboard .withdraw-form .customNiceSelect__icon img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .withdraw-form .customNiceSelect__icon img {
        width: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .withdraw-form .customNiceSelect__icon img {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .withdraw-form .customNiceSelect__icon img {
        width: 20px;
        height: 20px;
    }
}

.dashboard .withdraw-form .customNiceSelect .nice-select {
    padding-left: 85px;
    padding-right: 40px;
    height: 70px;
    line-height: 70px;
}

@media (max-width: 1699px) {
    .dashboard .withdraw-form .customNiceSelect .nice-select {
        padding-left: 75px;
        height: 65px;
        line-height: 65px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .withdraw-form .customNiceSelect .nice-select {
        padding-left: 70px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .withdraw-form .customNiceSelect .nice-select {
        padding-left: 62px;
        height: 60px;
        line-height: 60px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .withdraw-form .customNiceSelect .nice-select {
        padding-left: 50px;
        height: 52px;
        line-height: 52px;
        padding-right: 25px;
    }
}

.dashboard .withdraw-form .customNiceSelect .nice-select::after {
    font-family: "Line Awesome Free";
    content: "\f05b";
    font-size: 1.125rem;
    right: 15px;
}

@media (max-width: 1699px) {
    .dashboard .withdraw-form .customNiceSelect .nice-select::after {
        right: 12px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .withdraw-form .customNiceSelect .nice-select::after {
        font-size: 0.875rem;
        right: 8px;
    }
}

.dashboard .withdraw-form .customNiceSelect .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .dashboard .withdraw-form .customNiceSelect .nice-select .current {
        font-size: 0.8125rem;
    }
}

.dashboard .withdraw-form .customNiceSelect .nice-select .list {
    border-color: hsl(var(--white)/0.25);
    -webkit-backdrop-filter: blur(15.3000001907px);
    backdrop-filter: blur(15.3000001907px);
}

@media screen and (max-width: 575px) {
    .dashboard .withdraw-form .customNiceSelect .nice-select .list .option {
        font-size: 0.8125rem;
    }
}

.dashboard .withdraw-form .customNiceSelect .nice-select .list .option.selected,
.dashboard .withdraw-form .customNiceSelect .nice-select .list .option:hover {
    background: hsl(var(--base)/0.1);
}

.dashboard .withdraw-option-item {
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.dashboard .withdraw-option-item:hover {
    border-color: hsl(var(--base)/0.7);
}

@media (max-width: 1699px) {
    .dashboard .withdraw-option-item {
        padding: 18px 20px;
        border-radius: 18px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .withdraw-option-item {
        padding: 16px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .withdraw-option-item {
        border-radius: 12px;
        padding: 14px 12px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .withdraw-option-item {
        border-radius: 10px;
    }
}

.dashboard .withdraw-option-item__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
}

@media (max-width: 1699px) {
    .dashboard .withdraw-option-item__icon {
        width: 36px;
        height: 36px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .withdraw-option-item__icon {
        width: 34px;
        height: 34px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .withdraw-option-item__icon {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .withdraw-option-item__icon {
        width: 25px;
        height: 25px;
    }
}

.dashboard .withdraw-option-item__icon img {
    width: 100%;
    height: 100%;
}

.dashboard .withdraw-option-item__content {
    width: calc(100% - 40px);
    padding-left: 15px;
}

@media (max-width: 1699px) {
    .dashboard .withdraw-option-item__content {
        width: calc(100% - 36px);
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .withdraw-option-item__content {
        width: calc(100% - 34px);
        padding-left: 12px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .withdraw-option-item__content {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 767px) {
    .dashboard .withdraw-option-item__content {
        width: calc(100% - 25px);
        padding-left: 10px;
    }
}

.dashboard .withdraw-option-item__title {
    margin-bottom: 6px;
}

@media screen and (max-width: 991px) {
    .dashboard .withdraw-option-item__desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .withdraw-option-item__desc {
        font-size: 0.875rem;
    }
}

.dashboard .withdraw-option-item.active {
    border-color: hsl(var(--base));
}

.dashboard .gift-form .form-group {
    position: relative;
}

.dashboard .gift-form .form-group.lg .form--control {
    background: transparent;
    border-color: hsl(var(--white)/0.5);
    padding: 11px 15px;
    padding-left: 185px;
    padding-right: 60px;
    font-weight: 700;
    font-size: 2.5rem;
}

@media (max-width: 1699px) {
    .dashboard .gift-form .form-group.lg .form--control {
        font-size: 2.375rem;
        padding: 8px 15px;
        padding-left: 175px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .gift-form .form-group.lg .form--control {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .gift-form .form-group.lg .form--control {
        font-size: 2rem;
        padding: 6px 15px;
        padding-left: 165px;
        padding-right: 55px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .gift-form .form-group.lg .form--control {
        font-size: 1.75rem;
        padding-left: 145px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .gift-form .form-group.lg .form--control {
        font-size: 1.5625rem;
        padding-left: 132px;
        padding-right: 42px;
    }
}

.dashboard .gift-form .form-group.lg .form--control::-webkit-input-placeholder {
    color: hsl(var(--white)/0.1);
    font-size: 2.5rem;
}

.dashboard .gift-form .form-group.lg .form--control::-moz-placeholder {
    color: hsl(var(--white)/0.1);
    font-size: 2.5rem;
}

.dashboard .gift-form .form-group.lg .form--control:-ms-input-placeholder {
    color: hsl(var(--white)/0.1);
    font-size: 2.5rem;
}

.dashboard .gift-form .form-group.lg .form--control::-ms-input-placeholder {
    color: hsl(var(--white)/0.1);
    font-size: 2.5rem;
}

.dashboard .gift-form .form-group.lg .form--control::placeholder {
    color: hsl(var(--white)/0.1);
    font-size: 2.5rem;
}

@media (max-width: 1699px) {
    .dashboard .gift-form .form-group.lg .form--control::-webkit-input-placeholder {
        font-size: 2.375rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::-moz-placeholder {
        font-size: 2.375rem;
    }

    .dashboard .gift-form .form-group.lg .form--control:-ms-input-placeholder {
        font-size: 2.375rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::-ms-input-placeholder {
        font-size: 2.375rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::placeholder {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .gift-form .form-group.lg .form--control::-webkit-input-placeholder {
        font-size: 2.25rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::-moz-placeholder {
        font-size: 2.25rem;
    }

    .dashboard .gift-form .form-group.lg .form--control:-ms-input-placeholder {
        font-size: 2.25rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::-ms-input-placeholder {
        font-size: 2.25rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::placeholder {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .gift-form .form-group.lg .form--control::-webkit-input-placeholder {
        font-size: 2rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::-moz-placeholder {
        font-size: 2rem;
    }

    .dashboard .gift-form .form-group.lg .form--control:-ms-input-placeholder {
        font-size: 2rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::-ms-input-placeholder {
        font-size: 2rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::placeholder {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .gift-form .form-group.lg .form--control::-webkit-input-placeholder {
        font-size: 1.75rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::-moz-placeholder {
        font-size: 1.75rem;
    }

    .dashboard .gift-form .form-group.lg .form--control:-ms-input-placeholder {
        font-size: 1.75rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::-ms-input-placeholder {
        font-size: 1.75rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::placeholder {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .gift-form .form-group.lg .form--control::-webkit-input-placeholder {
        font-size: 1.5625rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::-moz-placeholder {
        font-size: 1.5625rem;
    }

    .dashboard .gift-form .form-group.lg .form--control:-ms-input-placeholder {
        font-size: 1.5625rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::-ms-input-placeholder {
        font-size: 1.5625rem;
    }

    .dashboard .gift-form .form-group.lg .form--control::placeholder {
        font-size: 1.5625rem;
    }
}

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

.dashboard .gift-form .form-group .label {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    color: hsl(var(--body-color));
    font-size: 1.125rem;
}

@media (max-width: 1699px) {
    .dashboard .gift-form .form-group .label {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .gift-form .form-group .label {
        font-size: 1rem;
        right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .gift-form .form-group .label {
        font-size: 0.9375rem;
        right: 10px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .gift-form .form-group .label {
        font-size: 0.875rem;
    }
}

.dashboard .gift-form .form-group .icon {
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1699px) {
    .dashboard .gift-form .form-group .icon {
        width: 52px;
        height: 52px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .gift-form .form-group .icon {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .gift-form .form-group .icon {
        border-radius: 5px;
        width: 42px;
        height: 42px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .gift-form .form-group .icon {
        width: 38px;
        height: 38px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .gift-form .form-group .icon {
        width: 34px;
        height: 34px;
        left: 5px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .gift-form .form-group .icon {
        width: 30px;
        height: 30px;
    }
}

.dashboard .gift-form .form-group .icon img {
    width: 32px;
    height: 32px;
}

@media (max-width: 1699px) {
    .dashboard .gift-form .form-group .icon img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .gift-form .form-group .icon img {
        width: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .gift-form .form-group .icon img {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .gift-form .form-group .icon img {
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .gift-form .form-group .icon img {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .gift-form .form-group .icon img {
        width: 18px;
        height: 18px;
    }
}

.dashboard .gift-form .form-group .customNiceSelect {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 15px;
}

@media (max-width: 1699px) {
    .dashboard .gift-form .form-group .customNiceSelect {
        left: 10px;
        padding-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .gift-form .form-group .customNiceSelect {
        padding-right: 8px;
        left: 7px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .gift-form .form-group .customNiceSelect {
        left: 5px;
    }
}

.dashboard .gift-form .form-group .customNiceSelect::after {
    position: absolute;
    content: "";
    background: hsl(var(--white)/0.1);
    width: 1px;
    height: calc(100% + 8px);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1699px) {
    .dashboard .gift-form .form-group .customNiceSelect::after {
        height: calc(100% + 4px);
    }
}

@media screen and (max-width: 991px) {
    .dashboard .gift-form .form-group .customNiceSelect::after {
        height: calc(100% + 2px);
    }
}

@media screen and (max-width: 767px) {
    .dashboard .gift-form .form-group .customNiceSelect::after {
        height: 100%;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .gift-form .form-group .customNiceSelect::after {
        height: calc(100% - 2px);
    }
}

@media screen and (max-width: 575px) {
    .dashboard .gift-form .form-group .customNiceSelect .nice-select {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .gift-form .form-group .customNiceSelect .nice-select .current {
        font-size: 0.8125rem;
    }
}

.dashboard .gift-form .form--control {
    padding: 22px 16px;
    padding-left: 80px;
    border-color: hsl(var(--white)/0.1);
    font-size: 1.25rem;
}

@media (max-width: 1699px) {
    .dashboard .gift-form .form--control {
        font-size: 1.125rem;
        padding: 20px 15px;
        padding-left: 70px;
    }
}

@media screen and (max-width: 1599px) {
    .dashboard .gift-form .form--control {
        font-size: 1.0625rem;
        padding: 17px 15px;
        padding-left: 63px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .gift-form .form--control {
        font-size: 1rem;
        padding: 15px;
        padding-left: 60px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .gift-form .form--control {
        font-size: 0.9375rem;
        padding: 14px 15px;
        padding-left: 55px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .gift-form .form--control {
        font-size: 0.875rem;
        padding: 12px 15px;
        padding-left: 45px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .gift-form .form--control {
        padding: 10px 15px;
        padding-left: 42px;
    }
}

.dashboard .gift-form .form--control::-webkit-input-placeholder {
    font-size: inherit;
}

.dashboard .gift-form .form--control::-moz-placeholder {
    font-size: inherit;
}

.dashboard .gift-form .form--control:-ms-input-placeholder {
    font-size: inherit;
}

.dashboard .gift-form .form--control::-ms-input-placeholder {
    font-size: inherit;
}

.dashboard .gift-form .form--control::placeholder {
    font-size: inherit;
}

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

.dashboard .gift-form__desc {
    padding-left: 20px;
}

@media screen and (max-width: 1599px) {
    .dashboard .gift-form__desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .gift-form__desc {
        font-size: 0.875rem;
    }
}

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

.dashboard .gift-form__desc i {
    position: absolute;
    left: 0;
    top: 4px;
}

.dashboard .account-setting__top {
    row-gap: 10px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .dashboard .account-setting__top {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .account-setting__top {
        padding-bottom: 22px;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .account-setting__top {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .account-setting__top {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

.dashboard .account-setting__thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .dashboard .account-setting__thumb {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .account-setting__thumb {
        width: 85px;
        height: 85px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .account-setting__thumb {
        width: 78px;
        height: 78px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .account-setting__thumb {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .account-setting__thumb {
        width: 60px;
        height: 60px;
    }
}

.dashboard .account-setting__thumb img {
    width: 100%;
    height: 100%;
}

.dashboard .account-setting__content {
    width: calc(100% - 100px);
    padding-left: 20px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 10px;
}

@media screen and (max-width: 1199px) {
    .dashboard .account-setting__content {
        width: calc(100% - 90px);
    }
}

@media screen and (max-width: 991px) {
    .dashboard .account-setting__content {
        width: calc(100% - 85px);
        padding-left: 15px;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .account-setting__content {
        width: calc(100% - 78px);
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        padding-left: 12px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .account-setting__content {
        width: calc(100% - 70px);
        padding-left: 10px;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        row-gap: 8px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .account-setting__content {
        width: calc(100% - 60px);
        padding-left: 8px;
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        row-gap: 6px;
    }
}

@media screen and (max-width: 374px) {
    .dashboard .account-setting__content {
        padding-left: 0;
        width: 100%;
    }
}

.dashboard .account-setting__content label.btn {
    padding: 13.5px 20px;
}

@media screen and (max-width: 1399px) {
    .dashboard .account-setting__content label.btn {
        padding: 12.5px 18px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .account-setting__content label.btn {
        padding: 11.5px 18px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .account-setting__content label.btn {
        padding: 11.5px 16px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .account-setting__content label.btn {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .account-setting__content label.btn {
        padding: 10.5px 15px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .account-setting__content label.btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.dashboard .account-setting__content label input {
    width: 0;
    height: 0;
    opacity: 0;
}

@media screen and (max-width: 424px) {
    .dashboard .account-setting__content .btn {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.dashboard .account-setting form .form-group {
    position: relative;
}

.dashboard .account-setting form .form-group.has-icon .form--control {
    padding-left: 60px;
}

@media screen and (max-width: 1199px) {
    .dashboard .account-setting form .form-group.has-icon .form--control {
        padding-left: 55px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .account-setting form .form-group.has-icon .form--control {
        padding-left: 50px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .account-setting form .form-group.has-icon .form--control {
        padding-left: 45px;
    }
}

.dashboard .account-setting form .form-group.has-icon .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: hsl(var(--white)/0.05);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 8px;
    font-size: 1.25rem;
    line-height: 1;
    color: hsl(var(--base));
    position: absolute;
    left: 8px;
    bottom: 8px;
}

@media screen and (max-width: 1399px) {
    .dashboard .account-setting form .form-group.has-icon .icon {
        width: 38px;
        height: 38px;
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .account-setting form .form-group.has-icon .icon {
        width: 36px;
        height: 36px;
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .account-setting form .form-group.has-icon .icon {
        width: 32px;
        height: 33px;
        font-size: 1rem;
        border-radius: 5px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .account-setting form .form-group.has-icon .icon {
        width: 28px;
        height: 28px;
        font-size: 0.9375rem;
    }
}

.dashboard .account-setting form .form--label {
    color: hsl(var(--body-color));
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .dashboard .account-setting form .form--label {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .account-setting form .form--label {
        font-size: 0.875rem;
    }
}

.dashboard .account-setting form .form--control {
    color: hsl(var(--white));
    border-color: hsl(var(--white)/0.1);
}

.dashboard .account-setting form .form--control::-webkit-input-placeholder {
    color: hsl(var(--heading-color));
}

.dashboard .account-setting form .form--control::-moz-placeholder {
    color: hsl(var(--heading-color));
}

.dashboard .account-setting form .form--control:-ms-input-placeholder {
    color: hsl(var(--heading-color));
}

.dashboard .account-setting form .form--control::-ms-input-placeholder {
    color: hsl(var(--heading-color));
}

.dashboard .account-setting form .form--control::placeholder {
    color: hsl(var(--heading-color));
}

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

.dashboard .support-ticket-form .customNiceSelect .nice-select {
    padding-left: 15px;
    line-height: 23px;
    height: 56px;
}

@media screen and (max-width: 1399px) {
    .dashboard .support-ticket-form .customNiceSelect .nice-select {
        line-height: 21px;
        height: 54px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .support-ticket-form .customNiceSelect .nice-select {
        height: 52px;
        padding-left: 13px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .support-ticket-form .customNiceSelect .nice-select {
        height: 48px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .support-ticket-form .customNiceSelect .nice-select {
        height: 46px;
        line-height: 20px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .support-ticket-form .customNiceSelect .nice-select {
        height: 46px;
    }
}

.dashboard .support-ticket-form .customNiceSelect .nice-select .current {
    color: hsl(var(--body-color));
    font-weight: 400;
}

.dashboard .support-ticket-form .input-group .form--control {
    padding: 0;
}

.dashboard .support-ticket-form .input-group .input-group-text {
    padding: 16.5px 14px;
}

.dashboard .form--control {
    border-color: hsl(var(--white)/0.1);
}

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

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

    1% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    3% {
        -webkit-transform: rotate(-28deg);
        transform: rotate(-28deg);
    }

    5% {
        -webkit-transform: rotate(34deg);
        transform: rotate(34deg);
    }

    7% {
        -webkit-transform: rotate(-32deg);
        transform: rotate(-32deg);
    }

    9% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    11% {
        -webkit-transform: rotate(-28deg);
        transform: rotate(-28deg);
    }

    13% {
        -webkit-transform: rotate(26deg);
        transform: rotate(26deg);
    }

    15% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    17% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    19% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    21% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    23% {
        -webkit-transform: rotate(-16deg);
        transform: rotate(-16deg);
    }

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

    27% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

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

    31% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    33% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    35% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

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

    39% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

    41% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    43% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

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

    1% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    3% {
        -webkit-transform: rotate(-28deg);
        transform: rotate(-28deg);
    }

    5% {
        -webkit-transform: rotate(34deg);
        transform: rotate(34deg);
    }

    7% {
        -webkit-transform: rotate(-32deg);
        transform: rotate(-32deg);
    }

    9% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    11% {
        -webkit-transform: rotate(-28deg);
        transform: rotate(-28deg);
    }

    13% {
        -webkit-transform: rotate(26deg);
        transform: rotate(26deg);
    }

    15% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    17% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    19% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }

    21% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    23% {
        -webkit-transform: rotate(-16deg);
        transform: rotate(-16deg);
    }

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

    27% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

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

    31% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    33% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }

    35% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

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

    39% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

    41% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }

    43% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

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

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

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

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

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

    50% {
        opacity: 1;
    }

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

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

    50% {
        opacity: 1;
    }

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1399px) {
    .social-list__link {
        width: 38px;
        height: 38px;
    }
}

@media screen and (max-width: 1199px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

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

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

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

/* ================================= Social Icon Css End ===========================  */
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.custom--range__content label {
    width: 40%;
}

.custom--range__content input {
    width: 60%;
    text-align: right;
}

.custom--range input {
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.custom--range #slider-range {
    height: 5px;
    border: 0;
    background: hsl(var(--base)/0.2);
}

.custom--range #slider-range .ui-widget-header {
    background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
    background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    background-color: hsl(var(--base)) !important;
    border: 2px solid hsl(var(--white)) !important;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ================================= Range Slider Css End =========================== */
/* ================= Slick Slider Css Start ================ */
.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base-two));
}

.slick-next {
    right: -20px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 10px;
    }
}

.slick-prev {
    left: -20px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
    width: 32px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    top: -67px;
}

@media screen and (max-width: 1199px) {
    .slick-arrow {
        top: -69px;
    }
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        top: auto;
        bottom: -50px;
        right: 50%;
    }
}

.slick-arrow:hover {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

.slick-next {
    right: 10px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .slick-next {
        top: auto;
        right: calc(50% - 37px);
    }
}

.slick-prev {
    right: 52px;
}

@media screen and (max-width: 767px) {
    .slick-prev {
        top: auto;
        right: calc(50% + 5px);
    }
}

.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 25px;
    border-radius: 5px;
    color: hsl(var(--base));
}

/* ================= Slick Slider Css Start ================ */
/* ================================= Start Rating Css Start =========================== */
.rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--warning));
}

.rating-list__text {
    color: hsl(var(--body-color));
}

/* ================================= Start Rating Css End =========================== */
/* =========================== Banner Css Start ========================= */
.banner-section {
    position: relative;
    z-index: 1;
    padding: 265px 0 195px;
}

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

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

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

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

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

@media screen and (max-width: 424px) {
    .banner-section {
        padding: 95px 0 45px;
    }
}

.banner-section::after {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, color-stop(29.43%, #0D1017), to(rgba(13, 16, 23, 0)));
    background: linear-gradient(0deg, #0D1017 29.43%, rgba(13, 16, 23, 0) 100%);
    width: 100%;
    height: 200px;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 991px) {
    .banner-section::after {
        height: 160px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section::after {
        height: 140px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section::after {
        height: 110px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section.bg-img {
        background-position: center right;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.banner-content {
    position: relative;
    z-index: 3;
}

.banner-content__title {
    font-size: 5rem;
    margin-bottom: 33px;
}

@media screen and (max-width: 1399px) {
    .banner-content__title {
        font-size: 4.5rem;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-content__title {
        font-size: 4.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__title {
        font-size: 3.75rem;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__title {
        font-size: 3.25rem;
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__title {
        font-size: 2.5rem;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__title {
        font-size: 2.25rem;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__title {
        font-size: 1.875rem;
    }
}

.banner-content__desc {
    font-size: 1.25rem;
    line-height: 1.4;
    max-width: 600px;
    margin-bottom: 55px;
}

@media screen and (max-width: 1399px) {
    .banner-content__desc {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-content__desc {
        font-size: 1.1875rem;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__desc {
        max-width: 100%;
        font-size: 1.125rem;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__desc {
        font-size: 1rem;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__desc {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__desc {
        margin-bottom: 18px;
    }
}

.banner-content__buttons {
    gap: 15px;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .banner-content__buttons {
        gap: 12px;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__buttons {
        gap: 10px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-content__buttons {
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-content__buttons {
        margin-bottom: 45px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__buttons {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content__buttons {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__buttons {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__buttons {
        margin-bottom: 18px;
    }
}

.banner-content__price {
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

@media screen and (max-width: 767px) {
    .banner-content__price {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__price {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

.banner-content__price-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    position: relative;
    padding-left: 26px;
}

@media screen and (max-width: 1199px) {
    .banner-content__price-title {
        font-size: 1.1875rem;
        padding-left: 22px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__price-title {
        font-size: 1.125rem;
    }
}

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

@media screen and (max-width: 575px) {
    .banner-content__price-title {
        font-size: 1rem;
    }
}

.banner-content__price-title::before,
.banner-content__price-title::after {
    position: absolute;
    content: "";
    background: transparent;
    border: 1px solid hsl(var(--success));
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

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

    .banner-content__price-title::before,
    .banner-content__price-title::after {
        width: 14px;
        height: 14px;
    }
}

.banner-content__price-title::after {
    width: 10px;
    height: 10px;
    border: 0;
    left: 3px;
    background: hsl(var(--success));
}

@media screen and (max-width: 991px) {
    .banner-content__price-title::after {
        width: 8px;
        height: 8px;
    }
}

.banner-content__price-price {
    line-height: 1;
    margin-bottom: 0;
}

.banner-content__price-icon {
    line-height: 1;
    font-size: 1.125rem;
}

@media screen and (max-width: 991px) {
    .banner-content__price-icon {
        font-size: 1.0625rem;
    }
}

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

@media screen and (max-width: 575px) {
    .banner-content__price-icon {
        font-size: 0.9375rem;
    }
}

/* =========================== Banner Css End ========================= */
/* =========================== Service Css Start ========================= */
.service-section .section-heading {
    margin-bottom: 64px;
}

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

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

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

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

@media screen and (max-width: 991px) {
    .service-content-wrapper {
        margin-bottom: 50px;
    }
}

.service-content {
    margin-top: 32px;
}

@media screen and (max-width: 1399px) {
    .service-content {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .service-content {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .service-content {
        margin-top: 15px;
    }
}

.service-content__title {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 32px;
}

@media screen and (max-width: 1399px) {
    .service-content__title {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .service-content__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .service-content__title {
        margin-bottom: 15px;
    }
}

.service-content__list-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .service-content__list-item {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .service-content__list-item {
        padding-left: 28px;
        margin-bottom: 20px;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .service-content__list-item {
        padding-left: 25px;
        font-size: 0.875rem;
        margin-bottom: 15px;
    }
}

.service-content__list-item:last-child {
    margin-bottom: 0;
}

.service-content__list-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: hsl(var(--base));
    font-size: 1.375rem;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .service-content__list-icon {
        font-size: 1.25rem;
        top: 2px;
    }
}

@media screen and (max-width: 575px) {
    .service-content__list-icon {
        font-size: 1.125rem;
    }
}

.service-content__list-text {
    line-height: 1.5;
    font-weight: 600;
}


.service-thumb {
    position: relative;
}

.service-thumb__image {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1399px) {
    .service-thumb__image {
        max-width: 94%;
    }
}

@media screen and (max-width: 991px) {
    .service-thumb__image {
        max-width: 100%;
        width: calc(100% - 20px);
    }
}

.service-thumb__shape {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .service-thumb__shape {
        max-width: 80%;
        top: -30px;
    }
}

@media screen and (max-width: 991px) {
    .service-thumb__shape {
        top: -20px;
        max-width: 100%;
        width: calc(100% - 50px);
        height: calc(100% - 20px);
    }
}

.service-thumb::after {
    position: absolute;
    content: "";
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 450px;
    height: 300px;
    background: hsl(var(--base-two)/0.6);
    -webkit-filter: blur(125px);
    filter: blur(125px);
}

@media screen and (max-width: 1399px) {
    .service-thumb::after {
        width: 350px;
        height: 230px;
    }
}

@media screen and (max-width: 1199px) {
    .service-thumb::after {
        width: 260px;
        height: 185px;
    }
}

@media screen and (max-width: 575px) {
    .service-thumb::after {
        width: 240px;
        height: 125px;
    }
}

/* =========================== Service Css End ========================= */
/* =========================== Invest Css Start ========================= */
.gold-price {
    border-radius: 20px;
    background: hsl(var(--card-bg));
    padding: 30px 40px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .gold-price {
        padding: 25px 30px;
    }
}

@media screen and (max-width: 991px) {
    .gold-price {
        padding: 25px;
    }
}

@media screen and (max-width: 767px) {
    .gold-price {
        border-radius: 15px;
        padding: 20px 20px 5px;
    }
}

.gold-price-header {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .gold-price-header {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-bottom: 15px;
    }
}

.gold-price-header__title {
    margin-bottom: 0;
}

.gold-price-header__desc {
    font-weight: 600;
}

.gold-price-header__desc span {
    margin-left: 8px;
}

.gold-price-header__desc span i {
    font-size: 0.875rem;
}

.gold-price-header .customNiceSelect .nice-select {
    background-color: transparent;
}

.gold-rate {
    border-radius: 20px;
    background: hsl(var(--card-bg));
    padding: 25px 30px;
    position: relative;
    z-index: 1;
    height: 100%;
}
.gradient-border {
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .gold-rate {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 767px) {
    .gold-rate {
        padding: 20px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 575px) {
    .gold-rate {
        padding: 20px 15px;
    }
}

.gold-rate__title {
    margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
    .gold-rate__title {
        margin-bottom: 20px;
    }
}

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

.gold-rate__list-item {
    border-bottom: 1px dashed hsl(var(--border-color));
    font-size: 1rem;
    padding: 15px 0;
}

@media screen and (max-width: 1199px) {
    .gold-rate__list-item {
        font-size: 0.9375rem;
        padding: 13px 0;
    }
}

@media screen and (max-width: 575px) {
    .gold-rate__list-item {
        font-size: 0.875rem;
        padding: 12px 0;
    }
}

@media screen and (max-width: 424px) {
    .gold-rate__list-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 10px 0;
    }
}

.gold-rate__list-item:first-child {
    padding-top: 0;
    border-bottom: 1px solid hsl(var(--border-color));
}

.gold-rate__list-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.gold-rate__list-item span:first-child {
    width: 50%;
}

.gold-rate__list-item span:last-child {
    width: 50%;
    text-align: right;
}


.gold-calculator {
    border-radius: 20px;
    background: hsl(var(--card-bg));
    padding: 25px 30px 43px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .gold-calculator {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 767px) {
    .gold-calculator {
        padding: 20px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 575px) {
    .gold-calculator {
        padding: 20px 15px;
    }
}

.gold-calculator__title {
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .gold-calculator__title {
        margin-bottom: 13px;
    }
}

.gold-calculator form:has(#goldCalculatorSwitch2:checked) .gold-calculator__inputs .form-group:first-of-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.gold-calculator form:has(#goldCalculatorSwitch2:checked) .gold-calculator__inputs .form-group:last-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.gold-calculator form:has(#goldCalculatorSwitch2:checked) .gold-calculator__inputs .equal {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.gold-calculator__top {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 10px;
    margin-bottom: 18px;
}

@media screen and (max-width: 1399px) {
    .gold-calculator__top {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1399px) {
    .gold-calculator__top {
        row-gap: 12px;
    }
}

@media screen and (max-width: 1199px) {
    .gold-calculator__top {
        row-gap: 10px;
        margin-bottom: 10px;
    }
}

.gold-calculator__top .gold-category {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

@media screen and (max-width: 1399px) {
    .gold-calculator__top .gold-category {
        row-gap: 10px;
        width: 100%;
    }
}

.gold-calculator__top .gold-category__title {
    color: hsl(var(--heading-color));
    margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
    .gold-calculator__top .gold-category__title {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .gold-calculator__top .gold-category__title {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 1199px) {
    .gold-calculator__top .gold-category .customNiceSelect .nice-select {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .gold-calculator__top .gold-category .customNiceSelect .nice-select {
        font-size: 0.875rem;
    }
}

.gold-calculator__top .calculator-switch {
    background: hsl(var(--white)/0.15);
    padding: 5px;
    border-radius: 40px;
}

@media screen and (max-width: 424px) {
    .gold-calculator__top .calculator-switch {
        background: transparent;
        border-radius: 0;
        border-bottom: 1px solid hsl(var(--border-color));
    }
}

.gold-calculator__top .calculator-switch__item {
    position: relative;
    padding: 4px 12px;
    border-radius: 30px;
    overflow: hidden;
    font-size: 0.875rem;
    font-weight: 600;
    color: hsl(var(--body-color));
}

@media screen and (max-width: 424px) {
    .gold-calculator__top .calculator-switch__item {
        width: 100%;
        text-align: center;
    }
}

.gold-calculator__top .calculator-switch__item::before,
.gold-calculator__top .calculator-switch__item::after {
    position: absolute;
    content: "";
    background: var(--gradient-bg-1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.gold-calculator__top .calculator-switch__item::after {
    background: var(--gradient-bg-2);
    z-index: 2;
}

.gold-calculator__top .calculator-switch__item:has(input:checked) {
    color: hsl(var(--dark));
}

.gold-calculator__top .calculator-switch__item:has(input:checked)::before {
    visibility: visible;
    opacity: 1;
}

.gold-calculator__top .calculator-switch__item:has(input:checked):hover::after {
    visibility: visible;
    opacity: 1;
}

.gold-calculator__top .calculator-switch__item .text {
    position: relative;
    z-index: 3;
}

.gold-calculator__top .calculator-switch input {
    width: 0;
    height: 0;
    opacity: 0;
}

.gold-calculator__top .calculator-switch__icon {
    margin: 0 10px;
}

@media screen and (max-width: 1399px) {
    .gold-calculator__top .calculator-switch__icon {
        margin: 0 8px;
    }
}

@media screen and (max-width: 424px) {
    .gold-calculator__top .calculator-switch__icon {
        margin: 0 auto;
    }
}

.gold-calculator__inputs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
    .gold-calculator__inputs {
        margin-bottom: 15px;
    }
}

.gold-calculator__inputs .form--label {
    font-weight: 600;
    margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
    .gold-calculator__inputs .form--label {
        margin-bottom: 6px;
    }
}

.gold-calculator__inputs .form-group {
    margin-bottom: 0;
}

.gold-calculator__inputs .form-group:first-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: calc(50% - 18px);
}

@media screen and (max-width: 1399px) {
    .gold-calculator__inputs .form-group:first-of-type {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 424px) {
    .gold-calculator__inputs .form-group:first-of-type {
        width: 100%;
    }
}

.gold-calculator__inputs .form-group:last-of-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(50% - 18px);
}

@media screen and (max-width: 1399px) {
    .gold-calculator__inputs .form-group:last-of-type {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 424px) {
    .gold-calculator__inputs .form-group:last-of-type {
        width: 100%;
    }
}

.gold-calculator__inputs .equal {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 35px;
    height: 56px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--heading-color));
    font-size: 1rem;
}

@media screen and (max-width: 1399px) {
    .gold-calculator__inputs .equal {
        width: 30px;
        height: 54px;
    }
}

@media screen and (max-width: 1199px) {
    .gold-calculator__inputs .equal {
        font-size: 0.9375rem;
        height: 46px;
    }
}

@media screen and (max-width: 767px) {
    .gold-calculator__inputs .equal {
        font-size: 0.875rem;
        height: 44px;
    }
}

@media screen and (max-width: 767px) {
    .gold-calculator__inputs .equal {
        height: 43px;
    }
}

@media screen and (max-width: 424px) {
    .gold-calculator__inputs .equal {
        height: 35px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1199px) {
    .gold-calculator__inputs .form--control {
        padding: 12px;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .gold-calculator__inputs .form--control {
        padding: 11px 12px;
    }
}

@media screen and (max-width: 575px) {
    .gold-calculator__inputs .form--control {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 1199px) {
    .gold-calculator__inputs .form--control::-webkit-input-placeholder {
        font-size: 0.9375rem;
    }

    .gold-calculator__inputs .form--control::-moz-placeholder {
        font-size: 0.9375rem;
    }

    .gold-calculator__inputs .form--control:-ms-input-placeholder {
        font-size: 0.9375rem;
    }

    .gold-calculator__inputs .form--control::-ms-input-placeholder {
        font-size: 0.9375rem;
    }

    .gold-calculator__inputs .form--control::placeholder {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .gold-calculator__inputs .form--control::-webkit-input-placeholder {
        font-size: 0.875rem;
    }

    .gold-calculator__inputs .form--control::-moz-placeholder {
        font-size: 0.875rem;
    }

    .gold-calculator__inputs .form--control:-ms-input-placeholder {
        font-size: 0.875rem;
    }

    .gold-calculator__inputs .form--control::-ms-input-placeholder {
        font-size: 0.875rem;
    }

    .gold-calculator__inputs .form--control::placeholder {
        font-size: 0.875rem;
    }
}

.gold-calculator__bottom {
    row-gap: 10px;
}

.gold-calculator__bottom .info {
    color: hsl(var(--white));
    margin-left: 15px;
}

@media screen and (max-width: 1399px) {
    .gold-calculator__bottom .info {
        font-size: 0.9375rem;
        margin-left: 10px;
        width: calc(100% - 120px);
    }
}

@media screen and (max-width: 767px) {
    .gold-calculator__bottom .info {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .gold-calculator__bottom .info {
        width: 100%;
    }
}

/* =========================== Invest Css End ========================= */
/* =========================== Feature Css Start ========================= */
.feature-thumb {
    position: relative;
    gap: 24px;
}

@media screen and (max-width: 1199px) {
    .feature-thumb {
        gap: 16px;
    }
}

@media screen and (max-width: 767px) {
    .feature-thumb {
        gap: 12px;
    }
}

@media screen and (max-width: 575px) {
    .feature-thumb {
        gap: 12px;
    }
}

.feature-thumb__item {
    width: calc(50% - 12px);
    border-radius: 40px;
}

@media screen and (max-width: 1399px) {
    .feature-thumb__item {
        border-radius: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .feature-thumb__item {
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 767px) {
    .feature-thumb__item {
        width: calc(50% - 6px);
        border-radius: 24px;
    }
}

@media screen and (max-width: 575px) {
    .feature-thumb__item {
        border-radius: 16px;
    }
}

.feature-thumb__item:not(:nth-child(1)) {
    overflow: hidden;
}

.feature-thumb__item:nth-child(1) {
    width: 100%;
    position: relative;
}

.feature-thumb__item img {
    width: 100%;
}

.feature-thumb__icon {
    position: absolute;
    width: 120px;
    height: 120px;
    background: hsl(var(--white));
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--base));
    font-size: 3.125rem;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1199px) {
    .feature-thumb__icon {
        width: 100px;
        height: 100px;
        font-size: 2.5rem;
        bottom: -50px;
    }
}

@media screen and (max-width: 767px) {
    .feature-thumb__icon {
        width: 85px;
        height: 85px;
        font-size: 2.125rem;
        bottom: -42px;
    }
}

@media screen and (max-width: 575px) {
    .feature-thumb__icon {
        width: 75px;
        height: 75px;
        font-size: 1.875rem;
        bottom: -37px;
    }
}

@media screen and (max-width: 424px) {
    .feature-thumb__icon {
        width: 70px;
        height: 70px;
        font-size: 1.75rem;
        bottom: -35px;
    }
}

.feature-content {
    padding: 0 44px 0 70px;
}

@media screen and (max-width: 1399px) {
    .feature-content {
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 1199px) {
    .feature-content {
        padding: 0;
    }
}

@media screen and (max-width: 1399px) {
    .feature-content__title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .feature-content__title {
        margin-bottom: 8px;
    }
}

.feature-content__desc {
    margin-bottom: 55px;
}

@media screen and (max-width: 1399px) {
    .feature-content__desc {
        margin-bottom: 45px;
    }
}

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

@media screen and (max-width: 767px) {
    .feature-content__desc {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .feature-content__desc {
        margin-bottom: 20px;
    }
}

.feature-item {
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .feature-item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .feature-item {
        margin-bottom: 15px;
    }
}

.feature-item:last-of-type {
    margin-bottom: 0;
}

.feature-item__icon {
    position: relative;
    color: hsl(var(--base));
    font-size: 1.75rem;
}

@media screen and (max-width: 1399px) {
    .feature-item__icon {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 991px) {
    .feature-item__icon {
        font-size: 1.4375rem;
    }
}

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

.feature-item__content {
    width: calc(100% - 35px);
    padding-left: 15px;
}

.feature-item__title {
    margin-bottom: 5px;
    font-weight: 600;
}

/* =========================== Feature Css End ========================= */
/* =========================== How It Works Css Start ========================= */
.work-process-row-one {
    margin-bottom: 135px;
}

@media screen and (max-width: 1399px) {
    .work-process-row-one {
        margin-bottom: 123px;
    }
}

@media screen and (max-width: 1199px) {
    .work-process-row-one {
        margin-bottom: 119px;
    }
}

@media screen and (max-width: 991px) {
    .work-process-row-one {
        margin-bottom: 24px;
    }
}

.work-process-row-one .gradient-border {
    height: 100%;
}

.work-process-row-two {
    padding-left: 175px;
    padding-right: 175px;
    margin-bottom: 84px;
}

@media screen and (max-width: 1399px) {
    .work-process-row-two {
        padding-left: 70px;
        padding-right: 70px;
        margin-bottom: 69px;
    }
}

@media screen and (max-width: 1199px) {
    .work-process-row-two {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 58px;
    }
}

@media screen and (max-width: 991px) {
    .work-process-row-two {
        margin-bottom: 24px;
    }
}

.how-it-work-shape-01,
.how-it-work-shape-02,
.how-it-work-shape-03 {
    position: absolute;
    content: "";
    margin: 0;
}

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

    .how-it-work-shape-01,
    .how-it-work-shape-02,
    .how-it-work-shape-03 {
        display: none;
    }
}

.how-it-work-shape-01 {
    right: 212px;
    top: calc(100% + 1px);
    width: 840px;
    max-height: 138px;
}

@media screen and (max-width: 1399px) {
    .how-it-work-shape-01 {
        right: 145px;
        width: 765px;
    }
}

@media screen and (max-width: 1199px) {
    .how-it-work-shape-01 {
        right: 60px;
        width: 740px;
    }
}

.how-it-work-shape-02 {
    left: 50%;
    top: calc(100% + 1px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12px;
    max-height: 84px;
}

@media screen and (max-width: 1399px) {
    .how-it-work-shape-02 {
        width: 9.85px;
    }
}

@media screen and (max-width: 1199px) {
    .how-it-work-shape-02 {
        width: 8px;
    }
}

.how-it-work-shape-03 {
    left: 107px;
    top: calc(100% + 1px);
    width: 585px;
    max-height: 84px;
}

@media screen and (max-width: 1399px) {
    .how-it-work-shape-03 {
        width: 480px;
    }
}

@media screen and (max-width: 1199px) {
    .how-it-work-shape-03 {
        width: 400px;
        left: 35px;
    }
}

.work-process {
    padding: 100px 24px 35px;
    background: hsl(var(--card-bg));
    border-radius: 20px;
    position: relative;
    z-index: 1;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .work-process {
        padding: 90px 20px 35px;
    }
}

@media screen and (max-width: 1199px) {
    .work-process {
        padding: 75px 18px 30px;
    }
}

@media screen and (max-width: 991px) {
    .work-process {
        padding: 70px 15px 30px;
    }
}

@media screen and (max-width: 767px) {
    .work-process {
        padding: 55px 15px 25px;
        border-radius: 15px;
    }
}

.work-process::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: hsl(var(--base-two)/0.6);
    -webkit-filter: blur(125px);
    filter: blur(125px);
}

@media screen and (max-width: 1399px) {
    .work-process::after {
        width: 135px;
        height: 135px;
    }
}

.work-process__number {
    font-size: 9.375rem;
    line-height: 1;
    font-family: var(--heading-font);
    font-weight: 900;
    color: hsl(var(--white)/0.1);
    position: absolute;
    left: 25px;
    top: 10px;
}

@media screen and (max-width: 1399px) {
    .work-process__number {
        font-size: 8.125rem;
    }
}

@media screen and (max-width: 1199px) {
    .work-process__number {
        font-size: 6.875rem;
    }
}

@media screen and (max-width: 991px) {
    .work-process__number {
        font-size: 6.25rem;
    }
}

@media screen and (max-width: 767px) {
    .work-process__number {
        font-size: 5.625rem;
    }
}

.work-process__icon {
    max-width: 65px;
    max-height: 65px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .work-process__icon {
        max-width: 60px;
        max-height: 60px;
        right: 20px;
        top: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .work-process__icon {
        max-width: 52px;
        max-height: 52px;
        right: 18px;
        top: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .work-process__icon {
        max-width: 45px;
        max-height: 45px;
        right: 15px;
        top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .work-process__icon {
        max-width: 40px;
        max-height: 40px;
    }
}

@media screen and (max-width: 424px) {
    .work-process__icon {
        max-width: 35px;
        max-height: 35px;
    }
}

.work-process__title {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .work-process__title {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 991px) {
    .work-process__title {
        margin-bottom: 8px;
    }
}

.work-process__desc {
    position: relative;
    z-index: 1;
}

.work-process.two {
    border: 1px solid hsl(var(--border-color));
    padding: 35px 24px;
}

@media screen and (max-width: 1399px) {
    .work-process.two {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .work-process.two {
        padding: 28px 18px;
    }
}

@media screen and (max-width: 991px) {
    .work-process.two {
        padding: 25px 15px;
    }
}

.work-process.two::after {
    display: none;
}

.work-process.two .work-process__number {
    font-size: 2.1875rem;
    position: absolute;
    left: unset;
    right: 15px;
    top: 28px;
    display: none;
}

@media screen and (max-width: 991px) {
    .work-process.two .work-process__number {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .work-process.two .work-process__number {
        font-size: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .work-process.two .work-process__number {
        font-size: 1.875rem;
    }
}

.work-process.two .work-process__icon {
    max-width: 48px;
    max-height: 48px;
    position: relative;
    right: unset;
    top: unset;
    margin-bottom: 25px;
}

@media screen and (max-width: 1399px) {
    .work-process.two .work-process__icon {
        max-width: 44px;
        max-height: 45px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .work-process.two .work-process__icon {
        max-width: 40px;
        max-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .work-process.two .work-process__icon {
        max-width: 38px;
        max-height: 38px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 424px) {
    .work-process.two .work-process__icon {
        max-width: 30px;
        max-height: 30px;
    }
}

.work-process.two .work-process__title {
    margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
    .work-process.two .work-process__title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .work-process.two .work-process__title {
        margin-bottom: 8px;
    }
}

/* =========================== How It Works Css End ========================= */
/* ================================ Testimonails Section Css Start ============================= */
.testimonial-section {
    position: relative;
}

.testimonial-section .section-heading {
    margin-bottom: 50px !important;
}

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

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

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

.testimonial-slider {
    position: relative;
}

.testimonial-item {
    position: relative;
    background-color: hsl(var(--card-bg));
    border: 1px solid hsl(var(--border-color));
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .testimonial-item {
        display: block;
        border-radius: 15px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-item {
        padding: 20px 15px;
    }
}

.testimonial-item::before {
    position: absolute;
    content: "";
    background: hsl(var(--base-two)/0.6);
    width: 320px;
    height: 100%;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    left: 0;
    top: 0;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .testimonial-item::before {
        width: 285px;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-item::before {
        width: 265px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-item::before {
        width: 235px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item::before {
        width: 205px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item::before {
        width: 170px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-item::before {
        display: none;
    }
}

.testimonial-item__thumb {
    width: 320px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.testimonial-item__thumb::after {
    position: absolute;
    content: "";
    background: hsl(var(--base-two)/0.8);
    width: 50px;
    height: 50px;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
}

@media screen and (max-width: 424px) {
    .testimonial-item__thumb::after {
        display: inline-block;
    }
}

@media screen and (max-width: 1399px) {
    .testimonial-item__thumb {
        width: 300px;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-item__thumb {
        width: 285px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-item__thumb {
        width: 220px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item__thumb {
        width: 155px;
        position: absolute;
        left: 0;
        bottom: 0;
        max-height: 195px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item__thumb {
        width: 135px;
        max-height: 165px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-item__thumb {
        position: relative;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        overflow: hidden;
        background: hsl(var(--card-bg));
        border: 1px solid hsl(var(--border-color));
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 374px) {
    .testimonial-item__thumb {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-item__thumb img {
        position: relative;
        left: 7px;
        z-index: 2;
    }
}

@media screen and (max-width: 374px) {
    .testimonial-item__thumb img {
        position: relative;
        left: 6px;
    }
}

.testimonial-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
    padding-right: 85px;
}

@media screen and (max-width: 1399px) {
    .testimonial-item__content {
        padding-right: 55px;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-item__content {
        padding-right: 40px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-item__content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item__content {
        width: calc(100% - 155px);
        padding: 20px 15px;
        margin-left: auto;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item__content {
        width: calc(100% - 135px);
        padding: 15px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-item__content {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-item__title {
        font-size: 1.1875rem;
        margin-bottom: 10px;
    }
}

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

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

.testimonial-item__desc {
    font-style: italic;
}

.testimonial-item__author {
    margin-top: 40px;
}

@media screen and (max-width: 1399px) {
    .testimonial-item__author {
        margin-top: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-item__author {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-item__author {
        margin-top: 25px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item__author {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-item__author-name {
        font-size: 1rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item__author-name {
        font-size: 0.9375rem;
    }
}

.testimonial-item__author-designation {
    font-size: 1.125rem;
}

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

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

@media screen and (max-width: 991px) {
    .testimonial-item__author-designation {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item__author-designation {
        font-size: 0.875rem;
    }
}

.swiper-slide {
    width: 900px;
}

@media screen and (max-width: 1399px) {
    .swiper-slide {
        width: 850px;
    }
}

@media screen and (max-width: 1199px) {
    .swiper-slide {
        width: 800px;
    }
}

@media screen and (max-width: 991px) {
    .swiper-slide {
        width: 600px;
    }
}

@media screen and (max-width: 991px) {
    .swiper-slide {
        width: 100%;
    }
}

.swiper-slide-next .testimonial-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.swiper-slide-next .testimonial-item::before {
    left: auto;
    right: 0;
}

.swiper-slide-prev .testimonial-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.swiper-slide-prev .testimonial-item::before {
    left: auto;
    right: 0;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    left: -28px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: hsl(var(--border-color));
    color: hsl(var(--white));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

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

    .swiper-button-prev,
    .swiper-button-next {
        width: 50px;
        height: 50px;
        left: -10px;
    }
}

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

    .swiper-button-prev,
    .swiper-button-next {
        left: -25px;
    }
}

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

    .swiper-button-prev,
    .swiper-button-next {
        width: 44px;
        height: 44px;
        left: -22px;
    }
}

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

    .swiper-button-prev,
    .swiper-button-next {
        width: 40px;
        height: 40px;
        left: -20px;
    }
}

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

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f060";
    font-size: 1.5625rem;
    color: hsl(var(--section-bg));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

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

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 1.375rem;
    }
}

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

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 1.25rem;
    }
}

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

    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 1.125rem;
    }
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: hsl(var(--base));
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    color: hsl(var(--white));
}

.swiper-button-next {
    left: auto;
    right: -28px;
}

@media screen and (max-width: 1499px) {
    .swiper-button-next {
        right: -10px;
    }
}

@media screen and (max-width: 1399px) {
    .swiper-button-next {
        right: -25px;
    }
}

@media screen and (max-width: 1199px) {
    .swiper-button-next {
        right: -22px;
    }
}

@media screen and (max-width: 767px) {
    .swiper-button-next {
        right: -20px;
    }
}

.swiper-button-next::after {
    content: "\f061";
}

.swiper-pagination {
    position: relative;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding-top: 40px;
}

@media screen and (max-width: 1199px) {
    .swiper-pagination {
        padding-top: 30px;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

@media screen and (max-width: 767px) {
    .swiper-pagination {
        padding-top: 25px;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: hsl(var(--card-bg));
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width: 767px) {
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
}

.swiper-pagination-bullet-active {
    background: hsl(var(--base));
}

/* ================================ Testimonails Section Css End ============================= */
/* =========================== FAQ Css Start ========================= */
.faq-right {
    position: relative;
}

.faq-right__thumb {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 1599px) {
    .faq-right__thumb {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1399px) {
    .faq-right__thumb {
        padding-right: 30px;
    }
}

@media screen and (max-width: 991px) {
    .faq-right__thumb {
        padding-right: 60px;
    }
}

@media screen and (max-width: 767px) {
    .faq-right__thumb {
        padding-right: 30px;
    }
}

@media screen and (max-width: 575px) {
    .faq-right__thumb {
        padding-right: 20px;
    }
}

.faq-right__thumb>img {
    border: 1px solid hsl(var(--border-color));
    border-radius: 20px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .faq-right__thumb>img {
        border-radius: 15px;
    }
}

.faq-right__content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 0 50px 40px;
}

@media screen and (max-width: 1399px) {
    .faq-right__content {
        padding: 0 50px 30px 30px;
    }
}

@media screen and (max-width: 1199px) {
    .faq-right__content {
        padding: 0 50px 25px 25px;
    }
}

@media screen and (max-width: 575px) {
    .faq-right__content {
        padding: 0 35px 20px 15px;
    }
}

@media screen and (max-width: 1399px) {
    .faq-right__content-title {
        font-size: 1.8125rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .faq-right__content-title {
        font-size: 1.6875rem;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 991px) {
    .faq-right__content-title {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 767px) {
    .faq-right__content-title {
        font-size: 1.4375rem;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 575px) {
    .faq-right__content-title {
        font-size: 1.3125rem;
    }
}

.faq-right__content-desc {
    font-size: 1.125rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 1399px) {
    .faq-right__content-desc {
        font-size: 1.0625rem;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .faq-right__content-desc {
        font-size: 1rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .faq-right__content-desc {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .faq-right__content-desc {
        font-size: 0.875rem;
    }
}

.faq-right__shape {
    position: absolute;
    right: -50px;
    bottom: -50px;
    z-index: 2;
}

@media screen and (max-width: 1599px) {
    .faq-right__shape {
        max-width: calc(100% - 40px);
        right: 0;
        bottom: -40px;
    }
}

@media screen and (max-width: 1399px) {
    .faq-right__shape {
        max-width: calc(100% - 30px);
        right: 0;
        bottom: -30px;
    }
}

@media screen and (max-width: 991px) {
    .faq-right__shape {
        max-width: calc(100% - 60px);
        bottom: -60px;
    }
}

@media screen and (max-width: 767px) {
    .faq-right__shape {
        max-width: calc(100% - 30px);
        bottom: -30px;
    }
}

@media screen and (max-width: 575px) {
    .faq-right__shape {
        max-width: calc(100% - 20px);
        bottom: -20px;
    }
}

.faq-right::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 310px;
    height: 325px;
    background: hsl(var(--base-two)/0.6);
    -webkit-filter: blur(125px);
    filter: blur(125px);
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .faq-right::after {
        width: 260px;
        height: 185px;
    }
}

@media screen and (max-width: 991px) {
    .faq-right::after {
        width: 220px;
        height: 125px;
    }
}

@media screen and (max-width: 767px) {
    .faq-right::after {
        width: 200px;
        height: 115px;
    }
}

/* =========================== FAQ Css End ========================= */
/* ================================= Blog Css Start ============================= */
.blog-item {
    position: relative;
    height: 100%;
}

.blog-item:hover .blog-item__thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-item__thumb {
    overflow: hidden;
    border-radius: 12px;
    max-height: 240px;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.blog-item__content {
    padding-top: 17px;
    padding-right: 15px;
}

@media screen and (max-width: 1199px) {
    .blog-item__content {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .blog-item__content {
        padding-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .blog-item__content {
        padding-top: 12px;
    }
}

@media screen and (max-width: 575px) {
    .blog-item__content {
        padding-top: 10px;
    }
}

.blog-item__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .blog-item__title {
        margin-top: 10px;
    }
}

.blog-item__title-link:hover {
    color: hsl(var(--base));
}

.blog-item__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 12px;
    }
}

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

.blog-item__link {
    color: hsl(var(--heading-color));
    font-size: 1rem;
}

@media screen and (max-width: 991px) {
    .blog-item__link {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 767px) {
    .blog-item__link {
        font-size: 0.875rem;
    }
}

.border-effect {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border-effect:hover {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
}

/* ================================= Blog Css End ================================= */
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    background: hsl(var(--card-bg));
}

.blog-details__thumb {
    height: 450px;
    max-height: 100%;
}

@media screen and (max-width: 991px) {
    .blog-details__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__thumb {
        height: 300px;
    }
}

.blog-details__content {
    padding: 25px 25px 30px;
}

@media screen and (max-width: 767px) {
    .blog-details__content {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 575px) {
    .blog-details__content {
        padding: 25px 15px;
    }
}

.blog-details__date {
    font-size: 0.875rem;
    font-weight: 600;
}

.blog-details__title {
    margin-bottom: 15px;
}

.blog-details__desc {
    margin-bottom: 15px;
}

.blog-details .social-list__link {
    color: hsl(var(--body-color));
}

.blog-details .social-list__link:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.quote-text {
    background-color: hsl(var(--base)/0.1);
    padding: 20px;
    border-radius: 10px;
    border-left: 3px solid hsl(var(--base));
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .quote-text {
        padding: 20px 15px;
        border-left: 2px solid hsl(var(--base));
    }
}

.quote-text__desc {
    font-style: italic;
}

/* ========================================== Blog Details Css End ======================================*/
/* =============================== Payment Methods Css Start ======================= */
.payment-methods-item {
    text-align: center;
}

.payment-methods-item__thumb {
    max-width: 140px;
    margin: 0 auto;
}

@media screen and (max-width: 1399px) {
    .payment-methods-item__thumb {
        max-width: 130px;
    }
}

@media screen and (max-width: 575px) {
    .payment-methods-item__thumb {
        max-width: 110px;
    }
}

.payment-methods-item__thumb img {
    width: 100%;
}

/* =============================== Payment Methods Css End ======================= */
/* ===============================Call To Action Css Start ======================= */
.cta-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: -185px;
    padding: 100px 0 97px;
}

@media screen and (max-width: 1399px) {
    .cta-wrapper {
        padding: 90px 0;
    }
}

@media screen and (max-width: 1199px) {
    .cta-wrapper {
        padding: 85px 0;
    }
}

@media screen and (max-width: 991px) {
    .cta-wrapper {
        padding: 65px 45px;
        margin-bottom: -170px;
    }
}

@media screen and (max-width: 767px) {
    .cta-wrapper {
        padding: 60px 30px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 575px) {
    .cta-wrapper {
        padding: 35px 25px;
        margin-bottom: -150px;
    }
}

.cta-wrapper::after {
    position: absolute;
    content: "";
    background: hsl(var(--dark)/0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.cta-content {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 991px) {
    .cta-content__title {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 767px) {
    .cta-content__title {
        margin-bottom: 10px;
    }
}

.cta-content__desc {
    font-weight: 600;
    margin-bottom: 40px;
}

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

@media screen and (max-width: 767px) {
    .cta-content__desc {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .cta-content__desc {
        margin-bottom: 20px;
    }
}

.cta-content__form .form-group {
    max-width: 670px;
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) {
    .cta-content__form .form-group {
        max-width: 600px;
    }
}

@media screen and (max-width: 991px) {
    .cta-content__form .form-group {
        max-width: 100%;
    }
}

.cta-content__form .form--control {
    background: hsl(var(--white)/0.05);
    border-color: hsl(var(--white)/0.55);
    border-radius: 56px;
    padding-right: 118px;
}

@media screen and (max-width: 991px) {
    .cta-content__form .form--control {
        padding-right: 105px;
    }
}

@media screen and (max-width: 767px) {
    .cta-content__form .form--control {
        padding-right: 100px;
    }
}

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

.cta-content__form .btn {
    position: absolute;
    top: 4px;
    right: 4px;
}

@media screen and (max-width: 991px) {
    .cta-content__form .btn {
        top: 2.5px;
        right: 2.5px;
    }
}

@media screen and (max-width: 767px) {
    .cta-content__form .btn {
        top: 2px;
        right: 3px;
    }
}

/* ===============================Call To Action Css End ======================= */
/* =========================== Contact Css Start ========================= */
.contact-section {
    position: relative;
    z-index: 1;
    padding: 175px 0 60px;
}

@media screen and (max-width: 1399px) {
    .contact-section {
        padding: 155px 0 60px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-section {
        padding: 145px 0 50px;
    }
}

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

@media screen and (max-width: 767px) {
    .contact-section {
        padding: 90px 0 40px;
    }
}

@media screen and (max-width: 575px) {
    .contact-section {
        padding: 85px 0 30px;
    }
}

@media screen and (max-width: 424px) {
    .contact-section {
        padding: 80px 0 30px;
    }
}

@media screen and (max-width: 991px) {
    .contact-section.bg-img {
        background-position: center right;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.contact-content {
    padding-top: 24px;
}

@media screen and (max-width: 1399px) {
    .contact-content {
        padding-top: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-content {
        padding-top: 15px;
    }
}

@media screen and (max-width: 991px) {
    .contact-content {
        padding-top: 0;
    }
}

.contact-content__title {
    font-size: 5rem;
    line-height: 1.2;
    margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
    .contact-content__title {
        font-size: 4.5rem;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-content__title {
        font-size: 4.0625rem;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 991px) {
    .contact-content__title {
        font-size: 3.75rem;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .contact-content__title {
        font-size: 3.25rem;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 575px) {
    .contact-content__title {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 424px) {
    .contact-content__title {
        font-size: 2.25rem;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 424px) {
    .contact-content__title {
        font-size: 1.875rem;
    }
}

.contact-content__desc {
    font-size: 1.25rem;
    line-height: 1.4;
    max-width: 600px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .contact-content__desc {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-content__desc {
        font-size: 1.1875rem;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 991px) {
    .contact-content__desc {
        max-width: 100%;
        font-size: 1.125rem;
        margin-bottom: 20px;
    }
}

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

.contact-content__list-item {
    color: hsl(var(--heading-color));
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    .contact-content__list-item {
        font-size: 1.1875rem;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 991px) {
    .contact-content__list-item {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .contact-content__list-item {
        font-size: 1rem;
        margin-bottom: 10px;
    }
}

.contact-content__list-item i {
    font-size: 1.5625rem;
    margin-right: 6px;
}

@media screen and (max-width: 1199px) {
    .contact-content__list-item i {
        font-size: 1.4375rem;
    }
}

@media screen and (max-width: 991px) {
    .contact-content__list-item i {
        font-size: 1.25rem;
        margin-right: 5;
    }
}

@media screen and (max-width: 767px) {
    .contact-content__list-item i {
        font-size: 1.125rem;
    }
}

.contact-content__list-link {
    color: hsl(var(--heading-color));
}

.contact-content__list-link:hover {
    color: hsl(var(--base));
}

.contact-form {
    background: hsl(var(--white)/0.09);
    border: 1px solid hsl(var(--white)/0.4);
    border-radius: 40px;
    -webkit-backdrop-filter: blur(10.5px);
    backdrop-filter: blur(10.5px);
    padding: 40px;
}

@media screen and (max-width: 1399px) {
    .contact-form {
        padding: 40px 30px;
        border-radius: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-form {
        padding: 35px 25px;
        border-radius: 30px;
    }
}

@media screen and (max-width: 991px) {
    .contact-form {
        padding: 35px 20px 30px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form {
        padding: 30px 20px 25px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 575px) {
    .contact-form {
        padding: 30px 15px 25px;
    }
}

.contact-form__title {
    margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
    .contact-form__title {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 991px) {
    .contact-form__title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form__title {
        margin-bottom: 8px;
    }
}

.contact-form__desc {
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .contact-form__desc {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-form__desc {
        margin-bottom: 20px;
    }
}

.contact-form__info {
    font-size: 0.875rem;
}

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

.contact-form__info a {
    font-weight: 600;
    color: hsl(var(--heading-color));
}

.contact-form__info a:hover {
    text-decoration: underline;
    color: hsl(var(--base));
}

.contact-form .form-group.has-icon .form--control {
    padding-left: 50px;
}

@media screen and (max-width: 991px) {
    .contact-form .form-group.has-icon .form--control {
        padding-left: 45px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form .form-group.has-icon .form--control {
        padding-left: 40px;
    }
}

.contact-form .form-group.has-icon .icon {
    font-size: 1.5625rem;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto 0;
}

@media screen and (max-width: 1199px) {
    .contact-form .form-group.has-icon .icon {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    .contact-form .form-group.has-icon .icon {
        font-size: 1.375rem;
        left: 12px;
    }
}

@media screen and (max-width: 575px) {
    .contact-form .form-group.has-icon .icon {
        font-size: 1.25rem;
    }
}

.contact-map {
    height: 500px;
    border-radius: 40px;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .contact-map {
        height: 480px;
        border-radius: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-map {
        height: 420px;
        border-radius: 30px;
    }
}

@media screen and (max-width: 991px) {
    .contact-map {
        height: 370px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .contact-map {
        height: 350px;
        border-radius: 15px;
    }
}

@media screen and (max-width: 575px) {
    .contact-map {
        height: 320px;
    }
}

@media screen and (max-width: 424px) {
    .contact-map {
        height: 300px;
    }
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-map-content__subtitle {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 24px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1399px) {
    .contact-map-content__subtitle {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .contact-map-content__subtitle {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .contact-map-content__subtitle {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 575px) {
    .contact-map-content__subtitle {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .contact-map-content__title {
        font-size: 1.4375rem;
    }
}

.contact-map-content__location-title {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
    .contact-map-content__location-title {
        font-size: 0.9375rem;
    }
}

.contact-map-content__location-desc {
    line-height: 1.5;
    max-width: 210px;
}

@media screen and (max-width: 991px) {
    .contact-map-content__location-desc {
        max-width: 285px;
    }
}

@media screen and (max-width: 767px) {
    .contact-map-content__location-desc {
        max-width: 100%;
    }
}

/* =========================== Contact Css End ========================= */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 140px 0 45px;
}

@media screen and (max-width: 1199px) {
    .breadcrumb {
        padding: 120px 0 35px;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding: 80px 0 35px;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb {
        padding: 75px 0 30px;
    }
}

.breadcrumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--section-bg)/0.75);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    margin-bottom: 0px;
}

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

.breadcrumb__item {
    color: hsl(var(--heading-color));
    padding: 0 5px;
    font-weight: 400;
    font-size: 0.875rem;
}

.breadcrumb__item-text {
    color: hsl(var(--base));
}

.breadcrumb__link {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

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

/* ====================== Breadcrumb Css End ==================== */
/* =========================================== Account Css Start =========================*/
.account {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account-form {
    position: relative;
    background-color: hsl(var(--white)/0.09);
    border: 1px solid hsl(var(--white)/0.4);
    border-radius: 40px;
    padding: 40px 40px 55px;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10.5px);
    backdrop-filter: blur(10.5px);
}

@media screen and (max-width: 1399px) {
    .account-form {
        border-radius: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .account-form {
        padding: 35px 30px 40px;
        border-radius: 30px;
    }
}

@media screen and (max-width: 991px) {
    .account-form {
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .account-form {
        border-radius: 15px;
    }
}

@media screen and (max-width: 575px) {
    .account-form {
        padding: 30px 25px 25px;
    }
}

@media screen and (max-width: 575px) {
    .account-form {
        padding: 30px 20px 25px;
    }
}

@media screen and (max-width: 424px) {
    .account-form {
        padding: 30px 15px 25px;
    }
}

.account-form__title {
    padding-right: 35px;
}

@media screen and (max-width: 1399px) {
    .account-form__title {
        padding-right: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .account-form__title {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .account-form__title {
        margin-bottom: 8px;
        padding-right: 28px;
    }
}

@media screen and (max-width: 575px) {
    .account-form__title {
        margin-bottom: 5px;
    }
}

.account-form__desc {
    line-height: 1.5;
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .account-form__desc {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .account-form__desc {
        margin-bottom: 20px;
    }
}

.account-form__back {
    width: 42px;
    height: 42px;
    background: transparent;
    border: 1px solid hsl(var(--body-color));
    border-radius: 50%;
    color: hsl(var(--body-color));
    font-size: 1.375rem;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 24px;
    top: 24px;
}

@media screen and (max-width: 1199px) {
    .account-form__back {
        width: 38px;
        height: 38px;
        font-size: 1.25rem;
        right: 18px;
        top: 18px;
    }
}

@media screen and (max-width: 991px) {
    .account-form__back {
        width: 35px;
        height: 35px;
        font-size: 1.125rem;
        right: 15px;
        top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .account-form__back {
        width: 32px;
        height: 32px;
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .account-form__back {
        width: 30px;
        height: 30px;
        font-size: 1rem;
        right: 12px;
        top: 12px;
    }
}

.account-form .other-option {
    text-align: center;
    padding: 22px 0;
}

@media screen and (max-width: 1399px) {
    .account-form .other-option {
        padding: 20px 0;
    }
}

@media screen and (max-width: 1199px) {
    .account-form .other-option {
        padding: 18px 0;
    }
}

.account-form .other-option__text {
    position: relative;
    display: inline-block;
    color: hsl(var(--white-color));
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 8px;
}

.account-form .other-option__text::before,
.account-form .other-option__text::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 1px;
    background: hsl(var(--white));
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.account-form .other-option__text::after {
    right: unset;
    left: 100%;
}

.account-form .form-group {
    margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
    .account-form .form-group {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .account-form .form-group {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 991px) {
    .account-form .form-group {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .account-form .form-group {
        margin-bottom: 12px;
    }
}

.account-form .forgot-password {
    font-size: 0.875rem;
    font-weight: 600;
    color: hsl(var(--heading-color)) !important;
}

@media (max-width: 369px) {
    .account-form .forgot-password {
        width: 100%;
        margin-top: 10px;
    }
}

.account-form .forgot-password:hover {
    color: hsl(var(--base)) !important;
}

.account-form .have-account__text {
    font-size: 0.875rem;
}

.account-form .have-account__link {
    font-weight: 600;
    color: hsl(var(--heading-color));
}

.account-form .have-account__link:hover {
    color: hsl(var(--base));
}

.apexcharts-menu {
    background-color: hsl(var(--card-bg)) !important;
    border: 1px solid #554d4d !important;
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
    background: hsl(var(--section-bg)/0.6) !important;
}

/* ============================================ Account Css End ====================================*/

/* empty card design css start here  */
.empty-card {
    padding: 80px 20px;
    text-align: center;
    border-radius: 8px;
}

.empty-card-2{
    padding: 0;
}

.empty-card__icon svg {
    width: 90px;
    fill: hsl(var(--white)/.6);
}

.empty-card-2 .empty-card__icon svg{
    width: 55px;
}

@media (max-width:1699px) {
    .empty-card-2 .empty-card__icon svg{
        width: 29px;
    }
}


@media (max-width:575px) {
    .empty-card {
        padding: 50px 10px;
    }

    .empty-card__icon svg {
        width: 70px;
    }
}

.empty-card__text {
    color: hsl(var(--white)/.6);
    margin-top: 10px;
    font-size: 20px;
}

/* account item css start here  */ 
.account-item {
    position: relative;
    background: hsl(var(--white) / 0.05);
    border: 1px solid hsl(var(--white) / 0.1);
    border-radius: 20px;
    backdrop-filter: blur(15.3000001907px);
    overflow: hidden;
    padding: 22px 20px;
}

.account-item-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px 15px;
    flex-wrap: wrap;
}
.account-item__number {
    margin-bottom: 0;
}
.account-item::after {
    position: absolute;
    content: "";
    bottom: -115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: hsl(var(--base-two));
    width: 75%;
    height: 70px;
    -webkit-filter: blur(125px);
    filter: blur(125px);
}
.account-item::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgba(110, 60, 27, 0) 0%, #f8be3b 33%, #fce2a6 49%, #f8be3b 70%, rgba(110, 60, 27, 0) 100%);
    width: 87%;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pagination-wrapper p {
    color: hsl(var(--body-color)) !important;
}
.pagination-wrapper p .fw-semibold {
    color: hsl(var(--white)) !important;
}

.user-data-form .customNiceSelect .nice-select {
    border-color: hsl(var(--heading-color));
}