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

main[b-fv2nbacs5m] {
    flex: 1;
}

.sidebar[b-fv2nbacs5m] {
    background: linear-gradient(180deg, #0b1f3a 0%, #0f2f56 70%, #1b4b7a 100%);
}

.top-row[b-fv2nbacs5m] {
    background: #ffffff;
    border-bottom: 1px solid #d6deea;
    justify-content: space-between;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    color: #0b1f3a;
    font-weight: 600;
}

.top-row[b-fv2nbacs5m]  a {
    text-decoration: none;
    color: #1f5db0;
    font-weight: 700;
}

.top-row[b-fv2nbacs5m]  a:hover {
    text-decoration: underline;
}

@media (max-width: 640.98px) {
    .top-row[b-fv2nbacs5m] {
        font-size: 0.95rem;
    }
}

@media (min-width: 641px) {
    .page[b-fv2nbacs5m] {
        flex-direction: row;
    }

    .sidebar[b-fv2nbacs5m] {
        width: 275px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fv2nbacs5m] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fv2nbacs5m],
    article[b-fv2nbacs5m] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-m4f4g59rgj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-m4f4g59rgj] {
    min-height: 3.5rem;
    background-color: rgba(4, 18, 34, 0.55);
}

.navbar-brand[b-m4f4g59rgj] {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.bi[b-m4f4g59rgj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-m4f4g59rgj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-m4f4g59rgj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405.998c-.413-1.087-1.997-1.087-2.41 0l-.1.266a1.464 1.464 0 0 1-1.974.89l-.249-.11c-1.023-.45-2.165.692-1.715 1.715l.11.249a1.464 1.464 0 0 1-.89 1.974l-.266.1c-1.087.413-1.087 1.997 0 2.41l.266.1c.698.263 1.048 1.047.89 1.974l-.11.249c-.45 1.023.692 2.165 1.715 1.715l.249-.11a1.464 1.464 0 0 1 1.974.89l.1.266c.413 1.087 1.997 1.087 2.41 0l.1-.266a1.464 1.464 0 0 1 1.974-.89l.249.11c1.023.45 2.165-.692 1.715-1.715l-.11-.249a1.464 1.464 0 0 1 .89-1.974l.266-.1c1.087-.413 1.087-1.997 0-2.41l-.266-.1a1.464 1.464 0 0 1-.89-1.974l.11-.249c.45-1.023-.692-2.165-1.715-1.715l-.249.11a1.464 1.464 0 0 1-1.974-.89zM8 10.5A2.5 2.5 0 1 1 8 5.5a2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
}

.bi-info-nav-menu[b-m4f4g59rgj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-info-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.93 6.588l-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 .877-.252 1.02-.598l.088-.416c.066-.292.126-.446.287-.47l.451-.083.082-.38-2.29-.287zm-.93-2.28a1 1 0 1 0 0 2 1 1 0 0 0 0-2'/%3E%3C/svg%3E");
}

.bi-envelope-fill-nav-menu[b-m4f4g59rgj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414z'/%3E%3Cpath d='M0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.143L9.239 8.83 8 9.586zM16 4.697l-5.803 3.546L16 11.801z'/%3E%3C/svg%3E");
}

.nav-item[b-m4f4g59rgj] {
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m4f4g59rgj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m4f4g59rgj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m4f4g59rgj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-m4f4g59rgj]  a.active {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.nav-item[b-m4f4g59rgj]  a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-m4f4g59rgj] {
        display: none;
    }

    .collapse[b-m4f4g59rgj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-m4f4g59rgj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
