/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-5576uetrri] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5576uetrri] {
    flex: 1;
}

.sidebar[b-5576uetrri] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

    .top-row[b-5576uetrri]  a, .top-row[b-5576uetrri]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5576uetrri]  a:hover, .top-row[b-5576uetrri]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-5576uetrri] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row.auth[b-5576uetrri]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5576uetrri], article[b-5576uetrri] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/Sidebar.razor.rz.scp.css */
.sidebar-menu-btn[b-7htitj150n] {
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    color: #475569;
    display: flex;
    align-items: center;
    text-align: left;
    box-sizing: border-box;
}

    .sidebar-menu-btn:hover[b-7htitj150n] {
        background: #ecfdf5;
    }

.sidebar-menu-btn-open[b-7htitj150n] {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 14px;
    border-radius: 12px;
    gap: 12px;
}

.sidebar-menu-btn-closed[b-7htitj150n] {
    width: 60px;
    height: 60px;
    justify-content: center;
    padding: 0;
    border-radius: 12px;
}

.sidebar-icon-box[b-7htitj150n] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: transparent;
    flex-shrink: 0;
}

.sidebar-menu-btn.active[b-7htitj150n] {
    background: #059669;
    color: white;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.25);
}

    .sidebar-menu-btn.active .sidebar-icon-box[b-7htitj150n] {
        background: rgba(255, 255, 255, 0.12);
    }

.sidebar-label[b-7htitj150n] {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
    min-width: 0;
    flex: 1;
}

.menu-icon-wrapper[b-7htitj150n] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-icon-wrapper[b-7htitj150n]  svg {
        width: 20px !important;
        height: 20px !important;
        display: block;
    }

    .menu-icon-wrapper[b-7htitj150n]  path {
        vector-effect: non-scaling-stroke;
    }
