/* _content/CheckenStore/Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-x2h25pdzk2] {
    min-height: 100vh;
    background: #f7fafc;
    display: flex;
    flex-direction: column;
}

.modern-topbar[b-x2h25pdzk2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.topbar-container[b-x2h25pdzk2] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-section[b-x2h25pdzk2] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 12px;
}

.brand-section:hover[b-x2h25pdzk2] {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.02);
}

.brand-section i[b-x2h25pdzk2] {
    font-size: 32px;
}

.brand-name[b-x2h25pdzk2] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.user-section[b-x2h25pdzk2] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-badge[b-x2h25pdzk2] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 24px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.user-badge i[b-x2h25pdzk2] {
    font-size: 18px;
}

.logout-btn[b-x2h25pdzk2] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}

.logout-btn:hover[b-x2h25pdzk2] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.main-content[b-x2h25pdzk2] {
    flex: 1;
    width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .topbar-container[b-x2h25pdzk2] {
        padding: 10px 16px;
    }

    .brand-section[b-x2h25pdzk2] {
        font-size: 18px;
    }

    .brand-section i[b-x2h25pdzk2] {
        font-size: 24px;
    }

    .user-badge[b-x2h25pdzk2] {
        padding: 6px 12px;
        font-size: 14px;
    }

    .logout-btn[b-x2h25pdzk2] {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .brand-name[b-x2h25pdzk2] {
        display: none;
    }

    .user-badge span[b-x2h25pdzk2] {
        display: none;
    }

    .user-badge[b-x2h25pdzk2] {
        width: 36px;
        height: 36px;
        padding: 0;
        justify-content: center;
    }
}
/* _content/CheckenStore/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-fwx97rmoto] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-fwx97rmoto] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-fwx97rmoto] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-fwx97rmoto] {
    font-size: 1.1rem;
}

.bi[b-fwx97rmoto] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-fwx97rmoto] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-fwx97rmoto] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-fwx97rmoto] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-fwx97rmoto] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-fwx97rmoto] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-fwx97rmoto] {
        padding-bottom: 1rem;
    }

    .nav-item[b-fwx97rmoto]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-fwx97rmoto]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-fwx97rmoto]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-fwx97rmoto] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-fwx97rmoto] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-fwx97rmoto] {
        display: none;
    }

    .nav-scrollable[b-fwx97rmoto] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/CheckenStore/Components/Pages/AccountProcessingPage.razor.rz.scp.css */
.dashboard-container[b-juafwts6dj] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    animation: fadeIn-b-juafwts6dj 0.4s ease-out;
}

@keyframes fadeIn-b-juafwts6dj {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dashboard-header[b-juafwts6dj] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
    padding: 20px;
    background: linear-gradient(135deg, #4299e1 0%, #2c5282 100%);
    border-radius: 16px;
    color: white;
    box-shadow: 0 10px 30px rgba(66, 153, 225, 0.3);
}

.back-btn[b-juafwts6dj] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.back-btn:hover[b-juafwts6dj] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.header-content[b-juafwts6dj] {
    flex: 1;
}

.dashboard-title[b-juafwts6dj] {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dashboard-title i[b-juafwts6dj] {
    font-size: 36px;
}

.dashboard-subtitle[b-juafwts6dj] {
    font-size: 16px;
    margin: 0;
    opacity: 0.95;
}

.dashboard-cards[b-juafwts6dj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.dashboard-card[b-juafwts6dj] {
    position: relative;
    background: white;
    border-radius: 16px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-card[b-juafwts6dj]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--card-color-1), var(--card-color-2));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.dashboard-card:hover[b-juafwts6dj]::before {
    transform: scaleX(1);
}

.dashboard-card:hover[b-juafwts6dj] {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.card-icon[b-juafwts6dj] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    background: linear-gradient(135deg, var(--card-color-1), var(--card-color-2));
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-content[b-juafwts6dj] {
    flex: 1;
}

.card-title[b-juafwts6dj] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 8px 0;
}

.card-description[b-juafwts6dj] {
    font-size: 14px;
    color: #718096;
    margin: 0;
    line-height: 1.5;
}

.card-arrow[b-juafwts6dj] {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f7fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4a5568;
    transition: all 0.3s ease;
}

.dashboard-card:hover .card-arrow[b-juafwts6dj] {
    background: linear-gradient(135deg, var(--card-color-1), var(--card-color-2));
    color: white;
    transform: translateX(-4px);
}

.card-blue[b-juafwts6dj] {
    --card-color-1: #4299e1;
    --card-color-2: #2c5282;
}

.card-indigo[b-juafwts6dj] {
    --card-color-1: #5a67d8;
    --card-color-2: #434190;
}

@media (max-width: 768px) {
    .dashboard-container[b-juafwts6dj] {
        padding: 16px;
    }

    .dashboard-header[b-juafwts6dj] {
        padding: 16px;
    }

    .dashboard-title[b-juafwts6dj] {
        font-size: 24px;
    }

    .dashboard-cards[b-juafwts6dj] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 16px;
    }
}
/* _content/CheckenStore/Components/Pages/AccountsManagement.razor.rz.scp.css */
/* ????? ????? ???????? */

/* ??????? ??? ??????? ???????? */
.management-page[b-gzex7mk7t5] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-gzex7mk7t5] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.back-btn[b-gzex7mk7t5] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    flex-shrink: 0;
}

.back-btn:hover[b-gzex7mk7t5] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.header-info[b-gzex7mk7t5] {
    flex: 1;
}

.header-info h1[b-gzex7mk7t5] {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-info h1 i[b-gzex7mk7t5] {
    color: #667eea;
}

.header-info p[b-gzex7mk7t5] {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.add-btn[b-gzex7mk7t5] {
    padding: 12px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.add-btn:hover[b-gzex7mk7t5] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

/* Search Bar */
.search-bar[b-gzex7mk7t5] {
    background: white;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.search-filters[b-gzex7mk7t5] {
    display: flex;
    gap: 16px;
    align-items: center;
}

.search-input-group[b-gzex7mk7t5] {
    flex: 1;
}

.filter-group[b-gzex7mk7t5] {
    min-width: 200px;
}

.filter-select[b-gzex7mk7t5] {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    background: white;
    color: #2d3748;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-select:focus[b-gzex7mk7t5] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Type Badge */
.type-badge[b-gzex7mk7t5] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 13px;
    font-weight: 600;
}

/* View Button */
.btn-view[b-gzex7mk7t5] {
    background: #e6fffa;
    color: #38b2ac;
}

.btn-view:hover[b-gzex7mk7t5] {
    background: #38b2ac;
    color: white;
    transform: scale(1.1);
}

/* View Modal - Larger */
.modal-large[b-gzex7mk7t5] {
    max-width: 700px;
}

.detail-grid[b-gzex7mk7t5] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.detail-item[b-gzex7mk7t5] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-item.full-width[b-gzex7mk7t5] {
    grid-column: 1 / -1;
}

.detail-item label[b-gzex7mk7t5] {
    font-size: 14px;
    font-weight: 600;
    color: #718096;
}

.detail-item p[b-gzex7mk7t5] {
    font-size: 15px;
    color: #2d3748;
    margin: 0;
    padding: 12px;
    background: #f7fafc;
    border-radius: 8px;
    min-height: 44px;
    display: flex;
    align-items: center;
}

/* Form Card */
.form-card[b-gzex7mk7t5] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    animation: slideDown-b-gzex7mk7t5 0.3s ease-out;
}

@keyframes slideDown-b-gzex7mk7t5 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-header[b-gzex7mk7t5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}

.form-header h3[b-gzex7mk7t5] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.close-btn[b-gzex7mk7t5] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f7fafc;
    border: none;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover[b-gzex7mk7t5] {
    background: #e2e8f0;
    color: #4a5568;
}

.form-grid[b-gzex7mk7t5] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.form-group[b-gzex7mk7t5] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width[b-gzex7mk7t5] {
    grid-column: 1 / -1;
}

.form-group label[b-gzex7mk7t5] {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.form-input[b-gzex7mk7t5],
.form-textarea[b-gzex7mk7t5] {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input:focus[b-gzex7mk7t5],
.form-textarea:focus[b-gzex7mk7t5] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-textarea[b-gzex7mk7t5] {
    min-height: 100px;
    resize: vertical;
}

.form-actions[b-gzex7mk7t5] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.btn-save[b-gzex7mk7t5] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-save:hover[b-gzex7mk7t5] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-cancel[b-gzex7mk7t5] {
    padding: 12px 24px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel:hover[b-gzex7mk7t5] {
    background: #e2e8f0;
}

/* Data Table */
.data-table[b-gzex7mk7t5] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

table[b-gzex7mk7t5] {
    width: 100%;
    border-collapse: collapse;
}

thead[b-gzex7mk7t5] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

thead th[b-gzex7mk7t5] {
    padding: 16px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
}

tbody tr[b-gzex7mk7t5] {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

tbody tr:hover[b-gzex7mk7t5] {
    background: #f7fafc;
}

tbody td[b-gzex7mk7t5] {
    padding: 16px;
    color: #2d3748;
    font-size: 14px;
}

.no-data[b-gzex7mk7t5] {
    text-align: center !important;
    padding: 60px 20px !important;
    color: #a0aec0;
}

.no-data i[b-gzex7mk7t5] {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
    opacity: 0.5;
}

.no-data p[b-gzex7mk7t5] {
    margin: 0;
    font-size: 16px;
}

.actions[b-gzex7mk7t5] {
    display: flex;
    gap: 8px;
}

.btn-icon[b-gzex7mk7t5] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.btn-edit[b-gzex7mk7t5] {
    background: #edf2f7;
    color: #4299e1;
}

.btn-edit:hover[b-gzex7mk7t5] {
    background: #4299e1;
    color: white;
    transform: scale(1.1);
}

.btn-delete[b-gzex7mk7t5] {
    background: #fff5f5;
    color: #f56565;
}

.btn-delete:hover[b-gzex7mk7t5] {
    background: #f56565;
    color: white;
    transform: scale(1.1);
}

/* Loading States */
.loading-container[b-gzex7mk7t5] {
    background: white;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.spinner-large[b-gzex7mk7t5] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-gzex7mk7t5 0.8s linear infinite;
    margin: 0 auto 16px;
}

.spinner[b-gzex7mk7t5] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-gzex7mk7t5 0.6s linear infinite;
    display: inline-block;
}

@keyframes spin-b-gzex7mk7t5 {
    to { transform: rotate(360deg); }
}

/* Alert */
.alert[b-gzex7mk7t5] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.alert-danger[b-gzex7mk7t5] {
    background: #fff5f5;
    border: 1px solid #fc8181;
    color: #c53030;
}

/* Modal */
.modal-overlay[b-gzex7mk7t5] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn-b-gzex7mk7t5 0.2s ease-out;
}

@keyframes fadeIn-b-gzex7mk7t5 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-gzex7mk7t5] {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-gzex7mk7t5 0.3s ease-out;
}

@keyframes slideUp-b-gzex7mk7t5 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-gzex7mk7t5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h3[b-gzex7mk7t5] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.modal-body[b-gzex7mk7t5] {
    padding: 24px;
}

.modal-body p[b-gzex7mk7t5] {
    margin: 0 0 12px 0;
    color: #2d3748;
    font-size: 15px;
}

.modal-body strong[b-gzex7mk7t5] {
    color: #1a202c;
}

.warning-text[b-gzex7mk7t5] {
    color: #e53e3e !important;
    font-size: 14px !important;
}

.modal-footer[b-gzex7mk7t5] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 24px;
    border-top: 1px solid #e2e8f0;
}

.btn-delete-confirm[b-gzex7mk7t5] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f56565 0%, #c53030 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-delete-confirm:hover[b-gzex7mk7t5] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 101, 101, 0.4);
}

.btn-delete-confirm:disabled[b-gzex7mk7t5],
.btn-save:disabled[b-gzex7mk7t5],
.btn-cancel:disabled[b-gzex7mk7t5] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* Responsive for filters */
@media (max-width: 768px) {
    .management-page[b-gzex7mk7t5] {
        padding: 16px;
    }

    .page-header[b-gzex7mk7t5] {
        flex-wrap: wrap;
        padding: 16px;
    }

    .header-info h1[b-gzex7mk7t5] {
        font-size: 22px;
    }

    .add-btn[b-gzex7mk7t5] {
        width: 100%;
        justify-content: center;
    }

    .search-filters[b-gzex7mk7t5] {
        flex-direction: column;
    }

    .filter-group[b-gzex7mk7t5] {
        width: 100%;
    }

    .form-grid[b-gzex7mk7t5] {
        grid-template-columns: 1fr;
    }

    .detail-grid[b-gzex7mk7t5] {
        grid-template-columns: 1fr;
    }

    .data-table[b-gzex7mk7t5] {
        overflow-x: auto;
    }

    table[b-gzex7mk7t5] {
        min-width: 600px;
    }
}

@media (max-width: 480px) {
    .back-btn[b-gzex7mk7t5] {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .header-info h1[b-gzex7mk7t5] {
        font-size: 18px;
    }

    .form-card[b-gzex7mk7t5] {
        padding: 16px;
    }

    .type-badge[b-gzex7mk7t5] {
        font-size: 12px;
        padding: 3px 10px;
    }

    thead th[b-gzex7mk7t5],
    tbody td[b-gzex7mk7t5] {
        padding: 12px 8px;
        font-size: 13px;
    }
}

/* Pagination */
.pagination-info[b-gzex7mk7t5] {
    text-align: center;
    padding: 16px;
    background: white;
    color: #4a5568;
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid #e2e8f0;
}

.pagination[b-gzex7mk7t5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    background: white;
    border-top: 1px solid #e2e8f0;
}

.page-btn[b-gzex7mk7t5] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: white;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-btn:hover:not(:disabled)[b-gzex7mk7t5] {
    background: #667eea;
    color: white;
    border-color: #667eea;
    transform: scale(1.05);
}

.page-btn:disabled[b-gzex7mk7t5] {
    opacity: 0.4;
    cursor: not-allowed;
}

.page-info[b-gzex7mk7t5] {
    padding: 0 20px;
    font-weight: 600;
    color: #2d3748;
    font-size: 15px;
}

/* _content/CheckenStore/Components/Pages/AgentBalances.razor.rz.scp.css */
/* Agent Balances Page Styles */
.balances-page[b-mdz41z80n4] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 100vh;
}

/* Page Header */
.balances-page .page-header[b-mdz41z80n4] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.balances-page .back-btn[b-mdz41z80n4] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #f7fafc;
    color: #4a5568;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.balances-page .back-btn:hover[b-mdz41z80n4] {
    background: #667eea;
    color: white;
    transform: scale(1.1);
}

.balances-page .header-info[b-mdz41z80n4] {
    flex: 1;
}

.balances-page .header-info h1[b-mdz41z80n4] {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.balances-page .header-info p[b-mdz41z80n4] {
    margin: 0;
    color: #718096;
    font-size: 14px;
}

/* Search Panel */
.balances-page .search-panel[b-mdz41z80n4] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.balances-page .search-box[b-mdz41z80n4] {
    position: relative;
    max-width: 500px;
}

.balances-page .search-box i[b-mdz41z80n4] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #718096;
    font-size: 18px;
}

.balances-page .search-box input[b-mdz41z80n4] {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.balances-page .search-box input:focus[b-mdz41z80n4] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Loading */
.balances-page .loading-container[b-mdz41z80n4] {
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.balances-page .spinner-large[b-mdz41z80n4] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-mdz41z80n4 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-mdz41z80n4 {
    to { transform: rotate(360deg); }
}

/* Data Section */
.balances-page .data-section[b-mdz41z80n4] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.balances-page .data-table[b-mdz41z80n4] {
    overflow-x: auto;
}

.balances-page .data-table table[b-mdz41z80n4] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.balances-page .data-table thead[b-mdz41z80n4] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.balances-page .data-table th[b-mdz41z80n4] {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}

.balances-page .data-table td[b-mdz41z80n4] {
    padding: 15px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.balances-page .data-table tbody tr[b-mdz41z80n4] {
    transition: all 0.2s ease;
}

.balances-page .data-table tbody tr:nth-child(even)[b-mdz41z80n4] {
    background: #f7fafc;
}

.balances-page .data-table tbody tr:hover[b-mdz41z80n4] {
    background: #edf2f7;
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.balances-page .amount[b-mdz41z80n4] {
    color: #667eea;
    font-weight: 700;
    font-size: 16px;
}

.balances-page .balance-badge[b-mdz41z80n4] {
    padding: 6px 14px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
}

.balances-page .balance-badge.balance-credit[b-mdz41z80n4] {
    background: #d1fae5;
    color: #065f46;
}

.balances-page .balance-badge.balance-debit[b-mdz41z80n4] {
    background: #fee2e2;
    color: #991b1b;
}

/* Actions */
.balances-page .actions[b-mdz41z80n4] {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.balances-page .btn-icon[b-mdz41z80n4] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.balances-page .btn-statement[b-mdz41z80n4] {
    background: #dbeafe;
    color: #1e40af;
}

.balances-page .btn-statement:hover[b-mdz41z80n4] {
    background: #1e40af;
    color: white;
    transform: scale(1.1);
}

.balances-page .no-data[b-mdz41z80n4] {
    text-align: center;
    padding: 60px 20px;
    color: #a0aec0;
}

.balances-page .no-data i[b-mdz41z80n4] {
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.5;
}

.balances-page .no-data p[b-mdz41z80n4] {
    margin: 0;
    font-size: 16px;
}

/* Totals Row */
.balances-page .totals-row[b-mdz41z80n4] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-top: 3px solid #667eea;
}

.balances-page .totals-row td[b-mdz41z80n4] {
    padding: 16px;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .balances-page[b-mdz41z80n4] {
        padding: 10px;
    }
    
    .balances-page .page-header[b-mdz41z80n4] {
        flex-wrap: wrap;
        padding: 15px;
    }
    
    .balances-page .header-info h1[b-mdz41z80n4] {
        font-size: 20px;
    }
    
    .balances-page .search-panel[b-mdz41z80n4] {
        padding: 15px;
    }
    
    .balances-page .search-box[b-mdz41z80n4] {
        max-width: 100%;
    }
    
    .balances-page .data-table[b-mdz41z80n4] {
        font-size: 12px;
    }
    
    .balances-page .data-table th[b-mdz41z80n4],
    .balances-page .data-table td[b-mdz41z80n4] {
        padding: 10px 8px;
    }
}

/* _content/CheckenStore/Components/Pages/AgentStatement.razor.rz.scp.css */
/* Agent Statement Page Styles */
.statement-page[b-k11yb245sl] {
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 100vh;
}

/* Header */
.statement-page .page-header[b-k11yb245sl] {
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.statement-page .back-btn[b-k11yb245sl] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f7fafc;
    color: #4a5568;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.statement-page .back-btn:hover[b-k11yb245sl] {
    background: #667eea;
    color: white;
    transform: scale(1.1);
}

.statement-page .header-info[b-k11yb245sl] {
    flex: 1;
}

.statement-page .header-info h1[b-k11yb245sl] {
    margin: 0;
    font-size: 18px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 8px;
}

.statement-page .header-info p[b-k11yb245sl] {
    margin: 0;
    color: #718096;
    font-size: 12px;
    display: none;
}

.statement-page .btn-print[b-k11yb245sl] {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    background: #10b981;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.statement-page .btn-print:hover[b-k11yb245sl] {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

/* Filters Panel */
.statement-page .filters-panel[b-k11yb245sl] {
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.statement-page .form-row[b-k11yb245sl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    align-items: end;
}

.statement-page .form-group[b-k11yb245sl] {
    display: flex;
    flex-direction: column;
}

.statement-page .form-group label[b-k11yb245sl] {
    margin-bottom: 4px;
    font-weight: 600;
    color: #4a5568;
    font-size: 13px;
}

.statement-page .form-input[b-k11yb245sl] {
    padding: 6px 10px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.statement-page .form-input:focus[b-k11yb245sl] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.statement-page .btn-search[b-k11yb245sl] {
    padding: 6px 14px;
    border-radius: 6px;
    border: none;
    background: #667eea;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    height: 32px;
}

.statement-page .btn-search:hover[b-k11yb245sl] {
    background: #5568d3;
}

.statement-page .btn-search:disabled[b-k11yb245sl] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Loading */
.statement-page .loading-container[b-k11yb245sl] {
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.statement-page .spinner-large[b-k11yb245sl] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-k11yb245sl 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-k11yb245sl {
    to { transform: rotate(360deg); }
}

/* Statement Content */
.statement-page .statement-content[b-k11yb245sl] {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Statement Header */
.statement-page .statement-header[b-k11yb245sl] {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #667eea;
}

.statement-page .statement-header h2[b-k11yb245sl] {
    font-size: 18px;
    color: #1a202c;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.statement-page .statement-info[b-k11yb245sl] {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.statement-page .info-item[b-k11yb245sl] {
    display: flex;
    gap: 6px;
    font-size: 12px;
    align-items: center;
}

.statement-page .info-item .label[b-k11yb245sl] {
    color: #718096;
    font-weight: 600;
}

.statement-page .info-item .value[b-k11yb245sl] {
    color: #1a202c;
    font-weight: 700;
}

/* Balance Summary */
.statement-page .balance-summary[b-k11yb245sl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.statement-page .summary-card[b-k11yb245sl] {
    background: #f7fafc;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.statement-page .summary-card:hover[b-k11yb245sl] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.statement-page .summary-card.highlight[b-k11yb245sl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
}

.statement-page .summary-label[b-k11yb245sl] {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.statement-page .summary-value[b-k11yb245sl] {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.statement-page .summary-card.highlight .badge[b-k11yb245sl] {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

/* Statement Table */
.statement-page .statement-table[b-k11yb245sl] {
    overflow-x: auto;
    margin-top: 5px;
}

.statement-page .statement-table table[b-k11yb245sl] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    background: white;
}

.statement-page .statement-table thead[b-k11yb245sl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.statement-page .statement-table th[b-k11yb245sl] {
    padding: 8px 6px;
    text-align: center;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    white-space: nowrap;
}

.statement-page .statement-table td[b-k11yb245sl] {
    padding: 6px 6px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

/* Date column styling */
.statement-page .statement-table td:first-child[b-k11yb245sl] {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    white-space: nowrap;
    min-width: 110px;
}

.statement-page .statement-table tbody tr[b-k11yb245sl] {
    transition: all 0.2s ease;
}

.statement-page .statement-table tbody tr:nth-child(even)[b-k11yb245sl] {
    background: #f7fafc;
}

.statement-page .statement-table tbody tr:hover[b-k11yb245sl] {
    background: #edf2f7;
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.statement-page .details-cell[b-k11yb245sl] {
    text-align: right;
    font-size: 13px;
    color: #4a5568;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statement-page .amount-debit[b-k11yb245sl] {
    color: #16a34a;
    font-weight: 700;
    font-size: 15px;
}

.statement-page .amount-credit[b-k11yb245sl] {
    color: #dc2626;
    font-weight: 700;
    font-size: 15px;
}

.statement-page .badge-sm[b-k11yb245sl] {
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

.statement-page .badge-credit[b-k11yb245sl] {
    background: #d1fae5;
    color: #065f46;
}

.statement-page .badge-debit[b-k11yb245sl] {
    background: #fee2e2;
    color: #991b1b;
}

/* Transaction Type Styling */
.statement-page .transaction-type[b-k11yb245sl] {
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
}

.statement-page .type-purchase[b-k11yb245sl] {
    background: #dbeafe;
    color: #1e40af;
}

.statement-page .type-dead[b-k11yb245sl] {
    background: #fee2e2;
    color: #991b1b;
}

.statement-page .type-payment[b-k11yb245sl] {
    background: #f3e8ff;
    color: #6b21a8;
}

/* Reconciliation Button Styling */
.statement-page .btn-reconcile[b-k11yb245sl] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 22px;
    padding: 4px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.statement-page .btn-reconcile.reconciled[b-k11yb245sl] {
    color: #10b981;
}

.statement-page .btn-reconcile.reconciled:hover[b-k11yb245sl] {
    background: #d1fae5;
    transform: scale(1.1);
}

.statement-page .btn-reconcile.not-reconciled[b-k11yb245sl] {
    color: #9ca3af;
}

.statement-page .btn-reconcile.not-reconciled:hover[b-k11yb245sl] {
    background: #f3f4f6;
    color: #10b981;
    transform: scale(1.1);
}

.statement-page .btn-reconcile:active[b-k11yb245sl] {
    transform: scale(0.95);
}

/* Final Balance in Table */
.statement-page .final-balance-row[b-k11yb245sl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.statement-page .final-balance-row td[b-k11yb245sl] {
    padding: 15px !important;
    border: none !important;
}

.statement-page .final-balance-display[b-k11yb245sl] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.statement-page .final-balance-amount[b-k11yb245sl] {
    font-size: 20px;
    font-weight: 900;
    color: white;
}

.statement-page .final-balance-badge[b-k11yb245sl] {
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
}

.statement-page .badge-credit-lg[b-k11yb245sl] {
    background: rgba(209, 250, 229, 0.3);
    color: #d1fae5;
    border: 2px solid #d1fae5;
}

.statement-page .badge-debit-lg[b-k11yb245sl] {
    background: rgba(254, 226, 226, 0.3);
    color: #fee2e2;
    border: 2px solid #fee2e2;
}

/* Final Balance Summary Box */
.statement-page .final-balance-summary[b-k11yb245sl] {
    display: none;
    margin-top: 15px;
    padding: 10px;
}

.statement-page .final-balance-box[b-k11yb245sl] {
    padding: 30px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    animation: fadeInUp-b-k11yb245sl 0.5s ease;
}

@keyframes fadeInUp-b-k11yb245sl {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.statement-page .balance-box-credit[b-k11yb245sl] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.statement-page .balance-box-debit[b-k11yb245sl] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.statement-page .balance-icon[b-k11yb245sl] {
    font-size: 64px;
    opacity: 0.9;
}

.statement-page .balance-content[b-k11yb245sl] {
    flex: 1;
}

.statement-page .balance-title[b-k11yb245sl] {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.95;
}

.statement-page .balance-number[b-k11yb245sl] {
    margin: 0 0 8px 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.statement-page .currency[b-k11yb245sl] {
    font-size: 24px;
    font-weight: 700;
    opacity: 0.9;
}

.statement-page .balance-status-text[b-k11yb245sl] {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    opacity: 0.9;
}

.statement-page .no-data[b-k11yb245sl] {
    text-align: center;
    padding: 60px 20px;
    color: #a0aec0;
}

.statement-page .no-data i[b-k11yb245sl] {
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.5;
}

.statement-page .no-data p[b-k11yb245sl] {
    margin: 0;
    font-size: 16px;
}

/* Print Styles */
@media print {
    @page {
        size: A4 landscape;
        margin: 8mm;
    }
    
    .statement-page[b-k11yb245sl] {
        padding: 0;
        max-width: 100%;
        background: white;
    }
    
    .no-print[b-k11yb245sl] {
        display: none !important;
    }
    
    .statement-page .statement-content[b-k11yb245sl] {
        padding: 10px;
        box-shadow: none;
    }
    
    .statement-page .statement-header[b-k11yb245sl] {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .statement-page .statement-header h2[b-k11yb245sl] {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .statement-page .statement-info[b-k11yb245sl] {
        gap: 15px;
    }
    
    .statement-page .info-item[b-k11yb245sl] {
        font-size: 10px;
    }
    
    .statement-page .balance-summary[b-k11yb245sl] {
        gap: 10px;
        margin-bottom: 15px;
    }
    
    .statement-page .summary-card[b-k11yb245sl] {
        padding: 10px;
    }
    
    .statement-page .summary-label[b-k11yb245sl] {
        font-size: 10px;
        margin-bottom: 4px;
    }
    
    .statement-page .summary-value[b-k11yb245sl] {
        font-size: 13px;
        gap: 6px;
    }
    
    .statement-page .summary-card.highlight .badge[b-k11yb245sl] {
        padding: 3px 8px;
        font-size: 10px;
    }
    
    .statement-page .statement-table[b-k11yb245sl] {
        margin-top: 10px;
    }
    
    .statement-page .statement-table table[b-k11yb245sl] {
        font-size: 9px;
    }
    
    .statement-page .statement-table th[b-k11yb245sl] {
        padding: 6px 4px;
        font-size: 8px;
    }
    
    .statement-page .statement-table td[b-k11yb245sl] {
        padding: 5px 4px;
    }
    
    .statement-page .details-cell[b-k11yb245sl] {
        font-size: 8px;
        max-width: none;
        white-space: normal;
    }
    
    .statement-page .amount-debit[b-k11yb245sl],
    .statement-page .amount-credit[b-k11yb245sl] {
        font-size: 9px;
    }
    
    .statement-page .badge-sm[b-k11yb245sl] {
        padding: 2px 6px;
        font-size: 8px;
    }
    
    .statement-page .transaction-type[b-k11yb245sl] {
        padding: 2px 6px;
        font-size: 8px;
    }
    
    /* Final Balance in Print */
    .statement-page .final-balance-row td[b-k11yb245sl] {
        padding: 10px !important;
    }
    
    .statement-page .final-balance-amount[b-k11yb245sl] {
        font-size: 14px;
    }
    
    .statement-page .final-balance-badge[b-k11yb245sl] {
        padding: 4px 10px;
        font-size: 10px;
    }
    
    .statement-page .final-balance-summary[b-k11yb245sl] {
        margin-top: 15px;
        padding: 0;
        page-break-inside: avoid;
    }
    
    .statement-page .final-balance-box[b-k11yb245sl] {
        padding: 15px;
        box-shadow: none;
        border: 3px solid currentColor;
    }
    
    .statement-page .balance-icon[b-k11yb245sl] {
        font-size: 40px;
    }
    
    .statement-page .balance-title[b-k11yb245sl] {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .statement-page .balance-number[b-k11yb245sl] {
        font-size: 24px;
        margin-bottom: 4px;
    }
    
    .statement-page .currency[b-k11yb245sl] {
        font-size: 14px;
    }
    
    .statement-page .balance-status-text[b-k11yb245sl] {
        font-size: 12px;
    }
    
    .statement-page .statement-table tbody tr:hover[b-k11yb245sl] {
        transform: none;
        box-shadow: none;
    }
    
    body[b-k11yb245sl] {
        margin: 0;
        padding: 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .statement-page[b-k11yb245sl] {
        padding: 10px;
    }
    
    .statement-page .page-header[b-k11yb245sl] {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .statement-page .header-info h1[b-k11yb245sl] {
        font-size: 20px;
    }
    
    .statement-page .btn-print[b-k11yb245sl] {
        width: 100%;
        justify-content: center;
    }
    
    .statement-page .filters-panel[b-k11yb245sl] {
        padding: 15px;
    }
    
    .statement-page .form-row[b-k11yb245sl] {
        grid-template-columns: 1fr;
    }
    
    .statement-page .statement-content[b-k11yb245sl] {
        padding: 15px;
    }
    
    .statement-page .statement-header h2[b-k11yb245sl] {
        font-size: 22px;
    }
    
    .statement-page .statement-info[b-k11yb245sl] {
        flex-direction: column;
        gap: 10px;
    }
    
    .statement-page .balance-summary[b-k11yb245sl] {
        grid-template-columns: 1fr;
    }
    
    .statement-page .statement-table[b-k11yb245sl] {
        font-size: 12px;
    }
    
    .statement-page .statement-table th[b-k11yb245sl],
    .statement-page .statement-table td[b-k11yb245sl] {
        padding: 8px 5px;
    }
    
    .statement-page .details-cell[b-k11yb245sl] {
        font-size: 11px;
    }
}
/* _content/CheckenStore/Components/Pages/BackupPage.razor.rz.scp.css */
/* ===================================
   Backup Page Styles
   =================================== */

.backup-page[b-hfj4og0idy] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    min-height: calc(100vh - 80px);
}

/* Alert Messages */
.alert[b-hfj4og0idy] {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    animation: slideDown-b-hfj4og0idy 0.3s ease;
}

.alert-success[b-hfj4og0idy] {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger[b-hfj4og0idy] {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert i[b-hfj4og0idy] {
    font-size: 20px;
}

/* Backup Options Grid */
.backup-options[b-hfj4og0idy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.backup-card[b-hfj4og0idy] {
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.backup-card:hover[b-hfj4og0idy] {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.backup-icon[b-hfj4og0idy] {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 36px;
}

.backup-icon.full-backup[b-hfj4og0idy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.backup-icon.ftp-upload[b-hfj4og0idy] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    animation: pulse-b-hfj4og0idy 2s infinite;
}

@keyframes pulse-b-hfj4og0idy {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.backup-icon.sql-export[b-hfj4og0idy] {
    background: linear-gradient(135deg, #38b2ac 0%, #2c7a7b 100%);
    color: white;
}

.backup-icon.json-export[b-hfj4og0idy] {
    background: linear-gradient(135deg, #4299e1 0%, #2c5282 100%);
    color: white;
}

.backup-icon.info[b-hfj4og0idy] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.backup-card h3[b-hfj4og0idy] {
    font-size: 20px;
    color: #2d3748;
    margin-bottom: 12px;
    font-weight: 700;
}

.backup-card p[b-hfj4og0idy] {
    font-size: 14px;
    color: #718096;
    margin-bottom: 8px;
    line-height: 1.6;
}

.backup-note[b-hfj4og0idy] {
    font-size: 13px !important;
    color: #48bb78 !important;
    font-weight: 600;
    margin-top: 12px;
}

/* Buttons */
.btn-backup-full[b-hfj4og0idy],
.btn-ftp-upload[b-hfj4og0idy],
.btn-export-sql[b-hfj4og0idy],
.btn-export-json[b-hfj4og0idy] {
    width: 100%;
    padding: 14px 24px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.btn-ftp-upload[b-hfj4og0idy] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    box-shadow: 0 4px 20px rgba(240, 147, 251, 0.3);
}

.btn-ftp-upload:hover:not(:disabled)[b-hfj4og0idy] {
    background: linear-gradient(135deg, #df83eb 0%, #e5475c 100%);
    transform: scale(1.02);
    box-shadow: 0 6px 24px rgba(240, 147, 251, 0.5);
}

.btn-backup-full[b-hfj4og0idy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-backup-full:hover:not(:disabled)[b-hfj4og0idy] {
    background: linear-gradient(135deg, #5568d3 0%, #654a8b 100%);
    transform: scale(1.02);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

.btn-export-sql[b-hfj4og0idy] {
    background: linear-gradient(135deg, #38b2ac 0%, #2c7a7b 100%);
    color: white;
}

.btn-export-sql:hover:not(:disabled)[b-hfj4og0idy] {
    background: linear-gradient(135deg, #319795 0%, #285e61 100%);
    transform: scale(1.02);
    box-shadow: 0 4px 16px rgba(56, 178, 172, 0.4);
}

.btn-export-json[b-hfj4og0idy] {
    background: linear-gradient(135deg, #4299e1 0%, #2c5282 100%);
    color: white;
}

.btn-export-json:hover:not(:disabled)[b-hfj4og0idy] {
    background: linear-gradient(135deg, #3182ce 0%, #2a4365 100%);
    transform: scale(1.02);
    box-shadow: 0 4px 16px rgba(66, 153, 225, 0.4);
}

.btn-backup-full:disabled[b-hfj4og0idy],
.btn-ftp-upload:disabled[b-hfj4og0idy],
.btn-export-sql:disabled[b-hfj4og0idy],
.btn-export-json:disabled[b-hfj4og0idy] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Featured Card */
.backup-card.featured[b-hfj4og0idy] {
    border: 3px solid #f093fb;
    box-shadow: 0 8px 30px rgba(240, 147, 251, 0.2);
}

/* Info Card */
.info-card[b-hfj4og0idy] {
    background: linear-gradient(135deg, #e0f7ff 0%, #d0f0ff 100%);
    border: 2px solid #4facfe;
}

.info-list[b-hfj4og0idy] {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: right;
}

.info-list li[b-hfj4og0idy] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: #2d3748;
    font-size: 14px;
    font-weight: 500;
}

.info-list i[b-hfj4og0idy] {
    color: #48bb78;
    font-size: 16px;
}

/* Backup History */
.backup-history[b-hfj4og0idy] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.history-header[b-hfj4og0idy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}

.history-header h3[b-hfj4og0idy] {
    font-size: 20px;
    color: #2d3748;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.btn-refresh[b-hfj4og0idy] {
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #667eea;
    background: white;
    color: #667eea;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-refresh:hover:not(:disabled)[b-hfj4og0idy] {
    background: #667eea;
    color: white;
    transform: scale(1.05);
}

.btn-refresh:disabled[b-hfj4og0idy] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Backup Table */
.backup-table[b-hfj4og0idy] {
    overflow-x: auto;
}

.backup-table table[b-hfj4og0idy] {
    width: 100%;
    border-collapse: collapse;
}

.backup-table thead[b-hfj4og0idy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.backup-table th[b-hfj4og0idy] {
    padding: 16px;
    text-align: right;
    color: white;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.backup-table th:first-child[b-hfj4og0idy] {
    border-radius: 12px 0 0 0;
}

.backup-table th:last-child[b-hfj4og0idy] {
    border-radius: 0 12px 0 0;
}

.backup-table tbody tr[b-hfj4og0idy] {
    border-bottom: 1px solid #e2e8f0;
    transition: background 0.2s ease;
}

.backup-table tbody tr:hover[b-hfj4og0idy] {
    background: #f7fafc;
}

.backup-table td[b-hfj4og0idy] {
    padding: 16px;
    text-align: right;
    color: #4a5568;
    font-size: 14px;
}

.file-name[b-hfj4og0idy] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #2d3748;
}

.file-name i[b-hfj4og0idy] {
    color: #667eea;
    font-size: 18px;
}

.file-size[b-hfj4og0idy] {
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(135deg, #e0e7ff 0%, #ddd6fe 100%);
    border-radius: 8px;
    color: #5b21b6;
    font-weight: 600;
    font-size: 13px;
}

/* Actions */
.actions[b-hfj4og0idy] {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.btn-icon[b-hfj4og0idy] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 16px;
}

.btn-download[b-hfj4og0idy] {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
}

.btn-download:hover:not(:disabled)[b-hfj4og0idy] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

.btn-delete[b-hfj4og0idy] {
    background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%);
    color: white;
}

.btn-delete:hover:not(:disabled)[b-hfj4og0idy] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(245, 101, 101, 0.4);
}

.btn-icon:disabled[b-hfj4og0idy] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* No Data */
.no-data[b-hfj4og0idy] {
    text-align: center;
    padding: 60px 20px;
    color: #a0aec0;
}

.no-data i[b-hfj4og0idy] {
    font-size: 64px;
    margin-bottom: 16px;
    display: block;
}

.no-data p[b-hfj4og0idy] {
    font-size: 18px;
    font-weight: 600;
}

/* Loading Container */
.loading-container[b-hfj4og0idy] {
    text-align: center;
    padding: 60px 20px;
}

.spinner-large[b-hfj4og0idy] {
    width: 64px;
    height: 64px;
    border: 6px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-hfj4og0idy 1s linear infinite;
    margin: 0 auto 20px;
}

.spinner-sm[b-hfj4og0idy] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-hfj4og0idy 0.8s linear infinite;
}

.spinner[b-hfj4og0idy] {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-hfj4og0idy 0.8s linear infinite;
}

@keyframes spin-b-hfj4og0idy {
    to {
        transform: rotate(360deg);
    }
}

/* Modal Styles */
.modal-overlay[b-hfj4og0idy] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
    animation: fadeIn-b-hfj4og0idy 0.3s ease;
}

.modal-content[b-hfj4og0idy] {
    background: white;
    border-radius: 16px;
    padding: 0;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-hfj4og0idy 0.3s ease;
}

.modal-header[b-hfj4og0idy] {
    padding: 24px;
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-hfj4og0idy] {
    margin: 0;
    font-size: 20px;
    color: #2d3748;
    font-weight: 700;
}

.close-btn[b-hfj4og0idy] {
    background: #f7fafc;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #718096;
}

.close-btn:hover[b-hfj4og0idy] {
    background: #edf2f7;
    color: #2d3748;
    transform: scale(1.05);
}

.modal-body[b-hfj4og0idy] {
    padding: 24px;
}

.modal-body p[b-hfj4og0idy] {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 20px;
    text-align: center;
}

.delete-info[b-hfj4og0idy] {
    background: #f7fafc;
    border-radius: 12px;
    padding: 16px;
    margin: 16px 0;
}

.delete-info p[b-hfj4og0idy] {
    margin: 8px 0;
    text-align: right;
    font-size: 14px;
    color: #2d3748;
}

.warning-box[b-hfj4og0idy] {
    background: linear-gradient(135deg, #fff5f5 0%, #fed7d7 100%);
    border: 2px solid #fc8181;
    border-radius: 10px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.warning-box i[b-hfj4og0idy] {
    color: #e53e3e;
    font-size: 20px;
}

.warning-box span[b-hfj4og0idy] {
    color: #742a2a;
    font-weight: 600;
    font-size: 14px;
}

.modal-footer[b-hfj4og0idy] {
    padding: 20px 24px;
    border-top: 2px solid #e2e8f0;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.btn-delete-confirm[b-hfj4og0idy] {
    padding: 12px 32px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f56565 0%, #e53e3e 100%);
    color: white;
    transition: all 0.3s ease;
}

.btn-delete-confirm:hover:not(:disabled)[b-hfj4og0idy] {
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(245, 101, 101, 0.4);
}

.btn-cancel[b-hfj4og0idy] {
    padding: 12px 32px;
    border-radius: 10px;
    border: 2px solid #cbd5e0;
    background: white;
    color: #4a5568;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}

.btn-cancel:hover:not(:disabled)[b-hfj4og0idy] {
    background: #f7fafc;
    border-color: #a0aec0;
    transform: scale(1.05);
}

.btn-delete-confirm:disabled[b-hfj4og0idy],
.btn-cancel:disabled[b-hfj4og0idy] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Animations */
@keyframes fadeIn-b-hfj4og0idy {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-hfj4og0idy {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideDown-b-hfj4og0idy {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .backup-options[b-hfj4og0idy] {
        grid-template-columns: 1fr;
    }

    .backup-card[b-hfj4og0idy] {
        padding: 24px;
    }

    .backup-icon[b-hfj4og0idy] {
        width: 64px;
        height: 64px;
        font-size: 28px;
    }

    .modal-content[b-hfj4og0idy] {
        width: 95%;
        margin: 20px;
    }
}
/* _content/CheckenStore/Components/Pages/CashBox.razor.rz.scp.css */
/* CashBox Page Styles */
.cashbox-page[b-7z699gsodj] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 100vh;
}

/* Header */
.cashbox-page .page-header[b-7z699gsodj] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.cashbox-page .back-btn[b-7z699gsodj] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #f7fafc;
    color: #4a5568;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.cashbox-page .back-btn:hover[b-7z699gsodj] {
    background: #5a67d8;
    color: white;
    transform: scale(1.1);
}

.cashbox-page .header-info[b-7z699gsodj] {
    flex: 1;
}

.cashbox-page .header-info h1[b-7z699gsodj] {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cashbox-page .header-info p[b-7z699gsodj] {
    margin: 0;
    color: #718096;
    font-size: 14px;
}

.cashbox-page .btn-print[b-7z699gsodj] {
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    background: #10b981;
    color: white;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.cashbox-page .btn-print:hover[b-7z699gsodj] {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

/* Filters Panel */
.cashbox-page .filters-panel[b-7z699gsodj] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.cashbox-page .form-row[b-7z699gsodj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    align-items: end;
}

.cashbox-page .form-group[b-7z699gsodj] {
    display: flex;
    flex-direction: column;
}

.cashbox-page .form-group label[b-7z699gsodj] {
    margin-bottom: 8px;
    font-weight: 600;
    color: #4a5568;
    font-size: 14px;
}

.cashbox-page .form-input[b-7z699gsodj] {
    padding: 10px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.cashbox-page .form-input:focus[b-7z699gsodj] {
    outline: none;
    border-color: #5a67d8;
    box-shadow: 0 0 0 3px rgba(90, 103, 216, 0.1);
}

.cashbox-page .btn-search[b-7z699gsodj] {
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    background: #5a67d8;
    color: white;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    height: 42px;
}

.cashbox-page .btn-search:hover[b-7z699gsodj] {
    background: #434190;
}

.cashbox-page .btn-search:disabled[b-7z699gsodj] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Loading */
.cashbox-page .loading-container[b-7z699gsodj] {
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.cashbox-page .spinner-large[b-7z699gsodj] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #5a67d8;
    border-radius: 50%;
    animation: spin-b-7z699gsodj 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-7z699gsodj {
    to { transform: rotate(360deg); }
}

/* Error Container */
.cashbox-page .error-container[b-7z699gsodj] {
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.cashbox-page .error-card[b-7z699gsodj] {
    max-width: 500px;
    margin: 0 auto;
}

.cashbox-page .error-card i[b-7z699gsodj] {
    font-size: 64px;
    color: #ef4444;
    margin-bottom: 20px;
    display: block;
}

.cashbox-page .error-card h3[b-7z699gsodj] {
    font-size: 24px;
    color: #1a202c;
    margin: 0 0 10px 0;
}

.cashbox-page .error-card p[b-7z699gsodj] {
    font-size: 16px;
    color: #718096;
    margin: 0 0 30px 0;
}

.cashbox-page .btn-retry[b-7z699gsodj] {
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    background: #5a67d8;
    color: white;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.cashbox-page .btn-retry:hover[b-7z699gsodj] {
    background: #434190;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(90, 103, 216, 0.3);
}

/* Statement Content */
.cashbox-page .statement-content[b-7z699gsodj] {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Statement Header */
.cashbox-page .statement-header[b-7z699gsodj] {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px double #5a67d8;
}

.cashbox-page .statement-header h2[b-7z699gsodj] {
    font-size: 28px;
    color: #1a202c;
    margin: 0 0 15px 0;
    font-weight: 800;
}

.cashbox-page .statement-info[b-7z699gsodj] {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cashbox-page .info-item[b-7z699gsodj] {
    display: flex;
    gap: 8px;
    font-size: 14px;
    align-items: center;
}

.cashbox-page .info-item .label[b-7z699gsodj] {
    color: #718096;
    font-weight: 600;
}

.cashbox-page .info-item .value[b-7z699gsodj] {
    color: #1a202c;
    font-weight: 700;
}

/* Balance Summary */
.cashbox-page .balance-summary[b-7z699gsodj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.cashbox-page .summary-card[b-7z699gsodj] {
    background: #f7fafc;
    padding: 25px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.cashbox-page .summary-card:hover[b-7z699gsodj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cashbox-page .summary-card.highlight[b-7z699gsodj] {
    background: linear-gradient(135deg, #5a67d8 0%, #434190 100%);
    color: white;
    border: none;
}

.cashbox-page .summary-label[b-7z699gsodj] {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.cashbox-page .summary-value[b-7z699gsodj] {
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cashbox-page .summary-card.highlight .badge[b-7z699gsodj] {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

/* Statement Table */
.cashbox-page .statement-table[b-7z699gsodj] {
    overflow-x: auto;
    margin-top: 20px;
}

.cashbox-page .statement-table table[b-7z699gsodj] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: white;
}

.cashbox-page .statement-table thead[b-7z699gsodj] {
    background: linear-gradient(135deg, #5a67d8 0%, #434190 100%);
    color: white;
}

.cashbox-page .statement-table th[b-7z699gsodj] {
    padding: 15px 10px;
    text-align: center;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    white-space: nowrap;
}

.cashbox-page .statement-table td[b-7z699gsodj] {
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

/* Date column styling */
.cashbox-page .statement-table td:first-child[b-7z699gsodj] {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    white-space: nowrap;
    min-width: 110px;
}

.cashbox-page .statement-table tbody tr[b-7z699gsodj] {
    transition: all 0.2s ease;
}

.cashbox-page .statement-table tbody tr:nth-child(even)[b-7z699gsodj] {
    background: #eef2ff;
}

.cashbox-page .statement-table tbody tr:hover[b-7z699gsodj] {
    background: #e0e7ff;
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgba(90, 103, 216, 0.1);
}

.cashbox-page .details-cell[b-7z699gsodj] {
    text-align: right;
    font-size: 13px;
    color: #4a5568;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cashbox-page .amount-in[b-7z699gsodj] {
    color: #16a34a;
    font-weight: 700;
    font-size: 15px;
}

.cashbox-page .amount-out[b-7z699gsodj] {
    color: #dc2626;
    font-weight: 700;
    font-size: 15px;
}

.cashbox-page .badge-sm[b-7z699gsodj] {
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

.cashbox-page .badge-credit[b-7z699gsodj] {
    background: #d1fae5;
    color: #065f46;
}

.cashbox-page .badge-debit[b-7z699gsodj] {
    background: #fee2e2;
    color: #991b1b;
}

/* Transaction Type Styling */
.cashbox-page .transaction-type[b-7z699gsodj] {
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
}

.cashbox-page .type-in[b-7z699gsodj] {
    background: #d1fae5;
    color: #065f46;
}

.cashbox-page .type-out[b-7z699gsodj] {
    background: #fee2e2;
    color: #991b1b;
}

.cashbox-page .type-other[b-7z699gsodj] {
    background: #e0e7ff;
    color: #3730a3;
}

/* Final Balance in Table */
.cashbox-page .final-balance-row[b-7z699gsodj] {
    background: linear-gradient(135deg, #5a67d8 0%, #434190 100%);
    color: white;
}

.cashbox-page .final-balance-row td[b-7z699gsodj] {
    padding: 15px !important;
    border: none !important;
}

.cashbox-page .final-balance-display[b-7z699gsodj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.cashbox-page .final-balance-amount[b-7z699gsodj] {
    font-size: 20px;
    font-weight: 900;
    color: white;
}

.cashbox-page .final-balance-badge[b-7z699gsodj] {
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
}

.cashbox-page .badge-credit-lg[b-7z699gsodj] {
    background: rgba(209, 250, 229, 0.3);
    color: #d1fae5;
    border: 2px solid #d1fae5;
}

.cashbox-page .badge-debit-lg[b-7z699gsodj] {
    background: rgba(254, 226, 226, 0.3);
    color: #fee2e2;
    border: 2px solid #fee2e2;
}

/* Final Balance Summary Box */
.cashbox-page .final-balance-summary[b-7z699gsodj] {
    margin-top: 30px;
    padding: 20px;
}

.cashbox-page .final-balance-box[b-7z699gsodj] {
    padding: 30px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    animation: fadeInUp-b-7z699gsodj 0.5s ease;
}

@keyframes fadeInUp-b-7z699gsodj {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cashbox-page .balance-box-credit[b-7z699gsodj] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.cashbox-page .balance-box-debit[b-7z699gsodj] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.cashbox-page .balance-icon[b-7z699gsodj] {
    font-size: 64px;
    opacity: 0.9;
}

.cashbox-page .balance-content[b-7z699gsodj] {
    flex: 1;
}

.cashbox-page .balance-title[b-7z699gsodj] {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.95;
}

.cashbox-page .balance-number[b-7z699gsodj] {
    margin: 0 0 8px 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.cashbox-page .currency[b-7z699gsodj] {
    font-size: 24px;
    font-weight: 700;
    opacity: 0.9;
}

.cashbox-page .balance-status-text[b-7z699gsodj] {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    opacity: 0.9;
}

.cashbox-page .no-data[b-7z699gsodj] {
    text-align: center;
    padding: 60px 20px;
    color: #a0aec0;
}

.cashbox-page .no-data i[b-7z699gsodj] {
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.5;
}

.cashbox-page .no-data p[b-7z699gsodj] {
    margin: 0;
    font-size: 16px;
}

/* Print Styles */
@media print {
    @page {
        size: A4 landscape;
        margin: 8mm;
    }

    .cashbox-page[b-7z699gsodj] {
        padding: 0;
        max-width: 100%;
        background: white;
    }

    .no-print[b-7z699gsodj] {
        display: none !important;
    }

    .cashbox-page .statement-content[b-7z699gsodj] {
        padding: 10px;
        box-shadow: none;
    }

    .cashbox-page .statement-header[b-7z699gsodj] {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .cashbox-page .statement-header h2[b-7z699gsodj] {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .cashbox-page .statement-info[b-7z699gsodj] {
        gap: 15px;
    }

    .cashbox-page .info-item[b-7z699gsodj] {
        font-size: 10px;
    }

    .cashbox-page .balance-summary[b-7z699gsodj] {
        gap: 10px;
        margin-bottom: 15px;
    }

    .cashbox-page .summary-card[b-7z699gsodj] {
        padding: 10px;
    }

    .cashbox-page .summary-label[b-7z699gsodj] {
        font-size: 10px;
        margin-bottom: 4px;
    }

    .cashbox-page .summary-value[b-7z699gsodj] {
        font-size: 13px;
        gap: 6px;
    }

    .cashbox-page .summary-card.highlight .badge[b-7z699gsodj] {
        padding: 3px 8px;
        font-size: 10px;
    }

    .cashbox-page .statement-table[b-7z699gsodj] {
        margin-top: 10px;
    }

    .cashbox-page .statement-table table[b-7z699gsodj] {
        font-size: 9px;
    }

    .cashbox-page .statement-table th[b-7z699gsodj] {
        padding: 6px 4px;
        font-size: 8px;
    }

    .cashbox-page .statement-table td[b-7z699gsodj] {
        padding: 5px 4px;
    }

    .cashbox-page .details-cell[b-7z699gsodj] {
        font-size: 8px;
        max-width: none;
        white-space: normal;
    }

    .cashbox-page .amount-in[b-7z699gsodj],
    .cashbox-page .amount-out[b-7z699gsodj] {
        font-size: 9px;
    }

    .cashbox-page .badge-sm[b-7z699gsodj] {
        padding: 2px 6px;
        font-size: 8px;
    }

    .cashbox-page .transaction-type[b-7z699gsodj] {
        padding: 2px 6px;
        font-size: 8px;
    }

    .cashbox-page .final-balance-row td[b-7z699gsodj] {
        padding: 10px !important;
    }

    .cashbox-page .final-balance-amount[b-7z699gsodj] {
        font-size: 14px;
    }

    .cashbox-page .final-balance-badge[b-7z699gsodj] {
        padding: 4px 10px;
        font-size: 10px;
    }

    .cashbox-page .final-balance-summary[b-7z699gsodj] {
        margin-top: 15px;
        padding: 0;
        page-break-inside: avoid;
    }

    .cashbox-page .final-balance-box[b-7z699gsodj] {
        padding: 15px;
        box-shadow: none;
        border: 3px solid currentColor;
    }

    .cashbox-page .balance-icon[b-7z699gsodj] {
        font-size: 40px;
    }

    .cashbox-page .balance-title[b-7z699gsodj] {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .cashbox-page .balance-number[b-7z699gsodj] {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .cashbox-page .currency[b-7z699gsodj] {
        font-size: 14px;
    }

    .cashbox-page .balance-status-text[b-7z699gsodj] {
        font-size: 12px;
    }

    .cashbox-page .statement-table tbody tr:hover[b-7z699gsodj] {
        transform: none;
        box-shadow: none;
    }

    body[b-7z699gsodj] {
        margin: 0;
        padding: 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .cashbox-page[b-7z699gsodj] {
        padding: 10px;
    }

    .cashbox-page .page-header[b-7z699gsodj] {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cashbox-page .header-info h1[b-7z699gsodj] {
        font-size: 20px;
    }

    .cashbox-page .btn-print[b-7z699gsodj] {
        width: 100%;
        justify-content: center;
    }

    .cashbox-page .filters-panel[b-7z699gsodj] {
        padding: 15px;
    }

    .cashbox-page .form-row[b-7z699gsodj] {
        grid-template-columns: 1fr;
    }

    .cashbox-page .statement-content[b-7z699gsodj] {
        padding: 15px;
    }

    .cashbox-page .statement-header h2[b-7z699gsodj] {
        font-size: 22px;
    }

    .cashbox-page .statement-info[b-7z699gsodj] {
        flex-direction: column;
        gap: 10px;
    }

    .cashbox-page .balance-summary[b-7z699gsodj] {
        grid-template-columns: 1fr;
    }

    .cashbox-page .statement-table[b-7z699gsodj] {
        font-size: 12px;
    }

    .cashbox-page .statement-table th[b-7z699gsodj],
    .cashbox-page .statement-table td[b-7z699gsodj] {
        padding: 8px 5px;
    }

    .cashbox-page .details-cell[b-7z699gsodj] {
        font-size: 11px;
    }
}
/* _content/CheckenStore/Components/Pages/CustomerBalances.razor.rz.scp.css */
/* Customer Balances Page Styles */
.balances-page[b-09dv1tikpd] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 100vh;
}

/* Page Header */
.balances-page .page-header[b-09dv1tikpd] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.balances-page .back-btn[b-09dv1tikpd] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #f7fafc;
    color: #4a5568;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.balances-page .back-btn:hover[b-09dv1tikpd] {
    background: #ec4899;
    color: white;
    transform: scale(1.1);
}

.balances-page .header-info[b-09dv1tikpd] {
    flex: 1;
}

.balances-page .header-info h1[b-09dv1tikpd] {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.balances-page .header-info p[b-09dv1tikpd] {
    margin: 0;
    color: #718096;
    font-size: 14px;
}

/* Search Panel */
.balances-page .search-panel[b-09dv1tikpd] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.balances-page .search-grid[b-09dv1tikpd] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.balances-page .search-box[b-09dv1tikpd] {
    position: relative;
}

.balances-page .search-box i[b-09dv1tikpd] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #718096;
    font-size: 18px;
}

.balances-page .search-box input[b-09dv1tikpd] {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.balances-page .search-box input:focus[b-09dv1tikpd] {
    outline: none;
    border-color: #ec4899;
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

.balances-page .filter-box[b-09dv1tikpd] {
    display: flex;
    flex-direction: column;
}

.balances-page .filter-box label[b-09dv1tikpd] {
    margin-bottom: 8px;
    font-weight: 600;
    color: #4a5568;
    font-size: 14px;
}

.balances-page .filter-box select[b-09dv1tikpd] {
    padding: 12px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: white;
    cursor: pointer;
}

.balances-page .filter-box select:focus[b-09dv1tikpd] {
    outline: none;
    border-color: #ec4899;
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

/* Loading */
.balances-page .loading-container[b-09dv1tikpd] {
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.balances-page .spinner-large[b-09dv1tikpd] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #ec4899;
    border-radius: 50%;
    animation: spin-b-09dv1tikpd 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-09dv1tikpd {
    to { transform: rotate(360deg); }
}

/* Data Section */
.balances-page .data-section[b-09dv1tikpd] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.balances-page .data-table[b-09dv1tikpd] {
    overflow-x: auto;
}

.balances-page .data-table table[b-09dv1tikpd] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.balances-page .data-table thead[b-09dv1tikpd] {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    color: white;
}

.balances-page .data-table th[b-09dv1tikpd] {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}

.balances-page .data-table td[b-09dv1tikpd] {
    padding: 15px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.balances-page .data-table tbody tr[b-09dv1tikpd] {
    transition: all 0.2s ease;
}

.balances-page .data-table tbody tr:nth-child(even)[b-09dv1tikpd] {
    background: #fdf2f8;
}

.balances-page .data-table tbody tr:hover[b-09dv1tikpd] {
    background: #fce7f3;
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgba(236, 72, 153, 0.1);
}

.balances-page .amount[b-09dv1tikpd] {
    color: #ec4899;
    font-weight: 700;
    font-size: 16px;
}

.balances-page .balance-badge[b-09dv1tikpd] {
    padding: 6px 14px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
}

.balances-page .balance-badge.balance-credit[b-09dv1tikpd] {
    background: #d1fae5;
    color: #065f46;
}

.balances-page .balance-badge.balance-debit[b-09dv1tikpd] {
    background: #fee2e2;
    color: #991b1b;
}

/* Actions */
.balances-page .actions[b-09dv1tikpd] {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.balances-page .btn-icon[b-09dv1tikpd] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.balances-page .btn-statement[b-09dv1tikpd] {
    background: #fce7f3;
    color: #be185d;
}

.balances-page .btn-statement:hover[b-09dv1tikpd] {
    background: #ec4899;
    color: white;
    transform: scale(1.1);
}

.balances-page .no-data[b-09dv1tikpd] {
    text-align: center;
    padding: 60px 20px;
    color: #a0aec0;
}

.balances-page .no-data i[b-09dv1tikpd] {
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.5;
}

.balances-page .no-data p[b-09dv1tikpd] {
    margin: 0;
    font-size: 16px;
}

/* Totals Row */
.balances-page .totals-row[b-09dv1tikpd] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-top: 3px solid #ec4899;
}

.balances-page .totals-row td[b-09dv1tikpd] {
    padding: 16px;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .balances-page[b-09dv1tikpd] {
        padding: 10px;
    }
    
    .balances-page .page-header[b-09dv1tikpd] {
        flex-wrap: wrap;
        padding: 15px;
    }
    
    .balances-page .header-info h1[b-09dv1tikpd] {
        font-size: 20px;
    }
    
    .balances-page .search-panel[b-09dv1tikpd] {
        padding: 15px;
    }
    
    .balances-page .search-grid[b-09dv1tikpd] {
        grid-template-columns: 1fr;
    }
    
    .balances-page .data-table[b-09dv1tikpd] {
        font-size: 12px;
    }
    
    .balances-page .data-table th[b-09dv1tikpd],
    .balances-page .data-table td[b-09dv1tikpd] {
        padding: 10px 8px;
    }
}
/* _content/CheckenStore/Components/Pages/CustomerStatement.razor.rz.scp.css */
/* Customer Statement Page Styles */
.statement-page[b-jpqbratbgi] {
    padding: 10px;
    max-width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 100vh;
}

/* Header */
.statement-page .page-header[b-jpqbratbgi] {
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.statement-page .back-btn[b-jpqbratbgi] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f7fafc;
    color: #4a5568;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.statement-page .back-btn:hover[b-jpqbratbgi] {
    background: #ec4899;
    color: white;
    transform: scale(1.1);
}

.statement-page .header-info[b-jpqbratbgi] {
    flex: 1;
}

.statement-page .header-info h1[b-jpqbratbgi] {
    margin: 0;
    font-size: 18px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 8px;
}

.statement-page .header-info p[b-jpqbratbgi] {
    margin: 0;
    color: #718096;
    font-size: 12px;
    display: none; /* إخفاء النص الفرعي لتوفير مساحة */
}

.statement-page .btn-print[b-jpqbratbgi] {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    background: #10b981;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.statement-page .btn-print:hover[b-jpqbratbgi] {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

/* Filters Panel */
.statement-page .filters-panel[b-jpqbratbgi] {
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.statement-page .form-row[b-jpqbratbgi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    align-items: end;
}

.statement-page .form-group[b-jpqbratbgi] {
    display: flex;
    flex-direction: column;
}

.statement-page .form-group label[b-jpqbratbgi] {
    margin-bottom: 4px;
    font-weight: 600;
    color: #4a5568;
    font-size: 13px;
}

.statement-page .form-input[b-jpqbratbgi] {
    padding: 6px 10px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.statement-page .form-input:focus[b-jpqbratbgi] {
    outline: none;
    border-color: #ec4899;
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

.statement-page .btn-search[b-jpqbratbgi] {
    padding: 6px 14px;
    border-radius: 6px;
    border: none;
    background: #ec4899;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    height: 32px;
}

.statement-page .btn-search:hover[b-jpqbratbgi] {
    background: #db2777;
}

.statement-page .btn-search:disabled[b-jpqbratbgi] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Loading */
.statement-page .loading-container[b-jpqbratbgi] {
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.statement-page .spinner-large[b-jpqbratbgi] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #ec4899;
    border-radius: 50%;
    animation: spin-b-jpqbratbgi 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-jpqbratbgi {
    to { transform: rotate(360deg); }
}

/* Statement Content */
.statement-page .statement-content[b-jpqbratbgi] {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Statement Header */
.statement-page .statement-header[b-jpqbratbgi] {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ec4899;
}

.statement-page .statement-header h2[b-jpqbratbgi] {
    font-size: 18px;
    color: #1a202c;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.statement-page .statement-info[b-jpqbratbgi] {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.statement-page .info-item[b-jpqbratbgi] {
    display: flex;
    gap: 6px;
    font-size: 12px;
    align-items: center;
}

.statement-page .info-item .label[b-jpqbratbgi] {
    color: #718096;
    font-weight: 600;
}

.statement-page .info-item .value[b-jpqbratbgi] {
    color: #1a202c;
    font-weight: 700;
}

/* Balance Summary */
.statement-page .balance-summary[b-jpqbratbgi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.statement-page .summary-card[b-jpqbratbgi] {
    background: #f7fafc;
    padding: 12px 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.statement-page .summary-card:hover[b-jpqbratbgi] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.statement-page .summary-card.highlight[b-jpqbratbgi] {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    color: white;
    border: none;
}

.statement-page .summary-label[b-jpqbratbgi] {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

.statement-page .summary-value[b-jpqbratbgi] {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.statement-page .summary-card.highlight .badge[b-jpqbratbgi] {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

/* Statement Table */
.statement-page .statement-table[b-jpqbratbgi] {
    overflow-x: auto;
    margin-top: 5px;
}

.statement-page .statement-table table[b-jpqbratbgi] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    background: white;
}

.statement-page .statement-table thead[b-jpqbratbgi] {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    color: white;
}

.statement-page .statement-table th[b-jpqbratbgi] {
    padding: 8px 6px;
    text-align: center;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    white-space: nowrap;
}

.statement-page .statement-table td[b-jpqbratbgi] {
    padding: 6px 6px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

/* Date column styling */
.statement-page .statement-table td:first-child[b-jpqbratbgi] {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    white-space: nowrap;
    min-width: 110px;
}

.statement-page .statement-table tbody tr[b-jpqbratbgi] {
    transition: all 0.2s ease;
}

.statement-page .statement-table tbody tr:nth-child(even)[b-jpqbratbgi] {
    background: #fdf2f8;
}

.statement-page .statement-table tbody tr:hover[b-jpqbratbgi] {
    background: #fce7f3;
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgba(236, 72, 153, 0.05);
}

.statement-page .details-cell[b-jpqbratbgi] {
    text-align: right;
    font-size: 13px;
    color: #4a5568;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statement-page .amount-debit[b-jpqbratbgi] {
    color: #16a34a;
    font-weight: 700;
    font-size: 15px;
}

.statement-page .amount-credit[b-jpqbratbgi] {
    color: #dc2626;
    font-weight: 700;
    font-size: 15px;
}

.statement-page .badge-sm[b-jpqbratbgi] {
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

.statement-page .badge-credit[b-jpqbratbgi] {
    background: #d1fae5;
    color: #065f46;
}

.statement-page .badge-debit[b-jpqbratbgi] {
    background: #fee2e2;
    color: #991b1b;
}

/* Transaction Type Styling */
.statement-page .transaction-type[b-jpqbratbgi] {
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
}

.statement-page .type-sales[b-jpqbratbgi] {
    background: #fef3c7;
    color: #92400e;
}

.statement-page .type-dead[b-jpqbratbgi] {
    background: #fee2e2;
    color: #991b1b;
}

.statement-page .type-payment[b-jpqbratbgi] {
    background: #f3e8ff;
    color: #6b21a8;
}

/* Reconciliation Button Styling */
.statement-page .btn-reconcile[b-jpqbratbgi] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 22px;
    padding: 4px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.statement-page .btn-reconcile.reconciled[b-jpqbratbgi] {
    color: #10b981;
}

.statement-page .btn-reconcile.reconciled:hover[b-jpqbratbgi] {
    background: #d1fae5;
    transform: scale(1.1);
}

.statement-page .btn-reconcile.not-reconciled[b-jpqbratbgi] {
    color: #9ca3af;
}

.statement-page .btn-reconcile.not-reconciled:hover[b-jpqbratbgi] {
    background: #f3f4f6;
    color: #10b981;
    transform: scale(1.1);
}

.statement-page .btn-reconcile:active[b-jpqbratbgi] {
    transform: scale(0.95);
}

/* Action Buttons Styling */
.statement-page .action-buttons[b-jpqbratbgi] {
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
}

.statement-page .btn-action[b-jpqbratbgi] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 4px 6px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.statement-page .btn-full-edit[b-jpqbratbgi] {
    color: #3b82f6;
}

.statement-page .btn-full-edit:hover[b-jpqbratbgi] {
    background: #dbeafe;
    transform: scale(1.15);
}

.statement-page .btn-action:active[b-jpqbratbgi] {
    transform: scale(0.9);
}

/* Quick Edit Modal */
.modal-overlay[b-jpqbratbgi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn-b-jpqbratbgi 0.2s ease;
}

@keyframes fadeIn-b-jpqbratbgi {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-content[b-jpqbratbgi] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    animation: slideUp-b-jpqbratbgi 0.3s ease;
}

@keyframes slideUp-b-jpqbratbgi {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-jpqbratbgi] {
    padding: 20px;
    border-bottom: 2px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header h3[b-jpqbratbgi] {
    margin: 0;
    font-size: 18px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal-header h3 i[b-jpqbratbgi] {
    color: #f59e0b;
}

.close-btn[b-jpqbratbgi] {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #9ca3af;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.close-btn:hover[b-jpqbratbgi] {
    background: #f3f4f6;
    color: #1a202c;
}

.modal-body[b-jpqbratbgi] {
    padding: 20px;
}

.modal-body .form-group[b-jpqbratbgi] {
    margin-bottom: 15px;
}

.modal-body .form-group:last-child[b-jpqbratbgi] {
    margin-bottom: 0;
}

.modal-body label[b-jpqbratbgi] {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #4a5568;
    font-size: 13px;
}

.modal-body .form-input[b-jpqbratbgi] {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.modal-body .form-input:focus[b-jpqbratbgi] {
    outline: none;
    border-color: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}

.modal-footer[b-jpqbratbgi] {
    padding: 15px 20px;
    border-top: 2px solid #f3f4f6;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.btn-save[b-jpqbratbgi] {
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    background: #10b981;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-save:hover[b-jpqbratbgi] {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.btn-save:disabled[b-jpqbratbgi] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-cancel[b-jpqbratbgi] {
    padding: 10px 20px;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    background: white;
    color: #4a5568;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-cancel:hover[b-jpqbratbgi] {
    background: #f3f4f6;
    border-color: #cbd5e0;
}

.btn-cancel:disabled[b-jpqbratbgi] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner[b-jpqbratbgi] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-jpqbratbgi 0.8s linear infinite;
}

/* Final Balance in Table */
.statement-page .final-balance-row[b-jpqbratbgi] {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    color: white;
}

.statement-page .final-balance-row td[b-jpqbratbgi] {
    padding: 15px !important;
    border: none !important;
}

.statement-page .final-balance-display[b-jpqbratbgi] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.statement-page .final-balance-amount[b-jpqbratbgi] {
    font-size: 20px;
    font-weight: 900;
    color: white;
}

.statement-page .final-balance-badge[b-jpqbratbgi] {
    padding: 8px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
}

.statement-page .badge-credit-lg[b-jpqbratbgi] {
    background: rgba(209, 250, 229, 0.3);
    color: #d1fae5;
    border: 2px solid #d1fae5;
}

.statement-page .badge-debit-lg[b-jpqbratbgi] {
    background: rgba(254, 226, 226, 0.3);
    color: #fee2e2;
    border: 2px solid #fee2e2;
}

/* Final Balance Summary Box */
.statement-page .final-balance-summary[b-jpqbratbgi] {
    display: none; /* إخفاء الصندوق الكبير لتوفير مساحة */
    margin-top: 15px;
    padding: 10px;
}

.statement-page .final-balance-box[b-jpqbratbgi] {
    padding: 30px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    animation: fadeInUp-b-jpqbratbgi 0.5s ease;
}

@keyframes fadeInUp-b-jpqbratbgi {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.statement-page .balance-box-credit[b-jpqbratbgi] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.statement-page .balance-box-debit[b-jpqbratbgi] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.statement-page .balance-icon[b-jpqbratbgi] {
    font-size: 64px;
    opacity: 0.9;
}

.statement-page .balance-content[b-jpqbratbgi] {
    flex: 1;
}

.statement-page .balance-title[b-jpqbratbgi] {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.95;
}

.statement-page .balance-number[b-jpqbratbgi] {
    margin: 0 0 8px 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.statement-page .currency[b-jpqbratbgi] {
    font-size: 24px;
    font-weight: 700;
    opacity: 0.9;
}

.statement-page .balance-status-text[b-jpqbratbgi] {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    opacity: 0.9;
}

.statement-page .no-data[b-jpqbratbgi] {
    text-align: center;
    padding: 60px 20px;
    color: #a0aec0;
}

.statement-page .no-data i[b-jpqbratbgi] {
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.5;
}

.statement-page .no-data p[b-jpqbratbgi] {
    margin: 0;
    font-size: 16px;
}

/* Print Styles */
@media print {
    @page {
        size: A4 landscape;
        margin: 8mm;
    }
    
    .statement-page[b-jpqbratbgi] {
        padding: 0;
        max-width: 100%;
        background: white;
    }
    
    .no-print[b-jpqbratbgi] {
        display: none !important;
    }
    
    .statement-page .statement-content[b-jpqbratbgi] {
        padding: 10px;
        box-shadow: none;
    }
    
    .statement-page .statement-header[b-jpqbratbgi] {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .statement-page .statement-header h2[b-jpqbratbgi] {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .statement-page .statement-info[b-jpqbratbgi] {
        gap: 15px;
    }
    
    .statement-page .info-item[b-jpqbratbgi] {
        font-size: 10px;
    }
    
    .statement-page .balance-summary[b-jpqbratbgi] {
        gap: 10px;
        margin-bottom: 15px;
    }
    
    .statement-page .summary-card[b-jpqbratbgi] {
        padding: 10px;
    }
    
    .statement-page .summary-label[b-jpqbratbgi] {
        font-size: 10px;
        margin-bottom: 4px;
    }
    
    .statement-page .summary-value[b-jpqbratbgi] {
        font-size: 13px;
        gap: 6px;
    }
    
    .statement-page .summary-card.highlight .badge[b-jpqbratbgi] {
        padding: 3px 8px;
        font-size: 10px;
    }
    
    .statement-page .statement-table[b-jpqbratbgi] {
        margin-top: 10px;
    }
    
    .statement-page .statement-table table[b-jpqbratbgi] {
        font-size: 9px;
    }
    
    .statement-page .statement-table th[b-jpqbratbgi] {
        padding: 6px 4px;
        font-size: 8px;
    }
    
    .statement-page .statement-table td[b-jpqbratbgi] {
        padding: 5px 4px;
    }
    
    .statement-page .details-cell[b-jpqbratbgi] {
        font-size: 8px;
        max-width: none;
        white-space: normal;
    }
    
    .statement-page .amount-debit[b-jpqbratbgi],
    .statement-page .amount-credit[b-jpqbratbgi] {
        font-size: 9px;
    }
    
    .statement-page .badge-sm[b-jpqbratbgi] {
        padding: 2px 6px;
        font-size: 8px;
    }
    
    .statement-page .transaction-type[b-jpqbratbgi] {
        padding: 2px 6px;
        font-size: 8px;
    }
    
    /* Final Balance in Print */
    .statement-page .final-balance-row td[b-jpqbratbgi] {
        padding: 10px !important;
    }
    
    .statement-page .final-balance-amount[b-jpqbratbgi] {
        font-size: 14px;
    }
    
    .statement-page .final-balance-badge[b-jpqbratbgi] {
        padding: 4px 10px;
        font-size: 10px;
    }
    
    .statement-page .final-balance-summary[b-jpqbratbgi] {
        margin-top: 15px;
        padding: 0;
        page-break-inside: avoid;
    }
    
    .statement-page .final-balance-box[b-jpqbratbgi] {
        padding: 15px;
        box-shadow: none;
        border: 3px solid currentColor;
    }
    
    .statement-page .balance-icon[b-jpqbratbgi] {
        font-size: 40px;
    }
    
    .statement-page .balance-title[b-jpqbratbgi] {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .statement-page .balance-number[b-jpqbratbgi] {
        font-size: 24px;
        margin-bottom: 4px;
    }
    
    .statement-page .currency[b-jpqbratbgi] {
        font-size: 14px;
    }
    
    .statement-page .balance-status-text[b-jpqbratbgi] {
        font-size: 12px;
    }
    
    .statement-page .statement-table tbody tr:hover[b-jpqbratbgi] {
        transform: none;
        box-shadow: none;
    }
    
    body[b-jpqbratbgi] {
        margin: 0;
        padding: 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .statement-page[b-jpqbratbgi] {
        padding: 10px;
    }
    
    .statement-page .page-header[b-jpqbratbgi] {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .statement-page .header-info h1[b-jpqbratbgi] {
        font-size: 20px;
    }
    
    .statement-page .btn-print[b-jpqbratbgi] {
        width: 100%;
        justify-content: center;
    }
    
    .statement-page .filters-panel[b-jpqbratbgi] {
        padding: 15px;
    }
    
    .statement-page .form-row[b-jpqbratbgi] {
        grid-template-columns: 1fr;
    }
    
    .statement-page .statement-content[b-jpqbratbgi] {
        padding: 15px;
    }
    
    .statement-page .statement-header h2[b-jpqbratbgi] {
        font-size: 22px;
    }
    
    .statement-page .statement-info[b-jpqbratbgi] {
        flex-direction: column;
        gap: 10px;
    }
    
    .statement-page .balance-summary[b-jpqbratbgi] {
        grid-template-columns: 1fr;
    }
    
    .statement-page .statement-table[b-jpqbratbgi] {
        font-size: 12px;
    }
    
    .statement-page .statement-table th[b-jpqbratbgi],
    .statement-page .statement-table td[b-jpqbratbgi] {
        padding: 8px 5px;
    }
    
    .statement-page .details-cell[b-jpqbratbgi] {
        font-size: 11px;
    }
}
/* _content/CheckenStore/Components/Pages/EditOrder.razor.rz.scp.css */
.page-container[b-4ynb3i2voo] {
    padding: 0;
    max-width: 100%;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f8f9fa;
}

.page-header[b-4ynb3i2voo] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.page-header h1[b-4ynb3i2voo] {
    color: white;
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
}

.back-btn[b-4ynb3i2voo] {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.back-btn:hover[b-4ynb3i2voo] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateX(5px);
}

.loading-container[b-4ynb3i2voo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 20px;
    flex: 1;
}

.spinner-large[b-4ynb3i2voo] {
    width: 60px;
    height: 60px;
    border: 4px solid #f3f4f6;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin-b-4ynb3i2voo 1s linear infinite;
}

@keyframes spin-b-4ynb3i2voo {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-container p[b-4ynb3i2voo] {
    font-size: 1.1rem;
    color: #6b7280;
    font-weight: 500;
}

.alert[b-4ynb3i2voo] {
    padding: 20px;
    border-radius: 8px;
    margin: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.alert-danger[b-4ynb3i2voo] {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
    border-right: 4px solid #dc2626;
}

.alert i[b-4ynb3i2voo] {
    font-size: 1.5rem;
}

.btn-secondary[b-4ynb3i2voo] {
    padding: 8px 16px;
    background: #6b7280;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-secondary:hover[b-4ynb3i2voo] {
    background: #4b5563;
}
/* _content/CheckenStore/Components/Pages/ExpensesPage.razor.rz.scp.css */
/* ???? ???????? */

.expenses-page[b-xkbe4c1fxb] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    animation: fadeIn-b-xkbe4c1fxb 0.4s ease-out;
}

@keyframes fadeIn-b-xkbe4c1fxb {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.page-header[b-xkbe4c1fxb] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.back-btn[b-xkbe4c1fxb] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.back-btn:hover[b-xkbe4c1fxb] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.header-info[b-xkbe4c1fxb] {
    flex: 1;
}

.header-info h1[b-xkbe4c1fxb] {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-info h1 i[b-xkbe4c1fxb] {
    color: #667eea;
}

.header-info p[b-xkbe4c1fxb] {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.add-btn[b-xkbe4c1fxb] {
    padding: 12px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.add-btn:hover[b-xkbe4c1fxb] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

/* Search & Summary Container */
.search-summary-container[b-xkbe4c1fxb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

/* Search Panel */
.search-panel[b-xkbe4c1fxb] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.search-panel h3[b-xkbe4c1fxb] {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-grid[b-xkbe4c1fxb] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.form-group[b-xkbe4c1fxb] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label[b-xkbe4c1fxb] {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.form-input[b-xkbe4c1fxb],
.form-textarea[b-xkbe4c1fxb] {
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-input:focus[b-xkbe4c1fxb],
.form-textarea:focus[b-xkbe4c1fxb] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.amount-display[b-xkbe4c1fxb] {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #667eea;
    font-weight: 600;
}

.search-actions[b-xkbe4c1fxb] {
    display: flex;
    gap: 12px;
}

.btn-search[b-xkbe4c1fxb] {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-search:hover[b-xkbe4c1fxb] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-reset[b-xkbe4c1fxb] {
    padding: 12px 20px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-reset:hover[b-xkbe4c1fxb] {
    background: #e2e8f0;
}

/* Summary Panel */
.summary-panel[b-xkbe4c1fxb] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.total-summary[b-xkbe4c1fxb] {
    display: flex;
    justify-content: center;
}

.summary-card[b-xkbe4c1fxb] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.summary-icon[b-xkbe4c1fxb] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.summary-content h4[b-xkbe4c1fxb] {
    margin: 0 0 8px 0;
    font-size: 14px;
    opacity: 0.9;
}

.summary-content h2[b-xkbe4c1fxb] {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.summary-content p[b-xkbe4c1fxb] {
    margin: 8px 0 0 0;
    font-size: 13px;
    opacity: 0.8;
}

.type-summary h4[b-xkbe4c1fxb] {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.summary-items[b-xkbe4c1fxb] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.summary-item[b-xkbe4c1fxb] {
    background: #f7fafc;
    border-radius: 8px;
    padding: 12px;
}

.item-header[b-xkbe4c1fxb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.item-name[b-xkbe4c1fxb] {
    font-weight: 600;
    color: #2d3748;
    font-size: 14px;
}

.item-count[b-xkbe4c1fxb] {
    background: #667eea;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.item-amount[b-xkbe4c1fxb] {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}

.item-progress[b-xkbe4c1fxb] {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 4px;
}

.progress-bar[b-xkbe4c1fxb] {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transition: width 0.5s ease;
}

.item-percentage[b-xkbe4c1fxb] {
    font-size: 12px;
    color: #718096;
    text-align: left;
}

/* Data Section */
.data-section[b-xkbe4c1fxb] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.data-table[b-xkbe4c1fxb] {
    overflow-x: auto;
}

table[b-xkbe4c1fxb] {
    width: 100%;
    border-collapse: collapse;
}

thead[b-xkbe4c1fxb] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

thead th[b-xkbe4c1fxb] {
    padding: 16px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
}

tbody tr[b-xkbe4c1fxb] {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

tbody tr:hover[b-xkbe4c1fxb] {
    background: #f7fafc;
}

tbody td[b-xkbe4c1fxb] {
    padding: 16px;
    color: #2d3748;
    font-size: 14px;
}

.type-badge[b-xkbe4c1fxb] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    background: #edf2f7;
    color: #2d3748;
    font-size: 13px;
    font-weight: 500;
}

.amount[b-xkbe4c1fxb] {
    color: #e53e3e;
    font-size: 15px;
}

.actions[b-xkbe4c1fxb] {
    display: flex;
    gap: 8px;
}

.btn-icon[b-xkbe4c1fxb] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-edit[b-xkbe4c1fxb] {
    background: #edf2f7;
    color: #4299e1;
}

.btn-edit:hover[b-xkbe4c1fxb] {
    background: #4299e1;
    color: white;
    transform: scale(1.1);
}

.btn-delete[b-xkbe4c1fxb] {
    background: #fff5f5;
    color: #f56565;
}

.btn-delete:hover[b-xkbe4c1fxb] {
    background: #f56565;
    color: white;
    transform: scale(1.1);
}

.no-data[b-xkbe4c1fxb] {
    text-align: center !important;
    padding: 60px 20px !important;
    color: #a0aec0;
}

.no-data i[b-xkbe4c1fxb] {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
}

.no-data p[b-xkbe4c1fxb] {
    margin: 0;
    font-size: 16px;
}

/* Pagination */
.pagination[b-xkbe4c1fxb] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.page-btn[b-xkbe4c1fxb] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: white;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-btn:hover:not(:disabled)[b-xkbe4c1fxb] {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

.page-btn:disabled[b-xkbe4c1fxb] {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-info[b-xkbe4c1fxb] {
    padding: 0 20px;
    font-weight: 600;
    color: #2d3748;
}

/* Modal */
.modal-overlay[b-xkbe4c1fxb] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeInModal-b-xkbe4c1fxb 0.2s ease-out;
}

@keyframes fadeInModal-b-xkbe4c1fxb {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-xkbe4c1fxb] {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-xkbe4c1fxb 0.3s ease-out;
}

.modal-content.large[b-xkbe4c1fxb] {
    max-width: 700px;
}

@keyframes slideUp-b-xkbe4c1fxb {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-xkbe4c1fxb] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h3[b-xkbe4c1fxb] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.close-btn[b-xkbe4c1fxb] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f7fafc;
    border: none;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover[b-xkbe4c1fxb] {
    background: #e2e8f0;
    color: #4a5568;
}

.modal-body[b-xkbe4c1fxb] {
    padding: 24px;
}

.form-grid-two[b-xkbe4c1fxb] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group.full-width[b-xkbe4c1fxb] {
    grid-column: 1 / -1;
}

.modal-footer[b-xkbe4c1fxb] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 24px;
    border-top: 1px solid #e2e8f0;
}

.btn-save[b-xkbe4c1fxb] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-save:hover[b-xkbe4c1fxb] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-cancel[b-xkbe4c1fxb] {
    padding: 12px 24px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel:hover[b-xkbe4c1fxb] {
    background: #e2e8f0;
}

.btn-delete-confirm[b-xkbe4c1fxb] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f56565 0%, #c53030 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-delete-confirm:hover[b-xkbe4c1fxb] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 101, 101, 0.4);
}

.spinner[b-xkbe4c1fxb] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-xkbe4c1fxb 0.6s linear infinite;
}

@keyframes spin-b-xkbe4c1fxb {
    to { transform: rotate(360deg); }
}

.loading-container[b-xkbe4c1fxb] {
    background: white;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.spinner-large[b-xkbe4c1fxb] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-xkbe4c1fxb 0.8s linear infinite;
    margin: 0 auto 16px;
}

.alert[b-xkbe4c1fxb] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.alert-danger[b-xkbe4c1fxb] {
    background: #fff5f5;
    border: 1px solid #fc8181;
    color: #c53030;
}

.delete-info[b-xkbe4c1fxb] {
    background: #f7fafc;
    border-radius: 8px;
    padding: 12px;
    margin-top: 12px;
}

.delete-info p[b-xkbe4c1fxb] {
    margin: 4px 0;
    font-size: 14px;
    color: #2d3748;
}

/* Responsive */
@media (max-width: 1024px) {
    .search-summary-container[b-xkbe4c1fxb] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .expenses-page[b-xkbe4c1fxb] {
        padding: 16px;
    }

    .page-header[b-xkbe4c1fxb] {
        flex-wrap: wrap;
        padding: 16px;
    }

    .add-btn[b-xkbe4c1fxb] {
        width: 100%;
        justify-content: center;
    }

    .search-grid[b-xkbe4c1fxb] {
        grid-template-columns: 1fr;
    }

    .form-grid-two[b-xkbe4c1fxb] {
        grid-template-columns: 1fr;
    }

    .data-table[b-xkbe4c1fxb] {
        overflow-x: scroll;
    }

    table[b-xkbe4c1fxb] {
        min-width: 800px;
    }
}
/* _content/CheckenStore/Components/Pages/ExpenseTypesPage.razor.rz.scp.css */
/* ????? ????? ????? ??????? (????? ???????? ??????????) */

.management-page[b-wf99mlsj98] {
    padding: 24px;
    max-width: 1200px;
    margin: 0 auto;
    animation: fadeIn-b-wf99mlsj98 0.4s ease-out;
}

@keyframes fadeIn-b-wf99mlsj98 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-header[b-wf99mlsj98] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.back-btn[b-wf99mlsj98] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    flex-shrink: 0;
}

.back-btn:hover[b-wf99mlsj98] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.header-info[b-wf99mlsj98] {
    flex: 1;
}

.header-info h1[b-wf99mlsj98] {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-info h1 i[b-wf99mlsj98] {
    color: #667eea;
}

.header-info p[b-wf99mlsj98] {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.add-btn[b-wf99mlsj98] {
    padding: 12px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.add-btn:hover[b-wf99mlsj98] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

/* Form Card */
.form-card[b-wf99mlsj98] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    animation: slideDown-b-wf99mlsj98 0.3s ease-out;
}

@keyframes slideDown-b-wf99mlsj98 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-header[b-wf99mlsj98] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}

.form-header h3[b-wf99mlsj98] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.close-btn[b-wf99mlsj98] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f7fafc;
    border: none;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover[b-wf99mlsj98] {
    background: #e2e8f0;
    color: #4a5568;
}

.form-grid[b-wf99mlsj98] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

.form-group[b-wf99mlsj98] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width[b-wf99mlsj98] {
    grid-column: 1 / -1;
}

.form-group label[b-wf99mlsj98] {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.form-input[b-wf99mlsj98],
.form-textarea[b-wf99mlsj98] {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input:focus[b-wf99mlsj98],
.form-textarea:focus[b-wf99mlsj98] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-textarea[b-wf99mlsj98] {
    min-height: 100px;
    resize: vertical;
}

.form-actions[b-wf99mlsj98] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.btn-save[b-wf99mlsj98] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-save:hover[b-wf99mlsj98] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-cancel[b-wf99mlsj98] {
    padding: 12px 24px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel:hover[b-wf99mlsj98] {
    background: #e2e8f0;
}

/* Data Table */
.data-table[b-wf99mlsj98] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

table[b-wf99mlsj98] {
    width: 100%;
    border-collapse: collapse;
}

thead[b-wf99mlsj98] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

thead th[b-wf99mlsj98] {
    padding: 16px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
}

tbody tr[b-wf99mlsj98] {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

tbody tr:hover[b-wf99mlsj98] {
    background: #f7fafc;
}

tbody td[b-wf99mlsj98] {
    padding: 16px;
    color: #2d3748;
    font-size: 14px;
}

tbody td strong[b-wf99mlsj98] {
    color: #1a202c;
    font-weight: 600;
}

.no-data[b-wf99mlsj98] {
    text-align: center !important;
    padding: 60px 20px !important;
    color: #a0aec0;
}

.no-data i[b-wf99mlsj98] {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
    opacity: 0.5;
}

.no-data p[b-wf99mlsj98] {
    margin: 0 0 16px 0;
    font-size: 16px;
}

.btn-add-inline[b-wf99mlsj98] {
    padding: 10px 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.btn-add-inline:hover[b-wf99mlsj98] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

.actions[b-wf99mlsj98] {
    display: flex;
    gap: 8px;
}

.btn-icon[b-wf99mlsj98] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.btn-edit[b-wf99mlsj98] {
    background: #edf2f7;
    color: #4299e1;
}

.btn-edit:hover[b-wf99mlsj98] {
    background: #4299e1;
    color: white;
    transform: scale(1.1);
}

.btn-delete[b-wf99mlsj98] {
    background: #fff5f5;
    color: #f56565;
}

.btn-delete:hover[b-wf99mlsj98] {
    background: #f56565;
    color: white;
    transform: scale(1.1);
}

/* Loading States */
.loading-container[b-wf99mlsj98] {
    background: white;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.spinner-large[b-wf99mlsj98] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-wf99mlsj98 0.8s linear infinite;
    margin: 0 auto 16px;
}

.spinner[b-wf99mlsj98] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-wf99mlsj98 0.6s linear infinite;
    display: inline-block;
}

@keyframes spin-b-wf99mlsj98 {
    to { transform: rotate(360deg); }
}

/* Alert */
.alert[b-wf99mlsj98] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.alert-danger[b-wf99mlsj98] {
    background: #fff5f5;
    border: 1px solid #fc8181;
    color: #c53030;
}

/* Modal */
.modal-overlay[b-wf99mlsj98] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn-b-wf99mlsj98 0.2s ease-out;
}

.modal-content[b-wf99mlsj98] {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-wf99mlsj98 0.3s ease-out;
}

@keyframes slideUp-b-wf99mlsj98 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-wf99mlsj98] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h3[b-wf99mlsj98] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.modal-body[b-wf99mlsj98] {
    padding: 24px;
}

.modal-body p[b-wf99mlsj98] {
    margin: 0 0 12px 0;
    color: #2d3748;
    font-size: 15px;
}

.modal-body strong[b-wf99mlsj98] {
    color: #1a202c;
}

.warning-text[b-wf99mlsj98] {
    color: #e53e3e !important;
    font-size: 14px !important;
}

.modal-footer[b-wf99mlsj98] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 24px;
    border-top: 1px solid #e2e8f0;
}

.btn-delete-confirm[b-wf99mlsj98] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f56565 0%, #c53030 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-delete-confirm:hover[b-wf99mlsj98] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 101, 101, 0.4);
}

.btn-delete-confirm:disabled[b-wf99mlsj98],
.btn-save:disabled[b-wf99mlsj98],
.btn-cancel:disabled[b-wf99mlsj98] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .management-page[b-wf99mlsj98] {
        padding: 16px;
    }

    .page-header[b-wf99mlsj98] {
        flex-wrap: wrap;
        padding: 16px;
    }

    .header-info h1[b-wf99mlsj98] {
        font-size: 22px;
    }

    .add-btn[b-wf99mlsj98] {
        width: 100%;
        justify-content: center;
    }

    .form-card[b-wf99mlsj98] {
        padding: 16px;
    }

    .data-table[b-wf99mlsj98] {
        overflow-x: auto;
    }

    table[b-wf99mlsj98] {
        min-width: 500px;
    }
}

@media (max-width: 480px) {
    .back-btn[b-wf99mlsj98] {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .header-info h1[b-wf99mlsj98] {
        font-size: 18px;
    }

    thead th[b-wf99mlsj98],
    tbody td[b-wf99mlsj98] {
        padding: 12px 8px;
        font-size: 13px;
    }
}
/* _content/CheckenStore/Components/Pages/FinancialFeasibility.razor.rz.scp.css */
/* Financial Feasibility Page Styles */
.feasibility-page[b-2k9izalj7p] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 100vh;
}

/* Page Header */
.feasibility-page .page-header[b-2k9izalj7p] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.feasibility-page .back-btn[b-2k9izalj7p] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #f7fafc;
    color: #4a5568;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.feasibility-page .back-btn:hover[b-2k9izalj7p] {
    background: #f59e0b;
    color: white;
    transform: scale(1.1);
}

.feasibility-page .header-info[b-2k9izalj7p] {
    flex: 1;
}

.feasibility-page .header-info h1[b-2k9izalj7p] {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feasibility-page .header-info p[b-2k9izalj7p] {
    margin: 0;
    color: #718096;
    font-size: 14px;
}

.feasibility-page .btn-refresh[b-2k9izalj7p] {
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    background: #f59e0b;
    color: white;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.feasibility-page .btn-refresh:hover[b-2k9izalj7p] {
    background: #d97706;
    transform: translateY(-2px);
}

.feasibility-page .btn-refresh:disabled[b-2k9izalj7p] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Loading */
.feasibility-page .loading-container[b-2k9izalj7p] {
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.feasibility-page .spinner-large[b-2k9izalj7p] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #f59e0b;
    border-radius: 50%;
    animation: spin-b-2k9izalj7p 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-2k9izalj7p {
    to { transform: rotate(360deg); }
}

/* Feasibility Content */
.feasibility-page .feasibility-content[b-2k9izalj7p] {
    animation: fadeInUp-b-2k9izalj7p 0.5s ease;
}

@keyframes fadeInUp-b-2k9izalj7p {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Summary Cards */
.feasibility-page .summary-cards[b-2k9izalj7p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.feasibility-page .summary-card[b-2k9izalj7p] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.feasibility-page .summary-card:hover[b-2k9izalj7p] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.feasibility-page .wide-card[b-2k9izalj7p] {
    grid-column: span 2;
}

.feasibility-page .card-header[b-2k9izalj7p] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.feasibility-page .card-icon[b-2k9izalj7p] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
}

.feasibility-page .agents-icon[b-2k9izalj7p] {
    background: linear-gradient(135deg, #ed8936 0%, #c05621 100%);
}

.feasibility-page .customers-icon[b-2k9izalj7p] {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
}

.feasibility-page .cashbox-icon[b-2k9izalj7p] {
    background: linear-gradient(135deg, #5a67d8 0%, #434190 100%);
}

.feasibility-page .card-info h3[b-2k9izalj7p] {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #1a202c;
    font-weight: 700;
}

.feasibility-page .card-info p[b-2k9izalj7p] {
    margin: 0;
    font-size: 14px;
    color: #718096;
}

.feasibility-page .card-body[b-2k9izalj7p] {
    padding: 20px 0 0 0;
    border-top: 2px solid #f7fafc;
}

.feasibility-page .amount-display[b-2k9izalj7p] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
}

.feasibility-page .amount[b-2k9izalj7p] {
    font-size: 36px;
    font-weight: 900;
    color: #1a202c;
}

.feasibility-page .currency[b-2k9izalj7p] {
    font-size: 20px;
    color: #718096;
    font-weight: 600;
}

.feasibility-page .status-badge[b-2k9izalj7p] {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
}

.feasibility-page .status-credit[b-2k9izalj7p] {
    background: #d1fae5;
    color: #065f46;
}

.feasibility-page .status-debit[b-2k9izalj7p] {
    background: #fee2e2;
    color: #991b1b;
}

/* Customer Types Grid */
.feasibility-page .types-grid[b-2k9izalj7p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.feasibility-page .type-item[b-2k9izalj7p] {
    padding: 16px;
    background: #f7fafc;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.feasibility-page .type-item:hover[b-2k9izalj7p] {
    border-color: #f59e0b;
    background: #fffbeb;
}

.feasibility-page .type-header[b-2k9izalj7p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.feasibility-page .type-name[b-2k9izalj7p] {
    font-weight: 600;
    color: #1a202c;
    font-size: 15px;
}

.feasibility-page .type-badge[b-2k9izalj7p] {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

.feasibility-page .badge-credit[b-2k9izalj7p] {
    background: #d1fae5;
    color: #065f46;
}

.feasibility-page .badge-debit[b-2k9izalj7p] {
    background: #fee2e2;
    color: #991b1b;
}

.feasibility-page .type-amount[b-2k9izalj7p] {
    font-size: 20px;
    color: #f59e0b;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.feasibility-page .small-currency[b-2k9izalj7p] {
    font-size: 12px;
    color: #718096;
}

.feasibility-page .total-customers[b-2k9izalj7p] {
    padding: 16px;
    background: #fef3c7;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feasibility-page .total-label[b-2k9izalj7p] {
    font-size: 16px;
    font-weight: 700;
    color: #92400e;
}

.feasibility-page .total-value[b-2k9izalj7p] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #92400e;
}

.feasibility-page .status-badge-sm[b-2k9izalj7p] {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
}

/* Warning Message */
.feasibility-page .warning-message[b-2k9izalj7p] {
    margin-top: 12px;
    padding: 10px 14px;
    background: #fef3c7;
    border: 2px solid #f59e0b;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #92400e;
    font-size: 13px;
    font-weight: 700;
    animation: warningPulse-b-2k9izalj7p 2s ease-in-out infinite;
}

.feasibility-page .warning-message i[b-2k9izalj7p] {
    font-size: 16px;
    color: #f59e0b;
}

@keyframes warningPulse-b-2k9izalj7p {
    0%, 100% {
        background: #fef3c7;
        border-color: #f59e0b;
    }
    50% {
        background: #fde68a;
        border-color: #d97706;
    }
}

/* Final Value Section */
.feasibility-page .final-value-section[b-2k9izalj7p] {
    margin-bottom: 30px;
}

.feasibility-page .final-value-card[b-2k9izalj7p] {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 30px;
    animation: pulse-b-2k9izalj7p 2s ease-in-out infinite;
}

@keyframes pulse-b-2k9izalj7p {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.feasibility-page .final-positive[b-2k9izalj7p] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.feasibility-page .final-negative[b-2k9izalj7p] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.feasibility-page .final-icon[b-2k9izalj7p] {
    font-size: 80px;
    opacity: 0.9;
}

.feasibility-page .final-content[b-2k9izalj7p] {
    flex: 1;
}

.feasibility-page .final-content h2[b-2k9izalj7p] {
    margin: 0 0 8px 0;
    font-size: 28px;
    font-weight: 800;
}

.feasibility-page .final-formula[b-2k9izalj7p] {
    margin: 0 0 20px 0;
    font-size: 14px;
    opacity: 0.9;
}

.feasibility-page .final-amount-display[b-2k9izalj7p] {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
}

.feasibility-page .final-amount[b-2k9izalj7p] {
    font-size: 52px;
    font-weight: 900;
}

.feasibility-page .final-currency[b-2k9izalj7p] {
    font-size: 28px;
    font-weight: 700;
}

.feasibility-page .final-status[b-2k9izalj7p] {
    font-size: 20px;
    font-weight: 700;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    display: inline-block;
}

/* Calculation Details */
.feasibility-page .calculation-details[b-2k9izalj7p] {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feasibility-page .calculation-details h3[b-2k9izalj7p] {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #1a202c;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feasibility-page .calculation-steps[b-2k9izalj7p] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feasibility-page .step[b-2k9izalj7p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #f7fafc;
    border-radius: 12px;
    border-left: 4px solid #e2e8f0;
}

.feasibility-page .step-label[b-2k9izalj7p] {
    font-size: 16px;
    color: #4a5568;
}

.feasibility-page .step-value[b-2k9izalj7p] {
    font-size: 20px;
    font-weight: 700;
}

.feasibility-page .step-value.positive[b-2k9izalj7p] {
    color: #10b981;
}

.feasibility-page .step-value.negative[b-2k9izalj7p] {
    color: #ef4444;
}

.feasibility-page .step-total[b-2k9izalj7p] {
    background: #fef3c7;
    border-left-color: #f59e0b;
}

.feasibility-page .step-value.final[b-2k9izalj7p] {
    color: #f59e0b;
    font-size: 24px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .feasibility-page .wide-card[b-2k9izalj7p] {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .feasibility-page[b-2k9izalj7p] {
        padding: 10px;
    }

    .feasibility-page .page-header[b-2k9izalj7p] {
        flex-wrap: wrap;
        padding: 15px;
    }

    .feasibility-page .header-info h1[b-2k9izalj7p] {
        font-size: 20px;
    }

    .feasibility-page .btn-refresh[b-2k9izalj7p] {
        width: 100%;
        justify-content: center;
    }

    .feasibility-page .summary-cards[b-2k9izalj7p] {
        grid-template-columns: 1fr;
    }

    .feasibility-page .types-grid[b-2k9izalj7p] {
        grid-template-columns: 1fr;
    }

    .feasibility-page .final-value-card[b-2k9izalj7p] {
        flex-direction: column;
        padding: 24px;
        text-align: center;
    }

    .feasibility-page .final-icon[b-2k9izalj7p] {
        font-size: 60px;
    }

    .feasibility-page .final-amount[b-2k9izalj7p] {
        font-size: 40px;
    }

    .feasibility-page .final-currency[b-2k9izalj7p] {
        font-size: 20px;
    }
}

/* _content/CheckenStore/Components/Pages/Home.razor.rz.scp.css */
.dashboard-container[b-16s5rcoz52] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    animation: fadeIn-b-16s5rcoz52 0.4s ease-out;
}

@keyframes fadeIn-b-16s5rcoz52 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dashboard-header[b-16s5rcoz52] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    color: white;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.header-content[b-16s5rcoz52] {
    flex: 1;
}

.dashboard-title[b-16s5rcoz52] {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dashboard-title i[b-16s5rcoz52] {
    font-size: 36px;
}

.dashboard-subtitle[b-16s5rcoz52] {
    font-size: 16px;
    margin: 0;
    opacity: 0.95;
}

.header-actions[b-16s5rcoz52] {
    display: flex;
    gap: 12px;
}

.user-info-card[b-16s5rcoz52] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.user-info-card i[b-16s5rcoz52] {
    font-size: 20px;
}

.dashboard-cards[b-16s5rcoz52] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.dashboard-card[b-16s5rcoz52] {
    position: relative;
    background: white;
    border-radius: 16px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-card[b-16s5rcoz52]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--card-color-1), var(--card-color-2));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.dashboard-card:hover[b-16s5rcoz52]::before {
    transform: scaleX(1);
}

.dashboard-card:hover[b-16s5rcoz52] {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.card-icon[b-16s5rcoz52] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    background: linear-gradient(135deg, var(--card-color-1), var(--card-color-2));
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-content[b-16s5rcoz52] {
    flex: 1;
}

.card-title[b-16s5rcoz52] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 8px 0;
}

.card-description[b-16s5rcoz52] {
    font-size: 14px;
    color: #718096;
    margin: 0;
    line-height: 1.5;
}

.card-arrow[b-16s5rcoz52] {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f7fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4a5568;
    transition: all 0.3s ease;
}

.dashboard-card:hover .card-arrow[b-16s5rcoz52] {
    background: linear-gradient(135deg, var(--card-color-1), var(--card-color-2));
    color: white;
    transform: translateX(-4px);
}

/* Card Colors */
.card-purple[b-16s5rcoz52] {
    --card-color-1: #667eea;
    --card-color-2: #764ba2;
}

.card-violet[b-16s5rcoz52] {
    --card-color-1: #8b5cf6;
    --card-color-2: #6d28d9;
}

.card-red[b-16s5rcoz52] {
    --card-color-1: #f56565;
    --card-color-2: #c53030;
}

.card-green[b-16s5rcoz52] {
    --card-color-1: #48bb78;
    --card-color-2: #2f855a;
}

.card-blue[b-16s5rcoz52] {
    --card-color-1: #4299e1;
    --card-color-2: #2c5282;
}

.card-orange[b-16s5rcoz52] {
    --card-color-1: #ed8936;
    --card-color-2: #c05621;
}

.card-cyan[b-16s5rcoz52] {
    --card-color-1: #06b6d4;
    --card-color-2: #0891b2;
}

.card-pink[b-16s5rcoz52] {
    --card-color-1: #ec4899;
    --card-color-2: #db2777;
}

.card-teal[b-16s5rcoz52] {
    --card-color-1: #38b2ac;
    --card-color-2: #2c7a7b;
}

.card-indigo[b-16s5rcoz52] {
    --card-color-1: #5a67d8;
    --card-color-2: #434190;
}

.card-emerald[b-16s5rcoz52] {
    --card-color-1: #10b981;
    --card-color-2: #059669;
}

.card-amber[b-16s5rcoz52] {
    --card-color-1: #f59e0b;
    --card-color-2: #d97706;
}

.card-gray[b-16s5rcoz52] {
    --card-color-1: #718096;
    --card-color-2: #4a5568;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .dashboard-cards[b-16s5rcoz52] {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .dashboard-container[b-16s5rcoz52] {
        padding: 16px;
    }

    .dashboard-header[b-16s5rcoz52] {
        flex-direction: column;
        gap: 16px;
        text-align: center;
        padding: 16px;
    }

    .dashboard-title[b-16s5rcoz52] {
        font-size: 24px;
        justify-content: center;
    }

    .dashboard-title i[b-16s5rcoz52] {
        font-size: 28px;
    }

    .dashboard-subtitle[b-16s5rcoz52] {
        font-size: 14px;
    }

    .header-actions[b-16s5rcoz52] {
        width: 100%;
        justify-content: center;
    }

    .dashboard-cards[b-16s5rcoz52] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 16px;
    }

    .dashboard-card[b-16s5rcoz52] {
        padding: 20px;
    }

    .card-icon[b-16s5rcoz52] {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }

    .card-title[b-16s5rcoz52] {
        font-size: 18px;
    }

    .card-description[b-16s5rcoz52] {
        font-size: 13px;
    }

    .card-arrow[b-16s5rcoz52] {
        width: 36px;
        height: 36px;
        font-size: 16px;
        bottom: 16px;
        left: 16px;
    }
}

@media (max-width: 480px) {
    .dashboard-cards[b-16s5rcoz52] {
        grid-template-columns: 1fr;
    }

    .dashboard-card[b-16s5rcoz52] {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        padding: 16px;
    }

    .card-icon[b-16s5rcoz52] {
        width: 48px;
        height: 48px;
        font-size: 24px;
        flex-shrink: 0;
    }

    .card-arrow[b-16s5rcoz52] {
        position: static;
        margin-right: auto;
    }
}
/* _content/CheckenStore/Components/Pages/IncomesPage.razor.rz.scp.css */
/* صفحة الإيرادات */

.incomes-page[b-lhl289k40b] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    animation: fadeIn-b-lhl289k40b 0.4s ease-out;
}

@keyframes fadeIn-b-lhl289k40b {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.page-header[b-lhl289k40b] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.back-btn[b-lhl289k40b] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.back-btn:hover[b-lhl289k40b] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

.header-info[b-lhl289k40b] {
    flex: 1;
}

.header-info h1[b-lhl289k40b] {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-info h1 i[b-lhl289k40b] {
    color: #48bb78;
}

.header-info p[b-lhl289k40b] {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.add-btn[b-lhl289k40b] {
    padding: 12px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.add-btn:hover[b-lhl289k40b] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

/* Search & Summary Container */
.search-summary-container[b-lhl289k40b] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

/* Search Panel */
.search-panel[b-lhl289k40b] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.search-panel h3[b-lhl289k40b] {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-grid[b-lhl289k40b] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.form-group[b-lhl289k40b] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label[b-lhl289k40b] {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.form-input[b-lhl289k40b],
.form-textarea[b-lhl289k40b] {
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-input:focus[b-lhl289k40b],
.form-textarea:focus[b-lhl289k40b] {
    outline: none;
    border-color: #48bb78;
    box-shadow: 0 0 0 3px rgba(72, 187, 120, 0.1);
}

.amount-display[b-lhl289k40b] {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #48bb78;
    font-weight: 600;
}

.search-actions[b-lhl289k40b] {
    display: flex;
    gap: 12px;
}

.btn-search[b-lhl289k40b] {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-search:hover[b-lhl289k40b] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

.btn-reset[b-lhl289k40b] {
    padding: 12px 20px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-reset:hover[b-lhl289k40b] {
    background: #e2e8f0;
}

/* Summary Panel */
.summary-panel[b-lhl289k40b] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.total-summary[b-lhl289k40b] {
    display: flex;
    justify-content: center;
}

.summary-card[b-lhl289k40b] {
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.summary-icon[b-lhl289k40b] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.summary-content h4[b-lhl289k40b] {
    margin: 0 0 8px 0;
    font-size: 14px;
    opacity: 0.9;
}

.summary-content h2[b-lhl289k40b] {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.summary-content p[b-lhl289k40b] {
    margin: 8px 0 0 0;
    font-size: 13px;
    opacity: 0.8;
}

.type-summary h4[b-lhl289k40b] {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.summary-items[b-lhl289k40b] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.summary-item[b-lhl289k40b] {
    background: #f7fafc;
    border-radius: 8px;
    padding: 12px;
}

.item-header[b-lhl289k40b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.item-name[b-lhl289k40b] {
    font-weight: 600;
    color: #2d3748;
    font-size: 14px;
}

.item-count[b-lhl289k40b] {
    background: #48bb78;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.item-amount[b-lhl289k40b] {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}

.item-progress[b-lhl289k40b] {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 4px;
}

.progress-bar[b-lhl289k40b] {
    height: 100%;
    background: linear-gradient(90deg, #48bb78 0%, #2f855a 100%);
    transition: width 0.5s ease;
}

.item-percentage[b-lhl289k40b] {
    font-size: 12px;
    color: #718096;
    text-align: left;
}

/* Data Section */
.data-section[b-lhl289k40b] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.data-table[b-lhl289k40b] {
    overflow-x: auto;
}

table[b-lhl289k40b] {
    width: 100%;
    border-collapse: collapse;
}

thead[b-lhl289k40b] {
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    color: white;
}

thead th[b-lhl289k40b] {
    padding: 16px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
}

tbody tr[b-lhl289k40b] {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

tbody tr:hover[b-lhl289k40b] {
    background: #f7fafc;
}

tbody td[b-lhl289k40b] {
    padding: 16px;
    color: #2d3748;
    font-size: 14px;
}

.type-badge[b-lhl289k40b] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    background: #edf2f7;
    color: #2d3748;
    font-size: 13px;
    font-weight: 500;
}

.amount[b-lhl289k40b] {
    color: #48bb78;
    font-size: 15px;
}

.actions[b-lhl289k40b] {
    display: flex;
    gap: 8px;
}

.btn-icon[b-lhl289k40b] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-edit[b-lhl289k40b] {
    background: #edf2f7;
    color: #4299e1;
}

.btn-edit:hover[b-lhl289k40b] {
    background: #4299e1;
    color: white;
    transform: scale(1.1);
}

.btn-delete[b-lhl289k40b] {
    background: #fff5f5;
    color: #f56565;
}

.btn-delete:hover[b-lhl289k40b] {
    background: #f56565;
    color: white;
    transform: scale(1.1);
}

.no-data[b-lhl289k40b] {
    text-align: center !important;
    padding: 60px 20px !important;
    color: #a0aec0;
}

.no-data i[b-lhl289k40b] {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
}

.no-data p[b-lhl289k40b] {
    margin: 0;
    font-size: 16px;
}

/* Pagination */
.pagination[b-lhl289k40b] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.page-btn[b-lhl289k40b] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: white;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-btn:hover:not(:disabled)[b-lhl289k40b] {
    background: #48bb78;
    color: white;
    border-color: #48bb78;
}

.page-btn:disabled[b-lhl289k40b] {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-info[b-lhl289k40b] {
    padding: 0 20px;
    font-weight: 600;
    color: #2d3748;
}

/* Modal */
.modal-overlay[b-lhl289k40b] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeInModal-b-lhl289k40b 0.2s ease-out;
}

@keyframes fadeInModal-b-lhl289k40b {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-lhl289k40b] {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-lhl289k40b 0.3s ease-out;
}

.modal-content.large[b-lhl289k40b] {
    max-width: 700px;
}

@keyframes slideUp-b-lhl289k40b {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-lhl289k40b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h3[b-lhl289k40b] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.close-btn[b-lhl289k40b] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f7fafc;
    border: none;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover[b-lhl289k40b] {
    background: #e2e8f0;
    color: #4a5568;
}

.modal-body[b-lhl289k40b] {
    padding: 24px;
}

.form-grid-two[b-lhl289k40b] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group.full-width[b-lhl289k40b] {
    grid-column: 1 / -1;
}

.modal-footer[b-lhl289k40b] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 24px;
    border-top: 1px solid #e2e8f0;
}

.btn-save[b-lhl289k40b] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-save:hover[b-lhl289k40b] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

.btn-cancel[b-lhl289k40b] {
    padding: 12px 24px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel:hover[b-lhl289k40b] {
    background: #e2e8f0;
}

.btn-delete-confirm[b-lhl289k40b] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f56565 0%, #c53030 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-delete-confirm:hover[b-lhl289k40b] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 101, 101, 0.4);
}

.spinner[b-lhl289k40b] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-lhl289k40b 0.6s linear infinite;
}

@keyframes spin-b-lhl289k40b {
    to { transform: rotate(360deg); }
}

.loading-container[b-lhl289k40b] {
    background: white;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.spinner-large[b-lhl289k40b] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #48bb78;
    border-radius: 50%;
    animation: spin-b-lhl289k40b 0.8s linear infinite;
    margin: 0 auto 16px;
}

.alert[b-lhl289k40b] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.alert-danger[b-lhl289k40b] {
    background: #fff5f5;
    border: 1px solid #fc8181;
    color: #c53030;
}

.delete-info[b-lhl289k40b] {
    background: #f7fafc;
    border-radius: 8px;
    padding: 12px;
    margin-top: 12px;
}

.delete-info p[b-lhl289k40b] {
    margin: 4px 0;
    font-size: 14px;
    color: #2d3748;
}

/* Responsive */
@media (max-width: 1024px) {
    .search-summary-container[b-lhl289k40b] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .incomes-page[b-lhl289k40b] {
        padding: 16px;
    }

    .page-header[b-lhl289k40b] {
        flex-wrap: wrap;
        padding: 16px;
    }

    .add-btn[b-lhl289k40b] {
        width: 100%;
        justify-content: center;
    }

    .search-grid[b-lhl289k40b] {
        grid-template-columns: 1fr;
    }

    .form-grid-two[b-lhl289k40b] {
        grid-template-columns: 1fr;
    }

    .data-table[b-lhl289k40b] {
        overflow-x: scroll;
    }

    table[b-lhl289k40b] {
        min-width: 800px;
    }
}
/* _content/CheckenStore/Components/Pages/IncomeTypesPage.razor.rz.scp.css */
/* ????? ????? ????? ??????? (????? ???????? ??????????) */

.management-page[b-n6hlr8e3yl] {
    padding: 24px;
    max-width: 1200px;
    margin: 0 auto;
    animation: fadeIn-b-n6hlr8e3yl 0.4s ease-out;
}

@keyframes fadeIn-b-n6hlr8e3yl {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-header[b-n6hlr8e3yl] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.back-btn[b-n6hlr8e3yl] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    flex-shrink: 0;
}

.back-btn:hover[b-n6hlr8e3yl] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.header-info[b-n6hlr8e3yl] {
    flex: 1;
}

.header-info h1[b-n6hlr8e3yl] {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-info h1 i[b-n6hlr8e3yl] {
    color: #667eea;
}

.header-info p[b-n6hlr8e3yl] {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.add-btn[b-n6hlr8e3yl] {
    padding: 12px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.add-btn:hover[b-n6hlr8e3yl] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

/* Form Card */
.form-card[b-n6hlr8e3yl] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    animation: slideDown-b-n6hlr8e3yl 0.3s ease-out;
}

@keyframes slideDown-b-n6hlr8e3yl {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-header[b-n6hlr8e3yl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}

.form-header h3[b-n6hlr8e3yl] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.close-btn[b-n6hlr8e3yl] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f7fafc;
    border: none;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover[b-n6hlr8e3yl] {
    background: #e2e8f0;
    color: #4a5568;
}

.form-grid[b-n6hlr8e3yl] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

.form-group[b-n6hlr8e3yl] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width[b-n6hlr8e3yl] {
    grid-column: 1 / -1;
}

.form-group label[b-n6hlr8e3yl] {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.form-input[b-n6hlr8e3yl],
.form-textarea[b-n6hlr8e3yl] {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input:focus[b-n6hlr8e3yl],
.form-textarea:focus[b-n6hlr8e3yl] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-textarea[b-n6hlr8e3yl] {
    min-height: 100px;
    resize: vertical;
}

.form-actions[b-n6hlr8e3yl] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.btn-save[b-n6hlr8e3yl] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-save:hover[b-n6hlr8e3yl] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-cancel[b-n6hlr8e3yl] {
    padding: 12px 24px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel:hover[b-n6hlr8e3yl] {
    background: #e2e8f0;
}

/* Data Table */
.data-table[b-n6hlr8e3yl] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

table[b-n6hlr8e3yl] {
    width: 100%;
    border-collapse: collapse;
}

thead[b-n6hlr8e3yl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

thead th[b-n6hlr8e3yl] {
    padding: 16px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
}

tbody tr[b-n6hlr8e3yl] {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

tbody tr:hover[b-n6hlr8e3yl] {
    background: #f7fafc;
}

tbody td[b-n6hlr8e3yl] {
    padding: 16px;
    color: #2d3748;
    font-size: 14px;
}

tbody td strong[b-n6hlr8e3yl] {
    color: #1a202c;
    font-weight: 600;
}

.no-data[b-n6hlr8e3yl] {
    text-align: center !important;
    padding: 60px 20px !important;
    color: #a0aec0;
}

.no-data i[b-n6hlr8e3yl] {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
    opacity: 0.5;
}

.no-data p[b-n6hlr8e3yl] {
    margin: 0 0 16px 0;
    font-size: 16px;
}

.btn-add-inline[b-n6hlr8e3yl] {
    padding: 10px 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.btn-add-inline:hover[b-n6hlr8e3yl] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

.actions[b-n6hlr8e3yl] {
    display: flex;
    gap: 8px;
}

.btn-icon[b-n6hlr8e3yl] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.btn-edit[b-n6hlr8e3yl] {
    background: #edf2f7;
    color: #4299e1;
}

.btn-edit:hover[b-n6hlr8e3yl] {
    background: #4299e1;
    color: white;
    transform: scale(1.1);
}

.btn-delete[b-n6hlr8e3yl] {
    background: #fff5f5;
    color: #f56565;
}

.btn-delete:hover[b-n6hlr8e3yl] {
    background: #f56565;
    color: white;
    transform: scale(1.1);
}

/* Loading States */
.loading-container[b-n6hlr8e3yl] {
    background: white;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.spinner-large[b-n6hlr8e3yl] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-n6hlr8e3yl 0.8s linear infinite;
    margin: 0 auto 16px;
}

.spinner[b-n6hlr8e3yl] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-n6hlr8e3yl 0.6s linear infinite;
    display: inline-block;
}

@keyframes spin-b-n6hlr8e3yl {
    to { transform: rotate(360deg); }
}

/* Alert */
.alert[b-n6hlr8e3yl] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.alert-danger[b-n6hlr8e3yl] {
    background: #fff5f5;
    border: 1px solid #fc8181;
    color: #c53030;
}

/* Modal */
.modal-overlay[b-n6hlr8e3yl] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeInModal-b-n6hlr8e3yl 0.2s ease-out;
}

@keyframes fadeInModal-b-n6hlr8e3yl {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-n6hlr8e3yl] {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-n6hlr8e3yl 0.3s ease-out;
}

@keyframes slideUp-b-n6hlr8e3yl {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-n6hlr8e3yl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h3[b-n6hlr8e3yl] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.modal-body[b-n6hlr8e3yl] {
    padding: 24px;
}

.modal-body p[b-n6hlr8e3yl] {
    margin: 0 0 12px 0;
    color: #2d3748;
    font-size: 15px;
}

.modal-body strong[b-n6hlr8e3yl] {
    color: #1a202c;
}

.warning-text[b-n6hlr8e3yl] {
    color: #e53e3e !important;
    font-size: 14px !important;
}

.modal-footer[b-n6hlr8e3yl] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 24px;
    border-top: 1px solid #e2e8f0;
}

.btn-delete-confirm[b-n6hlr8e3yl] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f56565 0%, #c53030 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-delete-confirm:hover[b-n6hlr8e3yl] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 101, 101, 0.4);
}

.btn-delete-confirm:disabled[b-n6hlr8e3yl],
.btn-save:disabled[b-n6hlr8e3yl],
.btn-cancel:disabled[b-n6hlr8e3yl] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .management-page[b-n6hlr8e3yl] {
        padding: 16px;
    }

    .page-header[b-n6hlr8e3yl] {
        flex-wrap: wrap;
        padding: 16px;
    }

    .header-info h1[b-n6hlr8e3yl] {
        font-size: 22px;
    }

    .add-btn[b-n6hlr8e3yl] {
        width: 100%;
        justify-content: center;
    }

    .form-card[b-n6hlr8e3yl] {
        padding: 16px;
    }

    .data-table[b-n6hlr8e3yl] {
        overflow-x: auto;
    }

    table[b-n6hlr8e3yl] {
        min-width: 500px;
    }
}

@media (max-width: 480px) {
    .back-btn[b-n6hlr8e3yl] {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .header-info h1[b-n6hlr8e3yl] {
        font-size: 18px;
    }

    thead th[b-n6hlr8e3yl],
    tbody td[b-n6hlr8e3yl] {
        padding: 12px 8px;
        font-size: 13px;
    }
}
/* _content/CheckenStore/Components/Pages/IncomingPage.razor.rz.scp.css */
.dashboard-container[b-0vextbyk8e] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    animation: fadeIn-b-0vextbyk8e 0.4s ease-out;
}

@keyframes fadeIn-b-0vextbyk8e {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dashboard-header[b-0vextbyk8e] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
    padding: 20px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border-radius: 16px;
    color: white;
    box-shadow: 0 10px 30px rgba(72, 187, 120, 0.3);
}

.back-btn[b-0vextbyk8e] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.back-btn:hover[b-0vextbyk8e] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.header-content[b-0vextbyk8e] {
    flex: 1;
}

.dashboard-title[b-0vextbyk8e] {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dashboard-title i[b-0vextbyk8e] {
    font-size: 36px;
}

.dashboard-subtitle[b-0vextbyk8e] {
    font-size: 16px;
    margin: 0;
    opacity: 0.95;
}

.dashboard-cards[b-0vextbyk8e] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.dashboard-card[b-0vextbyk8e] {
    position: relative;
    background: white;
    border-radius: 16px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-card[b-0vextbyk8e]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--card-color-1), var(--card-color-2));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.dashboard-card:hover[b-0vextbyk8e]::before {
    transform: scaleX(1);
}

.dashboard-card:hover[b-0vextbyk8e] {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.card-icon[b-0vextbyk8e] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    background: linear-gradient(135deg, var(--card-color-1), var(--card-color-2));
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-content[b-0vextbyk8e] {
    flex: 1;
}

.card-title[b-0vextbyk8e] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 8px 0;
}

.card-description[b-0vextbyk8e] {
    font-size: 14px;
    color: #718096;
    margin: 0;
    line-height: 1.5;
}

.card-arrow[b-0vextbyk8e] {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f7fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4a5568;
    transition: all 0.3s ease;
}

.dashboard-card:hover .card-arrow[b-0vextbyk8e] {
    background: linear-gradient(135deg, var(--card-color-1), var(--card-color-2));
    color: white;
    transform: translateX(-4px);
}

.card-green[b-0vextbyk8e] {
    --card-color-1: #48bb78;
    --card-color-2: #2f855a;
}

.card-emerald[b-0vextbyk8e] {
    --card-color-1: #10b981;
    --card-color-2: #059669;
}

@media (max-width: 768px) {
    .dashboard-container[b-0vextbyk8e] {
        padding: 16px;
    }

    .dashboard-header[b-0vextbyk8e] {
        padding: 16px;
    }

    .dashboard-title[b-0vextbyk8e] {
        font-size: 24px;
    }

    .dashboard-cards[b-0vextbyk8e] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 16px;
    }
}
/* _content/CheckenStore/Components/Pages/MealFormExample.razor.rz.scp.css */
/* Meal Form Example Page Styles */
.page-container[b-egs0j7mut8] {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-header[b-egs0j7mut8] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.page-header h1[b-egs0j7mut8] {
    margin: 0 0 8px 0;
    font-size: 24px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-header p[b-egs0j7mut8] {
    margin: 0;
    color: #718096;
    font-size: 14px;
}

.content[b-egs0j7mut8] {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-primary[b-egs0j7mut8] {
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-left: 15px;
    margin-bottom: 15px;
}

.btn-primary:hover[b-egs0j7mut8] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(236, 72, 153, 0.4);
}

.btn-secondary[b-egs0j7mut8] {
    padding: 12px 24px;
    border-radius: 8px;
    border: 2px solid #3b82f6;
    background: white;
    color: #3b82f6;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.btn-secondary:hover[b-egs0j7mut8] {
    background: #3b82f6;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4);
}

.message-box[b-egs0j7mut8] {
    padding: 15px 20px;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    animation: slideDown-b-egs0j7mut8 0.3s ease;
}

.message-box.success[b-egs0j7mut8] {
    background: #d1fae5;
    color: #065f46;
    border-left: 4px solid #10b981;
}

.message-box i[b-egs0j7mut8] {
    font-size: 20px;
}

@keyframes slideDown-b-egs0j7mut8 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/CheckenStore/Components/Pages/MutualPaymentsPage.razor.rz.scp.css */
/* ================================================
   ???? ????????? ????????? - MutualPaymentsPage
   ================================================ */

/* Container */
.payments-page[b-sb3xpz8q8d] {
    padding: 24px;
    max-width: 1600px;
    margin: 0 auto;
    animation: fadeIn-b-sb3xpz8q8d 0.4s ease-out;
    background: #f7fafc;
    min-height: 100vh;
}

@keyframes fadeIn-b-sb3xpz8q8d {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== Header ========== */
.page-header[b-sb3xpz8q8d] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.back-btn[b-sb3xpz8q8d] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.back-btn:hover[b-sb3xpz8q8d] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

.header-info[b-sb3xpz8q8d] {
    flex: 1;
}

.header-info h1[b-sb3xpz8q8d] {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-info h1 i[b-sb3xpz8q8d] {
    color: #8b5cf6;
}

.header-info p[b-sb3xpz8q8d] {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.add-btn[b-sb3xpz8q8d] {
    padding: 12px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.add-btn:hover[b-sb3xpz8q8d] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

.add-btn:disabled[b-sb3xpz8q8d] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* ========== Search Panel ========== */
.search-panel[b-sb3xpz8q8d] {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.search-panel.compact[b-sb3xpz8q8d] {
    padding: 20px;
}

.search-panel h3[b-sb3xpz8q8d] {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-row-inline[b-sb3xpz8q8d] {
    display: flex;
    align-items: end;
    gap: 12px;
    flex-wrap: wrap;
}

.form-group-inline[b-sb3xpz8q8d] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 160px;
}

.form-group-inline label[b-sb3xpz8q8d] {
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
}

.form-input-sm[b-sb3xpz8q8d] {
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    height: 42px;
}

.form-input-sm:focus[b-sb3xpz8q8d] {
    outline: none;
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

.search-buttons-inline[b-sb3xpz8q8d] {
    display: flex;
    gap: 8px;
}

.btn-search-sm[b-sb3xpz8q8d] {
    padding: 10px 18px;
    height: 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.btn-search-sm:hover:not(:disabled)[b-sb3xpz8q8d] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

.btn-search-sm:disabled[b-sb3xpz8q8d] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-reset-sm[b-sb3xpz8q8d] {
    padding: 10px 12px;
    height: 42px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.btn-reset-sm:hover:not(:disabled)[b-sb3xpz8q8d] {
    background: #e2e8f0;
}

.btn-reset-sm:disabled[b-sb3xpz8q8d] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ========== Data Section ========== */
.data-section[b-sb3xpz8q8d] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.data-table[b-sb3xpz8q8d] {
    overflow-x: auto;
    margin-bottom: 20px;
}

table[b-sb3xpz8q8d] {
    width: 100%;
    border-collapse: collapse;
}

thead[b-sb3xpz8q8d] {
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    color: white;
}

thead th[b-sb3xpz8q8d] {
    padding: 16px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
}

tbody tr[b-sb3xpz8q8d] {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

tbody tr:hover[b-sb3xpz8q8d] {
    background: #f7fafc;
}

tbody td[b-sb3xpz8q8d] {
    padding: 14px;
    color: #2d3748;
    font-size: 14px;
}

/* ========== Badges ========== */
.badge[b-sb3xpz8q8d] {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.badge-success[b-sb3xpz8q8d] {
    background: #d1fae5;
    color: #065f46;
}

.badge-info[b-sb3xpz8q8d] {
    background: #dbeafe;
    color: #1e40af;
}

.amount[b-sb3xpz8q8d] {
    color: #8b5cf6;
    font-size: 15px;
    font-weight: 700;
}

/* ========== Action Buttons ========== */
.actions[b-sb3xpz8q8d] {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.btn-icon[b-sb3xpz8q8d] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-edit[b-sb3xpz8q8d] {
    background: #e0e7ff;
    color: #4f46e5;
}

.btn-edit:hover[b-sb3xpz8q8d] {
    background: #4f46e5;
    color: white;
    transform: scale(1.1);
}

.btn-delete[b-sb3xpz8q8d] {
    background: #fee2e2;
    color: #dc2626;
}

.btn-delete:hover[b-sb3xpz8q8d] {
    background: #dc2626;
    color: white;
    transform: scale(1.1);
}

/* ========== No Data ========== */
.no-data[b-sb3xpz8q8d] {
    text-align: center !important;
    padding: 60px 20px !important;
    color: #a0aec0;
}

.no-data i[b-sb3xpz8q8d] {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
}

.no-data p[b-sb3xpz8q8d] {
    margin: 0;
    font-size: 16px;
}

/* ========== Summary Panel ========== */
.summary-panel[b-sb3xpz8q8d] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.summary-card[b-sb3xpz8q8d] {
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.summary-card i[b-sb3xpz8q8d] {
    font-size: 32px;
    opacity: 0.9;
}

.summary-card div[b-sb3xpz8q8d] {
    flex: 1;
}

.summary-card span[b-sb3xpz8q8d] {
    display: block;
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 4px;
}

.summary-card strong[b-sb3xpz8q8d] {
    font-size: 20px;
    font-weight: 700;
}

/* ========== Pagination ========== */
.pagination[b-sb3xpz8q8d] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.page-btn[b-sb3xpz8q8d] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: white;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-btn:hover:not(:disabled)[b-sb3xpz8q8d] {
    background: #8b5cf6;
    color: white;
    border-color: #8b5cf6;
}

.page-btn:disabled[b-sb3xpz8q8d] {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-info[b-sb3xpz8q8d] {
    padding: 0 20px;
    font-weight: 600;
    color: #2d3748;
}

/* ========== Modal ========== */
.modal-overlay[b-sb3xpz8q8d] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeInModal-b-sb3xpz8q8d 0.2s ease-out;
}

@keyframes fadeInModal-b-sb3xpz8q8d {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-sb3xpz8q8d] {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-sb3xpz8q8d 0.3s ease-out;
}

@keyframes slideUp-b-sb3xpz8q8d {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-sb3xpz8q8d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h3[b-sb3xpz8q8d] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.close-btn[b-sb3xpz8q8d] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f7fafc;
    border: none;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.close-btn:hover[b-sb3xpz8q8d] {
    background: #e2e8f0;
    color: #4a5568;
}

.modal-body[b-sb3xpz8q8d] {
    padding: 24px;
}

.form-group[b-sb3xpz8q8d] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.form-group label[b-sb3xpz8q8d] {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.form-input[b-sb3xpz8q8d] {
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    width: 100%;
}

.form-input:focus[b-sb3xpz8q8d] {
    outline: none;
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

.amount-display[b-sb3xpz8q8d] {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #8b5cf6;
    font-weight: 600;
}

.computed-summary[b-sb3xpz8q8d] {
    background: #f3f4f6;
    padding: 16px;
    border-radius: 8px;
    margin: 15px 0;
}

.modal-footer[b-sb3xpz8q8d] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 24px;
    border-top: 1px solid #e2e8f0;
}

.btn-save[b-sb3xpz8q8d] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-save:hover:not(:disabled)[b-sb3xpz8q8d] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.4);
}

.btn-save:disabled[b-sb3xpz8q8d] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-cancel[b-sb3xpz8q8d] {
    padding: 12px 24px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel:hover:not(:disabled)[b-sb3xpz8q8d] {
    background: #e2e8f0;
}

.btn-cancel:disabled[b-sb3xpz8q8d] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-delete-confirm[b-sb3xpz8q8d] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-delete-confirm:hover:not(:disabled)[b-sb3xpz8q8d] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
}

.btn-delete-confirm:disabled[b-sb3xpz8q8d] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ========== Spinner ========== */
.spinner[b-sb3xpz8q8d] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-sb3xpz8q8d 0.6s linear infinite;
}

@keyframes spin-b-sb3xpz8q8d {
    to { transform: rotate(360deg); }
}

.loading-container[b-sb3xpz8q8d] {
    background: white;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.spinner-large[b-sb3xpz8q8d] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #8b5cf6;
    border-radius: 50%;
    animation: spin-b-sb3xpz8q8d 0.8s linear infinite;
    margin: 0 auto 16px;
}

.loading-container p[b-sb3xpz8q8d] {
    margin: 0;
    color: #718096;
    font-size: 16px;
}

/* ========== Alerts ========== */
.alert[b-sb3xpz8q8d] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.alert-danger[b-sb3xpz8q8d] {
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #991b1b;
}

.delete-info[b-sb3xpz8q8d] {
    background: #f7fafc;
    border-radius: 8px;
    padding: 16px;
    margin-top: 12px;
}

.delete-info p[b-sb3xpz8q8d] {
    margin: 6px 0;
    font-size: 14px;
    color: #2d3748;
}

.delete-info strong[b-sb3xpz8q8d] {
    color: #1a202c;
}

/* ========== Responsive ========== */
@media (max-width: 1200px) {
    .summary-panel[b-sb3xpz8q8d] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .payments-page[b-sb3xpz8q8d] {
        padding: 16px;
    }

    .page-header[b-sb3xpz8q8d] {
        flex-wrap: wrap;
        padding: 16px;
    }

    .add-btn[b-sb3xpz8q8d] {
        width: 100%;
        justify-content: center;
    }

    .search-row-inline[b-sb3xpz8q8d] {
        flex-direction: column;
        align-items: stretch;
    }

    .form-group-inline[b-sb3xpz8q8d] {
        min-width: 100%;
    }

    .search-buttons-inline[b-sb3xpz8q8d] {
        width: 100%;
    }

    .btn-search-sm[b-sb3xpz8q8d],
    .btn-reset-sm[b-sb3xpz8q8d] {
        flex: 1;
    }

    .summary-panel[b-sb3xpz8q8d] {
        grid-template-columns: 1fr;
    }

    table[b-sb3xpz8q8d] {
        min-width: 900px;
    }

    .modal-content[b-sb3xpz8q8d] {
        width: 95%;
        max-height: 85vh;
    }
}
/* _content/CheckenStore/Components/Pages/OptionsPage.razor.rz.scp.css */
/* أنماط صفحة إعدادات النظام */

.management-page[b-oo9c4qclmw] {
    padding: 24px;
    max-width: 1200px;
    margin: 0 auto;
    animation: fadeIn-b-oo9c4qclmw 0.4s ease-out;
}

@keyframes fadeIn-b-oo9c4qclmw {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-header[b-oo9c4qclmw] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.back-btn[b-oo9c4qclmw] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    flex-shrink: 0;
}

.back-btn:hover[b-oo9c4qclmw] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.header-info[b-oo9c4qclmw] {
    flex: 1;
}

.header-info h1[b-oo9c4qclmw] {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-info h1 i[b-oo9c4qclmw] {
    color: #667eea;
}

.header-info p[b-oo9c4qclmw] {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.add-btn[b-oo9c4qclmw] {
    padding: 12px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.add-btn:hover[b-oo9c4qclmw] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

/* Form Card */
.form-card[b-oo9c4qclmw] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    animation: slideDown-b-oo9c4qclmw 0.3s ease-out;
}

@keyframes slideDown-b-oo9c4qclmw {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-header[b-oo9c4qclmw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}

.form-header h3[b-oo9c4qclmw] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.close-btn[b-oo9c4qclmw] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f7fafc;
    border: none;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover[b-oo9c4qclmw] {
    background: #e2e8f0;
    color: #4a5568;
}

.form-grid[b-oo9c4qclmw] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.form-group[b-oo9c4qclmw] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label[b-oo9c4qclmw] {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.form-input[b-oo9c4qclmw] {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input:focus[b-oo9c4qclmw] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-actions[b-oo9c4qclmw] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.btn-save[b-oo9c4qclmw] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-save:hover[b-oo9c4qclmw] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-cancel[b-oo9c4qclmw] {
    padding: 12px 24px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel:hover[b-oo9c4qclmw] {
    background: #e2e8f0;
}

/* Data Table */
.data-table[b-oo9c4qclmw] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

table[b-oo9c4qclmw] {
    width: 100%;
    border-collapse: collapse;
}

thead[b-oo9c4qclmw] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: black;
}

thead th[b-oo9c4qclmw] {
    padding: 16px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
}

tbody tr[b-oo9c4qclmw] {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

tbody tr:hover[b-oo9c4qclmw] {
    background: #f7fafc;
}

tbody td[b-oo9c4qclmw] {
    padding: 16px;
    color: #2d3748;
    font-size: 14px;
}

tbody td strong[b-oo9c4qclmw] {
    color: #1a202c;
    font-weight: 600;
}

.value-badge[b-oo9c4qclmw] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    background: #edf2f7;
    color: #2d3748;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Courier New', monospace;
}

.no-data[b-oo9c4qclmw] {
    text-align: center !important;
    padding: 60px 20px !important;
    color: #a0aec0;
}

.no-data i[b-oo9c4qclmw] {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
    opacity: 0.5;
}

.no-data p[b-oo9c4qclmw] {
    margin: 0 0 16px 0;
    font-size: 16px;
}

.btn-add-inline[b-oo9c4qclmw] {
    padding: 10px 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.btn-add-inline:hover[b-oo9c4qclmw] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

.actions[b-oo9c4qclmw] {
    display: flex;
    gap: 8px;
}

.btn-icon[b-oo9c4qclmw] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.btn-edit[b-oo9c4qclmw] {
    background: #edf2f7;
    color: #4299e1;
}

.btn-edit:hover[b-oo9c4qclmw] {
    background: #4299e1;
    color: white;
    transform: scale(1.1);
}

.btn-delete[b-oo9c4qclmw] {
    background: #fff5f5;
    color: #f56565;
}

.btn-delete:hover[b-oo9c4qclmw] {
    background: #f56565;
    color: white;
    transform: scale(1.1);
}

/* Loading States */
.loading-container[b-oo9c4qclmw] {
    background: white;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.spinner-large[b-oo9c4qclmw] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-oo9c4qclmw 0.8s linear infinite;
    margin: 0 auto 16px;
}

.spinner[b-oo9c4qclmw] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-oo9c4qclmw 0.6s linear infinite;
    display: inline-block;
}

@keyframes spin-b-oo9c4qclmw {
    to { transform: rotate(360deg); }
}

/* Alert */
.alert[b-oo9c4qclmw] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.alert-danger[b-oo9c4qclmw] {
    background: #fff5f5;
    border: 1px solid #fc8181;
    color: #c53030;
}

/* Modal */
.modal-overlay[b-oo9c4qclmw] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeInModal-b-oo9c4qclmw 0.2s ease-out;
}

@keyframes fadeInModal-b-oo9c4qclmw {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-oo9c4qclmw] {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-oo9c4qclmw 0.3s ease-out;
}

@keyframes slideUp-b-oo9c4qclmw {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-oo9c4qclmw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h3[b-oo9c4qclmw] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.modal-body[b-oo9c4qclmw] {
    padding: 24px;
}

.modal-body p[b-oo9c4qclmw] {
    margin: 0 0 12px 0;
    color: #2d3748;
    font-size: 15px;
}

.modal-body strong[b-oo9c4qclmw] {
    color: #1a202c;
}

.warning-text[b-oo9c4qclmw] {
    color: #e53e3e !important;
    font-size: 14px !important;
}

.modal-footer[b-oo9c4qclmw] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 24px;
    border-top: 1px solid #e2e8f0;
}

.btn-delete-confirm[b-oo9c4qclmw] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f56565 0%, #c53030 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-delete-confirm:hover[b-oo9c4qclmw] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 101, 101, 0.4);
}

.btn-delete-confirm:disabled[b-oo9c4qclmw],
.btn-save:disabled[b-oo9c4qclmw],
.btn-cancel:disabled[b-oo9c4qclmw] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .management-page[b-oo9c4qclmw] {
        padding: 16px;
    }

    .page-header[b-oo9c4qclmw] {
        flex-wrap: wrap;
        padding: 16px;
    }

    .header-info h1[b-oo9c4qclmw] {
        font-size: 22px;
    }

    .add-btn[b-oo9c4qclmw] {
        width: 100%;
        justify-content: center;
    }

    .form-grid[b-oo9c4qclmw] {
        grid-template-columns: 1fr;
    }

    .form-card[b-oo9c4qclmw] {
        padding: 16px;
    }

    .data-table[b-oo9c4qclmw] {
        overflow-x: auto;
    }

    table[b-oo9c4qclmw] {
        min-width: 600px;
    }
}

@media (max-width: 480px) {
    .back-btn[b-oo9c4qclmw] {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .header-info h1[b-oo9c4qclmw] {
        font-size: 18px;
    }

    thead th[b-oo9c4qclmw],
    tbody td[b-oo9c4qclmw] {
        padding: 12px 8px;
        font-size: 13px;
    }
}
/* _content/CheckenStore/Components/Pages/OrdersPage.razor.rz.scp.css */

.orders-page[b-4x83bqxpgj] {
    padding: 24px;
    max-width: 1600px;
    margin: 0 auto;
    animation: fadeIn-b-4x83bqxpgj 0.4s ease-out;
}

@keyframes fadeIn-b-4x83bqxpgj {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.orders-page .page-header[b-4x83bqxpgj] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.orders-page .back-btn[b-4x83bqxpgj] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.orders-page .back-btn:hover[b-4x83bqxpgj] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.orders-page .header-info[b-4x83bqxpgj] {
    flex: 1;
}

.orders-page .header-info h1[b-4x83bqxpgj] {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.orders-page .header-info h1 i[b-4x83bqxpgj] {
    color: #667eea;
}

.orders-page .header-info p[b-4x83bqxpgj] {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.orders-page .add-btn[b-4x83bqxpgj] {
    padding: 12px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.orders-page .add-btn:hover[b-4x83bqxpgj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

/* Search & Summary Container */
.orders-page .search-summary-container[b-4x83bqxpgj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

/* Search Panel */
.orders-page .search-panel[b-4x83bqxpgj] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.orders-page .search-panel.compact[b-4x83bqxpgj] {
    padding: 16px;
}

.orders-page .search-panel h3[b-4x83bqxpgj] {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.orders-page .search-panel.compact h3[b-4x83bqxpgj] {
    font-size: 16px;
    margin-bottom: 12px;
}

.orders-page .search-row-inline[b-4x83bqxpgj] {
    display: flex;
    align-items: end;
    gap: 12px;
    flex-wrap: wrap;
}

.orders-page .form-group-inline[b-4x83bqxpgj] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 150px;
}

.orders-page .form-group-inline label[b-4x83bqxpgj] {
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
}

.orders-page .form-input-sm[b-4x83bqxpgj] {
    padding: 8px 10px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.orders-page .form-input-sm:focus[b-4x83bqxpgj] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
}

.orders-page .search-buttons-inline[b-4x83bqxpgj] {
    display: flex;
    gap: 8px;
}

.orders-page .btn-search-sm[b-4x83bqxpgj] {
    padding: 8px 16px;
    border-radius: 6px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.orders-page .btn-search-sm:hover:not(:disabled)[b-4x83bqxpgj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.orders-page .btn-search-sm:disabled[b-4x83bqxpgj] {
    opacity: 0.5;
    cursor: not-allowed;
}

.orders-page .btn-reset-sm[b-4x83bqxpgj] {
    padding: 8px 12px;
    border-radius: 6px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orders-page .btn-reset-sm:hover:not(:disabled)[b-4x83bqxpgj] {
    background: #e2e8f0;
}

.orders-page .btn-reset-sm:disabled[b-4x83bqxpgj] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Summary Panel Inline */
.orders-page .summary-panel-inline[b-4x83bqxpgj] {
    background: white;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.orders-page .summary-stat[b-4x83bqxpgj] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.orders-page .summary-stat i[b-4x83bqxpgj] {
    color: #667eea;
    font-size: 18px;
}

.orders-page .summary-stat .stat-label[b-4x83bqxpgj] {
    color: #718096;
    font-weight: 500;
}

.orders-page .summary-stat strong[b-4x83bqxpgj] {
    color: #2d3748;
    font-weight: 700;
}

.orders-page .summary-stat .text-success[b-4x83bqxpgj] {
    color: #48bb78 !important;
}

.orders-page .summary-stat .text-danger[b-4x83bqxpgj] {
    color: #f56565 !important;
}

.orders-page .summary-stat .text-warning[b-4x83bqxpgj] {
    color: #f59e0b !important;
}

.orders-page .search-grid[b-4x83bqxpgj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.orders-page .form-group[b-4x83bqxpgj] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0; /* ???? ?????? ????? ??? ?????? */
}

.orders-page .form-group label[b-4x83bqxpgj] {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    white-space: nowrap; /* ???? ????? ???? */
    overflow: hidden;
    text-overflow: ellipsis; /* ???? ... ??? ?????? */
}

.orders-page .form-input[b-4x83bqxpgj],
.orders-page .form-textarea[b-4x83bqxpgj] {
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.orders-page .form-input:focus[b-4x83bqxpgj],
.orders-page .form-textarea:focus[b-4x83bqxpgj] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.orders-page .search-actions[b-4x83bqxpgj] {
    display: flex;
    gap: 12px;
}

.orders-page .btn-search[b-4x83bqxpgj] {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.orders-page .btn-search:hover[b-4x83bqxpgj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.orders-page .btn-reset[b-4x83bqxpgj] {
    padding: 12px 20px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.orders-page .btn-reset:hover[b-4x83bqxpgj] {
    background: #e2e8f0;
}

/* Summary Panel */
.orders-page .summary-panel[b-4x83bqxpgj] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.orders-page .summary-card[b-4x83bqxpgj] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
}

.orders-page .summary-icon[b-4x83bqxpgj] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.orders-page .summary-content h4[b-4x83bqxpgj] {
    margin: 0 0 8px 0;
    font-size: 14px;
    opacity: 0.9;
}

.orders-page .summary-content h2[b-4x83bqxpgj] {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.orders-page .summary-content p[b-4x83bqxpgj] {
    margin: 8px 0 0 0;
    font-size: 13px;
    opacity: 0.8;
}

.orders-page .summary-stats[b-4x83bqxpgj] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.orders-page .stat-item[b-4x83bqxpgj] {
    background: #f7fafc;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.orders-page .stat-item i[b-4x83bqxpgj] {
    color: #667eea;
    font-size: 20px;
}

/* Data Section */
.orders-page .data-section[b-4x83bqxpgj] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.orders-page .data-table[b-4x83bqxpgj] {
    overflow-x: auto;
}

.orders-page table[b-4x83bqxpgj] {
    width: 100%;
    border-collapse: collapse;
}

.orders-page thead[b-4x83bqxpgj] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.orders-page thead th[b-4x83bqxpgj] {
    padding: 16px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
}

.orders-page tbody tr[b-4x83bqxpgj] {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

/* Warning row for orders with unassigned items */
.orders-page tbody tr.row-warning[b-4x83bqxpgj] {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
}

.orders-page tbody tr.row-warning:hover[b-4x83bqxpgj] {
    background: #fef3c7;
}

.orders-page tbody tr:hover[b-4x83bqxpgj] {
    background: #f7fafc;
}

.orders-page .text-warning[b-4x83bqxpgj] {
    color: #f59e0b !important;
}

.orders-page tbody td[b-4x83bqxpgj] {
    padding: 16px;
    color: #2d3748;
    font-size: 14px;
}

.orders-page .badge[b-4x83bqxpgj] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
}

.orders-page .badge-info[b-4x83bqxpgj] {
    background: #dbeafe;
    color: #1e40af;
}

.orders-page .badge-danger[b-4x83bqxpgj] {
    background: #fee2e2;
    color: #991b1b;
}

.orders-page .badge-secondary[b-4x83bqxpgj] {
    background: #f1f5f9;
    color: #64748b;
}

.orders-page .amount[b-4x83bqxpgj] {
    color: #667eea;
    font-size: 15px;
    font-weight: 700;
}

.orders-page .actions[b-4x83bqxpgj] {
    display: flex;
    gap: 8px;
}

.orders-page .btn-icon[b-4x83bqxpgj] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orders-page .btn-edit[b-4x83bqxpgj] {
    background: #edf2f7;
    color: #4299e1;
}

.orders-page .btn-edit:hover[b-4x83bqxpgj] {
    background: #4299e1;
    color: white;
    transform: scale(1.1);
}

.orders-page .btn-print[b-4x83bqxpgj] {
    background: #e6f7f0;
    color: #10b981;
}

.orders-page .btn-print:hover[b-4x83bqxpgj] {
    background: #10b981;
    color: white;
    transform: scale(1.1);
}

.orders-page .btn-delete[b-4x83bqxpgj] {
    background: #fff5f5;
    color: #f56565;
}

.orders-page .btn-delete:hover[b-4x83bqxpgj] {
    background: #f56565;
    color: white;
    transform: scale(1.1);
}

.orders-page .no-data[b-4x83bqxpgj] {
    text-align: center !important;
    padding: 60px 20px !important;
    color: #a0aec0;
}

.orders-page .no-data i[b-4x83bqxpgj] {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
}

.orders-page .no-data p[b-4x83bqxpgj] {
    margin: 0;
    font-size: 16px;
}

/* Pagination */
.orders-page .pagination[b-4x83bqxpgj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.orders-page .page-btn[b-4x83bqxpgj] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: white;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orders-page .page-btn:hover:not(:disabled)[b-4x83bqxpgj] {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

.orders-page .page-btn:disabled[b-4x83bqxpgj] {
    opacity: 0.5;
    cursor: not-allowed;
}

.orders-page .page-info[b-4x83bqxpgj] {
    padding: 0 20px;
    font-weight: 600;
    color: #2d3748;
}

/* Modal */
.orders-page .modal-overlay[b-4x83bqxpgj] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeInModal-b-4x83bqxpgj 0.2s ease-out;
}

@keyframes fadeInModal-b-4x83bqxpgj {
    from { opacity: 0; }
    to { opacity: 1; }
}

.orders-page .modal-content[b-4x83bqxpgj] {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-4x83bqxpgj 0.3s ease-out;
}

.orders-page .modal-content.modal-large[b-4x83bqxpgj] {
    max-width: 900px;
}

.orders-page .modal-content.modal-xlarge[b-4x83bqxpgj] {
    max-width: 100vw;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    border-radius: 0;
}

.orders-page .modal-content.modal-xlarge .modal-body[b-4x83bqxpgj] {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

@keyframes slideUp-b-4x83bqxpgj {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.orders-page .modal-header[b-4x83bqxpgj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.orders-page .modal-header h3[b-4x83bqxpgj] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.orders-page .close-btn[b-4x83bqxpgj] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f7fafc;
    border: none;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orders-page .close-btn:hover[b-4x83bqxpgj] {
    background: #e2e8f0;
    color: #4a5568;
}

.orders-page .modal-body[b-4x83bqxpgj] {
    padding: 24px;
}

.orders-page .modal-footer[b-4x83bqxpgj] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 24px;
    border-top: 1px solid #e2e8f0;
}

.orders-page .btn-save[b-4x83bqxpgj] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.orders-page .btn-save:hover[b-4x83bqxpgj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.orders-page .btn-cancel[b-4x83bqxpgj] {
    padding: 12px 24px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.orders-page .btn-cancel:hover[b-4x83bqxpgj] {
    background: #e2e8f0;
}

.orders-page .btn-delete-confirm[b-4x83bqxpgj] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f56565 0%, #c53030 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.orders-page .btn-delete-confirm:hover[b-4x83bqxpgj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 101, 101, 0.4);
}

.orders-page .spinner[b-4x83bqxpgj] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-4x83bqxpgj 0.6s linear infinite;
}

@keyframes spin-b-4x83bqxpgj {
    to { transform: rotate(360deg); }
}

.orders-page .loading-container[b-4x83bqxpgj] {
    background: white;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.orders-page .spinner-large[b-4x83bqxpgj] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-4x83bqxpgj 0.8s linear infinite;
    margin: 0 auto 16px;
}

.orders-page .alert[b-4x83bqxpgj] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.orders-page .alert-danger[b-4x83bqxpgj] {
    background: #fff5f5;
    border: 1px solid #fc8181;
    color: #c53030;
}

.orders-page .alert-warning[b-4x83bqxpgj] {
    background: #fffbeb;
    border: 1px solid #f59e0b;
    color: #92400e;
}

.orders-page .delete-info[b-4x83bqxpgj] {
    background: #f7fafc;
    border-radius: 8px;
    padding: 12px;
    margin-top: 12px;
}

.orders-page .delete-info p[b-4x83bqxpgj] {
    margin: 4px 0;
    font-size: 14px;
    color: #2d3748;
}

/* Order Form Sections */
.orders-page .order-header-section[b-4x83bqxpgj] {
    background: #f7fafc;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.orders-page .form-row[b-4x83bqxpgj] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.orders-page .form-row-4col[b-4x83bqxpgj] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.orders-page .form-row-2col[b-4x83bqxpgj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.orders-page .order-items-section[b-4x83bqxpgj] {
    margin-bottom: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.orders-page .section-header[b-4x83bqxpgj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    gap: 12px;
}

.orders-page .section-header h4[b-4x83bqxpgj] {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.orders-page .view-toggle[b-4x83bqxpgj] {
    display: flex;
    gap: 4px;
    background: #f7fafc;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.orders-page .toggle-btn[b-4x83bqxpgj] {
    padding: 8px 12px;
    border-radius: 6px;
    background: transparent;
    border: none;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.orders-page .toggle-btn:hover[b-4x83bqxpgj] {
    background: #e2e8f0;
    color: #4a5568;
}

.orders-page .toggle-btn.active[b-4x83bqxpgj] {
    background: white;
    color: #667eea;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.orders-page .btn-add-row[b-4x83bqxpgj] {
    padding: 8px 16px;
    border-radius: 8px;
    background: #48bb78;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.orders-page .btn-add-row:hover[b-4x83bqxpgj] {
    background: #38a169;
    transform: translateY(-2px);
}

/* Items Table */
.orders-page .items-table-container[b-4x83bqxpgj] {
    overflow-x: auto;
    overflow-y: auto;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: white;
    flex: 1;
    min-height: 400px;
}

.orders-page .items-table[b-4x83bqxpgj] {
    width: 100%;
    border-collapse: collapse;
    min-width: 1400px;
}

.orders-page .items-table thead[b-4x83bqxpgj] {
    background: #f7fafc;
    color: #2d3748;
    position: sticky;
    top: 0;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.orders-page .items-table thead th[b-4x83bqxpgj] {
    padding: 12px 8px;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    border-bottom: 2px solid #e2e8f0;
}

.orders-page .items-table tbody tr[b-4x83bqxpgj] {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.orders-page .items-table tbody tr:hover[b-4x83bqxpgj] {
    background: #f7fafc;
}

/* ✅ Row Highlighted Style */
.orders-page .items-table tbody tr.row-highlighted[b-4x83bqxpgj] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%) !important;
    border: 2px solid #f59e0b !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3) !important;
    animation: highlightPulse-b-4x83bqxpgj 2s ease-in-out;
}

@keyframes highlightPulse-b-4x83bqxpgj {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

/* ✅ Scroll Highlight Animation (triggered by JS) */
.orders-page .items-table tbody tr.scroll-highlight[b-4x83bqxpgj] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%) !important;
    border: 3px solid #3b82f6 !important;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.6) !important;
    animation: scrollPulse-b-4x83bqxpgj 1.5s ease-in-out infinite;
}

@keyframes scrollPulse-b-4x83bqxpgj {
    0%, 100% {
        box-shadow: 0 0 20px rgba(59, 130, 246, 0.6);
    }
    50% {
        box-shadow: 0 0 30px rgba(59, 130, 246, 0.9);
    }
}

.orders-page .items-table tbody tr.row-selected[b-4x83bqxpgj] {
    background: #e0e7ff !important;
    border: 2px solid #667eea !important;
}

.orders-page .items-table tbody td[b-4x83bqxpgj] {
    padding: 8px;
    text-align: center;
}

.orders-page .input-sm[b-4x83bqxpgj] {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 13px;
    text-align: center;
    transition: all 0.2s ease;
}

.orders-page .input-sm:focus[b-4x83bqxpgj] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
}

.orders-page .btn-icon-sm[b-4x83bqxpgj] {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.orders-page .btn-icon-sm.btn-edit[b-4x83bqxpgj] {
    background: #edf2f7;
    color: #4299e1;
}

.orders-page .btn-icon-sm.btn-edit:hover[b-4x83bqxpgj] {
    background: #4299e1;
    color: white;
}

.orders-page .btn-icon-sm.btn-delete[b-4x83bqxpgj] {
    background: #fff5f5;
    color: #f56565;
}

.orders-page .btn-icon-sm.btn-delete:hover[b-4x83bqxpgj] {
    background: #f56565;
    color: white;
}

.orders-page .text-bold[b-4x83bqxpgj] {
    font-weight: 700;
    color: #2d3748;
}

.orders-page .amount-cell[b-4x83bqxpgj] {
    color: #667eea;
}

.orders-page .items-table tfoot[b-4x83bqxpgj] {
    background: #f7fafc;
    font-weight: 700;
}

.orders-page .items-table tfoot td[b-4x83bqxpgj] {
    padding: 16px 8px;
    border-top: 2px solid #e2e8f0;
}

.orders-page .totals-row[b-4x83bqxpgj] {
    font-size: 15px;
}

.orders-page .grand-total[b-4x83bqxpgj] {
    color: #667eea;
    font-size: 16px;
}

.orders-page .empty-items[b-4x83bqxpgj] {
    text-align: center;
    padding: 60px 20px;
    color: #a0aec0;
}

.orders-page .empty-items i[b-4x83bqxpgj] {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
}

/* Details Modal */
.orders-page .details-grid[b-4x83bqxpgj] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.orders-page .detail-item[b-4x83bqxpgj] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.orders-page .detail-label[b-4x83bqxpgj] {
    font-size: 13px;
    font-weight: 600;
    color: #718096;
}

.orders-page .detail-value[b-4x83bqxpgj] {
    font-size: 15px;
    font-weight: 600;
    color: #2d3748;
}

.orders-page .details-section-title[b-4x83bqxpgj] {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin: 20px 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #e2e8f0;
}

.orders-page .details-table[b-4x83bqxpgj] {
    width: 100%;
    border-collapse: collapse;
}

.orders-page .details-table thead[b-4x83bqxpgj] {
    background: #f7fafc;
}

.orders-page .details-table th[b-4x83bqxpgj],
.orders-page .details-table td[b-4x83bqxpgj] {
    padding: 12px;
    text-align: right;
    border: 1px solid #e2e8f0;
}

.orders-page .details-table tfoot[b-4x83bqxpgj] {
    background: #f7fafc;
    font-weight: 700;
}

.orders-page .detail-note[b-4x83bqxpgj] {
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    padding: 12px;
    margin-top: 16px;
}

.orders-page .detail-note strong[b-4x83bqxpgj] {
    color: #92400e;
}

.orders-page .detail-note p[b-4x83bqxpgj] {
    margin: 8px 0 0 0;
    color: #78350f;
}

/* Responsive */
@media (max-width: 1400px) {
    .orders-page[b-4x83bqxpgj] {
        max-width: 100%;
    }
}

/* Customer Search Dropdown */
.orders-page .customer-search-container[b-4x83bqxpgj] {
    position: relative;
    width: 100%;
}

.orders-page .customer-search-input[b-4x83bqxpgj] {
    width: 100%;
}

.orders-page .customer-dropdown[b-4x83bqxpgj] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #667eea;
    border-radius: 8px;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    margin-top: 4px;
}

.orders-page .customer-dropdown-item[b-4x83bqxpgj] {
    padding: 10px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #e2e8f0;
}

.orders-page .customer-dropdown-item:last-child[b-4x83bqxpgj] {
    border-bottom: none;
}

.orders-page .customer-dropdown-item:hover[b-4x83bqxpgj] {
    background: #f7fafc;
}

.orders-page .customer-dropdown-item i[b-4x83bqxpgj] {
    color: #667eea;
    font-size: 18px;
}

.orders-page .customer-dropdown-item span[b-4x83bqxpgj] {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.orders-page .customer-dropdown-item .customer-phone[b-4x83bqxpgj] {
    font-size: 12px;
    color: #718096;
    font-weight: 400;
}

@media (max-width: 1400px) {
    .orders-page[b-4x83bqxpgj] {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .orders-page .search-summary-container[b-4x83bqxpgj] {
        grid-template-columns: 1fr;
    }
    
    .orders-page .form-row[b-4x83bqxpgj],
    .orders-page .form-row-4col[b-4x83bqxpgj] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .orders-page .modal-content[b-4x83bqxpgj] {
        width: 95%;
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .orders-page[b-4x83bqxpgj] {
        padding: 16px;
    }

    .orders-page .page-header[b-4x83bqxpgj] {
        flex-wrap: wrap;
        padding: 16px;
    }

    .orders-page .add-btn[b-4x83bqxpgj] {
        width: 100%;
        justify-content: center;
    }

    .orders-page .search-grid[b-4x83bqxpgj] {
        grid-template-columns: 1fr;
    }

    .orders-page .form-row[b-4x83bqxpgj],
    .orders-page .form-row-4col[b-4x83bqxpgj],
    .orders-page .form-row-2col[b-4x83bqxpgj] {
        grid-template-columns: 1fr;
    }

    .orders-page .data-table[b-4x83bqxpgj] {
        overflow-x: scroll;
    }

    .orders-page .table[b-4x83bqxpgj] {
        min-width: 1000px;
    }
    
    .orders-page .details-grid[b-4x83bqxpgj] {
        grid-template-columns: 1fr;
    }
    
    .orders-page .modal-content[b-4x83bqxpgj] {
        width: 98%;
        max-width: 98%;
    }
}

/* Order Totals Section */
.orders-page .order-totals-section[b-4x83bqxpgj] {
    margin-top: 24px;
    padding: 24px;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border-radius: 16px;
    border: 2px solid #e2e8f0;
}

.orders-page .totals-grid[b-4x83bqxpgj] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.orders-page .total-card[b-4x83bqxpgj] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.orders-page .total-card:hover[b-4x83bqxpgj] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #667eea;
}

.orders-page .total-card.grand-total-card[b-4x83bqxpgj] {
    grid-column: span 4;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border: 3px solid #22c55e;
    padding: 24px;
}

.orders-page .total-card.grand-total-card:hover[b-4x83bqxpgj] {
    border-color: #16a34a;
}

.orders-page .total-icon[b-4x83bqxpgj] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.orders-page .grand-total-card .total-icon[b-4x83bqxpgj] {
    width: 70px;
    height: 70px;
    font-size: 32px;
}

.orders-page .total-content[b-4x83bqxpgj] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.orders-page .total-label[b-4x83bqxpgj] {
    font-size: 14px;
    font-weight: 600;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.orders-page .grand-total-card .total-label[b-4x83bqxpgj] {
    font-size: 16px;
    color: #15803d;
}

.orders-page .total-value[b-4x83bqxpgj] {
    font-size: 22px;
    font-weight: 700;
    color: #2d3748;
    direction: rtl;
}

.orders-page .grand-total-card .total-value[b-4x83bqxpgj] {
    font-size: 32px;
}

.orders-page .grand-total-value[b-4x83bqxpgj] {
    color: #16a34a !important;
    text-shadow: 0 2px 4px rgba(22, 163, 74, 0.2);
}

/* Responsive Design for Totals */
@media (max-width: 1400px) {
    .orders-page .totals-grid[b-4x83bqxpgj] {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .orders-page .total-card.grand-total-card[b-4x83bqxpgj] {
        grid-column: span 3;
    }
}

@media (max-width: 1024px) {
    .orders-page .totals-grid[b-4x83bqxpgj] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .orders-page .total-card.grand-total-card[b-4x83bqxpgj] {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .orders-page .totals-grid[b-4x83bqxpgj] {
        grid-template-columns: 1fr;
    }
    
    .orders-page .total-card.grand-total-card[b-4x83bqxpgj] {
        grid-column: span 1;
    }
    
    .orders-page .total-card[b-4x83bqxpgj] {
        padding: 16px;
    }
    
    .orders-page .total-icon[b-4x83bqxpgj] {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .orders-page .total-value[b-4x83bqxpgj] {
        font-size: 18px;
    }
    
    .orders-page .grand-total-card .total-value[b-4x83bqxpgj] {
        font-size: 24px;
    }
}

/* Auto-save status indicator */
.orders-page .auto-save-status[b-4x83bqxpgj] {
    margin-right: 15px;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: normal;
    background: #f0f9ff;
    color: #0369a1;
    border: 1px solid #bae6fd;
    animation: fadeInStatus-b-4x83bqxpgj 0.3s ease-in;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@keyframes fadeInStatus-b-4x83bqxpgj {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Success state */
.orders-page .auto-save-status:has-text("?")[b-4x83bqxpgj] {
    background: #f0fdf4;
    color: #15803d;
    border-color: #bbf7d0;
}

/* Warning state */
.orders-page .auto-save-status:has-text("?")[b-4x83bqxpgj] {
    background: #fef3c7;
    color: #d97706;
    border-color: #fde68a;
}

/* Loading state */
.orders-page .auto-save-status:has-text("???")[b-4x83bqxpgj] {
    background: #ede9fe;
    color: #7c3aed;
    border-color: #ddd6fe;
}

/* Loading spinner */
.orders-page .auto-save-status:has-text("???")[b-4x83bqxpgj]::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(124, 58, 237, 0.3);
    border-top-color: #7c3aed;
    border-radius: 50%;
    animation: spinStatus-b-4x83bqxpgj 0.8s linear infinite;
}

@keyframes spinStatus-b-4x83bqxpgj {
    to {
        transform: rotate(360deg);
    }
}

/* OrderItem Dialog Styles */
.orders-page .modal-content.modal-medium[b-4x83bqxpgj] {
    max-width: 700px;
}

.orders-page .order-item-form[b-4x83bqxpgj] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.orders-page .form-row-2col[b-4x83bqxpgj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.orders-page .form-row-3col[b-4x83bqxpgj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.orders-page .form-row-1col[b-4x83bqxpgj] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.orders-page .computed-value[b-4x83bqxpgj] {
    padding: 10px 12px;
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-weight: 700;
    color: #2d3748;
    font-size: 15px;
    min-height: 44px;
    display: flex;
    align-items: center;
}

.orders-page .computed-value.amount[b-4x83bqxpgj] {
    color: #667eea;
}

.orders-page .computed-value.dead[b-4x83bqxpgj] {
    color: #f56565;
}

.orders-page .order-item-footer[b-4x83bqxpgj] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.orders-page .navigation-buttons[b-4x83bqxpgj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.orders-page .btn-nav[b-4x83bqxpgj] {
    padding: 8px 16px;
    border-radius: 8px;
    background: white;
    border: 2px solid #667eea;
    color: #667eea;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.orders-page .btn-nav:hover:not(:disabled)[b-4x83bqxpgj] {
    background: #667eea;
    color: white;
}

.orders-page .btn-nav:disabled[b-4x83bqxpgj] {
    opacity: 0.3;
    cursor: not-allowed;
}

.orders-page .nav-info[b-4x83bqxpgj] {
    padding: 8px 16px;
    font-weight: 700;
    color: #2d3748;
}

.orders-page .action-buttons[b-4x83bqxpgj] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.orders-page .btn-new[b-4x83bqxpgj] {
    padding: 10px 20px;
    border-radius: 8px;
    background: #48bb78;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.orders-page .btn-new:hover[b-4x83bqxpgj] {
    background: #38a169;
    transform: translateY(-2px);
}

.orders-page .btn-table-view[b-4x83bqxpgj] {
    padding: 10px 20px;
    border-radius: 8px;
    background: #4299e1;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.orders-page .btn-table-view:hover[b-4x83bqxpgj] {
    background: #3182ce;
    transform: translateY(-2px);
}

.orders-page .btn-delete-item[b-4x83bqxpgj] {
    padding: 10px 20px;
    border-radius: 8px;
    background: #f56565;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.orders-page .btn-delete-item:hover[b-4x83bqxpgj] {
    background: #c53030;
    transform: translateY(-2px);
}

.orders-page .btn-done[b-4x83bqxpgj] {
    padding: 10px 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.orders-page .btn-done:hover[b-4x83bqxpgj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

/* Items Summary List */
.orders-page .items-summary-list[b-4x83bqxpgj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.orders-page .item-summary-card[b-4x83bqxpgj] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    gap: 12px;
}

.orders-page .item-summary-card:hover[b-4x83bqxpgj] {
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
    transform: translateY(-2px);
}

.orders-page .item-number[b-4x83bqxpgj] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.orders-page .item-details[b-4x83bqxpgj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.orders-page .item-row[b-4x83bqxpgj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.orders-page .item-label[b-4x83bqxpgj] {
    font-size: 13px;
    color: #718096;
    font-weight: 600;
}

.orders-page .item-value[b-4x83bqxpgj] {
    font-size: 14px;
    color: #2d3748;
    font-weight: 700;
}

.orders-page .item-value.amount[b-4x83bqxpgj] {
    color: #667eea;
}

.orders-page .item-actions[b-4x83bqxpgj] {
    display: flex;
    align-items: flex-start;
}

.orders-page .badge-success[b-4x83bqxpgj] {
    background: #c6f6d5;
    color: #22543d;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
}

.orders-page .badge-warning[b-4x83bqxpgj] {
    background: #fef3c7;
    color: #92400e;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
}

/* Items Totals */
.orders-page .items-totals[b-4x83bqxpgj] {
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.orders-page .total-item[b-4x83bqxpgj] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.orders-page .total-item.grand[b-4x83bqxpgj] {
    grid-column: span 2;
    padding-top: 16px;
    border-top: 2px solid #e2e8f0;
}

.orders-page .total-label[b-4x83bqxpgj] {
    font-size: 13px;
    color: #718096;
    font-weight: 600;
}

.orders-page .total-value[b-4x83bqxpgj] {
    font-size: 18px;
    color: #2d3748;
    font-weight: 700;
}

.orders-page .total-value.amount[b-4x83bqxpgj] {
    color: #667eea;
}

.orders-page .total-value.dead[b-4x83bqxpgj] {
    color: #f56565;
}

.orders-page .total-item.grand .total-value[b-4x83bqxpgj] {
    font-size: 22px;
    color: #667eea;
}


/* _content/CheckenStore/Components/Pages/OutgoingPage.razor.rz.scp.css */
.dashboard-container[b-bbiw4u4m5g] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    animation: fadeIn-b-bbiw4u4m5g 0.4s ease-out;
}

@keyframes fadeIn-b-bbiw4u4m5g {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dashboard-header[b-bbiw4u4m5g] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
    padding: 20px;
    background: linear-gradient(135deg, #f56565 0%, #c53030 100%);
    border-radius: 16px;
    color: white;
    box-shadow: 0 10px 30px rgba(245, 101, 101, 0.3);
}

.back-btn[b-bbiw4u4m5g] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.back-btn:hover[b-bbiw4u4m5g] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.header-content[b-bbiw4u4m5g] {
    flex: 1;
}

.dashboard-title[b-bbiw4u4m5g] {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dashboard-title i[b-bbiw4u4m5g] {
    font-size: 36px;
}

.dashboard-subtitle[b-bbiw4u4m5g] {
    font-size: 16px;
    margin: 0;
    opacity: 0.95;
}

.dashboard-cards[b-bbiw4u4m5g] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.dashboard-card[b-bbiw4u4m5g] {
    position: relative;
    background: white;
    border-radius: 16px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-card[b-bbiw4u4m5g]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--card-color-1), var(--card-color-2));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.dashboard-card:hover[b-bbiw4u4m5g]::before {
    transform: scaleX(1);
}

.dashboard-card:hover[b-bbiw4u4m5g] {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.card-icon[b-bbiw4u4m5g] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    background: linear-gradient(135deg, var(--card-color-1), var(--card-color-2));
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-content[b-bbiw4u4m5g] {
    flex: 1;
}

.card-title[b-bbiw4u4m5g] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 8px 0;
}

.card-description[b-bbiw4u4m5g] {
    font-size: 14px;
    color: #718096;
    margin: 0;
    line-height: 1.5;
}

.card-arrow[b-bbiw4u4m5g] {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f7fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4a5568;
    transition: all 0.3s ease;
}

.dashboard-card:hover .card-arrow[b-bbiw4u4m5g] {
    background: linear-gradient(135deg, var(--card-color-1), var(--card-color-2));
    color: white;
    transform: translateX(-4px);
}

.card-red[b-bbiw4u4m5g] {
    --card-color-1: #f56565;
    --card-color-2: #c53030;
}

.card-orange[b-bbiw4u4m5g] {
    --card-color-1: #ed8936;
    --card-color-2: #c05621;
}

@media (max-width: 768px) {
    .dashboard-container[b-bbiw4u4m5g] {
        padding: 16px;
    }

    .dashboard-header[b-bbiw4u4m5g] {
        padding: 16px;
    }

    .dashboard-title[b-bbiw4u4m5g] {
        font-size: 24px;
    }

    .dashboard-cards[b-bbiw4u4m5g] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 16px;
    }
}
/* _content/CheckenStore/Components/Pages/PaymentsPage.razor.rz.scp.css */
/* ???? ????? ?????? */

.payments-page[b-gr8k2hxbhy] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    animation: fadeIn-b-gr8k2hxbhy 0.4s ease-out;
}

@keyframes fadeIn-b-gr8k2hxbhy {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header */
.payments-page .page-header[b-gr8k2hxbhy] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.payments-page .back-btn[b-gr8k2hxbhy] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #D2691E;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.payments-page .back-btn:hover[b-gr8k2hxbhy] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(210, 105, 30, 0.4);
}

.payments-page .header-info[b-gr8k2hxbhy] {
    flex: 1;
}

.payments-page .header-info h1[b-gr8k2hxbhy] {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.payments-page .header-info h1 i[b-gr8k2hxbhy] {
    color: #D2691E;
}

.payments-page .header-info p[b-gr8k2hxbhy] {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.payments-page .add-btn[b-gr8k2hxbhy] {
    padding: 12px 24px;
    border-radius: 12px;
    background: #D2691E;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.payments-page .add-btn:hover[b-gr8k2hxbhy] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(210, 105, 30, 0.4);
}

/* Search & Summary Container */
.payments-page .search-summary-container[b-gr8k2hxbhy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

/* Search Panel */
.payments-page .search-panel[b-gr8k2hxbhy] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.payments-page .search-panel h3[b-gr8k2hxbhy] {
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Search Row Inline */
.payments-page .search-row-inline[b-gr8k2hxbhy] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
}

.payments-page .form-group-inline[b-gr8k2hxbhy] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 140px;
}

.payments-page .form-group-inline label[b-gr8k2hxbhy] {
    font-size: 13px;
    font-weight: 600;
    color: #2d3748;
}

.payments-page .form-input-sm[b-gr8k2hxbhy] {
    padding: 8px 10px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 13px;
    transition: all 0.3s ease;
    min-width: 140px;
}

.payments-page .form-input-sm:focus[b-gr8k2hxbhy] {
    outline: none;
    border-color: #D2691E;
    box-shadow: 0 0 0 3px rgba(210, 105, 30, 0.1);
}

.payments-page .search-buttons-inline[b-gr8k2hxbhy] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.payments-page .btn-search-sm[b-gr8k2hxbhy],
.payments-page .btn-reset-sm[b-gr8k2hxbhy] {
    padding: 8px 16px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.payments-page .btn-search-sm[b-gr8k2hxbhy] {
    background: #D2691E;
    color: white;
}

.payments-page .btn-search-sm:hover:not(:disabled)[b-gr8k2hxbhy] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(210, 105, 30, 0.4);
}

.payments-page .btn-reset-sm[b-gr8k2hxbhy] {
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    padding: 8px 12px;
}

.payments-page .btn-reset-sm:hover:not(:disabled)[b-gr8k2hxbhy] {
    background: #e2e8f0;
}

.payments-page .btn-search-sm:disabled[b-gr8k2hxbhy],
.payments-page .btn-reset-sm:disabled[b-gr8k2hxbhy] {
    opacity: 0.5;
    cursor: not-allowed;
}

.payments-page .search-grid[b-gr8k2hxbhy] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.payments-page .form-group[b-gr8k2hxbhy] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payments-page .form-group label[b-gr8k2hxbhy] {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.payments-page .form-input[b-gr8k2hxbhy],
.payments-page .form-textarea[b-gr8k2hxbhy] {
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.payments-page .form-input:focus[b-gr8k2hxbhy],
.payments-page .form-textarea:focus[b-gr8k2hxbhy] {
    outline: none;
    border-color: #D2691E;
    box-shadow: 0 0 0 3px rgba(210, 105, 30, 0.1);
}

.payments-page .search-actions[b-gr8k2hxbhy] {
    display: flex;
    gap: 12px;
}

.payments-page .btn-search[b-gr8k2hxbhy] {
    flex: 1;
    padding: 12px;
    border-radius: 8px;
    background: #D2691E;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payments-page .btn-search:hover[b-gr8k2hxbhy] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(210, 105, 30, 0.4);
}

.payments-page .btn-reset[b-gr8k2hxbhy] {
    padding: 12px 20px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payments-page .btn-reset:hover[b-gr8k2hxbhy] {
    background: #e2e8f0;
}

/* Summary Panel */
.payments-page .summary-panel[b-gr8k2hxbhy] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.payments-page .total-summary[b-gr8k2hxbhy] {
    display: flex;
    justify-content: center;
}

.payments-page .summary-card[b-gr8k2hxbhy] {
    background: #D2691E;
    border-radius: 12px;
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.payments-page .summary-icon[b-gr8k2hxbhy] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.payments-page .summary-content h4[b-gr8k2hxbhy] {
    margin: 0 0 8px 0;
    font-size: 14px;
    opacity: 0.9;
}

.payments-page .summary-content h2[b-gr8k2hxbhy] {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.payments-page .summary-content p[b-gr8k2hxbhy] {
    margin: 8px 0 0 0;
    font-size: 13px;
    opacity: 0.8;
}

.payments-page .type-summary h4[b-gr8k2hxbhy] {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.payments-page .summary-items[b-gr8k2hxbhy] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.payments-page .summary-item[b-gr8k2hxbhy] {
    background: #f7fafc;
    border-radius: 8px;
    padding: 12px;
}

.payments-page .item-header[b-gr8k2hxbhy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.payments-page .item-name[b-gr8k2hxbhy] {
    font-weight: 600;
    color: #2d3748;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.payments-page .item-count[b-gr8k2hxbhy] {
    background: #D2691E;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.payments-page .item-amount[b-gr8k2hxbhy] {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}

.payments-page .item-progress[b-gr8k2hxbhy] {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 4px;
}

.payments-page .progress-bar[b-gr8k2hxbhy] {
    height: 100%;
    background: #D2691E;
    transition: width 0.5s ease;
}

.payments-page .item-percentage[b-gr8k2hxbhy] {
    font-size: 12px;
    color: #718096;
    text-align: left;
}

/* Data Section */
.payments-page .data-section[b-gr8k2hxbhy] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.payments-page .data-table[b-gr8k2hxbhy] {
    overflow-x: auto;
}

.payments-page table[b-gr8k2hxbhy] {
    width: 100%;
    border-collapse: collapse;
}

.payments-page thead[b-gr8k2hxbhy] {
    background: #D2691E;
    color: white;
}

.payments-page thead th[b-gr8k2hxbhy] {
    padding: 16px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
}

.payments-page tbody tr[b-gr8k2hxbhy] {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

.payments-page tbody tr:hover[b-gr8k2hxbhy] {
    background: #f7fafc;
}

.payments-page tbody td[b-gr8k2hxbhy] {
    padding: 16px;
    color: #2d3748;
    font-size: 14px;
}

.payments-page .type-badge[b-gr8k2hxbhy] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 12px;
    background: #edf2f7;
    color: #2d3748;
    font-size: 13px;
    font-weight: 500;
}

/* Badges ???????? ???????? */
.payments-page .agent-badge[b-gr8k2hxbhy] {
    background: #dbeafe !important;
    color: #1e40af !important;
}

.payments-page .customer-badge[b-gr8k2hxbhy] {
    background: #d1fae5 !important;
    color: #065f46 !important;
}

.payments-page .amount[b-gr8k2hxbhy] {
    color: #D2691E;
    font-size: 15px;
    font-weight: 700;
}

.payments-page .actions[b-gr8k2hxbhy] {
    display: flex;
    gap: 8px;
}

.payments-page .btn-icon[b-gr8k2hxbhy] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payments-page .btn-edit[b-gr8k2hxbhy] {
    background: #edf2f7;
    color: #4299e1;
}

.payments-page .btn-edit:hover[b-gr8k2hxbhy] {
    background: #4299e1;
    color: white;
    transform: scale(1.1);
}

.payments-page .btn-delete[b-gr8k2hxbhy] {
    background: #fff5f5;
    color: #f56565;
}

.payments-page .btn-delete:hover[b-gr8k2hxbhy] {
    background: #f56565;
    color: white;
    transform: scale(1.1);
}

.payments-page .no-data[b-gr8k2hxbhy] {
    text-align: center !important;
    padding: 60px 20px !important;
    color: #a0aec0;
}

.payments-page .no-data i[b-gr8k2hxbhy] {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
}

.payments-page .no-data p[b-gr8k2hxbhy] {
    margin: 0;
    font-size: 16px;
}

/* Pagination */
.payments-page .pagination[b-gr8k2hxbhy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.payments-page .page-btn[b-gr8k2hxbhy] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: white;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payments-page .page-btn:hover:not(:disabled)[b-gr8k2hxbhy] {
    background: #D2691E;
    color: white;
    border-color: #D2691E;
}

.payments-page .page-btn:disabled[b-gr8k2hxbhy] {
    opacity: 0.5;
    cursor: not-allowed;
}

.payments-page .page-info[b-gr8k2hxbhy] {
    padding: 0 20px;
    font-weight: 600;
    color: #2d3748;
}

/* Modal */
.payments-page .modal-overlay[b-gr8k2hxbhy] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeInModal-b-gr8k2hxbhy 0.2s ease-out;
}

@keyframes fadeInModal-b-gr8k2hxbhy {
    from { opacity: 0; }
    to { opacity: 1; }
}

.payments-page .modal-content[b-gr8k2hxbhy] {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-gr8k2hxbhy 0.3s ease-out;
}

.payments-page .modal-content.large[b-gr8k2hxbhy] {
    max-width: 800px;
    max-height: 90vh;
    height: 650px;
    display: flex;
    flex-direction: column;
}

@keyframes slideUp-b-gr8k2hxbhy {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.payments-page .modal-header[b-gr8k2hxbhy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.payments-page .modal-header h3[b-gr8k2hxbhy] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.payments-page .close-btn[b-gr8k2hxbhy] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f7fafc;
    border: none;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payments-page .close-btn:hover[b-gr8k2hxbhy] {
    background: #e2e8f0;
    color: #4a5568;
}

.payments-page .modal-body[b-gr8k2hxbhy] {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
}

.payments-page .form-grid-two[b-gr8k2hxbhy] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.payments-page .form-row-3col[b-gr8k2hxbhy] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.payments-page .form-row-2col[b-gr8k2hxbhy] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
}

.payments-page .form-row-1col[b-gr8k2hxbhy] {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 16px;
}

.payments-page .form-group.full-width[b-gr8k2hxbhy] {
    grid-column: 1 / -1;
}

.payments-page .modal-footer[b-gr8k2hxbhy] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 24px;
    border-top: 1px solid #e2e8f0;
    background: white;
    position: sticky;
    bottom: 0;
    z-index: 10;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.payments-page .btn-save[b-gr8k2hxbhy] {
    padding: 12px 24px;
    border-radius: 8px;
    background: #D2691E;
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.payments-page .btn-save:hover[b-gr8k2hxbhy] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(210, 105, 30, 0.4);
}

.payments-page .btn-cancel[b-gr8k2hxbhy] {
    padding: 12px 24px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payments-page .btn-cancel:hover[b-gr8k2hxbhy] {
    background: #e2e8f0;
}

.payments-page .btn-delete-confirm[b-gr8k2hxbhy] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f56565 0%, #c53030 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.payments-page .btn-delete-confirm:hover[b-gr8k2hxbhy] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 101, 101, 0.4);
}

.payments-page .spinner[b-gr8k2hxbhy] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-gr8k2hxbhy 0.6s linear infinite;
}

@keyframes spin-b-gr8k2hxbhy {
    to { transform: rotate(360deg); }
}

.payments-page .loading-container[b-gr8k2hxbhy] {
    background: white;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.payments-page .spinner-large[b-gr8k2hxbhy] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #D2691E;
    border-radius: 50%;
    animation: spin-b-gr8k2hxbhy 0.8s linear infinite;
    margin: 0 auto 16px;
}

.payments-page .alert[b-gr8k2hxbhy] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.payments-page .alert-danger[b-gr8k2hxbhy] {
    background: #fff5f5;
    border: 1px solid #fc8181;
    color: #c53030;
}

.payments-page .delete-info[b-gr8k2hxbhy] {
    background: #f7fafc;
    border-radius: 8px;
    padding: 12px;
    margin-top: 12px;
}

.payments-page .delete-info p[b-gr8k2hxbhy] {
    margin: 4px 0;
    font-size: 14px;
    color: #2d3748;
}

/* Info Box */
.payments-page .info-box[b-gr8k2hxbhy] {
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #92400e;
    font-size: 14px;
}

.payments-page .info-box i[b-gr8k2hxbhy] {
    font-size: 18px;
    color: #D2691E;
}

/* Validation Message */
.payments-page .validation-message[b-gr8k2hxbhy] {
    color: #dc2626;
    font-size: 13px;
    margin-top: 4px;
}

/* Search Select Container */
.payments-page .search-select-container[b-gr8k2hxbhy] {
    position: relative;
}

.payments-page .search-wrapper[b-gr8k2hxbhy] {
    position: relative;
}

.payments-page .search-input[b-gr8k2hxbhy] {
    padding-left: 40px;
}

.payments-page .search-icon[b-gr8k2hxbhy] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
    font-size: 16px;
    pointer-events: none;
}

/* Amount Display */
.payments-page .amount-display[b-gr8k2hxbhy] {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #D2691E;
    direction: rtl;
}

/* Dropdown List */
.payments-page .dropdown-list[b-gr8k2hxbhy] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-height: 240px;
    overflow-y: auto;
    z-index: 1000;
    margin-top: 4px;
    animation: slideDown-b-gr8k2hxbhy 0.2s ease-out;
}

@keyframes slideDown-b-gr8k2hxbhy {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.payments-page .dropdown-item[b-gr8k2hxbhy] {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f7fafc;
}

.payments-page .dropdown-item:last-child[b-gr8k2hxbhy] {
    border-bottom: none;
}

.payments-page .dropdown-item:hover[b-gr8k2hxbhy] {
    background: #f7fafc;
}

.payments-page .dropdown-item i[b-gr8k2hxbhy] {
    color: #D2691E;
    font-size: 18px;
    flex-shrink: 0;
}

.payments-page .dropdown-item span[b-gr8k2hxbhy] {
    flex: 1;
    font-weight: 600;
    color: #2d3748;
}

.payments-page .dropdown-item .item-detail[b-gr8k2hxbhy] {
    font-size: 13px;
    font-weight: 400;
    color: #718096;
}

/* Selected Item */
.payments-page .selected-item[b-gr8k2hxbhy] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f7fafc;
    border: 2px solid #D2691E;
    border-radius: 8px;
    padding: 10px 12px;
    margin-top: 8px;
}

.payments-page .selected-item i[b-gr8k2hxbhy] {
    color: #D2691E;
    font-size: 18px;
}

.payments-page .selected-item span[b-gr8k2hxbhy] {
    flex: 1;
    font-weight: 600;
    color: #2d3748;
}

.payments-page .clear-btn[b-gr8k2hxbhy] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fed7d7;
    border: none;
    color: #e53e3e;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.payments-page .clear-btn:hover[b-gr8k2hxbhy] {
    background: #fc8181;
    color: white;
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 1200px) {
    .payments-page .search-row-inline[b-gr8k2hxbhy] {
        gap: 10px;
    }
    
    .payments-page .form-group-inline[b-gr8k2hxbhy] {
        min-width: 130px;
    }
    
    .payments-page .form-input-sm[b-gr8k2hxbhy] {
        min-width: 130px;
    }
}

@media (max-width: 1024px) {
    .payments-page .search-summary-container[b-gr8k2hxbhy] {
        grid-template-columns: 1fr;
    }
    
    .payments-page .search-grid[b-gr8k2hxbhy] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .payments-page .form-row-3col[b-gr8k2hxbhy] {
        grid-template-columns: 1fr;
    }
    
    .payments-page .form-row-2col[b-gr8k2hxbhy] {
        grid-template-columns: 1fr;
    }
    
    .payments-page .search-row-inline[b-gr8k2hxbhy] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .payments-page .form-group-inline[b-gr8k2hxbhy] {
        width: 100%;
        min-width: 100%;
    }
    
    .payments-page .form-input-sm[b-gr8k2hxbhy] {
        width: 100%;
        min-width: 100%;
    }
    
    .payments-page .search-buttons-inline[b-gr8k2hxbhy] {
        width: 100%;
        justify-content: stretch;
    }
    
    .payments-page .btn-search-sm[b-gr8k2hxbhy],
    .payments-page .btn-reset-sm[b-gr8k2hxbhy] {
        flex: 1;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .payments-page[b-gr8k2hxbhy] {
        padding: 16px;
    }

    .payments-page .page-header[b-gr8k2hxbhy] {
        flex-wrap: wrap;
        padding: 16px;
    }

    .payments-page .add-btn[b-gr8k2hxbhy] {
        width: 100%;
        justify-content: center;
    }

    .payments-page .search-grid[b-gr8k2hxbhy] {
        grid-template-columns: 1fr;
    }

    .payments-page .form-grid-two[b-gr8k2hxbhy],
    .payments-page .form-row-3col[b-gr8k2hxbhy],
    .payments-page .form-row-2col[b-gr8k2hxbhy] {
        grid-template-columns: 1fr;
    }

    .payments-page .data-table[b-gr8k2hxbhy] {
        overflow-x: scroll;
    }

    .payments-page table[b-gr8k2hxbhy] {
        min-width: 1000px;
    }
    
    .payments-page .modal-content.large[b-gr8k2hxbhy] {
        height: auto;
        max-height: 95vh;
    }
}
/* _content/CheckenStore/Components/Pages/SalesProfit.razor.rz.scp.css */
/* Sales Profit Page Styles */
.profit-page[b-tcndm15bu1] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 100vh;
}

/* Page Header */
.profit-page .page-header[b-tcndm15bu1] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.profit-page .back-btn[b-tcndm15bu1] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #f7fafc;
    color: #4a5568;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
}

.profit-page .back-btn:hover[b-tcndm15bu1] {
    background: #10b981;
    color: white;
    transform: scale(1.1);
}

.profit-page .header-info[b-tcndm15bu1] {
    flex: 1;
}

.profit-page .header-info h1[b-tcndm15bu1] {
    margin: 0 0 5px 0;
    font-size: 24px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profit-page .header-info p[b-tcndm15bu1] {
    margin: 0;
    color: #718096;
    font-size: 14px;
}

.profit-page .btn-print[b-tcndm15bu1] {
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    background: #10b981;
    color: white;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.profit-page .btn-print:hover[b-tcndm15bu1] {
    background: #059669;
    transform: translateY(-2px);
}

/* Filters Panel */
.profit-page .filters-panel[b-tcndm15bu1] {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.profit-page .form-row[b-tcndm15bu1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    align-items: end;
}

.profit-page .form-group[b-tcndm15bu1] {
    display: flex;
    flex-direction: column;
}

.profit-page .form-group label[b-tcndm15bu1] {
    margin-bottom: 8px;
    font-weight: 600;
    color: #4a5568;
    font-size: 14px;
}

.profit-page .form-input[b-tcndm15bu1] {
    padding: 10px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.profit-page .form-input:focus[b-tcndm15bu1] {
    outline: none;
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.profit-page .btn-search[b-tcndm15bu1] {
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    background: #10b981;
    color: white;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    height: 42px;
}

.profit-page .btn-search:hover[b-tcndm15bu1] {
    background: #059669;
}

.profit-page .btn-search:disabled[b-tcndm15bu1] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Loading */
.profit-page .loading-container[b-tcndm15bu1] {
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.profit-page .spinner-large[b-tcndm15bu1] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top-color: #10b981;
    border-radius: 50%;
    animation: spin-b-tcndm15bu1 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-tcndm15bu1 {
    to { transform: rotate(360deg); }
}

/* Report Content */
.profit-page .report-content[b-tcndm15bu1] {
    animation: fadeInUp-b-tcndm15bu1 0.5s ease;
}

@keyframes fadeInUp-b-tcndm15bu1 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Report Header */
.profit-page .report-header[b-tcndm15bu1] {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: center;
    border-top: 4px solid #10b981;
}

.profit-page .report-header h2[b-tcndm15bu1] {
    font-size: 28px;
    color: #1a202c;
    margin: 0 0 15px 0;
    font-weight: 800;
}

.profit-page .report-info[b-tcndm15bu1] {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.profit-page .info-item[b-tcndm15bu1] {
    display: flex;
    gap: 8px;
    font-size: 14px;
    align-items: center;
}

.profit-page .info-item .label[b-tcndm15bu1] {
    color: #718096;
    font-weight: 600;
}

.profit-page .info-item .value[b-tcndm15bu1] {
    color: #1a202c;
    font-weight: 700;
}

/* Data Section */
.profit-page .data-section[b-tcndm15bu1] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
}

.profit-page .data-table[b-tcndm15bu1] {
    overflow-x: auto;
}

.profit-page .data-table table[b-tcndm15bu1] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.profit-page .data-table thead[b-tcndm15bu1] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.profit-page .data-table th[b-tcndm15bu1] {
    padding: 15px 10px;
    text-align: center;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}

.profit-page .data-table td[b-tcndm15bu1] {
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.profit-page .data-table tbody tr[b-tcndm15bu1] {
    transition: all 0.2s ease;
}

.profit-page .data-table tbody tr:nth-child(even)[b-tcndm15bu1] {
    background: #f0fdf4;
}

.profit-page .data-table tbody tr:hover[b-tcndm15bu1] {
    background: #dcfce7;
    transform: scale(1.01);
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.1);
}

.profit-page .amount-cost[b-tcndm15bu1] {
    color: #dc2626;
    font-weight: 700;
}

.profit-page .amount-sales[b-tcndm15bu1] {
    color: #2563eb;
    font-weight: 700;
}

.profit-page .amount-profit-positive[b-tcndm15bu1] {
    color: #16a34a;
    font-weight: 900;
    font-size: 15px;
}

.profit-page .amount-profit-negative[b-tcndm15bu1] {
    color: #dc2626;
    font-weight: 900;
    font-size: 15px;
}

.profit-page .no-data[b-tcndm15bu1] {
    text-align: center;
    padding: 60px 20px;
    color: #a0aec0;
}

.profit-page .no-data i[b-tcndm15bu1] {
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.5;
}

.profit-page .no-data p[b-tcndm15bu1] {
    margin: 0;
    font-size: 16px;
}

/* Summary Section */
.profit-page .summary-section[b-tcndm15bu1] {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.profit-page .summary-cards[b-tcndm15bu1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.profit-page .summary-card[b-tcndm15bu1] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    background: #f7fafc;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.profit-page .summary-card:hover[b-tcndm15bu1] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.profit-page .summary-card.highlight[b-tcndm15bu1] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    border: none;
}

.profit-page .summary-icon[b-tcndm15bu1] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
}

.profit-page .orders-icon[b-tcndm15bu1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.profit-page .cost-icon[b-tcndm15bu1] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.profit-page .sales-icon[b-tcndm15bu1] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.profit-page .profit-icon[b-tcndm15bu1] {
    background: rgba(255, 255, 255, 0.3);
}

.profit-page .summary-content[b-tcndm15bu1] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.profit-page .summary-label[b-tcndm15bu1] {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.9;
}

.profit-page .summary-card.highlight .summary-label[b-tcndm15bu1] {
    opacity: 1;
}

.profit-page .summary-value[b-tcndm15bu1] {
    font-size: 24px;
    font-weight: 900;
}

/* Profit Breakdown */
.profit-page .profit-breakdown[b-tcndm15bu1] {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.profit-page .profit-breakdown h3[b-tcndm15bu1] {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #1a202c;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profit-page .breakdown-items[b-tcndm15bu1] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.profit-page .breakdown-item[b-tcndm15bu1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #f7fafc;
    border-radius: 12px;
    border-left: 4px solid #e2e8f0;
}

.profit-page .breakdown-label[b-tcndm15bu1] {
    font-size: 16px;
    color: #4a5568;
}

.profit-page .breakdown-value[b-tcndm15bu1] {
    font-size: 20px;
    font-weight: 700;
}

.profit-page .breakdown-value.positive[b-tcndm15bu1] {
    color: #10b981;
}

.profit-page .breakdown-value.negative[b-tcndm15bu1] {
    color: #ef4444;
}

.profit-page .breakdown-item.total[b-tcndm15bu1] {
    background: #d1fae5;
    border-left-color: #10b981;
}

.profit-page .breakdown-value.final[b-tcndm15bu1] {
    color: #10b981;
    font-size: 24px;
}

/* Print Styles */
@media print {
    @page {
        size: A4 landscape;
        margin: 10mm;
    }

    .profit-page[b-tcndm15bu1] {
        padding: 0;
        background: white;
    }

    .no-print[b-tcndm15bu1] {
        display: none !important;
    }

    .profit-page .report-header h2[b-tcndm15bu1] {
        font-size: 18px;
    }

    .profit-page .data-table table[b-tcndm15bu1] {
        font-size: 10px;
    }

    .profit-page .data-table th[b-tcndm15bu1],
    .profit-page .data-table td[b-tcndm15bu1] {
        padding: 6px 4px;
    }

    .profit-page .summary-section[b-tcndm15bu1] {
        page-break-inside: avoid;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .profit-page[b-tcndm15bu1] {
        padding: 10px;
    }

    .profit-page .page-header[b-tcndm15bu1] {
        flex-wrap: wrap;
        gap: 10px;
    }

    .profit-page .btn-print[b-tcndm15bu1] {
        width: 100%;
        justify-content: center;
    }

    .profit-page .form-row[b-tcndm15bu1] {
        grid-template-columns: 1fr;
    }

    .profit-page .summary-cards[b-tcndm15bu1] {
        grid-template-columns: 1fr;
    }
}

/* _content/CheckenStore/Components/Pages/Settings.razor.rz.scp.css */
.settings-container[b-n99ro0ecw8] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
    animation: fadeIn-b-n99ro0ecw8 0.4s ease-out;
}

@keyframes fadeIn-b-n99ro0ecw8 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.settings-header[b-n99ro0ecw8] {
    margin-bottom: 32px;
    padding: 24px;
    background: linear-gradient(135deg, #718096 0%, #4a5568 100%);
    border-radius: 16px;
    color: white;
    box-shadow: 0 10px 30px rgba(74, 85, 104, 0.3);
}

.header-content[b-n99ro0ecw8] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.back-btn[b-n99ro0ecw8] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

.back-btn:hover[b-n99ro0ecw8] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(4px);
}

.header-text[b-n99ro0ecw8] {
    flex: 1;
}

.settings-title[b-n99ro0ecw8] {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.settings-title i[b-n99ro0ecw8] {
    font-size: 36px;
}

.settings-subtitle[b-n99ro0ecw8] {
    font-size: 16px;
    margin: 0;
    opacity: 0.95;
}

.settings-cards[b-n99ro0ecw8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.settings-card[b-n99ro0ecw8] {
    position: relative;
    background: white;
    border-radius: 16px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.settings-card[b-n99ro0ecw8]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--card-color-1), var(--card-color-2));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.settings-card:hover[b-n99ro0ecw8]::before {
    transform: scaleX(1);
}

.settings-card:hover[b-n99ro0ecw8] {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.card-header[b-n99ro0ecw8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-icon[b-n99ro0ecw8] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    background: linear-gradient(135deg, var(--card-color-1), var(--card-color-2));
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.card-badge[b-n99ro0ecw8] {
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--card-color-1), var(--card-color-2));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    padding: 8px;
}

.card-body[b-n99ro0ecw8] {
    flex: 1;
}

.card-title[b-n99ro0ecw8] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 8px 0;
}

.card-description[b-n99ro0ecw8] {
    font-size: 14px;
    color: #718096;
    margin: 0;
    line-height: 1.5;
}

.card-footer[b-n99ro0ecw8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}

.card-action[b-n99ro0ecw8] {
    color: var(--card-color-1);
    font-weight: 600;
    font-size: 14px;
}

.card-footer i[b-n99ro0ecw8] {
    color: var(--card-color-1);
    font-size: 18px;
    transition: transform 0.3s ease;
}

.settings-card:hover .card-footer i[b-n99ro0ecw8] {
    transform: translateX(-4px);
}

/* Card Colors */
.card-orange[b-n99ro0ecw8] {
    --card-color-1: #ed8936;
    --card-color-2: #c05621;
}

.card-blue[b-n99ro0ecw8] {
    --card-color-1: #4299e1;
    --card-color-2: #2c5282;
}

.card-red[b-n99ro0ecw8] {
    --card-color-1: #f56565;
    --card-color-2: #c53030;
}

.card-green[b-n99ro0ecw8] {
    --card-color-1: #48bb78;
    --card-color-2: #2f855a;
}

.card-gray[b-n99ro0ecw8] {
    --card-color-1: #718096;
    --card-color-2: #4a5568;
}

/* Additional Settings Section */
.additional-settings[b-n99ro0ecw8] {
    margin-top: 40px;
}

.section-title[b-n99ro0ecw8] {
    font-size: 24px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title i[b-n99ro0ecw8] {
    color: #667eea;
    font-size: 28px;
}

.settings-list[b-n99ro0ecw8] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.setting-item[b-n99ro0ecw8] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.setting-item:hover[b-n99ro0ecw8] {
    transform: translateX(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.setting-icon[b-n99ro0ecw8] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

.setting-content[b-n99ro0ecw8] {
    flex: 1;
}

.setting-content h4[b-n99ro0ecw8] {
    font-size: 16px;
    font-weight: 600;
    color: #1a202c;
    margin: 0 0 4px 0;
}

.setting-content p[b-n99ro0ecw8] {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.setting-item > i[b-n99ro0ecw8] {
    font-size: 20px;
    color: #cbd5e0;
    transition: all 0.3s ease;
}

.setting-item:hover > i[b-n99ro0ecw8] {
    color: #667eea;
    transform: translateX(-4px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .settings-cards[b-n99ro0ecw8] {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .settings-container[b-n99ro0ecw8] {
        padding: 16px;
    }

    .settings-header[b-n99ro0ecw8] {
        padding: 16px;
    }

    .settings-title[b-n99ro0ecw8] {
        font-size: 24px;
    }

    .settings-title i[b-n99ro0ecw8] {
        font-size: 28px;
    }

    .settings-subtitle[b-n99ro0ecw8] {
        font-size: 14px;
    }

    .back-btn[b-n99ro0ecw8] {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .settings-cards[b-n99ro0ecw8] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .settings-card[b-n99ro0ecw8] {
        padding: 20px;
    }

    .card-icon[b-n99ro0ecw8] {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }

    .card-badge[b-n99ro0ecw8] {
        min-width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .section-title[b-n99ro0ecw8] {
        font-size: 20px;
    }

    .setting-item[b-n99ro0ecw8] {
        padding: 16px;
    }

    .setting-icon[b-n99ro0ecw8] {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .settings-title[b-n99ro0ecw8] {
        font-size: 20px;
        flex-wrap: wrap;
    }

    .card-title[b-n99ro0ecw8] {
        font-size: 18px;
    }

    .card-description[b-n99ro0ecw8] {
        font-size: 13px;
    }

    .setting-content h4[b-n99ro0ecw8] {
        font-size: 15px;
    }

    .setting-content p[b-n99ro0ecw8] {
        font-size: 13px;
    }
}
/* _content/CheckenStore/Components/Pages/SuppliersManagement.razor.rz.scp.css */
.management-page[b-7c473q3q0e] {
    padding: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-7c473q3q0e] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.back-btn[b-7c473q3q0e] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    flex-shrink: 0;
}

.back-btn:hover[b-7c473q3q0e] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.header-info[b-7c473q3q0e] {
    flex: 1;
}

.header-info h1[b-7c473q3q0e] {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-info h1 i[b-7c473q3q0e] {
    color: #667eea;
}

.header-info p[b-7c473q3q0e] {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.add-btn[b-7c473q3q0e] {
    padding: 12px 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #48bb78 0%, #2f855a 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.add-btn:hover[b-7c473q3q0e] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(72, 187, 120, 0.4);
}

.form-card[b-7c473q3q0e] {
    background: white;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    animation: slideDown-b-7c473q3q0e 0.3s ease-out;
}

@keyframes slideDown-b-7c473q3q0e {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-header[b-7c473q3q0e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e2e8f0;
}

.form-header h3[b-7c473q3q0e] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.close-btn[b-7c473q3q0e] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #f7fafc;
    border: none;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn:hover[b-7c473q3q0e] {
    background: #e2e8f0;
    color: #4a5568;
}

.form-grid[b-7c473q3q0e] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.form-group[b-7c473q3q0e] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group.full-width[b-7c473q3q0e] {
    grid-column: 1 / -1;
}

.form-group label[b-7c473q3q0e] {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.form-input[b-7c473q3q0e],
.form-textarea[b-7c473q3q0e] {
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input:focus[b-7c473q3q0e],
.form-textarea:focus[b-7c473q3q0e] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-textarea[b-7c473q3q0e] {
    min-height: 100px;
    resize: vertical;
}

.form-actions[b-7c473q3q0e] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.btn-save[b-7c473q3q0e] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-save:hover[b-7c473q3q0e] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-cancel[b-7c473q3q0e] {
    padding: 12px 24px;
    border-radius: 8px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    color: #4a5568;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel:hover[b-7c473q3q0e] {
    background: #e2e8f0;
}

.data-table[b-7c473q3q0e] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

table[b-7c473q3q0e] {
    width: 100%;
    border-collapse: collapse;
}

thead[b-7c473q3q0e] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

thead th[b-7c473q3q0e] {
    padding: 16px;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
}

tbody tr[b-7c473q3q0e] {
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.2s ease;
}

tbody tr:hover[b-7c473q3q0e] {
    background: #f7fafc;
}

tbody td[b-7c473q3q0e] {
    padding: 16px;
    color: #2d3748;
    font-size: 14px;
}

.no-data[b-7c473q3q0e] {
    text-align: center !important;
    padding: 60px 20px !important;
    color: #a0aec0;
}

.no-data i[b-7c473q3q0e] {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
    opacity: 0.5;
}

.no-data p[b-7c473q3q0e] {
    margin: 0;
    font-size: 16px;
}

.actions[b-7c473q3q0e] {
    display: flex;
    gap: 8px;
}

.btn-icon[b-7c473q3q0e] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.btn-edit[b-7c473q3q0e] {
    background: #edf2f7;
    color: #4299e1;
}

.btn-edit:hover[b-7c473q3q0e] {
    background: #4299e1;
    color: white;
    transform: scale(1.1);
}

.btn-delete[b-7c473q3q0e] {
    background: #fff5f5;
    color: #f56565;
}

.btn-delete:hover[b-7c473q3q0e] {
    background: #f56565;
    color: white;
    transform: scale(1.1);
}

/* Search Bar */
.search-bar[b-7c473q3q0e] {
    background: white;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.search-input-group[b-7c473q3q0e] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input-group i[b-7c473q3q0e] {
    position: absolute;
    right: 16px;
    color: #a0aec0;
    font-size: 18px;
}

.search-input[b-7c473q3q0e] {
    width: 100%;
    padding: 12px 48px 12px 48px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.search-input:focus[b-7c473q3q0e] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.clear-search[b-7c473q3q0e] {
    position: absolute;
    left: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f7fafc;
    border: none;
    color: #718096;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clear-search:hover[b-7c473q3q0e] {
    background: #e2e8f0;
    color: #4a5568;
}

/* Loading States */
.loading-container[b-7c473q3q0e] {
    background: white;
    border-radius: 16px;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.spinner-large[b-7c473q3q0e] {
    width: 48px;
    height: 48px;
    border: 4px solid #e2e8f0;
    border-top-color: #667eea;
    border-radius: 50%;
    animation: spin-b-7c473q3q0e 0.8s linear infinite;
    margin: 0 auto 16px;
}

.spinner[b-7c473q3q0e] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-7c473q3q0e 0.6s linear infinite;
    display: inline-block;
}

@keyframes spin-b-7c473q3q0e {
    to { transform: rotate(360deg); }
}

/* Alert */
.alert[b-7c473q3q0e] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}

.alert-danger[b-7c473q3q0e] {
    background: #fff5f5;
    border: 1px solid #fc8181;
    color: #c53030;
}

/* Modal */
.modal-overlay[b-7c473q3q0e] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn-b-7c473q3q0e 0.2s ease-out;
}

@keyframes fadeIn-b-7c473q3q0e {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-content[b-7c473q3q0e] {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-7c473q3q0e 0.3s ease-out;
}

@keyframes slideUp-b-7c473q3q0e {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header[b-7c473q3q0e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.modal-header h3[b-7c473q3q0e] {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
}

.modal-body[b-7c473q3q0e] {
    padding: 24px;
}

.modal-body p[b-7c473q3q0e] {
    margin: 0 0 12px 0;
    color: #2d3748;
    font-size: 15px;
}

.modal-body strong[b-7c473q3q0e] {
    color: #1a202c;
}

.warning-text[b-7c473q3q0e] {
    color: #e53e3e !important;
    font-size: 14px !important;
}

.modal-footer[b-7c473q3q0e] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 24px;
    border-top: 1px solid #e2e8f0;
}

.btn-delete-confirm[b-7c473q3q0e] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f56565 0%, #c53030 100%);
    border: none;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-delete-confirm:hover[b-7c473q3q0e] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(245, 101, 101, 0.4);
}

.btn-delete-confirm:disabled[b-7c473q3q0e],
.btn-save:disabled[b-7c473q3q0e],
.btn-cancel:disabled[b-7c473q3q0e] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .management-page[b-7c473q3q0e] {
        padding: 16px;
    }

    .page-header[b-7c473q3q0e] {
        flex-wrap: wrap;
        padding: 16px;
    }

    .header-info h1[b-7c473q3q0e] {
        font-size: 22px;
    }

    .add-btn[b-7c473q3q0e] {
        width: 100%;
        justify-content: center;
    }

    .form-grid[b-7c473q3q0e] {
        grid-template-columns: 1fr;
    }

    .data-table[b-7c473q3q0e] {
        overflow-x: auto;
    }

    table[b-7c473q3q0e] {
        min-width: 600px;
    }
}

@media (max-width: 480px) {
    .back-btn[b-7c473q3q0e] {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .header-info h1[b-7c473q3q0e] {
        font-size: 18px;
    }

    .form-card[b-7c473q3q0e] {
        padding: 16px;
    }

    thead th[b-7c473q3q0e],
    tbody td[b-7c473q3q0e] {
        padding: 12px 8px;
        font-size: 13px;
    }
}

/* Pagination */
.pagination-info[b-7c473q3q0e] {
    text-align: center;
    padding: 16px;
    background: white;
    color: #4a5568;
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid #e2e8f0;
}

.pagination[b-7c473q3q0e] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
    background: white;
    border-top: 1px solid #e2e8f0;
}

.page-btn[b-7c473q3q0e] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: white;
    color: #4a5568;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-btn:hover:not(:disabled)[b-7c473q3q0e] {
    background: #667eea;
    color: white;
    border-color: #667eea;
    transform: scale(1.05);
}

.page-btn:disabled[b-7c473q3q0e] {
    opacity: 0.4;
    cursor: not-allowed;
}

.page-info[b-7c473q3q0e] {
    padding: 0 20px;
    font-weight: 600;
    color: #2d3748;
    font-size: 15px;
}

/* _content/CheckenStore/Components/Shared/MealForm.razor.rz.scp.css */
/* Meal Form Modal Styles */
.modal-overlay[b-689bmtc02s] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn-b-689bmtc02s 0.2s ease;
}

@keyframes fadeIn-b-689bmtc02s {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-content[b-689bmtc02s] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    width: 98%;
    height: 98vh;
    display: flex;
    flex-direction: column;
    animation: slideUp-b-689bmtc02s 0.3s ease;
}

.modal-xlarge[b-689bmtc02s] {
    max-width: 1600px;
}

.modal-medium[b-689bmtc02s] {
    width: 800px;
    height: auto;
    max-height: 90vh;
}

@keyframes slideUp-b-689bmtc02s {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header[b-689bmtc02s] {
    padding: 20px 24px;
    border-bottom: 2px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.modal-header h3[b-689bmtc02s] {
    margin: 0;
    font-size: 18px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.close-btn[b-689bmtc02s] {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #9ca3af;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.close-btn:hover[b-689bmtc02s] {
    background: #f3f4f6;
    color: #1a202c;
}

.modal-body[b-689bmtc02s] {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
    background: #f8f9fa;
}

.modal-footer[b-689bmtc02s] {
    padding: 15px 24px;
    border-top: 2px solid #f3f4f6;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-shrink: 0;
    background: white;
    position: sticky;
    bottom: 0;
    z-index: 10;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}

.alert[b-689bmtc02s] {
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.alert-danger[b-689bmtc02s] {
    background: #fee2e2;
    color: #991b1b;
    border-left: 4px solid #dc2626;
}

/* Order Header Section */
.order-header-section[b-689bmtc02s] {
    background: #f7fafc;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow-x: auto;
}

.form-row-4col[b-689bmtc02s] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 15px;
    min-width: fit-content;
}

.form-row-2col[b-689bmtc02s] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    min-width: fit-content;
}

.form-row-3col[b-689bmtc02s] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    min-width: fit-content;
}

.form-row-1col[b-689bmtc02s] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.form-group[b-689bmtc02s] {
    display: flex;
    flex-direction: column;
}

.form-group label[b-689bmtc02s] {
    margin-bottom: 6px;
    font-weight: 600;
    color: #4a5568;
    font-size: 13px;
}

.form-input[b-689bmtc02s] {
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-input:focus[b-689bmtc02s] {
    outline: none;
    border-color: #ec4899;
    box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
}

/* Order Items Section */
.order-items-section[b-689bmtc02s] {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.section-header[b-689bmtc02s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.section-header h4[b-689bmtc02s] {
    margin: 0;
    font-size: 16px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-add-row[b-689bmtc02s] {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    background: #10b981;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.btn-add-row:hover[b-689bmtc02s] {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

/* Items Table */
.items-table-container[b-689bmtc02s] {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 50vh;
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.items-table[b-689bmtc02s] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.items-table thead[b-689bmtc02s] {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    color: white;
    position: sticky;
    top: 0;
    z-index: 5;
}

.items-table th[b-689bmtc02s] {
    padding: 10px 8px;
    text-align: center;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    white-space: nowrap;
}

.items-table td[b-689bmtc02s] {
    padding: 8px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.items-table tbody tr[b-689bmtc02s] {
    transition: all 0.2s ease;
    cursor: pointer;
}

.items-table tbody tr:nth-child(even)[b-689bmtc02s] {
    background: #fdf2f8;
}

.items-table tbody tr:hover[b-689bmtc02s] {
    background: #fce7f3;
}

.items-table tbody tr.row-selected[b-689bmtc02s] {
    background: #fbcfe8;
    border: 2px solid #ec4899;
}

.text-bold[b-689bmtc02s] {
    font-weight: 700;
}

.amount-cell[b-689bmtc02s] {
    color: #16a34a;
}

.badge[b-689bmtc02s] {
    padding: 4px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
}

.badge-success[b-689bmtc02s] {
    background: #d1fae5;
    color: #065f46;
}

.badge-warning[b-689bmtc02s] {
    background: #fef3c7;
    color: #92400e;
}

.btn-icon-sm[b-689bmtc02s] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 4px 6px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.btn-icon-sm.btn-edit[b-689bmtc02s] {
    color: #3b82f6;
}

.btn-icon-sm.btn-edit:hover[b-689bmtc02s] {
    background: #dbeafe;
    transform: scale(1.15);
}

.btn-icon-sm.btn-delete[b-689bmtc02s] {
    color: #ef4444;
}

.btn-icon-sm.btn-delete:hover[b-689bmtc02s] {
    background: #fee2e2;
    transform: scale(1.15);
}

/* Totals Section */
.order-totals-section[b-689bmtc02s] {
    margin-top: 15px;
    overflow-x: auto;
}

.totals-grid[b-689bmtc02s] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    min-width: fit-content;
}

.total-card[b-689bmtc02s] {
    background: #f7fafc;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.total-card:hover[b-689bmtc02s] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.total-card.grand-total-card[b-689bmtc02s] {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
}

.total-icon[b-689bmtc02s] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}

.total-content[b-689bmtc02s] {
    flex: 1;
}

.total-label[b-689bmtc02s] {
    display: block;
    font-size: 12px;
    color: #718096;
    margin-bottom: 4px;
}

.total-card.grand-total-card .total-label[b-689bmtc02s] {
    color: rgba(255, 255, 255, 0.9);
}

.total-value[b-689bmtc02s] {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #1a202c;
}

.total-card.grand-total-card .total-value[b-689bmtc02s] {
    color: white;
}

.grand-total-value[b-689bmtc02s] {
    font-size: 20px !important;
}

/* Empty Items */
.empty-items[b-689bmtc02s] {
    text-align: center;
    padding: 40px 20px;
    color: #a0aec0;
}

.empty-items i[b-689bmtc02s] {
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
    opacity: 0.5;
}

.empty-items p[b-689bmtc02s] {
    margin: 0;
    font-size: 16px;
}

/* Modal Footer Buttons */
.btn-save[b-689bmtc02s] {
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    background: #10b981;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-save:hover[b-689bmtc02s] {
    background: #059669;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.btn-save:disabled[b-689bmtc02s] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-cancel[b-689bmtc02s] {
    padding: 10px 20px;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    background: white;
    color: #4a5568;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-cancel:hover[b-689bmtc02s] {
    background: #f3f4f6;
    border-color: #cbd5e0;
}

.btn-cancel:disabled[b-689bmtc02s] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner[b-689bmtc02s] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-689bmtc02s 0.8s linear infinite;
}

@keyframes spin-b-689bmtc02s {
    to { transform: rotate(360deg); }
}

/* OrderItem Dialog */
.order-item-form[b-689bmtc02s] {
    padding: 10px 0;
}

.computed-value[b-689bmtc02s] {
    padding: 10px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: #f7fafc;
    font-weight: 700;
    color: #2d3748;
    display: flex;
    align-items: center;
}

.computed-value.amount[b-689bmtc02s] {
    color: #16a34a;
}

.computed-value.dead[b-689bmtc02s] {
    color: #ef4444;
}

/* Customer Search */
.customer-search-container[b-689bmtc02s] {
    position: relative;
}

.customer-dropdown[b-689bmtc02s] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    margin-top: 4px;
}

.customer-dropdown-item[b-689bmtc02s] {
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.customer-dropdown-item:hover[b-689bmtc02s] {
    background: #fdf2f8;
}

.customer-dropdown-item i[b-689bmtc02s] {
    color: #ec4899;
    font-size: 18px;
}

.customer-phone[b-689bmtc02s] {
    margin-right: auto;
    font-size: 12px;
    color: #718096;
}

/* Order Item Footer */
.order-item-footer[b-689bmtc02s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.navigation-buttons[b-689bmtc02s] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-nav[b-689bmtc02s] {
    padding: 8px 16px;
    border-radius: 6px;
    border: 2px solid #e2e8f0;
    background: white;
    color: #4a5568;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.btn-nav:hover:not(:disabled)[b-689bmtc02s] {
    background: #ec4899;
    color: white;
    border-color: #ec4899;
}

.btn-nav:disabled[b-689bmtc02s] {
    opacity: 0.4;
    cursor: not-allowed;
}

.nav-info[b-689bmtc02s] {
    font-size: 13px;
    color: #718096;
    font-weight: 600;
}

.action-buttons[b-689bmtc02s] {
    display: flex;
    gap: 10px;
}

.btn-new[b-689bmtc02s] {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    background: #10b981;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.btn-new:hover[b-689bmtc02s] {
    background: #059669;
}

.btn-delete-item[b-689bmtc02s] {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    background: #ef4444;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.btn-delete-item:hover[b-689bmtc02s] {
    background: #dc2626;
}

.btn-done[b-689bmtc02s] {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    background: #3b82f6;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.btn-done:hover[b-689bmtc02s] {
    background: #2563eb;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-xlarge[b-689bmtc02s] {
        width: 100%;
        max-width: 100%;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
    }

    .form-row-4col[b-689bmtc02s] {
        grid-template-columns: 1fr;
    }

    .form-row-2col[b-689bmtc02s] {
        grid-template-columns: 1fr;
    }

    .totals-grid[b-689bmtc02s] {
        grid-template-columns: 1fr;
    }

    .order-item-footer[b-689bmtc02s] {
        flex-direction: column;
    }

    .navigation-buttons[b-689bmtc02s] {
        width: 100%;
        justify-content: center;
    }

    .action-buttons[b-689bmtc02s] {
        width: 100%;
        justify-content: center;
    }
}
