/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-i7wcdkvvkd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i7wcdkvvkd] {
    flex: 1;
}

.sidebar[b-i7wcdkvvkd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-i7wcdkvvkd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i7wcdkvvkd]  a, .top-row[b-i7wcdkvvkd]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-i7wcdkvvkd]  a:hover, .top-row[b-i7wcdkvvkd]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-i7wcdkvvkd]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-i7wcdkvvkd] {
        justify-content: space-between;
    }

    .top-row[b-i7wcdkvvkd]  a, .top-row[b-i7wcdkvvkd]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-i7wcdkvvkd] {
        flex-direction: row;
    }

    .sidebar[b-i7wcdkvvkd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i7wcdkvvkd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-i7wcdkvvkd]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-i7wcdkvvkd], article[b-i7wcdkvvkd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ea4p12cfc6] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.top-row[b-ea4p12cfc6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ea4p12cfc6] {
    font-size: 1.1rem;
    color: white !important;
}

/* Perfect Vertical Alignment for Icons */
.bi[b-ea4p12cfc6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-right: 0.8rem;
    color: #ffffff !important; /* Pure White */
    font-size: 1.4rem;        /* Slightly larger */
}

.nav-item[b-ea4p12cfc6] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
}

/* Use Flexbox on the anchor tag to center the icon and span */
.nav-item[b-ea4p12cfc6]  a {
    color: #f0f0f0 !important;
    border-radius: 4px;
    height: 3.5rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.2s;
}

.nav-item[b-ea4p12cfc6]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white !important;
}

.nav-item[b-ea4p12cfc6]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white !important;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ea4p12cfc6] {
        display: none;
    }

    .nav-scrollable[b-ea4p12cfc6] {
        display: block !important;
    }
}
