/* /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;
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
}

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

.user-section[b-nj04crnsoa] {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.user-name[b-nj04crnsoa] {
    white-space: nowrap;
    font-size: 0.9rem;
}

/* 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;
    }

    .user-section[b-nj04crnsoa] {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/* Tablet and below */
@media (max-width: 991.98px) {
    .navbar[b-nj04crnsoa] {
        padding: 0.5rem 0.75rem;
    }

    .navbar-brand[b-nj04crnsoa] {
        margin-right: 0.5rem;
    }

    .navbar-brand img[b-nj04crnsoa] {
        width: 36px;
        height: 27px;
    }

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

    .collapse.show[b-nj04crnsoa] {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        margin-top: 0.5rem;
    }

    .navbar-nav[b-nj04crnsoa] {
        flex-direction: column;
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .nav-item[b-nj04crnsoa] {
        margin-bottom: 0.25rem;
        width: 100%;
    }

    .nav-link[b-nj04crnsoa] {
        margin-right: 0;
        padding: 0.75rem 1rem;
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-link:last-child[b-nj04crnsoa] {
        border-bottom: none;
    }

    .user-section[b-nj04crnsoa] {
        padding: 0.75rem 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        justify-content: space-between;
    }

    .user-name[b-nj04crnsoa] {
        font-size: 0.85rem;
    }
}

/* Mobile phones */
@media (max-width: 576px) {
    .navbar[b-nj04crnsoa] {
        padding: 0.4rem 0.5rem;
    }

    .navbar-brand img[b-nj04crnsoa] {
        width: 32px;
        height: 24px;
    }

    .nav-link[b-nj04crnsoa] {
        font-size: 14px;
        padding: 0.6rem 0.75rem;
    }

    .user-name[b-nj04crnsoa] {
        font-size: 0.8rem;
    }
}
/* /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;
}
