/* _content/GestionEntrepot.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page-shell[b-a5odz8f8l9] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-a5odz8f8l9] {
    flex: 1;
}

.content[b-a5odz8f8l9] {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

#blazor-error-ui[b-a5odz8f8l9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-a5odz8f8l9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/GestionEntrepot.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* Barre de navigation horizontale principale */
.app-navbar[b-i566rsaz15] {
    background-image: linear-gradient(90deg, #052767 0%, #0d3b66 60%, #3a0647 100%);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.navbar-brand[b-i566rsaz15] {
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Liens du niveau supérieur */
.app-navbar[b-i566rsaz15]  .nav-link {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.92rem;
    padding: 0.5rem 0.85rem;
    border-radius: 4px;
}

.app-navbar[b-i566rsaz15]  .nav-link:hover,
.app-navbar[b-i566rsaz15]  .nav-link:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.12);
}

/* Lien actif (au niveau supérieur) */
.app-navbar[b-i566rsaz15]  .navbar-nav > .nav-item > a.active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.22);
}

/* Menus déroulants */
.app-navbar[b-i566rsaz15]  .dropdown-menu {
    border: none;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    margin-top: 0.35rem;
}

.app-navbar[b-i566rsaz15]  .dropdown-item {
    font-size: 0.9rem;
    padding: 0.45rem 1rem;
}

.app-navbar[b-i566rsaz15]  .dropdown-item.active,
.app-navbar[b-i566rsaz15]  .dropdown-item:active {
    background-color: #0d3b66;
    color: #fff;
}

.navbar-text[b-i566rsaz15] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
}
/* _content/GestionEntrepot.Web/Components/Layout/TabStrip.razor.rz.scp.css */
.tab-strip[b-239y8iwe5i] {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    background: #e9edf2;
    border-bottom: 1px solid #cdd5df;
    padding: 4px 8px 0 8px;
}

.tab[b-239y8iwe5i] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px 6px 12px;
    background: #f6f8fa;
    border: 1px solid #cdd5df;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    font-size: 0.85rem;
    color: #333;
    cursor: pointer;
    max-width: 220px;
    user-select: none;
}

.tab:hover[b-239y8iwe5i] {
    background: #fff;
}

.tab.active[b-239y8iwe5i] {
    background: #fff;
    color: #0d3b66;
    font-weight: 600;
    border-color: #0d3b66;
    box-shadow: 0 -2px 0 #0d3b66 inset;
}

.tab-title[b-239y8iwe5i] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-close[b-239y8iwe5i] {
    font-size: 1rem;
    line-height: 1;
    color: #90a0b0;
    border-radius: 3px;
    padding: 0 4px;
}

    .tab-close:hover[b-239y8iwe5i] {
        color: #fff;
        background: #d9534f;
    }
