/* /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;
}

.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;
    }
}
/* /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;
    }
}
/* /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;
    }
}
/* /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;
}

/* 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;
    }
}

/* /Components/Pages/AgentStatement.razor.rz.scp.css */
/* Agent Statement Page Styles */
.statement-page[b-k11yb245sl] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 100vh;
}

/* Header */
.statement-page .page-header[b-k11yb245sl] {
    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;
}

.statement-page .back-btn[b-k11yb245sl] {
    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;
}

.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 0 5px 0;
    font-size: 24px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.statement-page .header-info p[b-k11yb245sl] {
    margin: 0;
    color: #718096;
    font-size: 14px;
}

.statement-page .btn-print[b-k11yb245sl] {
    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;
}

.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: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.statement-page .form-row[b-k11yb245sl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    align-items: end;
}

.statement-page .form-group[b-k11yb245sl] {
    display: flex;
    flex-direction: column;
}

.statement-page .form-group label[b-k11yb245sl] {
    margin-bottom: 8px;
    font-weight: 600;
    color: #4a5568;
    font-size: 14px;
}

.statement-page .form-input[b-k11yb245sl] {
    padding: 10px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    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: 10px 20px;
    border-radius: 8px;
    border: none;
    background: #667eea;
    color: white;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    height: 42px;
}

.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: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Statement Header */
.statement-page .statement-header[b-k11yb245sl] {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px double #667eea;
}

.statement-page .statement-header h2[b-k11yb245sl] {
    font-size: 28px;
    color: #1a202c;
    margin: 0 0 15px 0;
    font-weight: 800;
}

.statement-page .statement-info[b-k11yb245sl] {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.statement-page .info-item[b-k11yb245sl] {
    display: flex;
    gap: 8px;
    font-size: 14px;
    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(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.statement-page .summary-card[b-k11yb245sl] {
    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;
}

.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: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.statement-page .summary-value[b-k11yb245sl] {
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
}

.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: 20px;
}

.statement-page .statement-table table[b-k11yb245sl] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    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: 15px 10px;
    text-align: center;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    white-space: nowrap;
}

.statement-page .statement-table td[b-k11yb245sl] {
    padding: 12px 10px;
    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;
}

/* 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] {
    margin-top: 30px;
    padding: 20px;
}

.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;
    }
}
/* /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); }
}

/* 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;
    }
}
/* /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;
}

/* 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;
    }
}
/* /Components/Pages/CustomerStatement.razor.rz.scp.css */
/* Customer Statement Page Styles */
.statement-page[b-jpqbratbgi] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    background: #f5f5f5;
    min-height: 100vh;
}

/* Header */
.statement-page .page-header[b-jpqbratbgi] {
    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;
}

.statement-page .back-btn[b-jpqbratbgi] {
    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;
}

.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 0 5px 0;
    font-size: 24px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 10px;
}

.statement-page .header-info p[b-jpqbratbgi] {
    margin: 0;
    color: #718096;
    font-size: 14px;
}

.statement-page .btn-print[b-jpqbratbgi] {
    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;
}

.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: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.statement-page .form-row[b-jpqbratbgi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    align-items: end;
}

.statement-page .form-group[b-jpqbratbgi] {
    display: flex;
    flex-direction: column;
}

.statement-page .form-group label[b-jpqbratbgi] {
    margin-bottom: 8px;
    font-weight: 600;
    color: #4a5568;
    font-size: 14px;
}

.statement-page .form-input[b-jpqbratbgi] {
    padding: 10px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    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: 10px 20px;
    border-radius: 8px;
    border: none;
    background: #ec4899;
    color: white;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    height: 42px;
}

.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: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Statement Header */
.statement-page .statement-header[b-jpqbratbgi] {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px double #ec4899;
}

.statement-page .statement-header h2[b-jpqbratbgi] {
    font-size: 28px;
    color: #1a202c;
    margin: 0 0 15px 0;
    font-weight: 800;
}

.statement-page .statement-info[b-jpqbratbgi] {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.statement-page .info-item[b-jpqbratbgi] {
    display: flex;
    gap: 8px;
    font-size: 14px;
    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(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.statement-page .summary-card[b-jpqbratbgi] {
    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;
}

.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: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.statement-page .summary-value[b-jpqbratbgi] {
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
}

.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: 20px;
}

.statement-page .statement-table table[b-jpqbratbgi] {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    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: 15px 10px;
    text-align: center;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    white-space: nowrap;
}

.statement-page .statement-table td[b-jpqbratbgi] {
    padding: 12px 10px;
    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;
}

/* 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] {
    margin-top: 30px;
    padding: 20px;
}

.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;
    }
}
/* /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);
}

.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;
    }
}
/* /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;
    }
}
/* /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;
    }
}

/* /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-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;
    }
}
/* /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);
}

.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;
    }
}
/* /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;
    }
}
/* /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;
    }
}
/* /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 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-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;
}

.orders-page .form-group label[b-4x83bqxpgj] {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.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 .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: 98%;
    max-height: 98vh;
    width: 98%;
}

@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 .order-items-section[b-4x83bqxpgj] {
    margin-bottom: 20px;
}

.orders-page .section-header[b-4x83bqxpgj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.orders-page .section-header h4[b-4x83bqxpgj] {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.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;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: white;
}

.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;
}

.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;
}

.orders-page .items-table tbody tr:hover[b-4x83bqxpgj] {
    background: #f7fafc;
}

.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-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] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@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] {
        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;
    }
}
/* /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: linear-gradient(135deg, #ed8936 0%, #c05621 100%);
    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(237, 137, 54, 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: #ed8936;
}

.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: linear-gradient(135deg, #ed8936 0%, #c05621 100%);
    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(237, 137, 54, 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);
}

.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;
}

.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: #ed8936;
    box-shadow: 0 0 0 3px rgba(237, 137, 54, 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: linear-gradient(135deg, #ed8936 0%, #c05621 100%);
    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(237, 137, 54, 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: linear-gradient(135deg, #ed8936 0%, #c05621 100%);
    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: #ed8936;
    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: linear-gradient(90deg, #ed8936 0%, #c05621 100%);
    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: linear-gradient(135deg, #ed8936 0%, #c05621 100%);
    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: #ed8936;
    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: #ed8936;
    color: white;
    border-color: #ed8936;
}

.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;
}

@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;
}

.payments-page .form-grid-two[b-gr8k2hxbhy] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.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;
}

.payments-page .btn-save[b-gr8k2hxbhy] {
    padding: 12px 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ed8936 0%, #c05621 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-save:hover[b-gr8k2hxbhy] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(237, 137, 54, 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: #ed8936;
    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: #ed8936;
}

/* 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-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;
}

/* 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: #ed8936;
    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 #ed8936;
    border-radius: 8px;
    padding: 10px 12px;
    margin-top: 8px;
}

.payments-page .selected-item i[b-gr8k2hxbhy] {
    color: #ed8936;
    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: 1024px) {
    .payments-page .search-summary-container[b-gr8k2hxbhy] {
        grid-template-columns: 1fr;
    }
    
    .payments-page .search-grid[b-gr8k2hxbhy] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@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] {
        grid-template-columns: 1fr;
    }

    .payments-page .data-table[b-gr8k2hxbhy] {
        overflow-x: scroll;
    }

    .payments-page table[b-gr8k2hxbhy] {
        min-width: 1000px;
    }
}
/* /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;
    }
}

/* /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;
    }
}
/* /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;
    }
}
