/* /Pages/Loader.razor.rz.scp.css */
.loader-overlay[b-ssuovqn6n7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: none; /* Initialement caché */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spinner[b-ssuovqn6n7] {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin-b-ssuovqn6n7 1s linear infinite;
}

@keyframes spin-b-ssuovqn6n7 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qhq4i6qjdq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-qhq4i6qjdq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qhq4i6qjdq] {
    font-size: 1.1rem;
}

.oi[b-qhq4i6qjdq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-qhq4i6qjdq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qhq4i6qjdq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qhq4i6qjdq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qhq4i6qjdq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qhq4i6qjdq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-qhq4i6qjdq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qhq4i6qjdq] {
        display: none;
    }

    .collapse[b-qhq4i6qjdq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-qhq4i6qjdq] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
