@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*------------------------------------------------------------------
[Main Stylesheet]

Project:        Dashpro
Version:        1.1
Last change:    10 April 2026
Primary use:    Multipurpose 

[Table of contents]

1. Variables and Colors
2. Global Styles
3. Utility Classes
4. Components
5. Layout
    01. Preloader
    02. Hero Section
    03. Footer Section
    04. Sidebar Menu
    04. Header

6. Pages
    01. Index One
    02. Index Two
    03. Todo
    04. Calender
    05. Contact
    06. Chat
    07. Email
    08. Email Compose
    09. User-Profile      
    10. File Manager
    11. Coming Soon
    12. Lead
    13. Create Lead  
    14. Invoice List     
    15. Invoice Details     
    16. Login
    17. Signin
    18. 404    
    19. 429   
    20. 519     
    21. Subscription   
    22. Privacy Policy      
    23. Faq     
    24. All UI Elements      
    25. Table
    26. Chart  
    28. Gallery  
-------------------------------------------------------------------*/
/* All Css Variables Start */
@font-face {
    font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/material-icon.woff2") format("woff2");
}

:root {
    --heading-font: "Open Sans", sans-serif;
    --body-font: "Inter", sans-serif;
    --heading-one: clamp(1.5rem, 2.8vw + 1rem, 3.75rem);
    --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
    --heading-three: clamp(1.25rem, .8vw + 1rem, 1.875rem);
    --heading-four: clamp(1.125rem, .5vw + 1rem, 1.5rem);
    --heading-five: clamp(1.0625rem, .3vw + 1rem, 1.25rem);
    --heading-six: 1.2rem;
    --body-bg: #24292D;
    --body-color: #DDDDDD;
    --card-bg: #2B3035;
    --card-bg-two: #353C43;
    --border-color: #3B4046;
    --border-color-two: #535961;
    --button-bg: #3B4046;
    --tr-bg: #453B35;
    --white: #FFF;
    --white-l-100: rgba(255, 255, 255, 0.1);
    --white-l-200: rgba(255, 255, 255, 0.2);
    --white-l-300: rgba(255, 255, 255, 0.3);
    --white-l-400: rgba(255, 255, 255, 0.4);
    --white-l-500: rgba(255, 255, 255, 0.5);
    --white-l-600: rgba(255, 255, 255, 0.6);
    --white-l-700: rgba(255, 255, 255, 0.7);
    --white-l-800: rgba(255, 255, 255, 0.8);
    --white-l-900: rgba(255, 255, 255, 0.9);
    --black: #000;
    --black-l-100: rgba(0, 0, 0, 0.1);
    --black-l-200: rgba(0, 0, 0, 0.2);
    --black-l-300: rgba(0, 0, 0, 0.3);
    --black-l-400: rgba(0, 0, 0, 0.4);
    --black-l-500: rgba(0, 0, 0, 0.5);
    --black-l-600: rgba(0, 0, 0, 0.6);
    --black-l-700: rgba(0, 0, 0, 0.7);
    --black-l-800: rgba(0, 0, 0, 0.8);
    --black-l-900: rgba(0, 0, 0, 0.9);
    --primary: #f68633;
    --primary-d-100: #dd792e;
    --primary-d-200: #c56b29;
    --primary-d-300: #ac5e24;
    --primary-d-400: #94501f;
    --primary-d-500: #7b431a;
    --primary-d-600: #623614;
    --primary-d-700: #4a280f;
    --primary-d-800: #311b0a;
    --primary-d-900: #190d05;
    --primary-l-100: rgba(246, 134, 51, 0.1);
    --primary-l-200: rgba(246, 134, 51, 0.2);
    --primary-l-300: rgba(246, 134, 51, 0.3);
    --primary-l-400: rgba(246, 134, 51, 0.4);
    --primary-l-500: rgba(246, 134, 51, 0.5);
    --primary-l-600: rgba(246, 134, 51, 0.6);
    --primary-l-700: rgba(246, 134, 51, 0.7);
    --primary-l-800: rgba(246, 134, 51, 0.8);
    --primary-l-900: rgba(246, 134, 51, 0.9);
    --secondary: #ec37fc;
    --secondary-d-100: #d432e3;
    --secondary-d-200: #bd2cca;
    --secondary-d-300: #a527b0;
    --secondary-d-400: #8e2197;
    --secondary-d-500: #761c7e;
    --secondary-d-600: #5e1665;
    --secondary-d-700: #47114c;
    --secondary-d-800: #2f0b32;
    --secondary-d-900: #180619;
    --secondary-l-100: rgba(236, 55, 252, 0.1);
    --secondary-l-200: rgba(236, 55, 252, 0.2);
    --secondary-l-300: rgba(236, 55, 252, 0.3);
    --secondary-l-400: rgba(236, 55, 252, 0.4);
    --secondary-l-500: rgba(236, 55, 252, 0.5);
    --secondary-l-600: rgba(236, 55, 252, 0.6);
    --secondary-l-700: rgba(236, 55, 252, 0.7);
    --secondary-l-800: rgba(236, 55, 252, 0.8);
    --secondary-l-900: rgba(236, 55, 252, 0.9);
    --dark: #212529;
    --dark-d-100: #1e2125;
    --dark-d-200: #1a1e21;
    --dark-d-300: #171a1d;
    --dark-d-400: #141619;
    --dark-d-500: #111315;
    --dark-l-100: rgba(33, 37, 41, 0.1);
    --dark-l-200: rgba(33, 37, 41, 0.2);
    --dark-l-300: rgba(33, 37, 41, 0.3);
    --dark-l-400: rgba(33, 37, 41, 0.4);
    --dark-l-500: rgba(33, 37, 41, 0.5);
    --dark-l-600: rgba(33, 37, 41, 0.6);
    --dark-l-700: rgba(33, 37, 41, 0.7);
    --dark-l-800: rgba(33, 37, 41, 0.8);
    --dark-l-900: rgba(33, 37, 41, 0.9);
    --success: #0ED016;
    --success-d-100: #0dbb14;
    --success-d-200: #0ba612;
    --success-d-300: #0a920f;
    --success-d-400: #087d0d;
    --success-d-500: #07680b;
    --success-l-100: rgba(14, 208, 22, 0.1);
    --success-l-200: rgba(14, 208, 22, 0.2);
    --success-l-300: rgba(14, 208, 22, 0.3);
    --success-l-400: rgba(14, 208, 22, 0.4);
    --success-l-500: rgba(14, 208, 22, 0.5);
    --success-l-600: rgba(14, 208, 22, 0.6);
    --success-l-700: rgba(14, 208, 22, 0.7);
    --success-l-800: rgba(14, 208, 22, 0.8);
    --success-l-900: rgba(14, 208, 22, 0.9);
    --danger: #f25640;
    --danger-d-100: #da4d3a;
    --danger-d-200: #c24533;
    --danger-d-300: #a93c2d;
    --danger-d-400: #913426;
    --danger-d-500: #792b20;
    --danger-l-100: rgba(242, 86, 64, 0.1);
    --danger-l-200: rgba(242, 86, 64, 0.2);
    --danger-l-300: rgba(242, 86, 64, 0.3);
    --danger-l-400: rgba(242, 86, 64, 0.4);
    --danger-l-500: rgba(242, 86, 64, 0.5);
    --danger-l-600: rgba(242, 86, 64, 0.6);
    --danger-l-700: rgba(242, 86, 64, 0.7);
    --danger-l-800: rgba(242, 86, 64, 0.8);
    --danger-l-900: rgba(242, 86, 64, 0.9);
    --warning: #dfa000;
    --warning-d-100: #c99000;
    --warning-d-200: #b28000;
    --warning-d-300: #9c7000;
    --warning-d-400: #866000;
    --warning-d-500: #705000;
    --warning-l-100: rgba(223, 160, 0, 0.1);
    --warning-l-200: rgba(223, 160, 0, 0.2);
    --warning-l-300: rgba(223, 160, 0, 0.3);
    --warning-l-400: rgba(223, 160, 0, 0.4);
    --warning-l-500: rgba(223, 160, 0, 0.5);
    --warning-l-600: rgba(223, 160, 0, 0.6);
    --warning-l-700: rgba(223, 160, 0, 0.7);
    --warning-l-800: rgba(223, 160, 0, 0.8);
    --warning-l-900: rgba(223, 160, 0, 0.9);
    --info: #0dcaf0;
    --info-d-100: #0cb6d8;
    --info-d-200: #0aa2c0;
    --info-d-300: #098da8;
    --info-d-400: #087990;
    --info-d-500: #076578;
    --info-l-100: rgba(13, 202, 240, 0.1);
    --info-l-200: rgba(13, 202, 240, 0.2);
    --info-l-300: rgba(13, 202, 240, 0.3);
    --info-l-400: rgba(13, 202, 240, 0.4);
    --info-l-500: rgba(13, 202, 240, 0.5);
    --info-l-600: rgba(13, 202, 240, 0.6);
    --info-l-700: rgba(13, 202, 240, 0.7);
    --info-l-800: rgba(13, 202, 240, 0.8);
    --info-l-900: rgba(13, 202, 240, 0.9);
    --lemon-light: 164, 60%, 90%;
    --lemon-dark: 148, 100%, 50%;
    --yellow-dark: 58, 100%, 50%;
    --pink-light: 281, 100%, 95%;
    --pink-dark: 295, 100%, 50%;
    --cyan-light: 203, 100%, 91%;
    --cyan-dark: 203, 100%, 91%;
    --blue-light: 221, 100%, 91%;
    --blue-dark: 221, 100%, 91%;
    --star-color: 45, 100%, 50%;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--primary-l-100);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

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

.cursor--pointer {
    cursor: pointer;
}

.card-bg--shape {
    position: relative;
    overflow: hidden;
    border-bottom: 0 !important;
}

.card-bg--shape:before {
    content: "";
    background-image: url(../../assets/images/common/card-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--body-bg);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 25px;
}

.card-bg-shape--two {
    position: relative;
    overflow: hidden;
}

.card-bg-shape--two:before {
    content: "";
    background-image: url(../../assets/images/common/card-bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--card-bg);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 18px;
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.chat-list--card {
    height: 90vh;
    overflow-y: auto;
}

.chat-list--card .chat-list--wrap {
    padding: 0 40px;
}

.chat-list--card .chat--list {
    transition: 0.3s linear;
    padding: 12px;
    margin: 4px 0;
    border-radius: 12px;
}

.chat-list--card .chat--list:hover {
    background-color: var(--white-l-100);
}

.chat-list--card .thumb--wrap .status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--white);
    display: block;
    bottom: 0;
    right: 0;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid var(--white-l-100);
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid var(--white-l-100);
}

.agenda-list--wrap .agenda--list button {
    padding: 14px 44px;
    background-color: #2BBBAD;
    border-radius: 6px;
    width: 100%;
    text-align: start;
}

.swiper-pagination-bullet {
    background: var(--white-l-500);
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: var(--white) !important;
    border-radius: 999px;
    width: 20px;
    height: 10px;
}

.email-tab--wrap .email-tab--item {
    padding: 20px 44px;
    border-bottom: 1px solid var(--border-color);
    transition: 0.2s linear;
    border-radius: 6px;
}

.email-tab--wrap .email-tab--item:hover {
    background-color: #F68633;
    color: var(--white);
}

.email-tab--wrap .email-tab--item.active {
    background-color: #F68633;
}

.email-list--wrap .mail--list {
    padding: 8px 8px 12px 8px;
}

.email-list--wrap .mail--list .active span {
    color: #F68633;
}

.email-list--wrap .mail--list .star-mark--btn {
    margin-top: 4px;
}

.email-list--wrap .mail--list .mail--subject {
    color: var(--white);
}

.email-list--wrap .mail--list .mail--body {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--white);
}

.email-list--wrap .mail--list .mail--cta {
    display: none;
}

.email-list--wrap .mail--list:hover {
    box-shadow: inset 1px 0 0 rgb(43, 47, 53), inset -1px 0 0 rgb(43, 47, 53), 0 1px 2px 0 rgba(176, 177, 178, 0.3), 0 1px 3px 1px rgba(176, 177, 178, 0.15);
}

.email-list--wrap .mail--list:hover .mail--cta {
    display: flex;
}

.user-profile--wrap .user--info {
    padding: 38px 30px;
}

.user-profile--wrap .user--info .profile--photo {
    margin-top: -120px;
    width: 180px;
    height: 180px;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
    content: "\e5c7";
    position: absolute;
    right: 0.5rem;
    top: 12px;
    font-size: 0.8rem;
    font-family: "Material Symbols Outlined";
}

table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
    content: "\e5c5";
    position: absolute;
    right: 0.5rem;
    top: 18px;
    font-size: 0.8rem;
    font-family: "Material Symbols Outlined";
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
    padding-left: 12px;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
    padding-right: 12px;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
    border-bottom: 1px solid var(--border-color);
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
    border-bottom: 1px solid var(--border-color);
}

.dt-length {
    display: flex;
    gap: 8px;
    align-items: center;
}

.dt-search {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* ── Card ── */
.invoice-card {
    overflow: hidden;
}

/* ── Header strip ── */
.invoice-header {
    background: var(--card-bg-two);
    padding: 2.8rem 3rem 2.4rem;
}

.brand-name {
    font-size: 1.7rem;
    letter-spacing: 0.02em;
}

.brand-tagline {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-top: 2px;
}

.invoice-label {
    font-size: 2.6rem;
    letter-spacing: -0.01em;
    line-height: 1;
}

.invoice-num {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    margin-top: 6px;
}

/* ── Meta section ── */
.invoice-meta {
    padding: 2.4rem 3rem 2rem;
    border-bottom: 1px solid var(--white-l-100);
}

.meta-label {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.meta-value {
    font-size: 0.95rem;
    font-weight: 500;
}

.divider-v {
    width: 1px;
    background: var(--white-l-100);
    align-self: stretch;
}

/* ── Addresses ── */
.address-section {
    padding: 2rem 3rem;
    border-bottom: 1px solid var(--white-l-100);
}

.address-block h6 {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.75rem;
}

.address-block p {
    font-size: 0.9rem;
    line-height: 1.75;
    margin: 0;
}

.address-block .company-name {
    font-weight: 600;
    font-size: 1rem;
}

/* ── Items table ── */
.items-section {
    padding: 2rem 3rem;
}

.items-section h6 {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.item-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: var(--white-l-100);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 0.8rem;
    flex-shrink: 0;
}

.item-title {
    font-weight: 500;
}

.item-desc {
    font-size: 0.8rem;
    color: var(--muted);
}

/* ── Totals ── */
.totals-section {
    padding: 0 3rem 2.5rem;
}

.totals-box {
    background: var(--card-bg-two);
    border-radius: 6px;
    padding: 1.4rem 1.6rem;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.42rem 0;
    font-size: 0.9rem;
}

.total-row .label {
    color: var(--muted);
}

.total-row .value {
    font-weight: 500;
}

.total-row.grand {
    border-top: 1.5px solid var(--white-l-100);
    margin-top: 0.5rem;
    padding-top: 1rem;
}

.total-row.grand .label {
    font-size: 1.05rem;
}

.total-row.grand .value {
    font-size: 1.4rem;
}

/* ── Notes / Payment ── */
.notes-section {
    padding: 2rem 3rem;
    border-top: 1px solid var(--white-l-100);
    display: flex;
    gap: 2rem;
}

.note-block h6 {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 0.5rem;
}

.note-block p,
.note-block li {
    font-size: 0.85rem;
    color: var(--ink);
    line-height: 1.7;
    margin: 0;
}

.note-block ul {
    padding-left: 0;
    list-style: none;
}

.note-block ul li i {
    color: var(--accent);
    margin-right: 6px;
    width: 16px;
}

/* ── Footer ── */
.invoice-footer {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.4);
    padding: 1.2rem 3rem;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invoice-footer a {
    color: var(--accent);
    text-decoration: none;
}

/* ── Print button ── */
.print-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--accent);
    color: #fff;
    border: none;
    padding: 0.55rem 1.3rem;
    border-radius: 3px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.2s;
}

.print-btn:hover {
    opacity: 0.85;
}

@media print {
    body {
        background: #fff;
        padding: 0;
    }

    .no-print {
        display: none !important;
    }

    .invoice-card {
        box-shadow: none;
    }
}

@media (max-width: 600px) {
    .invoice-header,
  .invoice-meta,
  .address-section,
  .items-section,
  .totals-section,
  .notes-section {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }

    .invoice-footer {
        padding: 1rem 1.4rem;
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .invoice-table thead {
        display: none;
    }

    .invoice-table td {
        display: block;
        padding: 0.4rem 1rem;
    }

    .invoice-table td:first-child {
        padding-top: 1rem;
    }

    .invoice-table td:last-child {
        padding-bottom: 1rem;
    }

    .notes-section {
        flex-direction: column;
    }
}

.card-outline {
    background: transparent;
    border: 1px solid var(--white-l-100);
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    transition: border-color 0.25s, transform 0.25s;
}

.outline-plan {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 3px;
}

.outline-desc {
    font-size: 0.76rem;
    margin-bottom: 1.5rem;
}

.outline-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--white-l-100);
}

.outline-price .amt {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
}

.outline-price .per {
    font-size: 0.72rem;
}

.outline-features {
    list-style: none;
    margin-bottom: 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.outline-features li {
    font-size: 0.78rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.outline-features li i {
    font-size: 0.7rem;
    width: 14px;
}

.btn-outline {
    width: 100%;
    background: transparent;
    border: 1px solid var(--white-l-100);
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.72rem;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.btn-outline:hover {
    background: #1a1a1a;
    border-color: #555;
}

.usage-bar-wrap {
    margin-bottom: 1.4rem;
}

.usage-bar-top {
    display: flex;
    justify-content: space-between;
    font-size: 0.68rem;
    margin-bottom: 5px;
}

.usage-bar {
    height: 4px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    overflow: hidden;
}

.usage-bar-fill {
    height: 100%;
    border-radius: 100px;
    background: #63b3ed;
}

/* footer hint */
.card-hint {
    text-align: center;
    font-size: 0.68rem;
    margin-top: 0.9rem;
}

.card-hint i {
    margin-right: 4px;
}

#worldMap {
    height: 395px;
    width: 100%;
}

.wyg ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
    list-style: disc;
    padding-left: 32px;
}

.wyg h1,
.wyg h2,
.wyg h3,
.wyg h4,
.wyg h5 {
    margin-bottom: 12px;
    margin-top: 20px;
    font-weight: 500;
}

.wyg p {
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 30px;
}

.gallery--thumb {
    width: 100%;
    height: 350px;
}

.gallery--thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-input--wrap .search--btn {
    top: 57%;
    right: 8px;
    transform: translateY(-50%);
}

#topSellChart {
    height: 0px;
    min-height: 180px !important;
}

#topSellChart .apexcharts-datalabel,
#topSellChart .apexcharts-datalabel-label,
#topSellChart .apexcharts-datalabel-value,
#topSellChart .apexcharts-datalabels,
#topSellChart .apexcharts-pie-label {
    display: none;
}

.activity--wrap {
    position: relative;
}

.activity--wrap .content--wrap {
    position: relative;
    z-index: 1;
}

.activity--wrap .content--wrap .circle--dot {
    margin-top: 3px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.activity--wrap::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 8px;
    width: 2px;
    height: 100%;
    border-left: 1px dashed #EC37FC;
}

.datepicker {
    background-color: transparent;
    width: 100%;
    color: #DDDDDD;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: rgba(221, 221, 221, 0.5);
}

.datepicker-inline .datepicker {
    border-color: rgba(215, 215, 215, 0);
}

.datepicker--nav {
    border-bottom: 1px solid rgba(239, 239, 239, 0);
}

.datepicker--day-name {
    color: #DDDDDD;
}

.datepicker--cell.-current- {
    color: #DDDDDD;
    position: relative;
    z-index: 1;
}

.datepicker--cell.-current-::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--secondary);
    z-index: -1;
}

.datepicker--cell.-current-.-focus- {
    color: #DDDDDD;
}

.datepicker--cell.-focus- {
    background-color: transparent;
    position: relative;
}

.datepicker--cell.-focus-::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(101, 113, 255, 0.2);
}

.datepicker--cell {
    height: 49px;
}

.fc-daygrid-day-number span {
    color: #DDDDDD !important;
}

.fc tbody tr:nth-child(2) td:nth-child(2) {
    background-color: rgba(152, 95, 253, 0.11);
}

.fc tbody tr:nth-child(3) td:nth-child(5) {
    background-color: rgba(2, 230, 77, 0.07);
}

.fc tbody tr:nth-child(4) td:nth-child(1) {
    background-color: rgba(213, 19, 92, 0.09);
}

.fc tbody tr:nth-child(5) td:nth-child(6) {
    background-color: #353C43;
}

.fc tbody tr:nth-child(6) td:nth-child(3) {
    background-color: rgba(2, 230, 77, 0.07);
}

.fc .fc-button-primary:disabled {
    background-color: var(--primary);
    opacity: 1;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    min-height: 300px;
    max-height: 500px;
}

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    border: 1px solid hsl(var(--primary)) !important;
}

.ck-editor__editable_inline ol {
    list-style-type: decimal !important;
    margin: 20px !important;
}

.ck-editor__editable_inline ul {
    list-style-type: disc !important;
    margin: 20px !important;
}

.ck.ck-editor__main > .ck-editor__editable {
    background-color: #ffffff !important;
}

.ck.ck-toolbar {
    background-color: #efefef !important;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    border-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
    border-radius: 8px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (min-width: 1700px) {
    .row-cols-xxxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
}

.table.no-white--space tbody tr td {
    white-space: nowrap;
}

.table-responsive::-webkit-scrollbar {
    height: 4px;
}

.login--section.signin {
    padding: 60px 0 !important;
    height: 100% !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
    border: 1px solid #C2C2C2;
    border-radius: 14px;
    color: #fff !important;
}

div.dt-container .dt-paging .dt-paging-button {
    color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #C2C2C2;
    border-radius: 14px;
    color: #fff !important;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid #C2C2C2;
    border-radius: 14px;
    color: #fff !important;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #111;
    background: var(--primary) !important;
}

.help-card--wrap {
    display: none;
}

.vertical-menu--toggle {
    transition: 0.2s linear;
}

.vertical-menu--toggle.active {
    rotate: 180deg;
}

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

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

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

.bg--light {
    background-color: #E0E0E0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg--transparent {
    background-color: transparent !important;
}

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

.card-bg--two {
    background-color: var(--card-bg-two) !important;
}

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

.text--white7 {
    color: var(--white-l-700) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text--black7 {
    color: var(--black-l-700) !important;
}

.text--shadow1 {
    text-shadow: 4px 1px 2px rgba(0, 0, 0, 0.6);
}

.star--color {
    color: var(--star-color);
}

.my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

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

.my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

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

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-100 {
    margin-top: 100px;
}

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

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

.mt-25 {
    margin-top: 25px;
}

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

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

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

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

.mb-110 {
    margin-bottom: 110px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-80 {
    margin-bottom: 80px;
}

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

.mb-50 {
    margin-bottom: 50px;
}

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

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

.mb-20 {
    margin-bottom: 20px;
}

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

    .mt-100 {
        margin-top: 0px;
    }

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

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

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

    .mb-110 {
        margin-bottom: 70px;
    }

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

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

    .mt-25 {
        margin-top: 20px;
    }

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

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

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

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

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

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

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

    .mb-20 {
        margin-bottom: 15px;
    }
}
/* Base Styles */
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

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

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.py-155 {
    padding-top: 155px;
    padding-bottom: 155px;
}

.py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
}

.py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.py-290 {
    padding-top: 290px;
    padding-bottom: 290px;
}

.pt-200 {
    padding-top: 200px;
}

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

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

.pt-100 {
    padding-top: 100px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

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

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

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

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

.pb-50 {
    padding-bottom: 50px;
}

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

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

.pb-100 {
    padding-bottom: 100px;
}

.pb-115 {
    padding-bottom: 115px;
}

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

/* Media Queries */
@media (max-width: 1399px) {
    .py-100,
  .py-110,
  .py-115,
  .py-120,
  .py-155,
  .py-175,
  .py-180,
  .py-290 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-175 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .py-180 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .py-290 {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .pb-100,
  .pb-115,
  .pb-120 {
        padding-bottom: 80px;
    }

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

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

@media (max-width: 1024px) {
    .py-290 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 992px) {
    .py-40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

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

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

    .py-100,
  .py-290 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

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

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

    .pt-100 {
        padding-top: 90px;
    }

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

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

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

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

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

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

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

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

    .py-100,
  .py-110,
  .py-115,
  .py-120,
  .py-155,
  .py-175,
  .py-180,
  .py-290 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

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

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

    .pt-100 {
        padding-top: 70px;
    }

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

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

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

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

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

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

    .pb-100 {
        padding-bottom: 70px;
    }

    .pb-115,
  .pb-120 {
        padding-bottom: 70px;
    }
}

body {
    font-family: var(--body-font);
    color: var(--body-color);
    word-break: break-word;
    background-color: var(--body-bg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

p {
    font-family: var(--body-font);
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    word-break: break-word;
    color: var(--body-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: var(--heading-font);
    color: var(--white);
    line-height: 1.1;
    word-break: break-word;
}

@media screen and (max-width: 770px) {
    h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
        margin: 0 0 10px 0;
    }
}

h1 {
    font-size: var(--heading-one);
    font-weight: 700;
}

h2 {
    font-size: var(--heading-two);
    font-weight: 600;
    margin: 0px;
}

h3 {
    font-size: var(--heading-three);
    font-weight: 600;
}

h4 {
    font-size: var(--heading-four);
    font-weight: 500;
}

h5 {
    font-size: var(--heading-five);
    font-weight: 500;
}

h6 {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 768px) {
    h6 {
        font-size: 14px !important;
    }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-weight: 400;
    transition: 0.2s linear;
    line-height: 1.4;
    word-break: break-word;
    color: hsl(var(--heading-color));
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    font-family: var(--body-font);
    color: var(--body-color);
}

span {
    color: var(--white) !important;
}

a:hover {
    color: var(--primary);
}

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

select {
    cursor: pointer;
}

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

*:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

button:focus {
    outline: none;
}

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

.text--upper {
    text-transform: uppercase;
}

.text--xsm {
    font-size: 8px !important;
}

.text--sm {
    font-size: 12px !important;
}

.fs--14 {
    font-size: 14px !important;
}

.fs--16 {
    font-size: 16px !important;
}

.fs--18 {
    font-size: 18px !important;
}

.fs--20 {
    font-size: 20px !important;
}

.fs--22 {
    font-size: 22px !important;
}

.fs--24 {
    font-size: 24px !important;
}

.fs--26 {
    font-size: 26px !important;
}

.fs--28 {
    font-size: 28px !important;
}

.fs--30 {
    font-size: 30px !important;
}

.fs--32 {
    font-size: 32px !important;
}

.fs--34 {
    font-size: 34px !important;
}

.fs--36 {
    font-size: 36px !important;
}

.fs--38 {
    font-size: 38px !important;
}

.fs--40 {
    font-size: 40px !important;
}

.fs--42 {
    font-size: 42px !important;
}

.fs--44 {
    font-size: 44px !important;
}

.fs--46 {
    font-size: 46px !important;
}

.fs--48 {
    font-size: 48px !important;
}

.fs--50 {
    font-size: 50px !important;
}

.fs--52 {
    font-size: 52px !important;
}

.fs--54 {
    font-size: 54px !important;
}

.fs--56 {
    font-size: 56px !important;
}

.fs--58 {
    font-size: 58px !important;
}

.fs--60 {
    font-size: 60px !important;
}

.fs--62 {
    font-size: 62px !important;
}

.fs--64 {
    font-size: 64px !important;
}

.fs--66 {
    font-size: 66px !important;
}

.fs--68 {
    font-size: 68px !important;
}

.fs--70 {
    font-size: 70px !important;
}

.fw--100 {
    font-weight: 300 !important;
}

.fw--200 {
    font-weight: 300 !important;
}

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

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

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

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

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

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

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

.body--font {
    font-family: var(--body-font) !important;
}

.heading--font {
    font-family: var(--heading-font) !important;
}

.third--font {
    font-family: var(--third--heading) !important;
}

.text--underline {
    text-decoration: underline !important;
}

.digital--number-font {
    font-family: var(--digit-font) !important;
}

@media (max-width: 767px) {
    .fw--600 {
        font-weight: 500 !important;
    }

    .fw--700 {
        font-weight: 500 !important;
    }

    .fw--800 {
        font-weight: 500 !important;
    }

    .fw--900 {
        font-weight: 500 !important;
    }
}

@media (max-width: 575px) {
    .fs--32 {
        font-size: 26px !important;
    }
}

.base--radius {
    border-radius: 8px !important;
}

.radius--4 {
    border-radius: 4px !important;
}

.radius--8 {
    border-radius: 8px !important;
}

.radius--12 {
    border-radius: 12px !important;
}

.radius--16 {
    border-radius: 16px !important;
}

.radius--20 {
    border-radius: 20px !important;
}

.radius--24 {
    border-radius: 24px !important;
}

.radius--28 {
    border-radius: 28px !important;
}

.radius--30 {
    border-radius: 30px !important;
}

.radius--32 {
    border-radius: 32px !important;
}

.radius--50 {
    border-radius: 50% !important;
}

.radius--0 {
    border-radius: 0 !important;
}

.z--1 {
    z-index: 1;
}

.z--2 {
    z-index: 2;
}

.z--3 {
    z-index: 3;
}

.z--4 {
    z-index: 4;
}

.z--5 {
    z-index: 5;
}

.z--6 {
    z-index: 6;
}

.z--7 {
    z-index: 7;
}

.z--8 {
    z-index: 8;
}

.z--9 {
    z-index: 9;
}

.zm--1 {
    z-index: -1;
}

.zm--2 {
    z-index: -2;
}

.zm--3 {
    z-index: -3;
}

.zm--4 {
    z-index: -4;
}

.zm--5 {
    z-index: -5;
}

.zm--6 {
    z-index: -6;
}

.zm--7 {
    z-index: -7;
}

.zm--8 {
    z-index: -8;
}

.zm--9 {
    z-index: -9;
}

.w--10 {
    width: 10% !important;
}

.w--20 {
    width: 20% !important;
}

.w--30 {
    width: 30% !important;
}

.w--40 {
    width: 40% !important;
}

.w--50 {
    width: 50% !important;
}

.w--60 {
    width: 60% !important;
}

.w--70 {
    width: 70% !important;
}

.w--80 {
    width: 80% !important;
}

.w--90 {
    width: 90% !important;
}

.w--100 {
    width: 100% !important;
}

.h--10 {
    height: 10% !important;
}

.h--20 {
    height: 20% !important;
}

.h--30 {
    height: 30% !important;
}

.h--40 {
    height: 40% !important;
}

.h--50 {
    height: 50% !important;
}

.h--60 {
    height: 60% !important;
}

.h--70 {
    height: 70% !important;
}

.h--80 {
    height: 80% !important;
}

.h--90 {
    height: 90% !important;
}

.h--100 {
    height: 100% !important;
}

.border--base3 {
    border: 1px solid hsl(var(--base)/0.3) !important;
}

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

.border--black1 {
    border-color: hsl(var(--black)/0.1) !important;
}

.border--black3 {
    border-color: hsl(var(--black)/0.32) !important;
}

.border--primary {
    border-color: 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--violet {
    border-color: hsl(var(--violet)) !important;
}

.border--white {
    border: 1px solid hsl(var(--white)) !important;
}

.border-top--solid {
    border-top: 1px solid hsl(var(--black)) !important;
}

.border-top--dash {
    border-top: 1px dashed hsl(var(--black)) !important;
}

.border-right--solid {
    border-right: 1px solid hsl(var(--black)) !important;
}

.border-tight--dash {
    border-right: 1px dashed hsl(var(--black)) !important;
}

.border-left--solid {
    border-left: 1px solid hsl(var(--black)) !important;
}

.border-left--dashed {
    border-left: 1px dashed hsl(var(--black)) !important;
}

.border-bottom--solid {
    border-bottom: 1px solid hsl(var(--black)) !important;
}

.border-bottom--dashed {
    border-bottom: 1px dashed hsl(var(--black)) !important;
}

.border--solid1 {
    border: 1px solid hsl(var(--black)/0.1) !important;
}

.border--dash1 {
    border: 1px solid hsl(var(--black)/0.1) !important;
}

.border--solid2 {
    border: 1px solid hsl(var(--black)/0.2) !important;
}

.border--dash2 {
    border: 1px solid hsl(var(--black)/0.2) !important;
}

.border--solid3 {
    border: 1px solid hsl(var(--black)/0.3) !important;
}

.border--dash3 {
    border: 1px solid hsl(var(--black)/0.3) !important;
}

.border--solid4 {
    border: 1px solid hsl(var(--black)/0.4) !important;
}

.border--dash4 {
    border: 1px solid hsl(var(--black)/0.4) !important;
}

.border--solid5 {
    border: 1px solid hsl(var(--black)/0.5) !important;
}

.border--dash5 {
    border: 1px solid hsl(var(--black)/0.5) !important;
}

.border-top--solid1 {
    border-top: 1px solid hsl(var(--black)/0.1) !important;
}

.border-top--dash1 {
    border-top: 1px dashed hsl(var(--black)/0.1) !important;
}

.border-top--solid2 {
    border-top: 1px solid hsl(var(--black)/0.2) !important;
}

.border-top--dash2 {
    border-top: 1px dashed hsl(var(--black)/0.2) !important;
}

.border-top--solid3 {
    border-top: 1px solid hsl(var(--black)/0.3) !important;
}

.border-top--dash3 {
    border-top: 1px dashed hsl(var(--black)/0.3) !important;
}

.border-top--solid4 {
    border-top: 1px solid hsl(var(--black)/0.4) !important;
}

.border-top--dash4 {
    border-top: 1px dashed hsl(var(--black)/0.4) !important;
}

.border-top-solid5 {
    border-top: 1px solid hsl(var(--black)/0.5) !important;
}

.border-top--dash5 {
    border-top: 1px dashed hsl(var(--black)/0.5) !important;
}

.border-right--solid1 {
    border-right: 1px solid hsl(var(--black)/0.1) !important;
}

.border-right--dash1 {
    border-right: 1px dashed hsl(var(--black)/0.1) !important;
}

.border-right--solid2 {
    border-right: 1px solid hsl(var(--black)/0.2) !important;
}

.border-right--dash2 {
    border-right: 1px dashed hsl(var(--black)/0.2) !important;
}

.border-right--solid3 {
    border-right: 1px solid hsl(var(--black)/0.3) !important;
}

.border-right--dash3 {
    border-right: 1px dashed hsl(var(--black)/0.3) !important;
}

.border-right--solid4 {
    border-right: 1px solid hsl(var(--black)/0.4) !important;
}

.border-right--dash4 {
    border-right: 1px dashed hsl(var(--black)/0.4) !important;
}

.border-right-solid5 {
    border-right: 1px solid hsl(var(--black)/0.5) !important;
}

.border-right--dash5 {
    border-right: 1px dashed hsl(var(--black)/0.5) !important;
}

.border-bottom--solid1 {
    border-bottom: 1px solid hsl(var(--black)/0.1) !important;
}

.border-bottom--dash1 {
    border-bottom: 1px dashed hsl(var(--black)/0.1) !important;
}

.border-bottom--solid2 {
    border-bottom: 1px solid hsl(var(--black)/0.2) !important;
}

.border-bottom--dash2 {
    border-bottom: 1px dashed hsl(var(--black)/0.2) !important;
}

.border-bottom--solid3 {
    border-bottom: 1px solid hsl(var(--black)/0.3) !important;
}

.border-bottom--dash3 {
    border-bottom: 1px dashed hsl(var(--black)/0.3) !important;
}

.border-bottom--solid4 {
    border-bottom: 1px solid hsl(var(--black)/0.4) !important;
}

.border-bottom--dash4 {
    border-bottom: 1px dashed hsl(var(--black)/0.4) !important;
}

.border-bottom-solid5 {
    border-bottom: 1px solid hsl(var(--black)/0.5) !important;
}

.border-bottom--dash5 {
    border-bottom: 1px dashed hsl(var(--black)/0.5) !important;
}

.border-bottom-solid--white {
    border-bottom: 1px solid hsl(var(--white)) !important;
}

.border-bottom-solid--black3 {
    border-bottom: 1px solid hsl(var(--black)/0.32) !important;
}

.border-bottom-solid--white5 {
    border-bottom: 1px solid hsl(var(--white)/0.5) !important;
}

.border-left--solid1 {
    border-left: 1px solid hsl(var(--black)/0.1) !important;
}

.border-left--dash1 {
    border-left: 1px dashed hsl(var(--black)/1) !important;
}

.border-left--solid2 {
    border-left: 1px solid hsl(var(--black)/0.2) !important;
}

.border-left--dash2 {
    border-left: 1px dashed hsl(var(--black)/2) !important;
}

.border-left--solid3 {
    border-left: 1px solid hsl(var(--black)/0.3) !important;
}

.border-left--dash3 {
    border-left: 1px dashed hsl(var(--black)/3) !important;
}

.border-left--solid4 {
    border-left: 1px solid hsl(var(--black)/0.4) !important;
}

.border-left--dash4 {
    border-left: 1px dashed hsl(var(--black)/4) !important;
}

.border-left-solid5 {
    border-left: 1px solid hsl(var(--black)/0.5) !important;
}

.border-left--dash5 {
    border-left: 1px dashed hsl(var(--black)/5) !important;
}

.border--none {
    border: none !important;
}

.border-top--none {
    border-top: none !important;
}

.border-left--none {
    border-left: none !important;
}

.border-right--none {
    border-right: none !important;
}

.border-bottom--none {
    border-bottom: none !important;
}

.br-left--0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.br-btm--0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.gap--4 {
    gap: 4px !important;
}

.gap--8 {
    gap: 8px !important;
}

.gap--12 {
    gap: 12px !important;
}

.gap--16 {
    gap: 16px !important;
}

.gap--20 {
    gap: 20px !important;
}

.gap--24 {
    gap: 24px !important;
}

.gap--28 {
    gap: 28px !important;
}

.gap--32 {
    gap: 32px !important;
}

.gap--36 {
    gap: 36px !important;
}

.gap--40 {
    gap: 40px !important;
}

.gap--44 {
    gap: 44px !important;
}

.gap--48 {
    gap: 48px !important;
}

.gap--52 {
    gap: 52px !important;
}

.gap--56 {
    gap: 56px !important;
}

.gap--60 {
    gap: 60px !important;
}

.gap--64 {
    gap: 64px !important;
}

.gap--68 {
    gap: 68px !important;
}

.gap--72 {
    gap: 72px !important;
}

.gap--74 {
    gap: 74px !important;
}

.gap--76 {
    gap: 76px !important;
}

.gap--78 {
    gap: 78px !important;
}

.gap--80 {
    gap: 80px !important;
}

.gap--82 {
    gap: 82px !important;
}

.gap--84 {
    gap: 84px !important;
}

.gap--86 {
    gap: 86px !important;
}

.gap--88 {
    gap: 88px !important;
}

.accordion .accordion-item {
    background: var(--card-bg) !important;
    overflow: hidden;
    border-radius: 12px;
    border: none;
}

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

.accordion .accordion-body {
    padding: 0px 28px 28px 28px !important;
    background: var(--cards-bg) !important;
}

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

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

.accordion:first-of-type .accordion-button.collapsed {
    border-radius: 0px;
    font-weight: 500;
}

.accordion:last-of-type .accordion-button.collapsed {
    border-radius: 0px;
    color: hsl(var(--body-color));
}

.accordion .accordion-button {
    background: var(--cards-bg) !important;
    color: var(--white) !important;
    border: none;
    font-size: 20px;
    padding: 28px;
    font-weight: 700;
    font-family: var(--heading-font);
}

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

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

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

.accordion .accordion-button:not(.collapsed) {
    background: var(--cards-bg) !important;
    box-shadow: none;
    font-weight: 700;
}

.accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    color: hsl(var(--white));
}

.accordion .accordion-button[aria-expanded=true]::after, .accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    content: "\f068";
    display: inline-block;
    position: relative;
    margin-left: auto;
    width: 0 !important;
    right: 16px;
    color: hsl(var(--white)) !important;
    font-size: 20px;
}

@media screen and (max-width: 575px) {
    .accordion .accordion-button[aria-expanded=true]::after, .accordion .accordion-button[aria-expanded=false]::after {
        right: -13px;
        font-size: 14px;
    }
}

.accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    content: "+";
}

/* Button Style */
button {
    border: none;
    transition: 0.5s;
}

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

.btn {
    border-radius: 6px;
    line-height: 1.2;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn.pills {
    border-radius: 50px !important;
}

.btn.circle {
    border-radius: 50% !important;
    padding: 14px 15px !important;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 1025px) {
    .btn {
        padding: 6px 10px;
    }
}

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

.btn:hover, .btn:focus {
    color: hsl(var(--white));
    border-color: transparent;
}

.btn--sm {
    padding: 4px 12px;
    font-size: 14px;
}

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

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

.btn--md {
    padding: 13px 14px;
    font-size: 16px;
}

@media screen and (max-width: 770px) {
    .btn--md {
        padding: 6px 12px;
    }
}

.btn--lg {
    padding: 14px 26px;
    font-size: 16px !important;
}

@media screen and (max-width: 770px) {
    .btn--lg {
        padding: 12px 14px;
        font-size: 14px !important;
    }
}

.btn--primary {
    background: var(--primary);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
    justify-content: center;
    border: 0px solid transparent !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
    background: var(--primary-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

.btn--primary.pill {
    border-radius: 35px;
}

.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
    border: 0px !important;
}

.btn--secondary {
    background: var(--secondary);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
    justify-content: center;
}

.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
    background: var(--secondary-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

.btn--secondary.pill {
    border-radius: 35px;
}

.btn--success {
    background: var(--success);
    color: var(--success);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
    justify-content: center;
}

.btn--success:hover, .btn--success:active, .btn--success:focus {
    background: var(--success-d-100) !important;
    color: var(--success) !important;
    border: 1px solid transparent !important;
}

.btn--success.pill {
    border-radius: 35px;
}

.btn--danger {
    background: var(--danger);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
    justify-content: center;
}

.btn--danger:hover, .btn--danger:active, .btn--danger:focus {
    background: var(--danger-d-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

.btn--danger.pill {
    border-radius: 35px;
}

.btn--warning {
    background: var(--warning);
    color: var(--warning);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
    justify-content: center;
}

.btn--warning:hover, .btn--warning:active, .btn--warning:focus {
    background: var(--warning-d-100) !important;
    color: var(--warning) !important;
    border: 1px solid transparent !important;
}

.btn--warning.pill {
    border-radius: 35px;
}

.btn--info {
    background: var(--info);
    color: var(--info);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
    justify-content: center;
}

.btn--info:hover, .btn--info:active, .btn--info:focus {
    background: var(--info-d-100) !important;
    color: var(--info) !important;
    border: 1px solid transparent !important;
}

.btn--info.pill {
    border-radius: 35px;
}

.btn--violet {
    background: var(--violet);
    color: var(--violet);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
    justify-content: center;
}

.btn--violet:hover, .btn--violet:active, .btn--violet:focus {
    background: var(--violet-d-100) !important;
    color: var(--violet) !important;
    border: 1px solid transparent !important;
}

.btn--violet.pill {
    border-radius: 35px;
}

.btn--dark {
    background: var(--dark);
    color: var(--white);
    border: 1px solid transparent;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
    transition: 0.2s linear;
    justify-content: center;
}

.btn--dark:hover, .btn--dark:active, .btn--dark:focus {
    background: var(--dark-l-100) !important;
    color: var(--white) !important;
    border: 1px solid transparent !important;
}

.btn--dark.pill {
    border-radius: 35px;
}

.btn--dark::after {
    background-color: hsl(var(--white)/0.3);
}

.btn--dark::before {
    background-color: hsl(var(--white)/0.3);
}

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

.btn-outline {
    background: transparent;
    border: none !important;
    border-radius: 8px;
}

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

.btn-outline--base {
    color: var(--base);
    border: 1px solid var(--base);
    text-transform: capitalize;
    font-weight: 500;
}

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

.btn-outline--base.pill {
    border-radius: 35px;
}

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

.btn-outline--base.active:hover {
    background-color: var(--primary-l-700) !important;
}

.btn-outline--base-two {
    color: var(--base-two);
    border: 1px solid var(--base-two);
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--base-two:hover, .btn-outline--base-two:focus {
    background-color: var(--base-two) !important;
    color: var(--white) !important;
    border: 1px solid var(--base-two);
}

.btn-outline--base-two.pill {
    border-radius: 35px;
}

.btn-outline--success {
    color: var(--success);
    border: 1px solid var(--success);
    text-transform: capitalize;
    font-weight: 500;
}

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

.btn-outline--success.pill {
    border-radius: 35px;
}

.btn-outline--danger {
    color: var(--danger);
    border: 1px solid var(--danger);
    text-transform: capitalize;
    font-weight: 500;
}

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

.btn-outline--danger.pill {
    border-radius: 35px;
}

.btn-outline--warning {
    color: var(--warning);
    border: 1px solid var(--warning);
    text-transform: capitalize;
    font-weight: 500;
}

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

.btn-outline--warning.pill {
    border-radius: 35px;
}

.btn-outline--info {
    color: var(--info);
    border: 1px solid var(--info);
    text-transform: capitalize;
    font-weight: 500;
}

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

.btn-outline--info.pill {
    border-radius: 35px;
}

.btn-outline--primary {
    color: var(--primary);
    border: 1px solid var(--primary);
    text-transform: capitalize;
    font-weight: 500;
}

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

.btn-outline--primary.pill {
    border-radius: 35px;
}

.btn-outline--secondary {
    color: var(--secondary);
    border: 1px solid var(--secondary);
    text-transform: capitalize;
    font-weight: 500;
}

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

.btn-outline--secondary.pill {
    border-radius: 35px;
}

.btn-outline--dark {
    color: var(--dark);
    border: 1px solid var(--dark);
    text-transform: capitalize;
    font-weight: 500;
}

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

.btn-outline--dark.pill {
    border-radius: 35px;
}

.btn-outline--light {
    color: var(--white);
    border: 1px solid var(--white-l-100);
    text-transform: capitalize;
    font-weight: 500;
}

.btn-outline--light:hover, .btn-outline--light:focus {
    background-color: var(--white-l-100) !important;
    color: var(--white) !important;
    border: 1px solid var(--white-l-100);
}

.btn-outline--light.pill {
    border-radius: 35px;
}

.btn-outline--violet {
    color: var(--violet);
    border: 1px solid var(--violet);
    text-transform: capitalize;
    font-weight: 500;
}

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

.btn-outline--violet.pill {
    border-radius: 35px;
}

.export--btn {
    background-color: #24292D;
    border: 1px solid #3B4046;
    padding: 8px 25px;
    font-weight: 400;
}

/* END Button Style */
.base--card {
    padding: 42px;
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
}

.base--card .head--wrap {
    margin-bottom: 50px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--white-l-100);
}

.wizard--card {
    padding: 38px 18px;
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
}

.wizard--card .title {
    margin-bottom: 22px;
}

.wizard--card .number {
    margin-bottom: 40px;
}

.wizard--card .chart--wrap {
    top: 0;
    right: 12px;
}

.contact--card {
    border-radius: 14px;
}

.contact--card .user-cta--wrap {
    padding: 20px;
    top: 0;
    left: 0;
    width: 100%;
}

.contact--card .user-cta--wrap .country--code {
    width: 42px;
    height: 42px;
}

.contact--card .user-cta--wrap .cta--btn {
    width: 38px;
    height: 38px;
    background-color: #2B3035;
}

.contact--card .user--info {
    padding: 20px;
    border-bottom: 1px solid var(--white-l-200);
    padding-top: 40px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.contact--card .user--info .thumb--wrap {
    width: 105px;
    height: 105px;
    border-radius: 26px;
}

.contact--card .contact--info {
    padding: 40px;
    padding-top: 0;
}

.contact--card .contact--info .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex-shrink: 0;
}

.chat-list--card .admin--meta {
    padding: 40px 52px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--white-l-100);
}

.chat-list--card .input--wrap {
    padding: 0 52px;
    margin-bottom: 30px;
}

.chat--board .chat--head {
    padding: 36px 34px;
    border-bottom: 1px solid var(--white-l-100);
}

.chat--board .chat--body {
    padding: 40px 52px;
    height: 58vh;
    overflow-y: auto;
    border-bottom: 1px solid var(--white-l-100);
}

.chat--board .chat--body .chat {
    margin-bottom: 60px;
}

.chat--board .chat--body .chat .text {
    background-color: #353C43;
    padding: 20px 16px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    max-width: 454px;
}

.chat--board .chat--body .chat .text::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 4px solid var(--primary);
}

.chat--board .chat--body .chat.odd .text::after {
    right: 0;
}

.chat--board .chat--body .chat.even .text::after {
    left: 0;
}

.chat--board .chat-message--box {
    margin: 20px 50px;
}

.chat--board .chat-message--box .inner--wrap {
    background-color: #353C43;
    padding: 4px 31px;
    border-radius: 6px;
    box-shadow: 0px 0.128731px 0.386193px rgba(0, 0, 0, 0.11), 0px 0.686566px 1.54477px rgba(0, 0, 0, 0.13);
}

.chat--board .chat-message--box .inner--wrap input {
    border: 0;
    background-color: transparent;
}

.chat--board .chat-message--box .inner--wrap input:focus {
    border: 0 !important;
    background-color: transparent;
}

.login-slider--wrap {
    position: absolute;
    top: 50%;
    right: 114px;
    transform: translateY(-50%);
}

.login-slider--wrap .login-slide--card {
    width: 100%;
    padding: 62px 46px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(38px);
}

.post--card .thumb--wrap {
    width: 100%;
    height: 256px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.post--card .cta--wrap button {
    color: var(--white);
}

.post--card .cta--wrap button span {
    color: var(--primary);
}

.follower--card .thumb--wrap {
    width: 74px;
    height: 74px;
}

.form-label {
    color: var(--white-l-700);
    font-size: 14px;
    font-weight: 500;
}

label.req {
    position: relative;
}

label.req::after {
    content: "*";
    position: absolute;
    top: 3px;
    right: -10px;
    color: var(--danger);
}

.form-control {
    font-weight: 500;
    outline: none;
    width: 100%;
    padding: 10px 16px;
    border-radius: 6px;
    background-color: var(--card-bg);
    color: var(--white);
    line-height: 26px;
    border: 1px solid var(--white-l-200);
}

.form-control::placeholder {
    color: var(--white-l-500) !important;
    font-size: 16px;
}

.form-control:focus {
    color: var(--white);
    box-shadow: none;
    border: 1px solid var(--primary) !important;
    border-radius: 4px;
    background-color: transparent;
}

.form-control:disabled, .form-control[readonly] {
    background-color: var(--white-l-500);
    opacity: 1;
    border: 0;
}

.form-control[type=password] {
    color: var(--white-l-800);
}

.form-control[type=password]:focus {
    color: var(--white-l-800);
}

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

.form-control[type=file]::file-selector-button {
    border: 1px solid var(--white-l-800);
    padding: 2px 6px;
    border-radius: 0.2em;
    background-color: var(--primary);
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: var(--white-l-800);
    cursor: pointer;
}

.form-control[type=file]::file-selector-button:hover {
    background-color: var(--primary-d-100) !important;
    border: 1px solid var(--primary);
    color: var(--white);
}

.form-control.pills {
    border-radius: 50px !important;
}

.form-control:focus ~ .form--label,
.form-control:not(:placeholder-shown).form-control:not(:focus) ~ .form--label {
    top: -14px;
    left: 8px;
    font-size: 14px;
    background: var(--black);
    z-index: 9;
}

textarea.form-control {
    height: 220px;
    padding: 15px;
}

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

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

.footer-subscribe-box .footer-input:-webkit-autofill {
    -webkit-text-fill-color: hsl(var(--black)) !important;
}

.search--input .search-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    color: var(--primary);
}

.search--input input {
    padding-right: 40px;
}

.input--icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: var(--black-l-500);
}

#send-amount input[type=file] {
    color: var(--primary);
    cursor: pointer;
}

input #send-amount::file-selector-button {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

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

/*====== Country code ======*/
.input-group.country-code {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.input-group.country-code .input-group-text {
    background-color: var(--primary-l-500);
    border: 1px solid var(--primary-l-700);
}

.form--select option {
    background-color: var(--body-color);
    color: var(--black);
}

/* Custom Checkbox Design */
.form-check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-check a {
    display: inline;
}

.form-check .form-check-input {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--white-l-700);
    margin-top: 0px;
}

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

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

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

.form-check .form-check-label {
    padding-left: 12px;
    color: var(--white-l-700);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

.form-check label {
    color: var(--black);
}

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

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

/*  Custom Radio Design */
.form-radio {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-radio .form-radio-input {
    box-shadow: none;
    border: 2px solid var(--primary);
    position: relative;
    margin: 0px;
    height: 20px;
    width: 20px;
}

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

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

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

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

.form-radio .form-radio-label {
    width: calc(100% - 16px);
    color: var(--black-l-700);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

/*  Custom Switch Design */
.form-switch .form-check-input {
    width: unset;
    border-radius: 16px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: var(--primary) !important;
    padding: 12px 30px !important;
    margin-left: 0;
    margin-bottom: 5px;
}

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

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

.form-switch .form-check-input:checked {
    background-color: var(--primary);
}

.form-switch .form-check-input:checked::before {
    left: calc(100% - 20px);
}

.form-switch .form-check-label {
    margin-right: 10px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

.form-check.form-switch {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.form-check.form-switch .form-check-label {
    margin-right: 10px;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

/*  Custom Switch End Design */
::-webkit-calendar-picker-indicator {
    filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.search-input {
    padding-right: 60px !important;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--primary-d-100);
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--primary-d-100);
}

/* --------------------------- */
.modal--base .modal-dialog .modal-content {
    border-radius: 20px !important;
    border: 1px solid var(--border-color);
    padding: 24px;
    position: relative;
    background-color: var(--card-bg);
}

.modal--base .modal-dialog .modal-content::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    transition: 0.3s ease;
    background-color: var(--black);
    z-index: -1;
}

.modal--base .modal-dialog .modal-header {
    justify-content: space-between;
    padding: 0px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.modal--base .modal-dialog .modal-header .btn--close {
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

.modal--base .modal-dialog .modal-body {
    padding: 0px;
    color: var(--white);
}

.modal--base .modal-dialog .modal-footer {
    border: 0;
}

.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item .page-link {
    border: 1px solid var(--white-l-600);
    border-radius: 14px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--black));
}

.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
    color: var(--white);
    background-color: var(--primary);
}

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

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

.pagination .number--wrap {
    border: 1px solid var(--white-l-600);
    border-radius: 14px;
    gap: 4px;
}

.pagination .number--wrap .page-link {
    border: 0;
}

.table {
    margin: 0;
    font-size: 15px;
}

.table thead tr th {
    background: transparent;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    color: var(--white);
    font-family: var(--heading-font);
    font-weight: 500;
    max-width: 170px;
    white-space: nowrap;
    border: 0;
}

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

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

.table thead tr .tbl-text-right {
    text-align: right !important;
}

.table thead tr .tbl-text-center {
    text-align: center !important;
}

.table thead tr .tbl-text-left {
    text-align: left !important;
}

.table thead tr .tbl-text-center:last-child {
    text-align: center;
}

.table tbody {
    border: 0 !important;
    color: var(--black-l-800);
}

.table tbody tr td {
    vertical-align: middle;
    border-width: 1px;
    border: 0;
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--body-color);
    max-width: 170px;
    min-width: 70px;
    font-weight: 400;
    text-align: left;
    padding: 20px 18px;
    text-align: center;
}

.table tbody tr td a {
    color: var(--black-l-800);
}

.table tbody tr td a:hover {
    text-decoration: underline;
}

.table tbody tr td span {
    color: var(--black-l-800);
    font-weight: 500;
}

.table tbody tr td p {
    font-size: 14px;
}

.table tbody tr td .tbl-user--thumb {
    max-width: 36px;
    max-height: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--white-l-100);
}

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

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

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

.table tbody tr .tbl-text-right {
    text-align: right;
}

.table tbody tr .tbl-text-center {
    text-align: center;
}

.table tbody tr .tbl-text-left {
    text-align: left;
}

.table tbody tr .tbl-text-center:last-child {
    text-align: center !important;
}

.table.tbl-style--one thead tr th {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.table.tbl-style--one tbody tr:nth-child(odd) {
    background: var(--primary) !important;
}

.table.tbl-style--one tbody tr:nth-child(even) {
    background-color: var(--tr-bg) !important;
}

.table.tbl-style--one tbody tr td {
    border-bottom: 1px solid var(--border-color) !important;
}

.table.tbl-style--two thead tr th {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.table.tbl-style--two tbody tr:nth-child(odd) {
    background: transparent !important;
}

.table.tbl-style--two tbody tr:nth-child(even) {
    background: transparent !important;
}

.table.tbl-style--two tbody tr td {
    border-bottom: 1px solid var(--border-color) !important;
}

.table.tbl-style--three {
    border-collapse: separate;
    border-spacing: 0px 6px;
    border-radius: 10px;
}

.table.tbl-style--three tbody tr:nth-child(odd) {
    background: transparent !important;
}

.table.tbl-style--three tbody tr:nth-child(even) {
    background: transparent !important;
}

.table.tbl-style--three tbody tr td {
    border: 1px solid var(--border-color) !important;
}

.table.tbl-style--three thead tr th {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.table.tbl-style--three tbody {
    border: 0 !important;
}

.table.tbl-style--three tbody tr td {
    vertical-align: middle;
    border-width: 1px;
    border: 1px solid var(--border-color);
    border-right: 0 !important;
    border-left: 0 !important;
    background-color: rgba(24, 24, 27, 0.2) !important;
}

.table.tbl-style--three tbody tr td:first-child {
    border-radius: 8px 0 0 8px;
    border-left: 1px solid var(--border-color) !important;
}

.table.tbl-style--three tbody tr td:last-child {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid var(--border-color) !important;
}

.table.tbl-style--four {
    border-collapse: separate;
    border-spacing: 0px 6px;
    border-radius: 10px;
}

.table.tbl-style--four tbody tr:nth-child(odd) {
    background: transparent !important;
}

.table.tbl-style--four tbody tr:nth-child(even) {
    background: transparent !important;
}

.table.tbl-style--four tbody tr td {
    border: 1px solid var(--border-color) !important;
}

.table.tbl-style--four thead tr th {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background-color: var(--primary);
}

.table.tbl-style--four thead tr th:first-child {
    border-radius: 8px 0 0 8px;
    border-left: 1px solid var(--border-color) !important;
}

.table.tbl-style--four thead tr th:last-child {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid var(--border-color) !important;
}

.table.tbl-style--four tbody {
    border: 0 !important;
}

.table.tbl-style--four tbody tr td {
    vertical-align: middle;
    border-width: 1px;
    border: 1px solid var(--border-color);
    border-right: 0 !important;
    border-left: 0 !important;
    background-color: rgba(24, 24, 27, 0.2) !important;
}

.table.tbl-style--four tbody tr td:first-child {
    border-radius: 8px 0 0 8px;
    border-left: 1px solid var(--border-color) !important;
}

.table.tbl-style--four tbody tr td:last-child {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid var(--border-color) !important;
}

.table.tbl-style--five tbody tr:nth-child(odd) {
    background: transparent !important;
}

.table.tbl-style--five tbody tr:nth-child(even) {
    background: transparent !important;
}

.table.tbl-style--five tbody tr td {
    border: 1px solid var(--border-color) !important;
}

.table.tbl-style--five thead tr th {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background-color: var(--primary);
}

.table.tbl-style--six tbody tr:nth-child(odd) {
    background: transparent !important;
}

.table.tbl-style--six tbody tr:nth-child(even) {
    background: transparent !important;
}

.table.tbl-style--six tbody tr td {
    border: 1px solid var(--border-color) !important;
}

.table.tbl-style--six thead tr th {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background-color: var(--primary);
}

.table.tbl-style--six tbody {
    border: 0 !important;
}

.table.tbl-style--six tbody tr td {
    vertical-align: middle;
    border-width: 1px;
    border: 1px solid var(--border-color);
    border-right: 0 !important;
    border-left: 0 !important;
    background-color: transparent !important;
}

.table.tbl-style--six tbody tr td:first-child {
    border-left: 1px solid var(--border-color) !important;
}

.table.tbl-style--six tbody tr td:last-child {
    border-right: 1px solid var(--border-color) !important;
}

.table.tbl-style--seven tbody tr:nth-child(odd) {
    background: transparent !important;
}

.table.tbl-style--seven tbody tr:nth-child(even) {
    background: transparent !important;
}

.table.tbl-style--seven tbody tr td {
    border: 1px solid var(--border-color) !important;
}

.table.tbl-style--seven thead tr th {
    border: 1px solid var(--border-color);
    background-color: #3B4046;
}

.table.tbl-style--seven tbody {
    border: 0 !important;
}

.table.tbl-style--seven tbody tr {
    border-right: 0 !important;
    border-left: 0 !important;
}

.table.tbl-style--seven tbody tr td {
    vertical-align: middle;
    border-width: 1px;
    border: 1px solid var(--border-color);
    border-right: 0 !important;
    border-left: 0 !important;
    background-color: transparent !important;
}

.table.tbl-style--seven tbody tr td:first-child {
    border-left: 0px !important;
}

.table.tbl-style--seven tbody tr td:last-child {
    border-right: 0px !important;
}

.table > :not(caption) > * > * {
    background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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: 1499px) {
    .table--responsive--xxl thead {
        display: none;
    }

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

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

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

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

    .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: 991px) {
    .table-wrapper .table--responsive--lg tbody tr td {
        display: block;
    }
}

@media (max-width: 992px) {
    .table tbody tr:nth-child(even) {
        border-bottom: 1px solid var(--black-l-800);
        background: hsl(var(--base)/0.03);
    }
}

.table > :not(caption) > * > * {
    border-color: var(--border-color);
}

.custom--tabs {
    border-bottom: 1px solid var(--white-l-100);
}

.custom--tabs li {
    margin: 0px 8px 0px 0px;
}

.custom--tabs li .btn {
    color: var(--white) !important;
    border: 1px solid transparent !important;
    padding: 21px 16px;
    padding-top: 0;
    outline: none !important;
    border-radius: 0 !important;
}

.custom--tabs li .btn-check:active + .btn,
.custom--tabs li .btn-check:checked + .btn,
.custom--tabs li .btn.active,
.custom--tabs li .btn.show,
.custom--tabs li .btn:active {
    color: var(--primary) !important;
    background: transparent !important;
    font-weight: 400;
    border-bottom: 1px solid var(--primary) !important;
}

.custom--tabs.nav-tabs {
    border-bottom: 1px solid var(--white-l-100) !important;
    border-radius: 0px;
    margin-bottom: 36px !important;
}

/* Badge Color and style */
.badge {
    border-radius: 6px;
    padding: 0px 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400 !important;
}

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

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

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

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

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

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

.badge--violet {
    color: var(--violet) !important;
    background-color: var(--violet-l-100) !important;
}

.list--group.transparent {
    --bs-list-group-bg: transparent !important;
    background-color: transparent !important;
}

.list--group .list-group--item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--white-l-100);
}

.list--group .list-group--item.dot {
    position: relative;
    padding-left: 18px;
}

.list--group .list-group--item.dot::after {
    content: "";
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid;
}

.list--group .list-group--item.dot.dot--warning::after {
    background-color: var(--warning);
    border-color: var(--warning-l-600);
}

.list--group .list-group--item.dot.dot--danger::after {
    background-color: var(--danger);
    border-color: var(--danger-l-600);
}

.list--group .list-group--item.dot.dot--success::after {
    background-color: var(--success);
    border-color: var(--success-l-600);
}

.list--group .list-group--item.dot.dot--info::after {
    background-color: var(--info);
    border-color: var(--info-l-600);
}

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

.product-list--wrap .list .product--thumb {
    width: 55px;
    height: 55px;
    border: 1px solid var(--white-l-100);
}

.product-list--wrap .list .order--count {
    border: 1px solid var(--white-l-100);
    padding: 10px 12px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: var(--primary);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: height 0.5s, opacity 0.5s, border-radius 0.5s;
    -o-transition: height 0.5s, opacity 0.5s, border-radius 0.5s;
    transition: height 0.5s, opacity 0.5s, border-radius 0.5s;
}

#preloader #text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

@media screen and (max-width: 767px) {
    #preloader #text {
        gap: 7px;
    }
}

#preloader #text p {
    color: var(--white);
    font-size: 3.625rem;
    font-weight: 800;
    margin: 0;
    opacity: 0;
    -webkit-animation: fadeIn 1.5s ease-in-out infinite;
    animation: fadeIn 1.5s ease-in-out infinite;
    font-family: var(--title-font);
}

@media screen and (max-width: 1199px) {
    #preloader #text p {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 991px) {
    #preloader #text p {
        font-size: 3.625rem;
    }
}

@media screen and (max-width: 575px) {
    #preloader #text p {
        font-size: 3.563rem;
    }
}

@media screen and (max-width: 767px) {
    #preloader #text p {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 767px) and (max-width: 1199px) {
    #preloader #text p {
        font-size: 2.438rem;
    }
}

@media screen and (max-width: 767px) and (max-width: 991px) {
    #preloader #text p {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
    #preloader #text p {
        font-size: 2.313rem;
    }
}

#preloader #text p:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#preloader #text p:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#preloader #text p:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#preloader #text p:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#preloader #text p:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#preloader #text p:nth-child(6) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#preloader #text p:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

#preloader #text p:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#preloader #text p:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

#preloader #text p:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.dashboard-header {
    padding: 30px;
    border-radius: 0px;
    background-color: var(--card-bg);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.dashboard-header.two {
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

.dashboard-header .header--cta {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    background-color: var(--button-bg);
    color: var(--body-color);
    text-align: center;
}

.dashboard-header .header--cta .status--count {
    font-size: 10px;
    background-color: var(--primary);
    padding: 2px 4px;
    border-radius: 12px;
    top: 0;
    right: 0;
}

.dashboard-header .u-info {
    background-color: #2F363E;
    border: 1px solid #3B4046;
    padding: 5px 18px 5px 5px;
    border-radius: 90px;
}

.dashboard-header .user-thumb {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
}

.dashboard-header .user-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard-header .user--name i {
    color: var(--white);
    font-size: 12px;
}

.dashboard-header .user--name i:hover {
    color: var(--primary);
}

.dropdown-menu {
    padding: 0;
    background: var(--card-bg);
    border: 1px solid var(--white-l-100);
    border-radius: 8px !important;
    overflow: hidden;
}

.dropdown-menu .dropdown-item {
    padding: 8px 12px;
    border-bottom: 1px solid var(--white-l-100);
    color: var(--white);
}

.dropdown-menu .dropdown-item:hover {
    color: var(--white);
    background-color: var(--primary);
}

.dropdown-toggle.no-arrow::after {
    display: none;
}

.dashboard--footer {
    background-color: #2B3035;
    border: 1px solid #3B4046;
    padding: 20px 0;
}

.sidebar-menu {
    padding: 0px 0px 10px 0px;
    background: var(--card-bg);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 300px;
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    height: 100%;
}

.sidebar-menu .sm-logo {
    display: none;
}

.sidebar-menu.two {
    top: 30px;
}

.sidebar-menu .logo-wrapper {
    padding: 19px 0 28px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
}

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

@media screen and (max-width: 1199px) {
    .sidebar-menu {
        position: fixed;
        left: 0;
        top: 0;
        min-width: 280px;
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
        background-color: var(--card-bg);
    }
}

.sidebar-menu__close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: var(--body-color);
    border: 1px solid var(--primary);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    transition: 0.2s linear;
    cursor: pointer;
    display: none;
    z-index: 9;
    border-radius: 3px;
}

@media screen and (max-width: 1199px) {
    .sidebar-menu__close {
        display: block;
    }
}

.sidebar-menu__close:hover, .sidebar-menu__close:focus {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--black);
}

.sidebar-menu-list {
    height: 100vh;
    overflow-y: auto;
    padding: 20px 0px 120px 0px;
    position: relative;
}

.sidebar-menu-list::-webkit-scrollbar-track {
    box-shadow: none;
}

.sidebar-menu-list::-webkit-scrollbar {
    width: 4px;
}

.sidebar-menu-list .menu--lable {
    margin: 35px 40px 16px 40px;
}

.sidebar-menu-list .menu--lable .sp--icon {
    display: none;
}

.sidebar-menu-list .menu--lable .sp--title {
    color: var(--body-color) !important;
    font-size: 18px;
}

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

.sidebar-menu-list__item.active > a {
    position: relative;
    background: var(--primary);
    border: 1px solid #B5B5B5;
    border-radius: 90px;
}

.sidebar-menu-list__item.active > a .icon {
    color: var(--white);
}

.sidebar-menu-list__item.active > a .text {
    color: var(--white);
}

.sidebar-menu-list__item.active > a:hover .text {
    color: var(--white) !important;
}

.sidebar-menu-list__item.has-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    top: 8px;
    right: 20px;
    transition: 0.1s linear;
    color: var(--body-color);
}

.sidebar-menu-list__item.has-dropdown.active > a:after {
    transform: rotate(90deg);
    color: var(--white);
}

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

.sidebar-menu-list__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    width: 100%;
    color: var(--body-color) !important;
    gap: 8px;
    padding: 6px 20px;
    border-radius: 90px;
}

.sidebar-menu-list__link .text {
    transition: 0.3s linear;
    font-size: 18px;
}

.sidebar-menu-list__link:hover .text {
    color: var(--primary) !important;
}

.sidebar-menu-list__link .icon {
    display: block;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 4px;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-menu.menu--sm {
    width: 85px;
}

.sidebar-menu.menu--sm .sidebar-menu-list .menu--lable .sp--title {
    display: none;
}

.sidebar-menu.menu--sm .sidebar-menu-list .menu--lable .sp--icon {
    display: block;
}

.sidebar-menu.menu--sm .sidebar-menu-list__link .text {
    display: none;
}

.sidebar-menu.menu--sm .sidebar-menu-list__item.has-dropdown > a:after {
    display: none;
}

.sidebar-menu.menu--sm .sidebar-submenu-list {
    display: none;
}

.sidebar-menu.menu--sm .sidebar-menu-list__item.has-dropdown.active .sidebar-menu-list__link {
    justify-content: center;
}

.sidebar-menu.menu--sm .sidebar-menu-list__item {
    margin: 0px 20px 4px 12px;
}

.sidebar-menu.menu--sm .sidebar-menu-list .menu--lable {
    margin: 35px 28px 16px 28px;
}

.sidebar-menu.menu--sm .help-card--wrap {
    display: none;
}

.sidebar-menu.menu--sm .sidebar-menu-list {
    height: 100vh;
    padding: 20px 0px 120px 0px;
}

.sidebar-menu.menu--sm:hover {
    width: 300px;
}

.sidebar-menu.menu--sm:hover .sidebar-menu-list .menu--lable .sp--title {
    display: block;
}

.sidebar-menu.menu--sm:hover .sidebar-menu-list .menu--lable .sp--icon {
    display: none;
}

.sidebar-menu.menu--sm:hover .sidebar-menu-list__link .text {
    display: block;
}

.sidebar-menu.menu--sm:hover .sidebar-menu-list__item.has-dropdown > a:after {
    display: block;
}

.sidebar-menu.menu--sm:hover .sidebar-submenu-list {
    display: block;
}

.sidebar-menu.menu--sm:hover .sidebar-menu-list__item.has-dropdown.active .sidebar-menu-list__link {
    justify-content: start;
}

.sidebar-menu.menu--sm:hover .sidebar-menu-list__item {
    margin: 0px 20px 4px 20px;
}

.sidebar-menu.menu--sm:hover .sidebar-menu-list .menu--lable {
    margin: 35px 40px 16px 40px;
}

/* Sidebar Submenu Start */
.sidebar-submenu {
    display: none;
    position: relative;
    margin-top: 12px;
}

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

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

.sidebar-submenu-list__item {
    position: relative;
}

.sidebar-submenu-list__item.active::before {
    background: var(--primary) !important;
}

.sidebar-submenu-list__item.active > a {
    color: var(--primary);
}

.sidebar-submenu-list__link {
    margin: 0px 32px 12px 44px !important;
    display: block;
    color: var(--white);
    position: relative;
}

.sidebar-submenu-list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--white);
    transition: 0.3s linear;
}

.sidebar-submenu-list__link:hover {
    color: var(--primary);
}

.sidebar-submenu-list__link:hover::after {
    background-color: var(--primary);
}

.sidebar-submenu-list__link.active {
    color: var(--primary);
}

.sidebar-submenu-list__link.active::after {
    background-color: var(--primary);
}

.sidebar-submenu-list__link.active:hover {
    background: transparent !important;
}

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

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

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

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

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

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

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

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/*========  responsive sidebar menu  =======*/
.sidebar-menu-wrapper {
    width: 300px;
    height: 100vh;
    background-color: var(--card-bg);
    position: fixed;
    z-index: 15;
    left: -320px;
    transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper.show {
    left: 0;
}

.sidebar-menu-wrapper .top-close {
    margin-top: 21px;
    text-align: end;
    margin-right: 24px;
}

.sidebar-menu-wrapper .top-close i {
    font-size: 22px;
    color: var(--black);
}

.sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
    width: 130px;
    margin-left: 6px;
}

@media screen and (max-width: 991px) {
    .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
        margin-left: 15px;
    }
}

@media screen and (max-width: 575px) {
    .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
        margin-left: 6px;
    }
}

.sidebar-menu-list__item .btn.btn--base {
    border: 1px solid var(--black);
}

.sidebar-menu-list__item a span {
    color: var(--body-color);
}

/* dashboard Sidebar Menu Start */
.dashboard_profile .sidebar-menu-list__link {
    color: hsl(var(--black));
}

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

.sidebar-menu-list__link.active {
    position: relative;
    background: var(--primary);
    border: 1px solid #B5B5B5;
    border-radius: 90px;
}

.sidebar-menu-list__link.active .icon {
    color: var(--white);
}

.sidebar-menu-list__link.active .text {
    color: var(--white);
}

.sidebar-menu-list__link.active:hover .text {
    color: var(--white) !important;
}

.help-card--wrap {
    padding: 34px 20px 34px 20px;
    background-color: #2B3035;
    border: 1px solid #3B4046;
    margin: 40px 20px 0 20px;
    border-radius: 8px;
}

.help-card--wrap p {
    margin-bottom: 28px;
}

.help-card--wrap a {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 4px;
}

.login--section {
    padding-top: 180px;
    height: 100vh;
    overflow: hidden;
}

.login--section .bg--img {
    top: 0;
    right: 0;
    height: 100%;
}

.social-option.text::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    background-color: var(--body-bg);
}

.social-option.text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    border: 1px dashed var(--white-l-100);
    z-index: -1;
}

.dashboard-section.two {
    padding-top: 30px;
}

.dashboard-section.two .bg--shape {
    width: 100%;
    height: 136px;
    top: 0;
    left: 0;
}

.dashboard {
    background: var(--body-bg);
    height: 100%;
    min-height: 100vh;
}

.dashboard_profile_wrap .profile_photo:hover::before {
    visibility: visible;
    opacity: 0.7;
}

.dashboard_profile_wrap .profile_photo:hover .photo_upload i {
    visibility: visible;
    opacity: 1;
}

.dashboard_profile__details ul li a {
    display: block;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.dashboard_profile__details ul li a i {
    margin-right: 10px;
}

.dashboard_profile__details ul li a:hover {
    color: hsl(var(--black));
}

.dashboard_profile__details ul li a.active {
    color: var(--primary);
}

.dashboard-body {
    position: relative;
}

.dashboard-body__bar {
    display: none;
}

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

.dashboard-body__bar-icon {
    color: hsl(var(--white));
    font-size: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 40px;
    background-color: var(--primary);
    text-align: center;
    padding: 2px 8px;
    border-radius: 3px;
}

.dashboard-body .user-name--wrap {
    background-color: var(--primary);
    padding: 50px 42px;
    min-height: 296px;
}

.dashboard-body .wizard-card--wrap.one {
    margin-top: -122px;
}

.dashboard-container-wrap {
    margin-left: 300px;
    transition: 0.2s linear;
}

.dashboard-container-wrap.menu-sm--active {
    margin-left: 85px;
}

@media (max-width: 1440px) {
    .base--card {
        padding: 20px;
    }

    .contact--card .contact--info {
        padding: 20px;
        padding-top: 0;
    }

    .chat-list--card .chat-list--wrap {
        padding: 0 16px;
    }

    .chat-list--card .input--wrap {
        padding: 0 16px;
    }

    .chat-list--card .admin--meta {
        padding: 20px 16px;
    }

    .chat--board .chat--head {
        padding: 20px 16px;
    }

    .email-tab--wrap .email-tab--item {
        padding: 20px 16px;
    }

    .loginSlider {
        display: none;
    }

    .login--section {
        padding-top: 100px;
    }
}

@media (max-width: 1199px) {
    .vertical-toggle--wrap {
        display: none;
    }

    .dashboard-container-wrap {
        margin-left: 0px;
    }

    .agenda-list--wrap .agenda--list button {
        padding: 14px;
        background-color: #2BBBAD;
    }
}

@media (max-width: 830px) {
    .header--search {
        display: none;
    }

    ul.product-list--wrap.d-flex.flex-column.gap--20 {
        gap: 28px !important;
    }

    .product-list--wrap .list .order--count {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .user-profile--wrap .user--info .profile--photo {
        margin-top: -120px;
        width: 100px;
        height: 100px;
    }

    .login--section .bg--img {
        display: none;
    }
}

@media (max-width: 600px) {
    .header-cta__wrap.d-flex.gap--20 {
        gap: 8px !important;
    }

    .header--cta.full-screen--cta {
        display: none !important;
    }

    .header--cta.settings--cta {
        display: none !important;
    }

    .dashboard-header {
        padding: 16px 14px;
    }

    .dashboard-header .user-info--wrap .adminuser-name--wrap {
        display: none !important;
    }

    .dashboard-header .u-info {
        padding: 3px 10px 3px 3px;
    }

    .header-cta--grp {
        gap: 12px !important;
    }

    .dashboard-body .user-name--wrap {
        padding: 38px 14px;
        min-height: 250px;
    }

    .dashboard-section.two .bg--shape {
        height: 60px;
    }

    .fc .fc-toolbar {
        flex-wrap: wrap;
        gap: 12px;
    }
}

@media (min-width: 768px) {
    .w-sm-auto {
        width: auto !important;
    }
}

.error--page {
    height: 100vh;
}

.error--page .error-wrap .error--text {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.error--page .error-wrap .error--text span {
    font-size: 280px;
    font-weight: 700;
    color: var(--primary) !important;
}

.error--page .error-wrap .error--text span:nth-child(1) {
    rotate: -15deg;
    display: inline-block;
}

.error--page .error-wrap .error--text span:nth-child(2) {
    rotate: 0deg;
    display: inline-block;
}

.error--page .error-wrap .error--text span:nth-child(3) {
    rotate: 15deg;
    display: inline-block;
}

.error--page .error-wrap .title {
    font-size: 48px;
    font-weight: 400;
}

.error--page .error-wrap .desc a {
    text-decoration: underline;
    color: var(--base);
}

.bg-wrap {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.bg-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
}

.bg-grid::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 50%, transparent 40%, var(--bg-1) 100%);
}

.page-wrap {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hero {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
}

.hero-inner {
    text-align: center;
}

/* Eyebrow */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--white-l-100);
    border-radius: 999px;
    padding: 0.45rem 1.1rem;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 2rem;
    animation: fadeUp 0.6s ease both;
}

.eyebrow i {
    color: var(--primary);
}

.hero-heading {
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 1.5rem;
    animation: fadeUp 0.6s ease 0.1s both;
}

.heading-grad {
    background: linear-gradient(135deg, var(--primary) 0%, #9d79f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-sub {
    font-size: 1rem;
    font-weight: 300;
    color: var(--muted);
    line-height: 1.75;
    max-width: 500px;
    margin: 0 auto 2.5rem;
    animation: fadeUp 0.6s ease 0.18s both;
}

.countdown-wrap {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    animation: fadeUp 0.6s ease 0.26s both;
}

.cd-block {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.4rem 1.2rem;
    min-width: 90px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s, transform 0.3s;
}

.cd-block:hover {
    border-color: rgba(91, 110, 245, 0.35);
    transform: translateY(-3px);
}

.cd-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(91, 110, 245, 0.06), transparent);
    pointer-events: none;
}

.cd-num {
    font-family: var(--display);
    font-size: 2.6rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.02em;
}

.cd-label {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
    margin-top: 0.4rem;
}

.cd-separator {
    display: flex;
    align-items: center;
    color: var(--muted);
    font-size: 1.5rem;
    font-family: var(--display);
    padding-bottom: 1rem;
}

.notify-wrap {
    animation: fadeUp 0.6s ease 0.34s both;
    margin-bottom: 2.5rem;
}

.notify-form {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.notify-note {
    font-size: 0.72rem;
    color: var(--muted);
    margin-top: 0.75rem;
}

.notify-note i {
    margin-right: 4px;
}

.features-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    animation: fadeUp 0.6s ease 0.42s both;
    margin-bottom: 3rem;
}

.feat-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 0.4rem 1rem;
    font-size: 0.76rem;
    color: var(--muted);
    transition: border-color 0.2s, color 0.2s;
}

.feat-pill:hover {
    border-color: rgba(91, 110, 245, 0.3);
    color: var(--accent-lt);
}

.feat-pill i {
    color: var(--accent-lt);
    font-size: 0.7rem;
}

/* ═══════════════════════════════
   PROGRESS BAR
═══════════════════════════════ */
.progress-wrap {
    max-width: 480px;
    margin: 0 auto;
    animation: fadeUp 0.6s ease 0.5s both;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.72rem;
    color: var(--muted);
    margin-bottom: 0.5rem;
}

.progress-info span {
    font-weight: 500;
    color: var(--accent-lt);
}

.progress-track {
    height: 5px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 72%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), #9d79f9);
    animation: growBar 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.8s both;
}

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

    to {
        width: 72%;
    }
}

.cs-footer {
    padding: 1.5rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.cs-footer-copy {
    font-size: 0.72rem;
    color: var(--muted);
}

.social-links {
    display: flex;
    gap: 0.5rem;
}

.social-link {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--primary);
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-size: 0.78rem;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, transform 0.15s;
}

.social-link:hover {
    transform: translateY(-2px);
}

.particle {
    position: fixed;
    border-radius: 50%;
    background: rgba(91, 110, 245, 0.6);
    pointer-events: none;
    animation: drift linear infinite;
}

.particle-1 {
    width: 3px;
    height: 3px;
    left: 10%;
    top: 100%;
    animation-duration: 12s;
    animation-delay: 0s;
}

.particle-2 {
    width: 2px;
    height: 2px;
    left: 25%;
    top: 100%;
    animation-duration: 15s;
    animation-delay: -4s;
}

.particle-3 {
    width: 4px;
    height: 4px;
    left: 40%;
    top: 100%;
    animation-duration: 10s;
    animation-delay: -2s;
}

.particle-4 {
    width: 2px;
    height: 2px;
    left: 55%;
    top: 100%;
    animation-duration: 14s;
    animation-delay: -7s;
    background: rgba(232, 121, 249, 0.6);
}

.particle-5 {
    width: 3px;
    height: 3px;
    left: 70%;
    top: 100%;
    animation-duration: 11s;
    animation-delay: -1s;
    background: rgba(45, 212, 191, 0.6);
}

.particle-6 {
    width: 2px;
    height: 2px;
    left: 85%;
    top: 100%;
    animation-duration: 16s;
    animation-delay: -5s;
}

.particle-7 {
    width: 4px;
    height: 4px;
    left: 15%;
    top: 100%;
    animation-duration: 13s;
    animation-delay: -8s;
    background: rgba(232, 121, 249, 0.5);
}

.particle-8 {
    width: 2px;
    height: 2px;
    left: 60%;
    top: 100%;
    animation-duration: 9s;
    animation-delay: -3s;
    background: rgba(45, 212, 191, 0.5);
}

@keyframes drift {
    from {
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 0.4;
    }

    to {
        transform: translateY(-100vh) rotate(360deg);
        opacity: 0;
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 576px) {
    .topbar {
        padding: 1.2rem 1.2rem;
    }

    .cd-block {
        min-width: 72px;
        padding: 1rem 0.8rem;
    }

    .cd-num {
        font-size: 2rem;
    }

    .cs-footer {
        padding: 1.2rem;
        flex-direction: column;
        text-align: center;
    }
}

[data-theme=dark] .card {
    background-color: #465261 !important;
    border-color: #3B4046 !important;
}

[data-theme=dark] .accordion-item .accordion-button {
    background-color: var(--card-bg-two) !important;
    color: var(--white);
}

[data-theme=dark] .accordion-item .accordion-body {
    background-color: var(--card-bg-two) !important;
}

[data-theme=dark] .accordion-item {
    background-color: var(--card-bg-two) !important;
}

[data-theme=dark] svg text {
    fill: #fff;
}

[data-theme=dark] .apexcharts-tooltip.apexcharts-theme-light {
    border: 1px solid var(--border-color);
    background: var(--card-bg);
}

[data-theme=dark] .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: var(--border-color);
    border-bottom: 1px solid #ddd;
}

[data-theme=dark] .ck.ck-toolbar {
    background-color: var(--card-bg) !important;
    border: 1px solid var(--border-color) !important;
    padding: 0 var(--ck-spacing-small);
}

[data-theme=dark] .ck.ck-button,
[data-theme=dark] a.ck.ck-button {
    color: var(--white);
}

[data-theme=dark] .ck.ck-button:not(.ck-disabled):hover,
[data-theme=dark] a.ck.ck-button:not(.ck-disabled):hover {
    background: var(--card-bg-two);
}

[data-theme=dark] .ck.ck-list {
    background: var(--card-bg-two);
}

[data-theme=dark] .ck.ck-list__item .ck-button:hover:not(.ck-disabled) {
    background: var(--card-bg-two);
}

[data-theme=dark] .ck.ck-button:active,
[data-theme=dark] .ck.ck-button:focus,
[data-theme=dark] a.ck.ck-button:active,
[data-theme=dark] a.ck.ck-button:focus {
    box-shadow: none;
}

[data-theme=dark] .ck.ck-button.ck-on:not(.ck-disabled):hover,
[data-theme=dark] a.ck.ck-button.ck-on:not(.ck-disabled):hover {
    background: var(--card-bg-two);
}

[data-theme=dark] .ck.ck-button.ck-on,
[data-theme=dark] a.ck.ck-button.ck-on {
    background: var(--card-bg-two);
}

[data-theme=dark] .ck.ck-toolbar .ck.ck-toolbar__separator {
    background: var(--border-color);
}

[data-theme=dark] .ck-rounded-corners .ck-source-editing-area textarea,
[data-theme=dark] .ck-source-editing-area textarea.ck-rounded-corners {
    background: var(--card-bg-two);
    color: var(--white);
}

[data-theme=dark] .ck.ck-editor__main > .ck-editor__editable {
    background-color: var(--card-bg) !important;
}

[data-theme=dark] .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    border-color: var(--border-color);
}

[data-theme=dark] .ck.ck-editor__main > .ck-editor__editable.ck-focused:not(.ck-editor__nested__editable) {
    border: 1px solid var(--border-color) !important;
    box-shadow: none;
}

[data-theme=dark] .btn-close {
    opacity: 1;
    filter: invert(1);
}

[data-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

[data-theme=dark] .list-group {
    background-color: var(--card-bg-two) !important;
}

[data-theme=dark] .list-group-item {
    color: var(--white);
    background-color: var(--card-bg-two) !important;
    border: 1px solid var(--border-color);
}

[data-theme=dark] .table tbody tr td::before {
    color: var(--white);
}

[data-theme=dark] .normal-logo-dark {
    display: none;
}

[data-theme=dark] .normal-logo {
    display: block;
}

[data-theme=dark] .sm-logo-dark {
    display: none !important;
}

[data-theme=dark] .sm-logo-dark.active {
    display: none !important;
}

[data-theme=dark] .menu--sm .sm-logo.active {
    display: block;
}

[data-theme=dark] .btn--dark:hover,
[data-theme=dark] .btn--dark:active,
[data-theme=dark] .btn--dark:focus {
    background: #424345 !important;
}

@media (max-width: 1440px) {
    [data-theme=dark] .login--card {
        border: 1px solid var(--white-l-200);
        padding: 24px;
        border-radius: 12px;
        background-color: #24292d;
    }
}

[data-theme=light] {
    --body-bg: #f5f7fb;
    --body-color: #1A1A1A;
    --card-bg: #FFFFFF;
    --border-color: #b3b3b332;
    --button-bg: #E5E7EB;
    --white: #000;
    --black: #FFF;
    --black-l-100: rgba(255, 255, 255, 0.1);
    --black-l-200: rgba(255, 255, 255, 0.2);
    --black-l-300: rgba(255, 255, 255, 0.3);
    --black-l-400: rgba(255, 255, 255, 0.4);
    --black-l-500: rgba(255, 255, 255, 0.5);
    --black-l-600: rgba(255, 255, 255, 0.6);
    --black-l-700: rgba(255, 255, 255, 0.7);
    --black-l-800: rgba(255, 255, 255, 0.8);
    --black-l-900: rgba(255, 255, 255, 0.9);
    --white: #000;
    --white-l-100: rgba(0, 0, 0, 0.1);
    --white-l-200: rgba(0, 0, 0, 0.2);
    --white-l-300: rgba(0, 0, 0, 0.3);
    --white-l-400: rgba(0, 0, 0, 0.4);
    --white-l-500: rgba(0, 0, 0, 0.5);
    --white-l-600: rgba(0, 0, 0, 0.6);
    --white-l-700: rgba(0, 0, 0, 0.7);
    --white-l-800: rgba(0, 0, 0, 0.8);
    --white-l-900: rgba(0, 0, 0, 0.9);
}

[data-theme=light] .dashboard--footer {
    background-color: #fff;
    border: 1px solid rgba(179, 179, 179, 0.1960784314);
}

[data-theme=light] .help-card--wrap {
    background-color: #fff;
    border: 1px solid rgba(179, 179, 179, 0.1960784314);
}

[data-theme=light] .normal-logo-dark {
    display: block;
}

[data-theme=light] .normal-logo {
    display: none;
}

[data-theme=light] .sm-logo {
    display: none !important;
}

[data-theme=light] .sm-logo-dark {
    display: none !important;
}

[data-theme=light] .menu--sm .sm-logo-dark {
    display: block !important;
}

[data-theme=light] .export--btn {
    background-color: rgba(36, 41, 45, 0.1215686275);
    border: 1px solid rgba(179, 179, 179, 0.1960784314);
}

[data-theme=light] .dashboard-header .u-info {
    background-color: rgba(36, 41, 45, 0.1215686275);
    border: 1px solid rgba(179, 179, 179, 0.1960784314);
}

[data-theme=light] .card-bg--shape:before {
    display: none;
}

[data-theme=light] .table.tbl-style--seven thead tr th {
    background-color: rgba(59, 64, 70, 0.1019607843);
}

[data-theme=light] .datepicker--cell-day.-other-month-,
[data-theme=light] .datepicker--cell-year.-other-decade- {
    color: rgb(149, 149, 149);
}

[data-theme=light] .datepicker--day-name {
    color: #000000;
}

[data-theme=light] .datepicker {
    color: #000000;
}

[data-theme=light] .card-bg--two {
    background-color: #f8f8f8 !important;
}

[data-theme=light] .fc-daygrid-day-number span {
    color: #000000 !important;
}

[data-theme=light] .fc .fc-button .fc-icon {
    color: #fff !important;
}

[data-theme=light] .card-bg-shape--two:before {
    display: none;
}

[data-theme=light] .contact--card .user-cta--wrap .cta--btn {
    background-color: #dcdcdc;
}

[data-theme=light] .chat--board .chat--body .chat .text {
    background-color: #dcdcdc;
}

[data-theme=light] .chat--board .chat-message--box .inner--wrap {
    background-color: #dcdcdc;
}

[data-theme=light] button svg path {
    fill: #000;
}

[data-theme=light] .hero-heading {
    color: #000000;
}

[data-theme=light] .cd-num {
    color: #000000;
}

[data-theme=light] .invoice-header {
    background: #dcdcdc;
}

[data-theme=light] .totals-box {
    background: #dcdcdc;
}

[data-theme=light] .accordion .accordion-item {
    background: #eeeeee !important;
}

[data-theme=light] .modal--base .modal-dialog .modal-content::after {
    background-color: #808080;
}

[data-theme=light] .table.tbl-style--one tbody tr:nth-child(odd) {
    background: rgba(246, 134, 51, 0.0705882353) !important;
}

[data-theme=light] .table.tbl-style--one tbody tr:nth-child(even) {
    background-color: rgba(69, 59, 53, 0.0784313725) !important;
}

[data-theme=light] #chartFour svg path {
    fill: rgba(0, 0, 0, 0.2156862745);
}

[data-theme=light] .user-name--wrap h1 {
    color: #fff !important;
}

[data-theme=light] .user-name--wrap p {
    color: #fff !important;
}

[data-theme=light] .btn--dark {
    background: #d9d9d9;
}

[data-theme=light] .login--card {
    border: 1px solid #dcdcdc;
    padding: 24px;
    border-radius: 12px;
    background-color: #fff;
    z-index: 1;
    position: relative;
}

[data-theme=light] .social-option.text::before {
    background-color: #e5e5e5;
}

[data-theme=light] .social-option.text::after {
    border: 1px dashed rgba(0, 0, 0, 0.3);
}

[data-theme=light] div.dt-container .dt-paging .dt-paging-button.disabled,
[data-theme=light] div.dt-container .dt-paging .dt-paging-button.disabled:hover,
[data-theme=light] div.dt-container .dt-paging .dt-paging-button.disabled:active {
    color: #000 !important;
}

[data-theme=light] div.dt-container .dt-paging .dt-paging-button {
    color: #000 !important;
}

[data-theme=light] div.dt-container .dt-paging .dt-paging-button.current,
[data-theme=light] div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: #000 !important;
}

[data-theme=light] div.dt-container .dt-paging .dt-paging-button:hover {
    color: #000 !important;
}

.menu--sm .sm-logo-dark {
    display: block;
}

.menu--sm .normal-logo {
    display: none;
}

.menu--sm .normal-logo-dark {
    display: none;
}

.menu--sm:hover .sm-logo-dark {
    display: none;
}

.menu--sm:hover .normal-logo.active {
    display: block;
}

.menu--sm:hover .normal-logo-dark.active {
    display: block;
}

.menu--sm:hover .sm-logo.active {
    display: none !important;
}

.menu--sm:hover .sm-logo-dark.active {
    display: none !important;
}
/*# sourceMappingURL=main.css.map */
