/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-hnp8cpx1fh] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-hnp8cpx1fh] {
    flex: 1;
    overflow-y: auto;
}

.navbar-brand[b-hnp8cpx1fh] {
    color: white;
    font-size: 1.25rem;
    text-decoration: none;
}

.navbar-toggler[b-hnp8cpx1fh] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    cursor: pointer;
    display: none;
    padding: 0.5rem;
}

.navbar-toggler-icon[b-hnp8cpx1fh] {
    width: 1.5rem;
    height: 1.5rem;
    background-color: white;
    display: inline-block;
    mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M2.5 12.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm0-4a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm0-4a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11z"%3E%3C/path%3E%3C/svg%3E')
        no-repeat center;
    mask-size: cover;
}

.nav-links[b-hnp8cpx1fh] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.nav-links.collapse[b-hnp8cpx1fh] {
    display: none;
    flex-direction: column;
}

.nav-link[b-hnp8cpx1fh] {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

.nav-link:hover[b-hnp8cpx1fh],
.nav-link.active[b-hnp8cpx1fh] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

/* Responsive Styles */
@media (max-width: 640px) {
    .navbar-toggler[b-hnp8cpx1fh] {
        display: block;
    }

    .nav-links[b-hnp8cpx1fh] {
        flex-direction: column;
        background-color: #343a40;
        padding: 1rem;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-nj04crnsoa] {
    background-color: transparent;
    padding: 0.5rem 1rem;
}

.navbar-collapse[b-nj04crnsoa] {
    flex-grow: 1;
    justify-content: flex-end;
}

.nav-link[b-nj04crnsoa] {
    color: white;
    margin-right: 1rem;
    text-decoration: none;
}

.nav-link:hover[b-nj04crnsoa] {
    color: #d4d4d4;
    text-decoration: underline;
}

/* Display menu items horizontally on large screens */
@media (min-width: 992px) {
    .navbar-collapse[b-nj04crnsoa] {
        display: flex !important;
    }

    .navbar-nav[b-nj04crnsoa] {
        flex-direction: row;
    }
}

/* Ensure toggle button is visible on small screens */
@media (max-width: 991.98px) {
    .collapse[b-nj04crnsoa] {
        display: none !important;
    }

    .collapse.show[b-nj04crnsoa] {
        display: block !important;
    }

    .navbar-nav[b-nj04crnsoa] {
        flex-direction: column;
    }

    .nav-item[b-nj04crnsoa] {
        margin-bottom: 0.5rem;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login[b-491808z60f] {
    width: 390px;
}

.login h1[b-491808z60f] {
    color: #323232;
    font-size: 50px;
}

.login h3[b-491808z60f] {
    color: #0a0a0a;
}
