@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Features/Auth/Pages/Login.razor.rz.scp.css */
.login-container[b-zds0oqlvak] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.login-card[b-zds0oqlvak] {
    background: white;
    border-radius: 12px;
    padding: 40px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.login-header[b-zds0oqlvak] {
    text-align: center;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-field[b-zds0oqlvak] {
    margin-bottom: 16px;
}
/* /Features/Auth/Pages/Profile.razor.rz.scp.css */
.role-badge[b-1b3cm3e983] {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.role-super-admin[b-1b3cm3e983] {
    background: #8b1a1a20;
    color: #8b1a1a;
}

.role-admin[b-1b3cm3e983] {
    background: #c25c0020;
    color: #c25c00;
}

.role-specialist[b-1b3cm3e983] {
    background: #0e749020;
    color: #0e7490;
}

.role-user[b-1b3cm3e983] {
    background: #16653420;
    color: #166534;
}
