@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/PSC.Blazor.Components.AutoComplete/PSC.Blazor.Components.AutoComplete.bundle.scp.css';
@import '_content/ReactorBlazorQRCodeScanner/ReactorBlazorQRCodeScanner.bundle.scp.css';
@import '_content/Omni.Web.SharedComponents/Omni.Web.SharedComponents.bundle.scp.css';
@import '_content/OmniAccount.Web/OmniAccount.Web.bundle.scp.css';
@import '_content/OmniCare.Web/OmniCare.Web.bundle.scp.css';
@import '_content/OmniClass.Web/OmniClass.Web.bundle.scp.css';
@import '_content/OmniEvent.Web/OmniEvent.Web.bundle.scp.css';
@import '_content/OmniFinance.Web/OmniFinance.Web.bundle.scp.css';

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

main[b-652i5g3pqc] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-652i5g3pqc], article[b-652i5g3pqc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/OmniGestor/Layout/UserProfileComponent.razor.rz.scp.css */
.user-avatar-wrapper[b-2etqouey9i] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #f0f2f5; /* cor de fundo suave, ajuste conforme sua paleta */
    border-radius: 20px;
    padding: 4px 8px;
    transition: background-color 0.3s ease;
}

    .user-avatar-wrapper:hover[b-2etqouey9i] {
        background-color: #e0e2e5; /* cor ao passar o mouse */
    }

.user-avatar-img[b-2etqouey9i] {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}

.user-profile-menu[b-2etqouey9i] {
    right: 0;
    left: auto;
    min-width: 280px;
    margin-top: 0.5rem;
    padding: 0.5rem;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ebeef4 !important;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(27, 27, 62, 0.16);
}

.user-profile-menu .dropdown-item[b-2etqouey9i] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 46px;
    padding: 0.65rem 0.75rem;
    color: #343846;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    white-space: normal;
    border: 0;
    border-radius: 10px;
    background: transparent;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.user-profile-menu .dropdown-item i[b-2etqouey9i] {
    width: 20px;
    flex: 0 0 20px;
    color: #6c4d9d;
    font-size: 1rem;
    text-align: center;
}

.user-profile-menu .dropdown-item:hover[b-2etqouey9i],
.user-profile-menu .dropdown-item:focus[b-2etqouey9i] {
    color: #513779;
    background: #f4effa;
    transform: translateX(2px);
    outline: none;
}

.user-profile-menu-divider[b-2etqouey9i] {
    height: 1px;
    margin: 0.4rem 0.5rem;
    background: #ebeef4;
}

.user-profile-menu .user-profile-logout[b-2etqouey9i] {
    cursor: pointer;
    color: #666b78;
}

.user-profile-menu .user-profile-logout i[b-2etqouey9i] {
    color: #8a6172;
}

.user-profile-menu .user-profile-logout:hover[b-2etqouey9i],
.user-profile-menu .user-profile-logout:focus[b-2etqouey9i] {
    color: #8b294b;
    background: #fff1f5;
}

@media (max-width: 576px) {
    .user-profile-menu[b-2etqouey9i] {
        min-width: min(280px, calc(100vw - 1rem));
        margin-right: 0.5rem;
    }

    .user-avatar-text[b-2etqouey9i] {
        display: none;
    }

    .user-avatar-icon[b-2etqouey9i] {
        display: inline;
    }
}

@media (min-width: 577px) {
    .user-avatar-icon[b-2etqouey9i] {
        display: none;
    }
}
