/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-169biaenvl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-169biaenvl] {
    flex: 1;
}

.sidebar[b-169biaenvl] {
    background-color: #1a1a1a;
    background-image: linear-gradient(180deg, #1a1a1a 0%, #2d2d2d 100%);
}

.top-row[b-169biaenvl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-169biaenvl]  a, .top-row .btn-link[b-169biaenvl] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-169biaenvl] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-169biaenvl] {
        display: none;
    }

    .top-row.auth[b-169biaenvl] {
        justify-content: space-between;
    }

    .top-row a[b-169biaenvl], .top-row .btn-link[b-169biaenvl] {
        margin-left: 0;
    }
}

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

    .sidebar[b-169biaenvl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row[b-169biaenvl], article[b-169biaenvl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Floating Action Button */
.fab-container[b-169biaenvl] {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fab-main[b-169biaenvl] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #007bff;
    color: white;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    z-index: 1001;
}

.fab-main.active[b-169biaenvl] {
    transform: rotate(45deg);
    background-color: #dc3545;
}

.fab-options[b-169biaenvl] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-20px);
    transition: all 0.3s ease;
}

.fab-options.expanded[b-169biaenvl] {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.fab-option[b-169biaenvl] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    color: #007bff;
    border: 2px solid #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    text-decoration: none;
    transition: transform 0.2s ease;
}

.fab-option:hover[b-169biaenvl] {
    transform: scale(1.1);
    background-color: #f8f9fa;
}

.fab-option .oi-plus[b-169biaenvl] { color: #28a745; }
.fab-option .oi-minus[b-169biaenvl] { color: #dc3545; }
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-aw8as2b3kt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-aw8as2b3kt] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
}

.navbar-brand[b-aw8as2b3kt] {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff !important;
}

.oi[b-aw8as2b3kt] {
    width: 1.5rem;
    font-size: 1.1rem;
    margin-right: 0.75rem;
}

.nav-item[b-aw8as2b3kt] {
    padding: 0.25rem 0.75rem;
}

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

    .nav-item[b-aw8as2b3kt]  a {
        color: #d1d5db;
        border-radius: 0.5rem;
        padding: 0.75rem 1rem;
        display: flex;
        align-items: center;
        transition: all 0.2s ease-in-out;
        text-decoration: none;
    }

.nav-item[b-aw8as2b3kt]  a.active {
    background-color: #3b82f6;
    color: white;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.nav-item[b-aw8as2b3kt]  a:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    transform: translateX(4px);
}

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

    .collapse[b-aw8as2b3kt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-aw8as2b3kt] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
