* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: var(--body-bg);
    font-family: var(--inter-font);
    padding: 0 !important;
}

ul {
    list-style-type: none;
}

dl,
ol,
ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

li {
    padding: 0 !important;
    margin: 0 !important;
}

label {
    font-family: var(--Raleway-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: var(--label-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
input {
    font-family: var(--inter-font);
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* All Pages main Title Name */
.title-name {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px !important;
    color: var(--main-color-2);
}

/* All Pages Buttons */
.button-container button,
.button-container a {
    background: none;
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.15000000596046448px;
    transition: all 0.4s ease-in-out;
    background: var(--button-bg);
    color: var(--button-color);
    font-weight: 500;
    border-radius: 7px;
    cursor: pointer;
}

.button-container button:hover,
.button-container a:hover {
    background: var(--button-hover-bg);
    color: var(--button-hover-color);
}

button:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.mobileShow {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobileShow {
        display: block;
    }

    .desktopShow {
        display: none;
    }
}

@media screen and (max-width: 568px) {
    .title-name {
        font-size: 20px;
    }
}


/* <---All Page Header Section Start----> */
/* <---All Page Header Section Start----> */
/* <---All Page Header Section Start----> */
/* <---All Page Header Section Start----> */
/* Header Section */
.header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    min-height: 85px;
    background: var(--header-bg);
    padding: 0 32px;
    line-height: 85px;
    z-index: 9999;
}

.header .logo img {
    width: 152px;
}

.header .messaging-option .message-item {
    padding: 10px;
    transition: all 0.3s ease-in-out;
    color: var(--header-icon-color-1);
}

.header .messaging-option .message-item i {
    font-size: 20px;
}

.header .messaging-option .message-item:hover {
    background: #f1efef;
    color: var(--header-icon-color-2);
    border-radius: 5px;
}

.header .profile-action {
    padding-left: 10px;
}

.header .profile-action img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.header .open-btn {
    display: none;
}

.header .header-container {
    width: 100%;
}

.header .profile-action .profile-details .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
    color: var(--header-color-1);
}

.header .profile-action .profile-details .info {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: var(--header-color-2);
}

.header .profile-action .profile-details.dropdown-item {
    display: none;
}

.header .profile-action .profile-details.dropdown-item:hover {
    background: none;
}

.header .profile-action .dropdown-item {
    line-height: normal;
    color: var(--header-color-3);
}

.header .profile-action .dropdown-item:hover {
    background: var(--header-hover);
    color: var(--header-hover-color);
}

.header .profile-action .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    border-top: none;
    display: none !important;
}

/* Header Section Responsive */
@media screen and (max-width: 768px) {
    .header {
        padding: 0 5px;
    }

    /* .header .header-right {
        flex-direction: column;
    } */


    .header .open-btn {
        display: block;
    }

    .header .logo img {
        width: 120px;
    }
}

@media screen and (max-width: 550px) {
    .header .profile-action {
        gap: 0;
    }

    .header .profile-action .dropdown-toggle-split {
        padding: 0;
    }

    .header .messaging-option .message-item {
        padding: 8px;
    }

    /* .header .profile-action {
        padding-left: 0;
    } */

    .header .profile-action .profile-image {
        padding: 0;
    }

    .header .profile-action .profile-details {
        display: none;
    }

    .header .profile-action .profile-details.dropdown-item {
        display: block !important;
    }

    .header .profile-action .profile-details .name {
        color: var(--header-color-3);
        margin-bottom: 0;
    }

    .header .profile-action img {
        width: 28px;
        height: 28px;
    }
}

/* <---- All Pages Header Section End -----> */
/* <---- All Pages Header Section End -----> */
/* <---- All Pages Header Section End -----> */
/* <---- All Pages Header Section End -----> */


/* <---- All Pages Sidebar Section Start -----> */
/* <---- All Pages Sidebar Section Start -----> */
/* <---- All Pages Sidebar Section Start -----> */
/* <---- All Pages Sidebar Section Start -----> */
/* Sidebar */
#side_nav {
    background: var(--sidebar-bg);
    min-width: 200px;
    max-width: 200px;
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.sidebar .sidebar-container {
    position: fixed;
    height: 100vh;
    top: 85px;
    z-index: 9999;
    min-width: 200px;
    max-width: 200px;
    background: var(--sidebar-bg);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 40px 0;
    /* border-top: 1px solid var(--sidebar-border); */
}


.sidebar li a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-family: var(--inter-font);
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.15000000596046448px;
    text-align: left;
    color: var(--sidebar-color);
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
    margin: 1px 0;
}

.sidebar li a i {
    font-size: 20px;
}

.sidebar li a:hover {
    color: var(--sidebar-hover-color);
    background: var(--sidebar-hover);
}

.sidebar li a.sidebarActive {
    color: var(--sidebar-active);
    background: var(--sidebar-hover);
}

.sidebar li a.sidebarActive:hover {
    background: var(--sidebar-hover);
}

.sidebar .list-sidebar-bottom {
    margin-top: 60px;
}


/* Overlay styles */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2;
}

#side_nav.active+#overlay {
    display: block;
}

/* Prevent scrolling on the body when sidebar is active */
.no-scroll {
    overflow: hidden;
}

@media(max-width: 768px) {
    #side_nav {
        margin-left: -250px;
        position: absolute;
        height: 100vh;
        z-index: 9;

    }

    #side_nav.active {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    /* .main-container {
        display: flex;
    }

    .sidebar {
        flex-shrink: 0;
    } */

    .body-container {
        flex: 1;
        min-width: 0;
    }
}

/* ALl Page Body Size Control */
/* ALl Page Body Size Control */
/* ALl Page Body Size Control */
.body-container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    min-height: 100vh;
    padding: 20px;
}

@media screen and (max-width: 568px) {
    .body-container {
        padding: 20px 5px;
    }
}

/* <---All Page Sidebar Section End----> */
/* <---All Page Sidebar Section End----> */
/* <---All Page Sidebar Section End----> */
/* <---All Page Sidebar Section End----> */






/* <--- All Pages Table Section Start ----> */
/* <--- All Pages Table Section Start ----> */
/* <--- All Pages Table Section Start ----> */
.table-section .main-content {
    background: var(--table-body-bg);
    box-shadow: var(--box-shadow-1);
    overflow: hidden;
}

/* Table Header */
.table-section .table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: var(--table-header-bg);
    border-bottom: 1px solid #d4edda;
}

.table-section .table-header h1 {
    font-size: 1.5rem;
    color: var(--table-header-color);
    font-weight: 600;
}

/* Table Tabs */
.table-section .tabs {
    display: flex;
    flex-wrap: wrap;
    background: var(--table-header-bg);
    color: var(--table-header-color);
}

.table-section .tab {
    padding: 15px 25px;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--table-header-color);
    transition: all 0.3s ease;
}

.table-section .tab.active {
    color: var(--table-header-color);
    background: var(--table-tabActive-bg);
    border-bottom: 1px solid var(--table-tab-border);
}

.table-section .tab:hover {
    color: var(--table-tabHover-color);
}

/* Table Search */
.table-section .search-container {
    position: relative;
    min-width: 300px;
    padding: 0 10px;
}

.table-section .search-input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
    background: var(--search-input-bg);
    border: 1px solid var(--search-input-border);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.table-section .search-input:focus {
    border: 2px solid var(--search-input-border);
    background: var(--search-input-bg);
}

.table-section .search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--search-input-icon);
    font-size: 18px;
}

/* Table Container */
.table-container {
    overflow-x: auto;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
}

.table-container th,
.table-container td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid var(--table-border);
}

.table-container th {
    color: var(--table-head-color);
}

.table-container td {
    color: var(--table-body-color);
}

.table-container th {
    background: var(--table-head-bg);
    font-weight: 600;
    color: var(--table-head-color);
    font-size: 0.9rem;
}

.table-container tr:hover {
    background: var(--table-bodyHover-bg);
}

.table-container .action-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.table-container .action-btns button {
    font-size: 16px;
    transition: all 0.2s ease;
    border: none;
    background: none;
}

.table-container .action-btns .btn0 {
    color: var(--table-action-btn0);
}

.table-container .action-btns .btn1 {
    color: var(--table-action-btn1);
}

.table-container .action-btns .btn2 {
    color: var(--table-action-btn2);
}

.table-container .action-btns .btn3 {
    color: var(--table-action-btn3);
}

.table-container .action-btns button:hover {
    transform: scale(1.1);
}

/* Responsive */
@media screen and (max-width: 768px) {
    .table-section .table-header h1 {
        font-size: 1.3rem;
    }

    .table-section .search-container {
        min-width: 100%;
        margin-top: 15px;
    }
}


/*Table Modal Styles */
.table-container .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.table-container .modal-content {
    padding: 0;
    margin: auto;
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.table-container .modal-header {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.table-container .modal-header h3 {
    margin: 0;
    font-size: 1.2rem;
}

.table-container .modal .close {
    color: var(--modal-button-color-1);
    background: var(--modal-button-bg-1);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.table-container .modal .close:hover {
    transform: scale(1.1);
    color: var(--modal-button-color-2);
    background: var(--modal-button-bg-2);
}

.table-container .modal-body {
    padding: 20px;
}

.table-container .order-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.table-container .order-info h4 {
    margin: 0 0 5px 0;
    color: #495057;
}

.table-container .order-info p {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
}

/* Table Modal Responsive */
@media screen and (max-width: 1024px) {
    .table-container .modal {
        z-index: 9999;
    }
}

/* <--- All Pages Table Section End ----> */
/* <--- All Pages Table Section End ----> */
/* <--- All Pages Table Section End ----> */
/* <--- All Pages Table Section End ----> */





/* <--- Dashboard Page Start ----> */
/* Market Overview Section */
.dashboard-container .market-card {
    background: var(--item-bg-1);
    border-radius: 15px;
    padding: 24px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    box-shadow: var(--item-box-shadow);
}

.dashboard-container .market-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.dashboard-container .market-card .symbol {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.dashboard-container .market-card .symbol i {
    font-size: 24px;
    margin-right: 10px;
}

.dashboard-container .market-card.rising .symbol i {
    color: var(--item-color-2);
}

.dashboard-container .market-card.falling .symbol i {
    color: var(--item-color-3);
}

.dashboard-container .market-card .symbol span {
    font-size: 18px;
    font-weight: 600;
    color: var(--item-color-1);
}

.dashboard-container .market-card .price {
    margin-bottom: 15px;
}

.dashboard-container .market-card .price h3 {
    font-size: 24px;
    margin: 0;
    color: var(--item-color-1);
    font-weight: 600;
}

.dashboard-container .market-card .change {
    font-size: 14px;
    font-weight: 600;
}

.dashboard-container .market-card .change.positive {
    color: var(--item-color-2);
}

.dashboard-container .market-card .change.negative {
    color: var(--item-color-3);
}

.dashboard-container .market-card .sparkLine {
    height: 50px;
    width: 100%;
}

.dashboard-container .market-card .sparkLine svg {
    width: 100%;
    height: 100%;
}

.dashboard-container .market-card.rising .sparkLine .area {
    fill: url(#sparkLineGradient1);
}

.dashboard-container .market-card.falling .sparkLine .area {
    fill: url(#sparkLineGradient2);
}

.dashboard-container .market-card .sparkLine .line {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
}

.dashboard-container .market-card.rising .sparkLine .line {
    stroke: var(--item-color-2);
}

.dashboard-container .market-card.falling .sparkLine .line {
    stroke: var(--item-color-3);
}

.dashboard-container .market-card .sparkLine .dots circle {
    fill: var(--item-color-1);
    stroke-width: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dashboard-container .market-card.rising .sparkLine .dots circle {
    stroke: var(--item-color-2);
}

.dashboard-container .market-card.falling .sparkLine .dots circle {
    stroke: var(--item-color-3);
}

.dashboard-container .sparkLine:hover .dots circle {
    opacity: 1;
}

/*Market Overview Section Responsive */
@media (max-width: 768px) {
    .dashboard-container .market-card {
        padding: 16px;
        margin-bottom: 1rem;
    }

    .dashboard-container .market-card .symbol i {
        font-size: 20px;
    }

    .dashboard-container .market-card .symbol span {
        font-size: 16px;
    }

    .dashboard-container .market-card .price h3 {
        font-size: 20px;
    }
}

/* Chart Section */
.dashboard-container .main-chart {
    width: 100%;
    background: var(--main-chart-bg-1);
    padding: 0;
    border: 1px solid var(--main-chart-border);
    position: relative;
    box-shadow: var(--box-shadow-1);
}

.dashboard-container .main-chart .chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    gap: 1rem;
}

.dashboard-container .main-chart .chart-title h2 {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    color: var(--chart-color-3);
    font-weight: 600;
}

.dashboard-container .main-chart .timeframe {
    color: var(--chart-color-4);
    font-size: 0.9rem;
}

.dashboard-container .main-chart .chart-controls {
    display: flex;
    gap: 0.5rem;
    background: var(--main-chart-button-bg-1);
    padding: 0.25rem;
    border-radius: 10px;
    position: relative;
}

.dashboard-container .main-chart .chartTime-btn {
    background: transparent;
    border: none;
    color: var(--main-chart-button-color-2);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-family: inherit;
}

.dashboard-container .main-chart .chartTime-btn:hover {
    color: var(--main-chart-button-color-1);
    background: var(--main-chart-button-bg-2);
}

.dashboard-container .main-chart .chartTime-btn.active {
    color: var(--main-chart-button-color-1);
    background: var(--main-chart-button-bg-2);
}

.dashboard-container .main-chart .chart-container {
    height: 425px;
    background: var(--main-chart-bg-3);
    position: relative;
    overflow: hidden;
}

.dashboard-container .main-chart .chart-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        linear-gradient(rgba(168, 165, 174, 0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(171, 169, 179, 0.3) 1px, transparent 1px);
    background-size: 50px 50px;
    pointer-events: none;
}

.dashboard-container .main-chart .chart-y-axis {
    position: absolute;
    right: 1rem;
    top: 1rem;
    bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--chart-color-4);
    font-size: 0.8rem;
    pointer-events: none;
    z-index: 2;
}

.dashboard-container .main-chart .chart-x-axis {
    position: absolute;
    left: 1rem;
    right: 4rem;
    bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    color: var(--chart-color-4);
    font-size: 0.8rem;
    pointer-events: none;
    z-index: 2;
}

.dashboard-container .main-chart .chart-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.dashboard-container .main-chart .chart-line svg {
    width: 100%;
    height: 100%;
}

.dashboard-container .main-chart .chart-stroke {
    fill: none;
    stroke: var(--chart-line-color);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
}

.dashboard-container .main-chart .chart-area {
    fill: url(#chartGradient);
    stroke: none;
}

.dashboard-container .main-chart .price-points circle {
    fill: var(--item-line-color);
    stroke: rgba(13, 17, 28, 0.8);
    stroke-width: 2;
    transition: r 0.2s ease;
}

.dashboard-container .main-chart .price-points circle:hover {
    r: 6;
    cursor: pointer;
}

.dashboard-container .main-chart .chart-container:hover .chart-stroke {
    stroke-width: 2.5;
}

.dashboard-container .main-chart .chart-container:hover .price-points circle {
    r: 5;
}

/* Chart Section Responsive */
@media (max-width: 1265px) {
    .dashboard-container .main-chart .chart-header {
        text-align: center;
        flex-direction: column;
    }
}

@media (max-width: 768px) {

    .dashboard-container .main-chart .chart-header {
        gap: 1rem;
    }

    .dashboard-container .main-chart .chart-title h2 {
        font-size: 1.25rem;
    }

    .dashboard-container .main-chart .chart-controls {
        justify-content: center;
    }

    .dashboard-container .main-chart .chartTime-btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.85rem;
    }

    .dashboard-container .main-chart .chart-container {
        height: 280px;
        padding: 1rem;
    }

    .dashboard-container .main-chart .chart-y-axis {
        font-size: 0.7rem;
    }

    .dashboard-container .main-chart .chart-x-axis {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .dashboard-container .main-chart .chart-container {
        height: 220px;
        padding: 0.75rem;
    }

    .dashboard-container .main-chart .chart-controls {
        gap: 0.25rem;
        padding: 0.2rem;
    }

    .dashboard-container .main-chart .chartTime-btn {
        padding: 0.35rem 0.6rem;
        font-size: 0.8rem;
    }
}

/* Team Management */
.dashboard-container .team-management .table-container {
    height: 425px;
    overflow-y: auto;
    margin: 0;
}

.team-management .table-header {
    padding: 15px;
}

.team-management .user-table {
    width: 100%;
    border-collapse: collapse;
}

.team-management .user-table th {
    position: sticky;
    top: 0;
    z-index: 3;
}

.dashboard-container .team-management .user-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.3s ease;
    border: 1px solid var(--client-table-border);
}

.dashboard-container .team-management .user-photo:hover {
    transform: scale(1.1);
}



/* Modal Styles */
/* .dashboard-container .team-management .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
}

.dashboard-container .team-management .modal-content {
    background: var(--modal-bg-2);
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    animation: slideUp 0.3s ease;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard-container .team-management .modal-header {
    background: var(--modal-bg-1);
    color: var(--modal-color-2);
    padding: 25px 30px;
    position: relative;
}

.dashboard-container .team-management .modal-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--modal-color-2);
}

.dashboard-container .team-management .close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--modal-button-color-1);
    background: var(--modal-button-bg-1);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dashboard-container .team-management .close:hover {
    transform: translateY(-50%) scale(1.1);
    color: var(--modal-button-color-2);
    background: var(--modal-button-bg-2);
}

.dashboard-container .team-management .modal-body {
    padding: 30px;
} */

.dashboard-container .team-management .user-detail {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.dashboard-container .team-management .modal-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
    border: 4px solid var(--modal-border);
}

.dashboard-container .team-management .user-detail-info h3 {
    margin: 0 0 5px 0;
    font-size: 22px;
    color: var(--modal-color-1);
}

.dashboard-container .team-management .user-detail-info p {
    margin: 0;
    color: var(--modal-color-2);
    font-size: 16px;
}

.dashboard-container .team-management .detail-item {
    margin-bottom: 12px;
    border-bottom: 1px solid var(--modal-border);
}

.dashboard-container .team-management .detail-item label {
    font-weight: 700;
    color: var(--modal-color-2);
    display: block;
}

.dashboard-container .team-management .detail-item span {
    color: var(--modal-color-1);
    font-size: 16px;
}

.dashboard-container .team-management .hidden {
    display: none;
}

/* Responsive Design */
@media (max-width: 1264px) {
    .dashboard-container .team-management .table-header {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .dashboard-container .team-management .table-header {
        flex-direction: row;
    }

    .dashboard-container .team-management .search-container {
        min-width: 250px;
    }

    .dashboard-container .team-management .modal-body {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .dashboard-container .team-management .table-header {
        flex-direction: column;
        text-align: center;
    }
}

/* Permanence Section */
.dashboard-container .progress-card {
    background: var(--item-bg-1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: var(--item-box-shadow);
    margin-bottom: 20px;
    margin-top: 10px;
}

.dashboard-container .progress-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.dashboard-container .progress-circle {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
}

.dashboard-container .progress-circle svg {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
}

.dashboard-container .progress-circle .bg-circle {
    fill: none;
    stroke: var(--progress-bg);
    stroke-width: 8;
}

.dashboard-container .progress-circle .progress-ring {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dashoffset 2s ease-in-out;
}

.dashboard-container .progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--item-color-2);
}

.dashboard-container .progress-label {
    font-size: 20px;
    font-weight: 700;
    color: var(--item-color-1);
    margin-top: 10px;
}

.dashboard-container .progress-95 {
    stroke: var(--progress-4);
}

.dashboard-container .progress-90 {
    stroke: var(--progress-3);
}

.dashboard-container .progress-98 {
    stroke: var(--progress-2);
}

.dashboard-container .progress-10 {
    stroke: var(--progress-1);
}

@media (max-width: 768px) {
    .dashboard-container .performance-section .section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .dashboard-container .progress-circle {
        width: 100px;
        height: 100px;
    }

    .dashboard-container .progress-text {
        font-size: 1.5rem;
    }

    .dashboard-container .progress-card {
        padding: 20px 15px;
    }
}

@media (max-width: 576px) {
    .dashboard-container .section-title {
        font-size: 1.75rem;
    }

    .dashboard-container .progress-circle {
        width: 90px;
        height: 90px;
    }

    .dashboard-container .progress-text {
        font-size: 1.3rem;
    }
}

/* <--- Dashboard Page End ----> */










/* <--- Orders Page Start ----> */
/* Orders Dashboard */
.dashboard-order .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.dashboard-order .stat-card {
    background: var(--item-bg-1);
    padding: 20px;
    border-radius: 8px;
    box-shadow: var(--item-box-shadow);
}

.dashboard-order .stat-number {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.dashboard-order .stat-label {
    color: var(--item-color-4);
    font-size: 0.9rem;
}

.dashboard-order .stat-change {
    font-size: 0.8rem;
    margin-top: 5px;
}

.dashboard-order .stat-change.positive {
    color: var(--item-color-5);
}

.dashboard-order .stat-change.negative {
    color: var(--item-color-3);
}

/* Order Page Table */
.dashboard-order .table-container .product-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dashboard-order .table-container .product-image {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    object-fit: cover;
}

.dashboard-order .table-container .product-details h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--table-body-color);
}

.dashboard-order .table-container .product-details p {
    font-size: 12px;
    color: var(--table-body-info-color);
}

.dashboard-order .table-container .status {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.dashboard-order .table-container .status.pending {
    background: #fff3cd;
    color: #856404;
}

.dashboard-order .table-container .status.completed {
    background: #d4edda;
    color: #155724;
}

.dashboard-order .table-container .status.canceled {
    background: #f8d7da;
    color: #721c24;
}

.dashboard-order .table-container .status.undefined {
    background: #e2e3e5;
    color: #383d41;
}

.dashboard-order .table-container .modal .payment-row {
    padding: 10px 0;
    border-bottom: 1px solid #d1e7dd;
}

.dashboard-order .table-container .modal .payment-row {
    font-weight: 700;
}

.dashboard-order .table-container .modal .payment-row.total-amount {
    font-size: 22px;
}

/* Table Section Responsive */
@media screen and (max-width: 1175px) {
    .dashboard-order .table-section .table-header {
        flex-direction: column;
        justify-content: center;
    }

    .dashboard-order .table-section .table-header .tabs {
        justify-content: center;
    }

    .dashboard-order .table-section .tabs {
        order: calc(2);
    }
}


/* <--- Orders Page End ----> */





/* <--- Shipping Page Start ----> */
/* Shipping Dashboard */
/* Tracking Header */
.shipping-dashboard .tracking-header {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.shipping-dashboard .tracking-header .button-container {
    margin-bottom: 15px;
}

/*Shipping Tracking */
.shipping-tracking .order-details {
    background: var(--white-color);
    border-radius: 12px;
    box-shadow: var(--box-shadow-1);
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow-y: scroll;
}

.shipping-tracking .search-box {
    position: relative;
    margin: 15px 0;
}

.shipping-tracking .search-box input {
    border: 1px solid var(--search-input-bg);
    border-radius: 8px;
    padding: 12px 15px 12px 40px;
    width: 100%;
    font-size: 14px;
    border: 1px solid var(--search-input-border);
}

.shipping-tracking .search-box input:focus {
    border: 2px solid var(--search-input-border);
}

.shipping-tracking .search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--search-input-icon);
}

.shipping-tracking .tracking-item {
    padding: 15px 20px;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.shipping-tracking .tracking-item:hover {
    background-color: var(--tracking-hover-bg);
}

.shipping-tracking .tracking-item.active {
    background-color: var(--tracking-active-bg);
    border-left: 8px solid var(--color-3);
}

.shipping-tracking .tracking-id {
    font-weight: 600;
    color: var(--color-3);
    margin-bottom: 5px;
}

.shipping-tracking .tracking-status {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
    display: inline-block;
}

.shipping-tracking .status-delivered {
    background: #d4edda;
    color: #155724;
}

.shipping-tracking .status-transit {
    background: #fff3cd;
    color: #856404;
}

.shipping-tracking .status-pending {
    background: #f8d7da;
    color: #721c24;
}

.shipping-tracking .tracking-details {
    font-size: 12px;
    color: var(--color-1);
}

.shipping-tracking .tracking-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: white;
}

.shipping-tracking .icon-delivered {
    background: #28a745;
}

.shipping-tracking .icon-transit {
    background: #ffc107;
}

.shipping-tracking .icon-pending {
    background: #dc3545;
}

/* Tracking Map */
.shipping-tracking .map-container {
    background: var(--white-color);
    border-radius: 12px;
    box-shadow: var(--box-shadow-1);
    position: relative;
}

.shipping-tracking #map {
    height: 400px;
    border-radius: 12px 12px 0 0;
}

/* Tracking Details */
.shipping-tracking .tracking-info-panel {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
}

.shipping-tracking .live-tracking-badge {
    background: #e3f2fd;
    color: #1976d2;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.shipping-tracking .tracking-progress {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.shipping-tracking .progress-line {
    flex: 1;
    height: 10px;
    background: var(--progress-bg);
    border-radius: 2px;
    position: relative;
    margin: 0 10px;
}

.shipping-tracking .progress-fill {
    height: 100%;
    background: var(--progress-5);
    border-radius: 2px;
    transition: width 0.3s;
}

.shipping-tracking .progress-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--progress-5);
    border: 2px solid var(--white-color);
    box-shadow: 0 0 0 2px var(--progress-5);
}

.shipping-tracking .progress-dot.inactive {
    background: var(--progress-6);
    box-shadow: 0 0 0 2px var(--progress-6);
}

.shipping-tracking .tracking-timeline {
    margin-top: 20px;
}

.shipping-tracking .timeline-item {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}

.shipping-tracking .timeline-dot {
    width: 8px;
    height: 8px;
    background: var(--progress-6);
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 6px;
    flex-shrink: 0;
}

.shipping-tracking .timeline-dot.completed {
    background: var(--progress-5);
}

.shipping-tracking .timeline-content {
    flex: 1;
}

.shipping-tracking .timeline-title {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 14px;
}

.shipping-tracking .timeline-time {
    font-size: 12px;
    color: #6c757d;
}

.shipping-tracking .add-shipping-btn {
    background: #212529;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.shipping-tracking .courier-info {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 15px;
}

.shipping-tracking .courier-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 15px;
}

.shipping-tracking .distance-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
}

.shipping-tracking .info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
}

.shipping-tracking .info-label {
    color: #6c757d;
}

.shipping-tracking .info-value {
    font-weight: 500;
}

/* Shipping Page  Section Responsive */
@media screen and (max-width: 420px) {
    .shipping-dashboard .tracking-header {
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }
}

/* <--- Shipping Page End ----> */





/* <--- Overview Page Start ----> */
/* Dashboard Overview */
/* Selling Overview */
.overview-container .selling-overview .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.overview-container .selling-overview .stat-card {
    background: var(--item-bg-1);
    padding: 20px;
    border-radius: 8px;
    box-shadow: var(--item-box-shadow);
}

.overview-container .selling-overview .stat-number {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--item-color-1);
}

.overview-container .selling-overview .stat-label {
    color: var(--item-color-4);
    font-size: 0.9rem;
}

.overview-container .selling-overview .stat-change {
    font-size: 0.8rem;
    margin-top: 5px;
}

.overview-container .selling-overview .stat-change.positive {
    color: #28a745;
}

.overview-container .selling-overview .stat-change.negative {
    color: #dc3545;
}


.overview-container .chart-container {
    background: var(--main-chart-bg-1);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Main Chart Section */
.overview-container .chart-title {
    color: var(--color-3);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.overview-container .time-filter {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.overview-container .time-filter .btn {
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 0.9rem;
}

.overview-container .time-filter button.btn.btn-primary {
    background: var(--button-hover-bg);
    color: var(--button-hover-color);
}

.overview-container .time-filter .btn:hover {
    background: var(--button-bg) !important;
    color: var(--button-color) !important;
}


.overview-container .stats-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.overview-container .stat-item {
    text-align: center;
    flex: 1;
    min-width: 120px;
    margin: 5px;
}

.overview-container .stat-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: #495057;
}

.overview-container .stat-label {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 5px;
}

.overview-container .stat-change {
    font-size: 0.8rem;
}

.overview-container .stat-change.positive {
    color: #28a745;
}

.overview-container .stat-change.negative {
    color: #dc3545;
}

/* Main Chart */
.overview-container .main-chart-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
}

.overview-container .main-chart-wrapper #ticketChart {
    width: 100% !important;
}

/* Monthly User Growth Chart */
.overview-container .side-chart-wrapper {
    height: 300px;
    position: relative;
}

.overview-container .side-chart-wrapper #userGrowthChart {
    width: 100% !important;
}

/* Social Media Traffic */
.overview-container .progress-section {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.overview-container .progress-item {
    margin-bottom: 20px;
}

.overview-container .progress-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #495057;
}

.overview-container .custom-progress {
    height: 8px;
    border-radius: 10px;
    background-color: #e9ecef;
}

.overview-container .custom-progress-bar {
    height: 100%;
    border-radius: 10px;
    transition: width 0.6s ease;
}

/* Overview Page Section Responsive */
@media (max-width: 768px) {
    .overview-container .metric-number {
        font-size: 2.2rem;
    }

    .overview-container .time-filter {
        justify-content: center;
    }

    .overview-container .stats-row {
        justify-content: center;
    }
}


/* <--- Overview Page End ----> */





/* <--- Products Page Start ----> */
/* Products Dashboard */
.products-dashboard .products-header .button-container {
    margin-bottom: 15px;
}

/* Product Search Bar */
.products-container .search-container {
    position: relative;
    margin-bottom: 30px;
}

.products-container .search-input {
    border: none;
    border-radius: 15px;
    padding: 15px 50px 15px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid var(--search-input-border);
}

.products-container .search-input:focus {
    outline: none;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
    transform: translateY(-2px);
    border: 2px solid var(--search-input-border);
}

.products-container .search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--search-input-icon);
}

/* Product Section */
.products-container .product-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.products-container .product-row .product-item {
    background: var(--item-bg-1);
    border-radius: 10px;
    box-shadow: var(--item-box-shadow);
}

.products-container .product-card {
    overflow: hidden;
    transition: all 0.3s ease;
}

.products-container .product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.products-container .product-content {
    padding: 20px;
}

.products-container .product-title {
    font-weight: 700;
    color: var(--color-3);
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.products-container .product-description {
    color: var(--color-6);
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.products-container .product-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-4);
    margin-bottom: 15px;
}

.products-container .addCart-btn {
    background: var(--button-bg);
    border: none;
    border-radius: 10px;
    padding: 8px 20px;
    color: var(--button-color);
    font-weight: 500;
    transition: all 0.3s ease;
}

.products-container .addCart-btn:hover {
    box-shadow: 0 5px 15px rgba(16, 185, 129, 0.3);
    color: var(--button-hover-color);
    background: var(--button-hover-bg);
}

.products-container .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--button-bg);
    color: var(--button-color);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.products-container .close-btn:hover {
    background: var(--button-hover-bg);
    color: var(--button-hover-color);
    transform: scale(1.1);
}

.products-container .activity-card {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 20px;
    color: white;
    padding: 25px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.products-container .activity-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(30px, -30px);
}

.products-container .activity-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.products-container .revenue-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.products-container .revenue-card:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.products-container .no-products {
    text-align: center;
    padding: 50px 20px;
    color: #64748b;
}

.products-container .no-products i {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.3;
}

/* Products Section Responsive */
@media screen and (max-width: 992px) {
    .products-container .product-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .products-container .product-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .products-container .products-container {
        margin: 10px;
        padding: 20px;
    }

    .products-container .product-card {
        margin-bottom: 20px;
    }

    .products-container .activity-number {
        font-size: 2rem;
    }
}


/* <--- Products Page End ----> */







/* <----History Page Start ----> */

/* History Dashboard */
/* History tabs */
.history-container .nav-tabs {
    border: none;
    margin-bottom: 20px;
}

.history-container .nav-tabs .nav-link.active {
    color: var();
    background: var(--table-tabActive-bg);
    border-bottom: 1px solid var(--table-tab-border);
}

.history-container .nav-tabs .nav-link:hover {
    color: var(--table-tabHover-color);
}

/* History Date Filters */
.history-container .date-filters {
    display: flex;
    align-items: center;
    gap: 12px;
}

.history-container .date-input-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.history-container .date-input {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
    background: white;
    min-width: 140px;
}

/* History Customer Info */
.history-container .customer-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.history-container .customer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.history-container .customer-name {
    font-weight: 500;
    color: #212529;
    margin: 0;
}

.history-container .status-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.history-container .status-delivered {
    background: #fff3cd;
    color: #856404;
}

.history-container .status-Completed {
    background: #d1e7dd;
    color: #0f5132;
}

.history-container .status-cancelled {
    background: #f8d7da;
    color: #721c24;
}

.history-container .payment-method {
    font-weight: 500;
    color: #495057;
}

.history-container .time-remaining {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6c757d;
    font-size: 14px;
}

.history-container .order-type {
    font-weight: 500;
}

.history-container .order-type.delivery {
    color: #dc3545;
}

.history-container .order-type.Completed {
    color: #495057;
}

.history-container .total-amount {
    font-weight: 600;
    color: #212529;
}

.history-container .action-dropdown {
    position: relative;
}

.history-container .action-btn {
    background: none;
    border: none;
    padding: 8px;
    border-radius: 4px;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.2s;
}

.history-container .action-btn:hover {
    background: #f8f9fa;
    color: #495057;
}

.history-container .dropdown-menu {
    min-width: 120px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
}

.history-container .dropdown-item {
    padding: 8px 16px;
    font-size: 14px;
    color: #495057;
    transition: all 0.2s;
}

.history-container .dropdown-item:hover {
    background: #f8f9fa;
    color: #212529;
}

.history-container .dropdown-item.text-danger:hover {
    background: #f8d7da;
    color: #721c24;
}

/* History page Responsive */
@media (max-width: 1150px) {
    .history-container .customer-avatar {
        display: none;
    }
}

@media (max-width: 1080px) {
    .history-container .table-header.filter-section {
        flex-direction: column;
        justify-content: center;
        padding-top: 10px;
    }

    .history-container .nav-tabs {
        order: calc(2);
        justify-content: center;
    }

    .history-container .date-filters {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .history-container .history-container {
        margin: 10px;
        border-radius: 8px;
    }

    .history-container .history-header,
    .history-container .filter-section {
        padding: 16px 20px;
    }

    .history-container .order-title {
        font-size: 20px;
    }

    .history-container .customer-info {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .history-container .customer-avatar {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

@media screen and (max-width: 380px) {
    .history-container .date-filters {
        flex-direction: column;
        justify-content: center;
    }
}

/* <----History Page End ----> */







/* <---- Customers Page Start ----> */
/* Customers Dashboard */
.customers-container .customers-header {
    background: var(--white-color);
    padding: 1.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
}

.customers-container .customer-count {
    color: var(--table-head-color);
    font-size: 15px;
    font-weight: 500;
}

.customers-container .customers-filters {
    padding: 1rem 1.5rem;
    background: var(--table-header-bg);
}

.customers-container .search-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    padding: 0;
    padding-right: 10px;
}

.customers-container .search-input {
    border: 1px solid var(--search-input-border);
    border-radius: 0.375rem;
    width: 100%;
}

.customers-container .search-input:focus {
    border: 2px solid var(--search-input-border);
    box-shadow: none;
}

.customers-container .customer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.customers-container .customer-name {
    font-weight: 500;
    color: #212529;
    margin-left: 0.75rem;
}

.customers-container .status-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    border: none;
    white-space: nowrap;
}

.customers-container .status-subscribed {
    background-color: #d4edda;
    color: #155724;
}

.customers-container .status-not-subscribed {
    background-color: #f8d7da;
    color: #721c24;
}

.customers-container .status-pending {
    background-color: #fff3cd;
    color: #856404;
}

.customers-container .action-btns {
    display: flex;
    gap: 10px;
}

.customers-container .dropdown-toggle::after {
    display: none;
}

.customers-container .action-btns button:hover {
    background-color: var(--bg-light);
    color: #495057;
}

.customers-container .ban-btn:hover {
    color: #dc3545 !important;
}

.customers-container .view-btn:hover {
    color: #0d6efd !important;
}

.customers-container .trash-btn:hover {
    color: #dc3545 !important;
}

.customers-container .no-results {
    text-align: center;
    padding: 3rem;
    color: var(--text-muted);
}

.customers-container .modal-content {
    margin-top: 116px;
}

/* Customers Dropdown Select */
.customers-container .dropdown-menu {
    min-width: 180px;
    border: 1px solid var(--border-color);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.customers-container .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.customers-container .dropdown-item i {
    width: 1rem;
    margin-right: 0.5rem;
}

.customers-container .dropdown-divider {
    margin: 0.25rem 0;
}

/* Customers Filter Modal */
.customers-container .filter-badge {
    background-color: var(--white-color);
    color: var(--color-3);
    padding: 0.25rem 0;
    border-radius: 0.25rem;
    font-size: 14px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
}

.customers-container .filter-badge button {
    background: none;
    border: none;
    color: var(--color-4);
    margin-left: 0.5rem;
    padding: 0;
    font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .customers-container .customer-avatar {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }

    .customers-container .customer-name {
        font-size: 0.875rem;
    }

    .customers-container .search-container {
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .customers-container .btn-sm-full {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .customers-container .action-btns {
        flex-direction: column;
        gap: 0.125rem;
    }

    .customers-container .action-btns button {
        padding: 0.25rem;
        font-size: 0.75rem;
    }

    .table-responsive {
        border: none;
    }

    .customers-container .status-badge {
        font-size: 0.625rem;
        padding: 0.125rem 0.5rem;
    }
}

@media (max-width: 480px) {
    .customers-container .customer-name {
        margin-left: 0.5rem;
        font-size: 0.8rem;
    }
}

/* Active Filters */
.customers-container .active-filters {
    padding: 0 0;
    padding-bottom: 1rem;
}

.customers-container .active-filters:empty {
    display: none;
}

/* Bulk Actions */
.customers-container .bulk-actions {
    background-color: var(--table-header-bg);
    color: white;
    margin: 10px 0;
    display: none;
    padding: 10px;
}

.customers-container .bulk-actions.show {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/*  Section Responsive */
@media screen and (max-width: 992px) {}

/* <---- Customers Page End ----> */







/* <---- Page Start ----> */
/*  Section Responsive */
@media screen and (max-width: 992px) {}

/* <---- Page End ----> */