/* _content/Nachmi/Components/FeedbackButton.razor.rz.scp.css */
.feedback-float-button[b-7dgnnk0omo] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
}

.btn-feedback[b-7dgnnk0omo] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #1b6ec2;
    border: none;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(27, 110, 194, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-feedback:hover[b-7dgnnk0omo] {
    background-color: #0f4c75;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(27, 110, 194, 0.4);
    color: white;
}

.btn-feedback:focus[b-7dgnnk0omo] {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(27, 110, 194, 0.5);
    color: white;
}

.btn-feedback:active[b-7dgnnk0omo] {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(27, 110, 194, 0.3);
}

@media (max-width: 768px) {
    .feedback-float-button[b-7dgnnk0omo] {
        bottom: 15px;
        right: 15px;
    }
    
    .btn-feedback[b-7dgnnk0omo] {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }
}
/* _content/Nachmi/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nwg16tdqn2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nwg16tdqn2] {
    flex: 1;
}

.sidebar[b-nwg16tdqn2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nwg16tdqn2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nwg16tdqn2]  a, .top-row[b-nwg16tdqn2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-nwg16tdqn2]  a:hover, .top-row[b-nwg16tdqn2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-nwg16tdqn2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-nwg16tdqn2] {
        justify-content: space-between;
    }

    .top-row[b-nwg16tdqn2]  a, .top-row[b-nwg16tdqn2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nwg16tdqn2] {
        flex-direction: row;
    }

    .sidebar[b-nwg16tdqn2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nwg16tdqn2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-nwg16tdqn2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-nwg16tdqn2], article[b-nwg16tdqn2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-nwg16tdqn2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-nwg16tdqn2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Nachmi/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mvgt3hogmv] {
    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-mvgt3hogmv] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-mvgt3hogmv] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    font-size: 25px;
    margin-bottom: 30px;
}

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

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

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

    .nav-item[b-mvgt3hogmv]  .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-mvgt3hogmv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

.nav-scrollable[b-mvgt3hogmv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-mvgt3hogmv] {
    display: block;
}

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

    .nav-scrollable[b-mvgt3hogmv] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
        flex-direction: column;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Nachmi/Components/Pages/Home.razor.rz.scp.css */
.hero-section[b-zbcx47l2h9] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 3rem 0;
    margin-bottom: 2rem;
    border-bottom: 3px solid #1b6ec2;
}

.hero-icon[b-zbcx47l2h9] {
    padding: 2rem;
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.1) 0%, rgba(27, 110, 194, 0.05) 100%);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(27, 110, 194, 0.1);
}

.card[b-zbcx47l2h9] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 12px;
}

.card:hover[b-zbcx47l2h9] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.card-header[b-zbcx47l2h9] {
    border-radius: 12px 12px 0 0 !important;
    border: none;
    padding: 1.25rem;
}

.card-body[b-zbcx47l2h9] {
    padding: 1.5rem;
}

.badge[b-zbcx47l2h9] {
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 8px;
}

.bg-light[b-zbcx47l2h9] {
    background-color: #f8f9fa !important;
    border-top: 1px solid #e9ecef;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section[b-zbcx47l2h9] {
        padding: 2rem 0;
        text-align: center;
    }
    
    .display-4[b-zbcx47l2h9] {
        font-size: 2rem;
    }
    
    .hero-icon[b-zbcx47l2h9] {
        padding: 1rem;
        margin-top: 1rem;
    }
    
    .lead[b-zbcx47l2h9] {
        font-size: 1rem;
    }
}

/* Custom button styling */
.btn-outline-info:hover[b-zbcx47l2h9] {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: white;
}

/* Stats section animation */
.bg-light .h2[b-zbcx47l2h9] {
    animation: countUp-b-zbcx47l2h9 2s ease-out;
}

@keyframes countUp-b-zbcx47l2h9 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Address styling */
address[b-zbcx47l2h9] {
    line-height: 1.6;
    color: #6c757d;
}

/* Icon alignment */
.bi[b-zbcx47l2h9] {
    vertical-align: middle;
}
/* _content/Nachmi/Components/Pages/Students/Index.razor.rz.scp.css */
.checkbox-container[b-9xmh26i61c] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.student-checkbox[b-9xmh26i61c] {
    transition: opacity 0.2s ease-in-out;
}

.student-row:hover .student-checkbox[b-9xmh26i61c] {
    opacity: 1 !important;
}

.table th:first-child:hover .form-check-input[b-9xmh26i61c] {
    opacity: 1 !important;
}

.form-check-input[b-9xmh26i61c] {
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
}

/* Ensure the bulk actions bar is prominent */
.alert-primary[b-9xmh26i61c] {
    border-left: 4px solid #0d6efd;
}

.alert-primary .btn[b-9xmh26i61c] {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.alert-primary .form-select[b-9xmh26i61c] {
    border-color: #0d6efd;
}

.alert-primary .form-select:focus[b-9xmh26i61c] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
