/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-vw7b3b00i7] {
    display: flex;
    min-height: 100vh;
}

main[b-vw7b3b00i7] {
    flex: 1;
}

.sidebar[b-vw7b3b00i7] {
    width: 280px;
    background: var(--primary-dark);
    display: flex;
    flex-direction: column;
    height: 100vh;
    box-shadow: 4px 0 15px rgba(3, 54, 107, 0.1);
    z-index: 1000;
    position: sticky;
    top: 0;
}

.top-row[b-vw7b3b00i7] {
    background: #ffffff;
    height: 4.5rem;
    display: flex;
    align-items: center;
    padding: 0 2.5rem;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1050;
}

.content[b-vw7b3b00i7] {
    padding: 2.5rem;
    background-color: var(--bg-main);
}

@media (max-width: 640.98px) {
    .page[b-vw7b3b00i7] {
        flex-direction: column;
    }
    .sidebar[b-vw7b3b00i7] {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1060;
    }
    .top-row[b-vw7b3b00i7] {
        padding: 0 1rem;
    }
    .content[b-vw7b3b00i7] {
        padding: 1.5rem 1rem;
    }
}

@media (min-width: 641px) {
    .sidebar[b-vw7b3b00i7] {
        position: sticky;
        top: 0;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.top-row[b-68yfu5agc5] {
    height: 4.5rem;
    background-color: rgba(3, 54, 107, 0.4);
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.navbar-brand[b-68yfu5agc5] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: 0.5px;
}

.nav-item[b-68yfu5agc5] {
    padding: 0.25rem 1rem;
}

.nav-item[b-68yfu5agc5]  a,
.nav-item[b-68yfu5agc5]  button {
    display: flex;
    align-items: center;
    padding: 0.8rem 1.2rem;
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: transparent;
    border: none;
    width: 100%;
}

.nav-item[b-68yfu5agc5]  a:hover,
.nav-item[b-68yfu5agc5]  button:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    transform: translateX(5px);
}

.nav-item[b-68yfu5agc5]  a.active {
    background: #0087F7;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0, 135, 247, 0.3);
}

.nav-item[b-68yfu5agc5]  i {
    font-size: 1.25rem;
    margin-right: 0.75rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-68yfu5agc5] {
        display: none;
    }

    .collapse[b-68yfu5agc5] {
        display: block;
    }

    .nav-scrollable[b-68yfu5agc5] {
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}
