/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-page[b-t37h38vlyy] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.login-main[b-t37h38vlyy] {
    width: 100%;
    max-width: 450px;
}

/* Override styles for login form */
.login-page .login-form[b-t37h38vlyy] {
    background: white;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 0;
    max-width: none;
}

.login-page .login-form h2[b-t37h38vlyy] {
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
}

.login-page .form-control[b-t37h38vlyy] {
    border-radius: 8px;
    border: 2px solid #e1e5e9;
    padding: 12px 15px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.login-page .form-control:focus[b-t37h38vlyy] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.login-page .btn-primary[b-t37h38vlyy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.2s ease;
}

.login-page .btn-primary:hover[b-t37h38vlyy] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.login-page .form-label[b-t37h38vlyy] {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.login-page .alert-danger[b-t37h38vlyy] {
    border-radius: 8px;
    border: none;
    background-color: #f8d7da;
    color: #721c24;
}

/* Responsive */
@media (max-width: 576px) {
    .login-page[b-t37h38vlyy] {
        padding: 10px;
    }
    
    .login-page .login-form[b-t37h38vlyy] {
        padding: 30px 20px;
    }
}

#blazor-error-ui[b-t37h38vlyy] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-t37h38vlyy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b91ivt0e39] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

.sidebar[b-b91ivt0e39] {
    width: 250px;
    flex-shrink: 0;
}

main[b-b91ivt0e39] {
    flex: 1;
    margin-left: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.top-row[b-b91ivt0e39] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    font-weight: 600;
    color: #495057;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.content[b-b91ivt0e39] {
    flex: 1;
    padding: 2rem;
    background-color: #f8f9fa;
    overflow-y: auto;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .page[b-b91ivt0e39] {
        flex-direction: column;
    }
    
    .sidebar[b-b91ivt0e39] {
        width: 100%;
        order: 2;
    }
    
    main[b-b91ivt0e39] {
        order: 1;
        margin-left: 0;
    }
    
    .top-row[b-b91ivt0e39] {
        padding: 0 1rem;
    }
    
    .content[b-b91ivt0e39] {
        padding: 1rem;
    }
}

#blazor-error-ui[b-b91ivt0e39] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-b91ivt0e39] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-wxzovt7c1w] {
    background: linear-gradient(180deg, #053967 0%, #3a0647 70%);
    height: 100%;
    width: 250px;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    color: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.nav-header[b-wxzovt7c1w] {
    padding: 20px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.nav-header h3[b-wxzovt7c1w] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}

.user-info[b-wxzovt7c1w] {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}

.user-info .badge[b-wxzovt7c1w] {
    font-size: 10px;
}

.user-info .btn[b-wxzovt7c1w] {
    font-size: 11px;
    padding: 4px 8px;
}

.nav-content[b-wxzovt7c1w] {
    padding: 20px 0;
}

.nav-list[b-wxzovt7c1w] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item[b-wxzovt7c1w] {
    margin: 5px 0;
}

.nav-link[b-wxzovt7c1w] {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.nav-link:hover[b-wxzovt7c1w] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-left-color: #fff;
}

.nav-link.active[b-wxzovt7c1w] {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border-left-color: #4CAF50;
    font-weight: 600;
}

.nav-link i[b-wxzovt7c1w] {
    margin-right: 12px;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.nav-link span[b-wxzovt7c1w] {
    font-size: 14px;
}

/* Responsive design */
@media (max-width: 768px) {
    .nav-menu[b-wxzovt7c1w] {
        width: 100%;
        height: auto;
        position: relative;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    
    .nav-menu.open[b-wxzovt7c1w] {
        transform: translateX(0);
    }
    
    .nav-link[b-wxzovt7c1w] {
        padding: 15px 20px;
    }
    
    .nav-link span[b-wxzovt7c1w] {
        font-size: 16px;
    }
}

/* Scrollbar styling */
.nav-menu[b-wxzovt7c1w]::-webkit-scrollbar {
    width: 6px;
}

.nav-menu[b-wxzovt7c1w]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.nav-menu[b-wxzovt7c1w]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.nav-menu[b-wxzovt7c1w]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}
/* /Components/Pages/Debts.razor.rz.scp.css */
.page-header[b-nwdgh4d64i] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.page-header h1[b-nwdgh4d64i] {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.content-section[b-nwdgh4d64i] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.card-header[b-nwdgh4d64i] {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

.table th[b-nwdgh4d64i] {
    border-top: none;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-group .btn[b-nwdgh4d64i] {
    border-radius: 0.25rem;
    margin-right: 0.25rem;
}

.btn-group .btn:last-child[b-nwdgh4d64i] {
    margin-right: 0;
}

.table-success[b-nwdgh4d64i] {
    background-color: rgba(25, 135, 84, 0.1);
}
/* /Components/Pages/Referrals.razor.rz.scp.css */
/* Стили для страницы реферальной системы */

.tab-content[b-dw6j9p6fvk] {
    margin-top: 20px;
}

.card[b-dw6j9p6fvk] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.card-header[b-dw6j9p6fvk] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.modal.show[b-dw6j9p6fvk] {
    animation: fadeIn-b-dw6j9p6fvk 0.3s;
}

@keyframes fadeIn-b-dw6j9p6fvk {
    from { opacity: 0; }
    to { opacity: 1; }
}

.table-responsive[b-dw6j9p6fvk] {
    overflow-x: auto;
}

.nav-tabs .nav-link[b-dw6j9p6fvk] {
    cursor: pointer;
}

.nav-tabs .nav-link.active[b-dw6j9p6fvk] {
    font-weight: 600;
}

.badge[b-dw6j9p6fvk] {
    font-size: 0.85rem;
    padding: 0.35em 0.65em;
}

