/* _content/SchoolManagementApp/Pages/Students.razor.rz.scp.css */
/* Wizard Progress Indicator */
.wizard-step[b-6t77cef8q8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wizard-step .step-number[b-6t77cef8q8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    font-weight: 600;
    font-size: 14px;
}

.wizard-step.active .step-number[b-6t77cef8q8] {
    background-color: #0d6efd;
    color: white;
}

.wizard-step.completed .step-number[b-6t77cef8q8] {
    background-color: #198754;
    color: white;
}

.wizard-step .step-label[b-6t77cef8q8] {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
}

.wizard-step.active .step-label[b-6t77cef8q8] {
    color: #0d6efd;
    font-weight: 600;
}

.wizard-step.completed .step-label[b-6t77cef8q8] {
    color: #198754;
}

.wizard-line[b-6t77cef8q8] {
    width: 40px;
    height: 2px;
    background-color: #e9ecef;
    margin: 0 4px;
}

/* Schedule Selection Step */
.schedule-selection-step[b-6t77cef8q8] {
    padding: 0;
}

.class-schedule-group[b-6t77cef8q8] {
    padding: 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #f8f9fa;
}

.schedule-checkboxes .form-check[b-6t77cef8q8] {
    padding: 8px 12px;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.schedule-checkboxes .form-check:hover[b-6t77cef8q8] {
    background-color: #ffffff;
}

.schedule-checkboxes .form-check-input[b-6t77cef8q8] {
    margin-top: 0.4em;
}

.schedule-checkboxes .form-check-label[b-6t77cef8q8] {
    width: 100%;
    cursor: pointer;
    user-select: none;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .wizard-step .step-label[b-6t77cef8q8] {
        display: none !important;
    }

    .wizard-line[b-6t77cef8q8] {
        width: 20px;
    }

    .class-schedule-group[b-6t77cef8q8] {
        padding: 8px;
    }

    .schedule-checkboxes .form-check-label span[b-6t77cef8q8] {
        font-size: 0.875rem;
    }

    .schedule-checkboxes .form-check-label .badge[b-6t77cef8q8] {
        font-size: 0.75rem;
    }
}
/* _content/SchoolManagementApp/Shared/MainLayout.razor.rz.scp.css */
/* MainLayout styles are now handled in custom.css */
/* This file is kept for compatibility but styles are moved to the main CSS file */
/* _content/SchoolManagementApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-26gga6opxy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-26gga6opxy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-26gga6opxy] {
    font-size: 1.1rem;
}

.oi[b-26gga6opxy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-26gga6opxy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-26gga6opxy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-26gga6opxy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-26gga6opxy]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-26gga6opxy]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-26gga6opxy]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-26gga6opxy] {
        display: none;
    }

    .collapse[b-26gga6opxy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-26gga6opxy] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
