@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Components/FooterComponente.razor.rz.scp.css */
/* /Components/Components/ModalEditEmpresa.razor.rz.scp.css */
*[b-nluwi65nfy] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root[b-nluwi65nfy] {
    --primary: #00d4ff;
    --secondary: #6366f1;
    --accent: #ec4899;
    --dark-bg: #0f172a;
    --dark-surface: #1e293b;
    --dark-card: #334155;
    --light-text: #f1f5f9;
    --muted-text: #cbd5e1;
    --glass: rgba(100, 116, 139, 0.1);
    --glass-border: rgba(148, 163, 184, 0.2);
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;
}

body[b-nluwi65nfy] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, var(--dark-bg) 0%, #1a2e4a 100%);
    color: var(--light-text);
    min-height: 100vh;
    overflow-x: hidden;
}

.container[b-nluwi65nfy] {
    display: flex;
    min-height: 100vh;
}

/* Sidebar */
.sidebar[b-nluwi65nfy] {
    width: 280px;
    background: rgba(30, 41, 59, 0.7);
    backdrop-filter: blur(10px);
    border-right: 1px solid var(--glass-border);
    padding: 30px 0;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
}

.logo[b-nluwi65nfy] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 30px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

    .logo[b-nluwi65nfy]::before {
        content: '⚡';
        font-size: 28px;
    }

.nav-menu[b-nluwi65nfy] {
    list-style: none;
    padding: 0 15px;
}

.nav-item[b-nluwi65nfy] {
    margin-bottom: 8px;
}

.nav-link[b-nluwi65nfy] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--muted-text);
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
}

    .nav-link:hover[b-nluwi65nfy],
    .nav-link.active[b-nluwi65nfy] {
        background: var(--glass);
        color: var(--primary);
        border-left: 3px solid var(--primary);
        padding-left: 17px;
    }

/* Main Content */
.main-content[b-nluwi65nfy] {
    flex: 1;
    margin-left: 280px;
    padding: 40px;
    overflow-y: auto;
}

/* Header */
.header[b-nluwi65nfy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.header-title h1[b-nluwi65nfy] {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-title p[b-nluwi65nfy] {
    color: var(--muted-text);
    font-size: 14px;
}

.header-actions[b-nluwi65nfy] {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn[b-nluwi65nfy] {
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary[b-nluwi65nfy] {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: var(--dark-bg);
    border: 2px solid transparent;
}

    .btn-primary:hover[b-nluwi65nfy] {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3);
    }

.btn-secondary[b-nluwi65nfy] {
    background: var(--glass);
    border: 1px solid var(--glass-border);
    color: var(--light-text);
    backdrop-filter: blur(10px);
}

    .btn-secondary:hover[b-nluwi65nfy] {
        background: rgba(100, 116, 139, 0.2);
        border-color: var(--primary);
    }

.btn-small[b-nluwi65nfy] {
    padding: 8px 16px;
    font-size: 12px;
}

/* Tabs */
.tabs[b-nluwi65nfy] {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--glass-border);
    padding-bottom: 20px;
}

.tab-btn[b-nluwi65nfy] {
    background: none;
    border: none;
    color: var(--muted-text);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 0;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    margin-bottom: -23px;
}

    .tab-btn.active[b-nluwi65nfy] {
        color: var(--primary);
        border-bottom-color: var(--primary);
    }

/* Grid */
.crms-grid[b-nluwi65nfy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

/* CRM Card */
.crm-card[b-nluwi65nfy] {
    background: var(--glass);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    padding: 24px;
    border-radius: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .crm-card[b-nluwi65nfy]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, var(--primary), transparent);
        opacity: 0.05;
        border-radius: 50%;
    }

    .crm-card:hover[b-nluwi65nfy] {
        transform: translateY(-8px);
        border-color: var(--primary);
        background: rgba(100, 116, 139, 0.15);
        box-shadow: 0 20px 40px rgba(0, 212, 255, 0.1);
    }

.crm-card-header[b-nluwi65nfy] {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 16px;
}

.crm-id[b-nluwi65nfy] {
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Courier New', monospace;
}

.crm-menu[b-nluwi65nfy] {
    display: flex;
    gap: 8px;
}

.crm-action-btn[b-nluwi65nfy] {
    background: none;
    border: none;
    color: var(--muted-text);
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 4px 8px;
}

    .crm-action-btn:hover[b-nluwi65nfy] {
        color: var(--primary);
        transform: scale(1.2);
    }

.crm-card h3[b-nluwi65nfy] {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--light-text);
}

.crm-card p[b-nluwi65nfy] {
    color: var(--muted-text);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
    min-height: 40px;
}

.crm-card-footer[b-nluwi65nfy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid var(--glass-border);
}

.crm-status[b-nluwi65nfy] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
}

.status-dot[b-nluwi65nfy] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--success);
}

    .status-dot.inactive[b-nluwi65nfy] {
        background: var(--muted-text);
    }

.crm-date[b-nluwi65nfy] {
    color: var(--muted-text);
    font-size: 12px;
}

/* Form Container */
.form-container[b-nluwi65nfy] {
    background: var(--glass);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 32px;
    max-width: 600px;
}

.form-group[b-nluwi65nfy] {
    margin-bottom: 24px;
}

    .form-group label[b-nluwi65nfy] {
        display: block;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 600;
        color: var(--light-text);
    }

    .form-group input[b-nluwi65nfy],
    .form-group textarea[b-nluwi65nfy] {
        width: 100%;
        padding: 12px 16px;
        background: rgba(51, 65, 85, 0.5);
        border: 1px solid var(--glass-border);
        border-radius: 8px;
        color: var(--light-text);
        font-size: 14px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        transition: all 0.3s ease;
    }

    .form-group textarea[b-nluwi65nfy] {
        resize: vertical;
        min-height: 120px;
    }

        .form-group input:focus[b-nluwi65nfy],
        .form-group textarea:focus[b-nluwi65nfy] {
            outline: none;
            border-color: var(--primary);
            background: rgba(51, 65, 85, 0.8);
            box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
        }

.form-actions[b-nluwi65nfy] {
    display: flex;
    gap: 12px;
    margin-top: 32px;
}

    .form-actions .btn[b-nluwi65nfy] {
        flex: 1;
    }

/* Modal */
.modal[b-nluwi65nfy] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(5px);
    z-index: 300;
    align-items: center;
    justify-content: center;
}

    .modal.active[b-nluwi65nfy] {
        display: flex;
    }

.modal-content[b-nluwi65nfy] {
    background: var(--dark-surface);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    backdrop-filter: blur(20px);
    animation: slideUp-b-nluwi65nfy 0.3s ease-out;
}

@keyframes slideUp-b-nluwi65nfy {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close[b-nluwi65nfy] {
    float: right;
    font-size: 28px;
    cursor: pointer;
    color: var(--muted-text);
    transition: color 0.3s ease;
}

    .modal-close:hover[b-nluwi65nfy] {
        color: var(--primary);
    }

.modal h2[b-nluwi65nfy] {
    margin-bottom: 24px;
    font-size: 24px;
    clear: both;
}

/* Empty State */
.empty-state[b-nluwi65nfy] {
    text-align: center;
    padding: 60px 20px;
    color: var(--muted-text);
}

.empty-state-icon[b-nluwi65nfy] {
    font-size: 64px;
    margin-bottom: 20px;
}

.empty-state h3[b-nluwi65nfy] {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--light-text);
}

/* Responsive */
@media (max-width: 768px) {
    .sidebar[b-nluwi65nfy] {
        width: 70px;
        padding: 20px 0;
    }

    .logo[b-nluwi65nfy] {
        padding: 20px 10px;
    }

        .logo[b-nluwi65nfy]::before {
            font-size: 24px;
        }

    .nav-link[b-nluwi65nfy] {
        padding: 12px 10px;
        justify-content: center;
    }

    .main-content[b-nluwi65nfy] {
        margin-left: 70px;
        padding: 20px;
    }

    .header[b-nluwi65nfy] {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-actions[b-nluwi65nfy] {
        width: 100%;
        flex-direction: column;
    }

    .btn[b-nluwi65nfy] {
        width: 100%;
        justify-content: center;
    }

    .crms-grid[b-nluwi65nfy] {
        grid-template-columns: 1fr;
    }

    .form-container[b-nluwi65nfy] {
        padding: 20px;
    }

    .tabs[b-nluwi65nfy] {
        overflow-x: auto;
        gap: 10px;
    }

    .tab-btn[b-nluwi65nfy] {
        white-space: nowrap;
    }
}

/* Tab Content */
.tab-content[b-nluwi65nfy] {
    display: none;
}

    .tab-content.active[b-nluwi65nfy] {
        display: block;
    }

/* Status Bar */
.status-message[b-nluwi65nfy] {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    z-index: 500;
    animation: slideUp-b-nluwi65nfy 0.3s ease-out;
}

    .status-message.show[b-nluwi65nfy] {
        display: block;
    }

    .status-message.success[b-nluwi65nfy] {
        background: rgba(16, 185, 129, 0.2);
        border: 1px solid rgba(16, 185, 129, 0.5);
        color: #6ee7b7;
    }

    .status-message.error[b-nluwi65nfy] {
        background: rgba(239, 68, 68, 0.2);
        border: 1px solid rgba(239, 68, 68, 0.5);
        color: #fca5a5;
    }
/* /Components/Components/UsuarioComponente.razor.rz.scp.css */
/* Reset básico para o componente */
[b-7vpd7hvcs0] * {
    box-sizing: border-box;
}

[b-7vpd7hvcs0] * {
    font-family: 'Roboto', sans-serif;
}

/* Efeito Circuit Board - Background animado */
.circuit-board[b-7vpd7hvcs0] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background:
        linear-gradient(90deg, #0a0a0f 21px, transparent 1%) center,
        linear-gradient(#0a0a0f 21px, transparent 1%) center,
        #0a0a0f;
    background-size: 22px 22px;
    animation: moveCircuit-b-7vpd7hvcs0 20s linear infinite;
    z-index: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    overflow: hidden;
    will-change: transform;
}

@keyframes moveCircuit-b-7vpd7hvcs0 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-22px, -22px);
    }
}

/* Container de login - Camada acima dos efeitos */
.login-container[b-7vpd7hvcs0] {
    background-color: rgba(10, 10, 15, 0.9);
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.3);
    padding: 20px;
    width: 420px;
    max-width: 95%; /* Adjusts max-width so it occupies more screen but doesn't overfill it. */
    text-align: center;
    position: relative;
    z-index: 10;
    border: 1px solid rgba(0, 255, 255, 0.2);
    margin: 0 auto;
}

@media (max-width: 480px) {
    .login-container[b-7vpd7hvcs0] {
        padding: 16px 14px;
        width: 100%;
        max-width: 96%;
    }
}

/* Efeito de brilho */
.login-container[b-7vpd7hvcs0]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to bottom right, transparent 45%, rgba(0, 255, 255, 0.1) 50%, transparent 55%);
    transform: rotate(45deg);
    animation: shine-b-7vpd7hvcs0 6s infinite;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
    will-change: transform;
}

@keyframes shine-b-7vpd7hvcs0 {
    0% {
        transform: rotate(45deg) translate(-30%, -30%);
    }

    100% {
        transform: rotate(45deg) translate(30%, 30%);
    }
}

/* Estilo do cabeçalho */
.login-container h1[b-7vpd7hvcs0] {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .login-container h1[b-7vpd7hvcs0] {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.logo[b-7vpd7hvcs0] {
    margin-bottom: 30px;
    position: relative;
}

.logo-text[b-7vpd7hvcs0] {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}

.millennium-text[b-7vpd7hvcs0] {
    color: #00ffff;
    animation: pulseGlow-b-7vpd7hvcs0 2s ease-in-out infinite;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5), 0 0 20px rgba(0, 255, 255, 0.3), 0 0 30px rgba(0, 255, 255, 0.2);
}

@keyframes pulseGlow-b-7vpd7hvcs0 {

    0%,
    100% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(0, 255, 255, 0.5), 0 0 20px rgba(0, 255, 255, 0.3), 0 0 30px rgba(0, 255, 255, 0.2);
    }

    50% {
        opacity: 0.8;
        text-shadow: 0 0 20px rgba(0, 255, 255, 0.8), 0 0 30px rgba(0, 255, 255, 0.6), 0 0 40px rgba(0, 255, 255, 0.4), 0 0 50px rgba(0, 255, 255, 0.3);
    }
}

.logo[b-7vpd7hvcs0]::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #00ffff, transparent);
}

/* Mensagens de erro/sucesso */
.message-container[b-7vpd7hvcs0] {
    margin-bottom: 20px;
}

.error-message[b-7vpd7hvcs0],
.success-message[b-7vpd7hvcs0],
.loading-message[b-7vpd7hvcs0] {
    padding: 12px;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    animation: fadeIn-b-7vpd7hvcs0 0.3s ease;
}

.error-message[b-7vpd7hvcs0] {
    background-color: rgba(255, 71, 87, 0.2);
    border: 1px solid rgba(255, 71, 87, 0.5);
    color: #ff4757;
}

.success-message[b-7vpd7hvcs0] {
    background-color: rgba(46, 213, 115, 0.2);
    border: 1px solid rgba(46, 213, 115, 0.5);
    color: #2ed573;
}

.loading-message[b-7vpd7hvcs0] {
    background-color: rgba(0, 255, 255, 0.2);
    border: 1px solid rgba(0, 255, 255, 0.5);
    color: #00ffff;
}

/* Abas com CSS puro */
.tabs[b-7vpd7hvcs0] {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 255, 255, 0.3);
    position: relative;
    z-index: 20;
}

.tab[b-7vpd7hvcs0] {
    flex: 1;
    padding: 12px;
    text-align: center;
    color: #a0a0c0;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}

@media (max-width: 480px) {
    .tab[b-7vpd7hvcs0] {
        padding: 10px;
        font-size: 14px;
    }
}

.tab label[b-7vpd7hvcs0],
.tab a[b-7vpd7hvcs0] {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Sistema de abas com input radio oculto */
#login-tab-btn[b-7vpd7hvcs0],
#register-tab-btn[b-7vpd7hvcs0] {
    display: none;
}

/* Quando login está checked, estiliza a label correspondente */
#login-tab-btn:checked~.login-container .tabs label[for="login-tab-btn"][b-7vpd7hvcs0],
#register-tab-btn:checked~.login-container .tabs label[for="register-tab-btn"][b-7vpd7hvcs0] {
    color: #00ffff;
}

#login-tab-btn:checked~.login-container .tabs label[for="login-tab-btn"][b-7vpd7hvcs0]::after,
#register-tab-btn:checked~.login-container .tabs label[for="register-tab-btn"][b-7vpd7hvcs0]::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00ffff;
}

/* Estado inicial: login visível, registro oculto (troca feita via JS + animação) */
.tab-content[b-7vpd7hvcs0] {
    display: none;
}

.tab-content.active[b-7vpd7hvcs0] {
    display: block;
}

#registerForm[b-7vpd7hvcs0] {
    display: none;
}

/* Keyframes: entrada e saída (rotateInDownLeft/Right, rotateOutUpLeft/Right) */
@keyframes rotateInDownLeft-b-7vpd7hvcs0 {
    0% {
        opacity: 0;
        transform: rotate3d(1, 1, 0, -90deg) translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: rotate3d(1, 1, 0, 0deg) translateX(0);
    }
}

@keyframes rotateInDownRight-b-7vpd7hvcs0 {
    0% {
        opacity: 0;
        transform: rotate3d(1, -1, 0, -90deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: rotate3d(1, -1, 0, 0deg) translateX(0);
    }
}

@keyframes rotateOutUpLeft-b-7vpd7hvcs0 {
    0% {
        opacity: 1;
        transform: rotate3d(1, 1, 0, 0deg) translateX(0);
    }
    100% {
        opacity: 0;
        transform: rotate3d(1, 1, 0, 90deg) translateX(-100px);
    }
}

@keyframes rotateOutUpRight-b-7vpd7hvcs0 {
    0% {
        opacity: 1;
        transform: rotate3d(1, -1, 0, 0deg) translateX(0);
    }
    100% {
        opacity: 0;
        transform: rotate3d(1, -1, 0, 90deg) translateX(100px);
    }
}

/* Classes de animação para entrada */
.tab-content.login-enter[b-7vpd7hvcs0] {
    animation: rotateInDownLeft-b-7vpd7hvcs0 0.6s forwards;
}

.tab-content.register-enter[b-7vpd7hvcs0] {
    animation: rotateInDownRight-b-7vpd7hvcs0 0.6s forwards;
}

/* Classes de animação para saída */
.tab-content.login-exit[b-7vpd7hvcs0] {
    animation: rotateOutUpLeft-b-7vpd7hvcs0 0.6s forwards;
    pointer-events: none;
}

.tab-content.register-exit[b-7vpd7hvcs0] {
    animation: rotateOutUpRight-b-7vpd7hvcs0 0.6s forwards;
    pointer-events: none;
}

@keyframes fadeIn-b-7vpd7hvcs0 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Formulário */
.form-group[b-7vpd7hvcs0] {
    margin-bottom: 25px;
    text-align: left;
    position: relative;
    z-index: 20;
}

.form-group label[b-7vpd7hvcs0] {
    display: block;
    margin-bottom: 8px;
    color: #a0a0c0;
    font-size: 14px;
}

.form-group input[b-7vpd7hvcs0] {
    width: 100%;
    padding: 12px;
    background: rgba(0, 255, 255, 0.1);
    border: 1px solid rgba(0, 255, 255, 0.3);
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s;
}

.form-group input[b-7vpd7hvcs0]::placeholder {
    color: rgba(160, 160, 192, 0.5);
}

.form-group input:focus[b-7vpd7hvcs0] {
    outline: none;
    border-color: #00ffff;
    box-shadow: 0 0 0 2px rgba(0, 255, 255, 0.2);
    background: rgba(0, 255, 255, 0.15);
}

/* Link Esqueci Minha Senha */
.forgot-password[b-7vpd7hvcs0] {
    text-align: right;
    margin-top: 10px;
    font-size: 13px;
}

.forgot-password a[b-7vpd7hvcs0] {
    color: #00ffff;
    text-decoration: none;
    transition: color 0.3s;
}

.forgot-password a:hover[b-7vpd7hvcs0] {
    color: #4fa0f0;
    text-decoration: underline;
}

/* Botões */
.btn[b-7vpd7hvcs0] {
    background: linear-gradient(135deg, #00ffff, #00d4ff);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 20;
}

.btn:hover[b-7vpd7hvcs0] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 255, 255, 0.4);
}

.btn:active[b-7vpd7hvcs0] {
    transform: translateY(0);
}

.btn:disabled[b-7vpd7hvcs0] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.btn-secondary[b-7vpd7hvcs0] {
    background: transparent;
    border: 1px solid #00ffff;
    color: #00ffff;
    margin-top: 10px;
}

.btn-secondary:hover[b-7vpd7hvcs0] {
    background: rgba(0, 255, 255, 0.1);
    color: #00ffff;
}

/* Botão Google - overlay para manter visual customizado e funcionalidade GSI */
.google-btn-wrapper[b-7vpd7hvcs0] {
    display: block;
}

.google-btn-overlay[b-7vpd7hvcs0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 44px;
    opacity: 0;
    cursor: pointer;
    overflow: hidden;
}

.google-btn-wrapper.loading .google-btn-overlay[b-7vpd7hvcs0] {
    pointer-events: none;
}

.btn-google[b-7vpd7hvcs0] {
    background: rgba(0, 255, 255, 0.1);
    /* Fundo azul transparente */
    border: 1px solid #00ffff;
    /* Borda azul neon */
    color: #ffffff;
    /* Texto branco */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    letter-spacing: 0.5px;
    text-transform: none;
    font-weight: 500;
    margin-top: 15px;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.btn-google:hover[b-7vpd7hvcs0] {
    background: rgba(0, 255, 255, 0.2);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
    transform: translateY(-2px);
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
}

.btn-google svg[b-7vpd7hvcs0] {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
    /* Leve brilho no ícone */
    transition: all 0.3s;
}

.btn-google:hover svg[b-7vpd7hvcs0] {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
    transform: scale(1.1);
}

/* Divisor "Ou" */
.divider[b-7vpd7hvcs0] {
    display: flex;
    align-items: center;
    margin: 25px 0 10px;
    color: #a0a0c0;
    font-size: 13px;
}

.divider[b-7vpd7hvcs0]::before,
.divider[b-7vpd7hvcs0]::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: rgba(0, 255, 255, 0.2);
}

.divider span[b-7vpd7hvcs0] {
    padding: 0 10px;
    text-transform: uppercase;
}

/* Nós do circuito - Efeito visual */
.circuit-node[b-7vpd7hvcs0] {
    position: fixed;
    width: 6px;
    height: 6px;
    background-color: #00ffff;
    border-radius: 50%;
    box-shadow: 0 0 10px #00ffff;
    z-index: 1;
    animation: pulse-b-7vpd7hvcs0 2s infinite;
    pointer-events: none;
}

.node-1[b-7vpd7hvcs0] {
    top: 30%;
    left: 20%;
}

.node-2[b-7vpd7hvcs0] {
    bottom: 25%;
    right: 15%;
    animation-delay: 0.5s;
}

.node-3[b-7vpd7hvcs0] {
    top: 40%;
    right: 10%;
    animation-delay: 1s;
}

@keyframes pulse-b-7vpd7hvcs0 {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }
}

.url[b-7vpd7hvcs0] {
    margin-top: 30px;
    color: rgba(160, 160, 192, 0.7);
    font-size: 12px;
}

/* ===== LOGIN FOOTER ===== */
.login-footer[b-7vpd7hvcs0] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(10, 10, 15, 0.95);
    border-top: 1px solid rgba(0, 255, 255, 0.2);
    padding: 20px;
    z-index: 5;
    backdrop-filter: blur(10px);
}

.footer-content[b-7vpd7hvcs0] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.footer-item[b-7vpd7hvcs0] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a0a0c0;
    font-size: 13px;
}

.footer-icon[b-7vpd7hvcs0] {
    font-size: 16px;
}

.footer-copyright[b-7vpd7hvcs0] {
    text-align: center;
    color: rgba(160, 160, 192, 0.6);
    font-size: 11px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .footer-content[b-7vpd7hvcs0] {
        flex-direction: column;
        gap: 15px;
    }

    .footer-item[b-7vpd7hvcs0] {
        font-size: 12px;
    }
}

/* Modal Esqueci minha senha */
.modal-overlay[b-7vpd7hvcs0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
    padding: 15px;
}

.modal-content[b-7vpd7hvcs0] {
    background: linear-gradient(145deg, #0a0a0f 0%, #0a0a0f 100%);
    border: 1px solid rgba(0, 255, 255, 0.3);
    border-radius: 12px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 255, 255, 0.15);
}

.modal-header[b-7vpd7hvcs0] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 255, 255, 0.2);
}

.modal-header h3[b-7vpd7hvcs0] {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.modal-close[b-7vpd7hvcs0] {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #a0a0c0;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
}

.modal-close:hover[b-7vpd7hvcs0] {
    color: #ffffff;
}

.modal-body[b-7vpd7hvcs0] {
    padding: 20px;
}

.modal-body p[b-7vpd7hvcs0] {
    color: #a0a0c0;
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
}

.modal-footer[b-7vpd7hvcs0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    border-top: 1px solid rgba(0, 255, 255, 0.2);
}

.modal-footer .btn[b-7vpd7hvcs0] {
    width: 100%;
    max-width: 280px;
}

/* ===== LIGHT THEME - LOGIN ===== */
[data-theme="light"] .login-container[b-7vpd7hvcs0],
[data-theme="light"] .modal-content[b-7vpd7hvcs0] {
    background-color: rgba(238, 243, 246, 0.94);
    background-image: none;
    border-color: rgba(0, 168, 181, 0.24);
    box-shadow: 0 0 30px rgba(0, 168, 181, 0.1);
}

[data-theme="light"] .login-footer[b-7vpd7hvcs0] {
    background-color: rgba(238, 243, 246, 0.94);
    border-top-color: rgba(0, 168, 181, 0.18);
}

[data-theme="light"] .logo-text[b-7vpd7hvcs0],
[data-theme="light"] .tab-content[b-7vpd7hvcs0],
[data-theme="light"] .modal-header h3[b-7vpd7hvcs0],
[data-theme="light"] .modal-body p[b-7vpd7hvcs0],
[data-theme="light"] .form-group label[b-7vpd7hvcs0] {
    color: #0a0a0f;
}

[data-theme="light"] .millennium-text[b-7vpd7hvcs0] {
    color: #00a8b5;
    text-shadow: 0 0 10px rgba(0, 168, 181, 0.22), 0 0 20px rgba(0, 168, 181, 0.12);
}

[data-theme="light"] .logo[b-7vpd7hvcs0]::after {
    background: linear-gradient(90deg, transparent, #00a8b5, transparent);
}

[data-theme="light"] .tab[b-7vpd7hvcs0],
[data-theme="light"] .footer-item[b-7vpd7hvcs0],
[data-theme="light"] .footer-copyright[b-7vpd7hvcs0],
[data-theme="light"] .modal-close[b-7vpd7hvcs0] {
    color: #4b5563;
}

[data-theme="light"] #login-tab-btn:checked~.login-container .tabs label[for="login-tab-btn"][b-7vpd7hvcs0],
[data-theme="light"] #register-tab-btn:checked~.login-container .tabs label[for="register-tab-btn"][b-7vpd7hvcs0],
[data-theme="light"] .forgot-password a[b-7vpd7hvcs0],
[data-theme="light"] .loading-message[b-7vpd7hvcs0] {
    color: #00a8b5;
}

[data-theme="light"] #login-tab-btn:checked~.login-container .tabs label[for="login-tab-btn"][b-7vpd7hvcs0]::after,
[data-theme="light"] #register-tab-btn:checked~.login-container .tabs label[for="register-tab-btn"][b-7vpd7hvcs0]::after {
    background-color: #00a8b5;
}

[data-theme="light"] .tabs[b-7vpd7hvcs0] {
    border-bottom-color: rgba(0, 168, 181, 0.24);
}

[data-theme="light"] .form-group input[b-7vpd7hvcs0] {
    background: rgba(248, 250, 252, 0.98);
    border-color: rgba(0, 168, 181, 0.24);
    color: #111827;
}

[data-theme="light"] .form-group input[b-7vpd7hvcs0]::placeholder {
    color: rgba(75, 85, 99, 0.7);
}

[data-theme="light"] .divider[b-7vpd7hvcs0]::before,
[data-theme="light"] .divider[b-7vpd7hvcs0]::after {
    background: rgba(0, 168, 181, 0.18);
}

[data-theme="light"] .divider span[b-7vpd7hvcs0] {
    color: #4b5563;
    background: rgba(238, 243, 246, 0.94);
}

[data-theme="light"] .loading-message[b-7vpd7hvcs0] {
    background-color: rgba(0, 168, 181, 0.12);
    border-color: rgba(0, 168, 181, 0.28);
}

[data-theme="light"] .btn[b-7vpd7hvcs0] {
    background: linear-gradient(135deg, #00a8b5, #0f172a);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 168, 181, 0.2);
}

[data-theme="light"] .btn:hover[b-7vpd7hvcs0] {
    box-shadow: 0 8px 20px rgba(0, 168, 181, 0.28);
}

[data-theme="light"] .btn-secondary[b-7vpd7hvcs0] {
    background: rgba(0, 0, 0, 0.04);
    color: #111827;
    border-color: rgba(0, 168, 181, 0.2);
}

[data-theme="light"] .btn-secondary:hover[b-7vpd7hvcs0],
[data-theme="light"] .forgot-password a:hover[b-7vpd7hvcs0] {
    color: #111827;
}

[data-theme="light"] .btn-secondary:hover[b-7vpd7hvcs0] {
    background: rgba(0, 168, 181, 0.08);
}

[data-theme="light"] .btn-google[b-7vpd7hvcs0] {
    background: rgba(0, 168, 181, 0.08);
    border-color: rgba(0, 168, 181, 0.35);
    color: #111827;
    box-shadow: 0 0 10px rgba(0, 168, 181, 0.1);
}

[data-theme="light"] .btn-google:hover[b-7vpd7hvcs0] {
    background: rgba(0, 168, 181, 0.14);
    box-shadow: 0 0 18px rgba(0, 168, 181, 0.18);
    text-shadow: none;
}
/* /Components/Layout/NavLayout.razor.rz.scp.css */
/* Layout Flexbox da Sidebar para garantir footer no final */
.sidebar[b-x5eznipvjq] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    /* Ocupa toda a altura da tela */
    position: sticky;
    /* Mantém a sidebar fixa ao rolar a página */
    top: 0;
    /* Remover left: 0 pois estamos em layout flex no pai */
    z-index: 100;
}

.sidebar-nav[b-x5eznipvjq] {
    flex: 1;
    /* Ocupa o espaço restante verticalmente */
    overflow-y: auto;
    /* Permite scroll apenas nos itens do menu se necessário */
    display: flex;
    flex-direction: column;
}

.sidebar-footer[b-x5eznipvjq] {
    margin-top: auto;
    /* Garante que fique no fundo se o nav for pequeno */
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: inherit;
    /* Mantém a cor da sidebar */
    width: 100%;
}

/* Dropdown de Perfil */
.user-profile[b-x5eznipvjq] {
    cursor: pointer;
    position: relative;
    user-select: none;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.user-profile.active[b-x5eznipvjq] {
    background-color: rgba(0, 255, 255, 0.1);
}

.user-profile:hover[b-x5eznipvjq] {
    background-color: rgba(255, 255, 255, 0.05);
    /* Efeito hover sutil */
}

.profile-dropdown[b-x5eznipvjq] {
    position: absolute;
    bottom: 100%;
    /* Dropup: aparece acima do elemento */
    left: 0;
    right: 0;
    /* Ocupa toda a largura do pai (.user-profile) ou footer */
background-color: rgba(10, 10, 15, 0.98);
  border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 8px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.3);
    padding: 0.5rem 0;
    margin-bottom: 0.8rem;
    /* Espaço entre dropdown e perfil */
    z-index: 100;
    width: 200px;
    /* Largura fixa ou min-width para o dropdown */
    animation: fadeIn-b-x5eznipvjq 0.2s ease-out;
}

/* Ajuste se o dropdown precisar ser mais largo que o perfil */
@media (min-width: 768px) {
    .profile-dropdown[b-x5eznipvjq] {
        min-width: 220px;
    }
}

.dropdown-item[b-x5eznipvjq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: #a0a0b0;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}

.dropdown-item:hover[b-x5eznipvjq] {
    background-color: rgba(0, 255, 255, 0.1);
    color: #fff;
}

.dropdown-icon[b-x5eznipvjq] {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.dropdown-divider[b-x5eznipvjq] {
    height: 1px;
    background-color: rgba(0, 255, 255, 0.15);
    margin: 0.5rem 0;
}

@keyframes fadeIn-b-x5eznipvjq {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ajustes para quando a sidebar estiver fechada */
.sidebar.collapsed .profile-dropdown[b-x5eznipvjq] {
    width: auto;
    min-width: unset;
    left: 0;
    right: 0;
}

.sidebar.collapsed .dropdown-item[b-x5eznipvjq] {
    justify-content: center;
    padding: 0.75rem 0.5rem;
}

.sidebar.collapsed .dropdown-icon[b-x5eznipvjq] {
    margin: 0;
}

.sidebar.collapsed .user-profile[b-x5eznipvjq] {
    justify-content: center;
    padding: 0.5rem 0;
}
/* /Components/Modals/ChangePasswordModal.razor.rz.scp.css */
/* Reutilizando estilos base do modal */
.millennium-modal[b-asmef4j808] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.millennium-modal.active[b-asmef4j808] {
    display: flex;
}

.modal-backdrop[b-asmef4j808] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.modal-backdrop.active[b-asmef4j808] {
    display: block;
}

.modal-content[b-asmef4j808] {
    background: #0a0a0f;
    padding: 2rem;
    border-radius: 12px;
    width: 450px;
    /* Um pouco menor que o de perfil */
    max-width: 90%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 255, 255, 0.2);
    z-index: 1001;
    color: #fff;
}

.modal-close[b-asmef4j808] {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: #a0a0b0;
    transition: color 0.2s;
}

.modal-close:hover[b-asmef4j808] {
    color: #fff;
}

h2[b-asmef4j808] {
    margin-top: 0;
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.5rem;
}

.form-group[b-asmef4j808] {
    margin-bottom: 1.5rem;
}

.form-group label[b-asmef4j808] {
    display: block;
    margin-bottom: 0.5rem;
    color: #a0a0b0;
}

.form-group input[b-asmef4j808] {
    width: 97%;
    padding: 0.75rem;
    background: #151521;
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
}

.form-group input:focus[b-asmef4j808] {
    outline: none;
    border-color: #3699ff;
}

.form-actions[b-asmef4j808] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
}

.btn[b-asmef4j808] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

.btn-secondary[b-asmef4j808] {
    background: #2b2b40;
    color: #fff;
}

.btn-secondary:hover[b-asmef4j808] {
    background: #363650;
}

.btn-primary[b-asmef4j808] {
    background: #3699ff;
    color: #fff;
}

.btn-primary:hover[b-asmef4j808] {
    background: #2b8ceb;
}

.alert-error[b-asmef4j808] {
    background: rgba(246, 78, 96, 0.1);
    color: #f64e60;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* /Components/Modals/ConcluirCrmModal.razor.rz.scp.css */
.millennium-modal[b-kva3oqleq6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.millennium-modal.active[b-kva3oqleq6] {
    display: flex;
}

.modal-backdrop[b-kva3oqleq6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.modal-backdrop.active[b-kva3oqleq6] {
    display: block;
}

.modal-content[b-kva3oqleq6] {
    background: #0a0a0f;
    padding: 2rem;
    border-radius: 12px;
    width: 500px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 255, 255, 0.2);
    z-index: 1001;
    color: #fff;
}

.modal-close[b-kva3oqleq6] {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: #a0a0b0;
    transition: color 0.2s;
}

.modal-close:hover[b-kva3oqleq6] {
    color: #fff;
}

h2[b-kva3oqleq6] {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 1.5rem;
}

.crm-info[b-kva3oqleq6] {
    background: rgba(21, 21, 33, 0.6);
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.crm-info p[b-kva3oqleq6] {
    margin: 0.3rem 0;
    color: #c0c0d0;
    font-size: 0.9rem;
}

.badge-status[b-kva3oqleq6] {
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.badge-status.aberto[b-kva3oqleq6] {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
}

[data-theme="light"] .badge-status.aberto[b-kva3oqleq6] {
    background: rgba(0, 168, 181, 0.12);
    color: #007c86;
}

.badge-status.executando[b-kva3oqleq6] {
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
}

.badge-status.concluido[b-kva3oqleq6] {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
}

.badge-status.cancelado[b-kva3oqleq6] {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
}

.form-group[b-kva3oqleq6] {
    margin-bottom: 1.5rem;
}

.form-group label[b-kva3oqleq6] {
    display: block;
    margin-bottom: 0.5rem;
    color: #a0a0b0;
}

.form-group textarea[b-kva3oqleq6] {
    width: 97%;
    padding: 0.75rem;
    background: #151521;
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 6px;
    color: #fff;
    font-size: 0.95rem;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
}

.form-group textarea:focus[b-kva3oqleq6] {
    outline: none;
    border-color: #10b981;
}

.form-actions[b-kva3oqleq6] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
}

.btn[b-kva3oqleq6] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-secondary[b-kva3oqleq6] {
    background: #2b2b40;
    color: #fff;
}

.btn-secondary:hover[b-kva3oqleq6] {
    background: #363650;
}

.btn-success[b-kva3oqleq6] {
    background: #10b981;
    color: #fff;
}

.btn-success:hover[b-kva3oqleq6] {
    background: #059669;
}

.btn:disabled[b-kva3oqleq6] {
    opacity: 0.6;
    cursor: not-allowed;
}

.alert-error[b-kva3oqleq6] {
    background: rgba(246, 78, 96, 0.1);
    color: #f64e60;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* /Components/Modals/ConfirmModal.razor.rz.scp.css */
/* Component styles moved to app.css for global consistency */
/* /Components/Modals/CrmModal.razor.rz.scp.css */
/* Modal Styles */
.modal[b-4b0oyl1ntj] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(5px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal.active[b-4b0oyl1ntj] {
    display: flex;
}

.modal-content[b-4b0oyl1ntj] {
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 20px;
    padding: 30px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    animation: slideUp-b-4b0oyl1ntj 0.3s ease-out;
}

.form-scroll[b-4b0oyl1ntj] {
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 20px;
}

.form-scroll[b-4b0oyl1ntj]::-webkit-scrollbar {
    width: 8px;
}

.form-scroll[b-4b0oyl1ntj]::-webkit-scrollbar-track {
    background: transparent;
}

.form-scroll[b-4b0oyl1ntj]::-webkit-scrollbar-thumb {
    background-color: rgba(148, 163, 184, 0.3);
    border-radius: 4px;
}

@keyframes slideUp-b-4b0oyl1ntj {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close[b-4b0oyl1ntj] {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    cursor: pointer;
    color: #cbd5e1;
    transition: color 0.3s ease;
    z-index: 10;
}

.modal-close:hover[b-4b0oyl1ntj] {
    color: #00d4ff;
}

.modal h2[b-4b0oyl1ntj] {
    margin-bottom: 24px;
    font-size: 24px;
    color: #f1f5f9;
    font-weight: 700;
}

.form-group[b-4b0oyl1ntj] {
    margin-bottom: 20px;
}

.form-group label[b-4b0oyl1ntj] {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #f1f5f9;
}

.form-group input[type="text"][b-4b0oyl1ntj],
.form-group input[type="email"][b-4b0oyl1ntj],
.form-group input[type="password"][b-4b0oyl1ntj],
.form-group input[type="number"][b-4b0oyl1ntj],
.form-group select[b-4b0oyl1ntj],
.form-group textarea[b-4b0oyl1ntj] {
    width: 100%;
    padding: 12px 16px;
    background: rgba(51, 65, 85, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    color: #f1f5f9;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
}

.form-group textarea[b-4b0oyl1ntj] {
    resize: vertical;
    min-height: 100px;
}

.form-group input:focus[b-4b0oyl1ntj],
.form-group select:focus[b-4b0oyl1ntj],
.form-group textarea:focus[b-4b0oyl1ntj] {
    border-color: #00d4ff;
    background: rgba(51, 65, 85, 0.8);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
}

.checkbox-group[b-4b0oyl1ntj] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.switch[b-4b0oyl1ntj] {
    display: inline-block;
    width: 50px;
    height: 26px;
    position: relative;
}

.switch input[b-4b0oyl1ntj] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-4b0oyl1ntj] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #334155;
    transition: .4s;
}

.slider[b-4b0oyl1ntj]::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked+.slider[b-4b0oyl1ntj] {
    background-color: #10b981;
}

input:focus+.slider[b-4b0oyl1ntj] {
    box-shadow: 0 0 1px #10b981;
}

input:checked+.slider[b-4b0oyl1ntj]::before {
    transform: translateX(24px);
}

.slider.round[b-4b0oyl1ntj] {
    border-radius: 34px;
}

.slider.round[b-4b0oyl1ntj]::before {
    border-radius: 50%;
}

.label-text[b-4b0oyl1ntj] {
    color: #f1f5f9;
    font-size: 14px;
    font-weight: 500;
}

.form-actions[b-4b0oyl1ntj] {
    display: flex;
    gap: 12px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.btn[b-4b0oyl1ntj] {
    flex: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.btn-primary[b-4b0oyl1ntj] {
    background: linear-gradient(135deg, #00d4ff, #6366f1);
    color: #0f172a;
}

.btn-primary:hover[b-4b0oyl1ntj] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 212, 255, 0.3);
}

.btn-secondary[b-4b0oyl1ntj] {
    background: rgba(100, 116, 139, 0.1);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #f1f5f9;
}

.btn-secondary:hover[b-4b0oyl1ntj] {
    background: rgba(100, 116, 139, 0.2);
}

/* Empresa Info - Read Only */
.empresa-info[b-4b0oyl1ntj] {
    padding: 12px 16px;
    background: rgba(51, 65, 85, 0.5);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 8px;
    color: #f1f5f9;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.empresa-nome[b-4b0oyl1ntj] {
    font-weight: 600;
    color: #00d4ff;
}

/* Alert - Empresa Bloqueada */
.alert-no-empresa[b-4b0oyl1ntj] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    margin: 20px 0;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 12px;
    animation: fadeIn-b-4b0oyl1ntj 0.3s ease-out;
}

.alert-no-empresa .alert-icon[b-4b0oyl1ntj] {
    font-size: 32px;
    flex-shrink: 0;
}

.alert-no-empresa .alert-content strong[b-4b0oyl1ntj] {
    display: block;
    font-size: 16px;
    color: #ef4444;
    margin-bottom: 8px;
}

.alert-no-empresa .alert-content p[b-4b0oyl1ntj] {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

@keyframes fadeIn-b-4b0oyl1ntj {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Status Toggle */
.status-toggle-group[b-4b0oyl1ntj] {
    margin-top: 8px;
}

.status-toggle[b-4b0oyl1ntj] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
}

.status-toggle.aberto[b-4b0oyl1ntj] {
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.4);
    color: #60a5fa;
}

.status-toggle.aberto:hover[b-4b0oyl1ntj] {
    background: rgba(59, 130, 246, 0.25);
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.2);
}

[data-theme="light"] .status-toggle.aberto[b-4b0oyl1ntj] {
    background: rgba(0, 168, 181, 0.12);
    border-color: rgba(0, 168, 181, 0.3);
    color: #007c86;
}

[data-theme="light"] .status-toggle.aberto:hover[b-4b0oyl1ntj] {
    background: rgba(0, 168, 181, 0.18);
    box-shadow: 0 0 15px rgba(0, 168, 181, 0.16);
}

.status-toggle.concluido[b-4b0oyl1ntj] {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #34d399;
}

.status-toggle.concluido:hover[b-4b0oyl1ntj] {
    background: rgba(16, 185, 129, 0.25);
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.2);
}

.status-icon[b-4b0oyl1ntj] {
    font-size: 18px;
}

.status-text[b-4b0oyl1ntj] {
    font-size: 14px;
}

@media (max-width: 480px) {
    .modal-content[b-4b0oyl1ntj] {
        padding: 20px;
        width: 95%;
    }

    .form-actions[b-4b0oyl1ntj] {
        flex-direction: column;
    }

    .btn[b-4b0oyl1ntj] {
        width: 100%;
    }
}
/* /Components/Modals/EditProfileModal.razor.rz.scp.css */
.millennium-modal[b-o5d3t2de4l] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.millennium-modal.active[b-o5d3t2de4l] {
    display: flex;
}

.modal-backdrop[b-o5d3t2de4l] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.modal-backdrop.active[b-o5d3t2de4l] {
    display: block;
}

.modal-content[b-o5d3t2de4l] {
    background: #0a0a0f;
    padding: 2rem;
    border-radius: 12px;
    width: 500px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 255, 255, 0.2);
    z-index: 1001;
    color: #fff;
}

.modal-close[b-o5d3t2de4l] {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: #a0a0b0;
    transition: color 0.2s;
}

.modal-close:hover[b-o5d3t2de4l] {
    color: #fff;
}

h2[b-o5d3t2de4l] {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 1.5rem;
}

.form-group[b-o5d3t2de4l] {
    margin-bottom: 1rem;
}

.form-group label[b-o5d3t2de4l] {
    display: block;
    margin-bottom: 0.5rem;
    color: #a0a0b0;
}

.form-group input[b-o5d3t2de4l] {
    width: 100%;
    padding: 0.75rem;
    background: #151521;
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
}

.form-group input:focus[b-o5d3t2de4l] {
    outline: none;
    border-color: #3699ff;
}

.form-group input.disabled-input[b-o5d3t2de4l] {
    background: #2b2b40;
    color: #7e8299;
    cursor: not-allowed;
}

.form-actions[b-o5d3t2de4l] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
}

.btn[b-o5d3t2de4l] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

.btn-secondary[b-o5d3t2de4l] {
    background: #2b2b40;
    color: #fff;
}

.btn-secondary:hover[b-o5d3t2de4l] {
    background: #363650;
}

.btn-primary[b-o5d3t2de4l] {
    background: #3699ff;
    color: #fff;
}

.btn-primary:hover[b-o5d3t2de4l] {
    background: #2b8ceb;
}

.alert-error[b-o5d3t2de4l] {
    background: rgba(246, 78, 96, 0.1);
    color: #f64e60;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* /Components/Modals/EmpresaModal.razor.rz.scp.css */
/* Component styles moved to app.css for global consistency */
/* /Components/Modals/TipoServicoModal.razor.rz.scp.css */
/* Modal Styles */
.modal[b-922m7fcnvt] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(5px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal.active[b-922m7fcnvt] {
    display: flex;
}

.modal-content[b-922m7fcnvt] {
    background: #1e293b;
    /* Dark Surface */
    border: 1px solid rgba(148, 163, 184, 0.2);
    /* Glass Border */
    border-radius: 20px;
    padding: 30px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    animation: slideUp-b-922m7fcnvt 0.3s ease-out;
}

.form-scroll[b-922m7fcnvt] {
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 20px;
}

.form-scroll[b-922m7fcnvt]::-webkit-scrollbar {
    width: 8px;
}

.form-scroll[b-922m7fcnvt]::-webkit-scrollbar-track {
    background: transparent;
}

.form-scroll[b-922m7fcnvt]::-webkit-scrollbar-thumb {
    background-color: rgba(148, 163, 184, 0.3);
    border-radius: 4px;
}

@keyframes slideUp-b-922m7fcnvt {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close[b-922m7fcnvt] {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    cursor: pointer;
    color: #cbd5e1;
    transition: color 0.3s ease;
    z-index: 10;
}

.modal-close:hover[b-922m7fcnvt] {
    color: #00d4ff;
}

.modal h2[b-922m7fcnvt] {
    margin-bottom: 24px;
    font-size: 24px;
    color: #f1f5f9;
    font-weight: 700;
}

.form-group[b-922m7fcnvt] {
    margin-bottom: 20px;
}

.form-group label[b-922m7fcnvt] {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #f1f5f9;
}

.form-group input[type="text"][b-922m7fcnvt],
.form-group input[type="email"][b-922m7fcnvt],
.form-group input[type="password"][b-922m7fcnvt],
.form-group input[type="number"][b-922m7fcnvt],
.form-group select[b-922m7fcnvt],
.form-group textarea[b-922m7fcnvt] {
    width: 100%;
    padding: 12px 16px;
    background: rgba(51, 65, 85, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    color: #f1f5f9;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
}

.form-group textarea[b-922m7fcnvt] {
    resize: vertical;
    min-height: 100px;
}

.form-group input:focus[b-922m7fcnvt],
.form-group select:focus[b-922m7fcnvt],
.form-group textarea:focus[b-922m7fcnvt] {
    border-color: #00d4ff;
    background: rgba(51, 65, 85, 0.8);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
}

.checkbox-group[b-922m7fcnvt] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.switch[b-922m7fcnvt] {
    display: inline-block;
    width: 50px;
    height: 26px;
    position: relative;
}

.switch input[b-922m7fcnvt] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-922m7fcnvt] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #334155;
    transition: .4s;
}

.slider[b-922m7fcnvt]::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked+.slider[b-922m7fcnvt] {
    background-color: #10b981;
}

input:focus+.slider[b-922m7fcnvt] {
    box-shadow: 0 0 1px #10b981;
}

input:checked+.slider[b-922m7fcnvt]::before {
    transform: translateX(24px);
}

.slider.round[b-922m7fcnvt] {
    border-radius: 34px;
}

.slider.round[b-922m7fcnvt]::before {
    border-radius: 50%;
}

.label-text[b-922m7fcnvt] {
    color: #f1f5f9;
    font-size: 14px;
    font-weight: 500;
}

.form-actions[b-922m7fcnvt] {
    display: flex;
    gap: 12px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.btn[b-922m7fcnvt] {
    flex: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.btn-primary[b-922m7fcnvt] {
    background: linear-gradient(135deg, #00d4ff, #6366f1);
    color: #0f172a;
}

.btn-primary:hover[b-922m7fcnvt] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 212, 255, 0.3);
}

.btn-secondary[b-922m7fcnvt] {
    background: rgba(100, 116, 139, 0.1);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #f1f5f9;
}

.btn-secondary:hover[b-922m7fcnvt] {
    background: rgba(100, 116, 139, 0.2);
}

@media (max-width: 480px) {
    .modal-content[b-922m7fcnvt] {
        padding: 20px;
        width: 95%;
    }

    .form-actions[b-922m7fcnvt] {
        flex-direction: column;
    }

    .btn[b-922m7fcnvt] {
        width: 100%;
    }
}
/* /Components/Modals/UsuarioModal.razor.rz.scp.css */
/* Modal Styles */
.modal[b-yp2bpksjsg] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(5px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal.active[b-yp2bpksjsg] {
    display: flex;
}

.modal-content[b-yp2bpksjsg] {
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 20px;
    padding: 30px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    animation: slideUp-b-yp2bpksjsg 0.3s ease-out;
}

.form-scroll[b-yp2bpksjsg] {
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 20px;
}

.form-scroll[b-yp2bpksjsg]::-webkit-scrollbar {
    width: 8px;
}

.form-scroll[b-yp2bpksjsg]::-webkit-scrollbar-track {
    background: transparent;
}

.form-scroll[b-yp2bpksjsg]::-webkit-scrollbar-thumb {
    background-color: rgba(148, 163, 184, 0.3);
    border-radius: 4px;
}

@keyframes slideUp-b-yp2bpksjsg {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close[b-yp2bpksjsg] {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    cursor: pointer;
    color: #cbd5e1;
    transition: color 0.3s ease;
    z-index: 10;
}

.modal-close:hover[b-yp2bpksjsg] {
    color: #00d4ff;
}

.modal h2[b-yp2bpksjsg] {
    margin-bottom: 24px;
    font-size: 24px;
    color: #f1f5f9;
    font-weight: 700;
}

.form-group[b-yp2bpksjsg] {
    margin-bottom: 20px;
}

.form-group label[b-yp2bpksjsg] {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #f1f5f9;
}

.form-group input[type="text"][b-yp2bpksjsg],
.form-group input[type="email"][b-yp2bpksjsg],
.form-group input[type="password"][b-yp2bpksjsg],
.form-group input[type="number"][b-yp2bpksjsg],
.form-group select[b-yp2bpksjsg],
.form-group textarea[b-yp2bpksjsg] {
    width: 100%;
    padding: 12px 16px;
    background: rgba(51, 65, 85, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 8px;
    color: #f1f5f9;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
}

.form-group textarea[b-yp2bpksjsg] {
    resize: vertical;
    min-height: 100px;
}

.form-group input:focus[b-yp2bpksjsg],
.form-group select:focus[b-yp2bpksjsg],
.form-group textarea:focus[b-yp2bpksjsg] {
    border-color: #00d4ff;
    background: rgba(51, 65, 85, 0.8);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.2);
}

.checkbox-group[b-yp2bpksjsg] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.switch[b-yp2bpksjsg] {
    display: inline-block;
    width: 50px;
    height: 26px;
    position: relative;
}

.switch input[b-yp2bpksjsg] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-yp2bpksjsg] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #334155;
    transition: .4s;
}

.slider[b-yp2bpksjsg]::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

input:checked+.slider[b-yp2bpksjsg] {
    background-color: #10b981;
}

input:focus+.slider[b-yp2bpksjsg] {
    box-shadow: 0 0 1px #10b981;
}

input:checked+.slider[b-yp2bpksjsg]::before {
    transform: translateX(24px);
}

.slider.round[b-yp2bpksjsg] {
    border-radius: 34px;
}

.slider.round[b-yp2bpksjsg]::before {
    border-radius: 50%;
}

.label-text[b-yp2bpksjsg] {
    color: #f1f5f9;
    font-size: 14px;
    font-weight: 500;
}

.form-actions[b-yp2bpksjsg] {
    display: flex;
    gap: 12px;
    margin-top: auto;
    /* Push to bottom if flex column */
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.btn[b-yp2bpksjsg] {
    flex: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.btn-primary[b-yp2bpksjsg] {
    background: linear-gradient(135deg, #00d4ff, #6366f1);
    color: #0f172a;
}

.btn-primary:hover[b-yp2bpksjsg] {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 212, 255, 0.3);
}

.btn-secondary[b-yp2bpksjsg] {
    background: rgba(100, 116, 139, 0.1);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #f1f5f9;
}

.btn-secondary:hover[b-yp2bpksjsg] {
    background: rgba(100, 116, 139, 0.2);
}

@media (max-width: 480px) {
    .modal-content[b-yp2bpksjsg] {
        padding: 20px;
        width: 95%;
    }

    .form-actions[b-yp2bpksjsg] {
        flex-direction: column;
    }

    .btn[b-yp2bpksjsg] {
        width: 100%;
    }
}
/* /Components/Modals/VincularEmpresaModal.razor.rz.scp.css */
/* Reutilizando estilos base do modal */
.millennium-modal[b-o3880seyrz] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.millennium-modal.active[b-o3880seyrz] {
    display: flex;
}

.modal-backdrop[b-o3880seyrz] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.modal-backdrop.active[b-o3880seyrz] {
    display: block;
}

.modal-content[b-o3880seyrz] {
    background: #0a0a0f;
    padding: 2rem;
    border-radius: 12px;
    width: 450px;
    max-width: 90%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 255, 255, 0.2);
    z-index: 1001;
    color: #fff;
}

.modal-close[b-o3880seyrz] {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: #a0a0b0;
    transition: color 0.2s;
}

.modal-close:hover[b-o3880seyrz] {
    color: #fff;
}

h2[b-o3880seyrz] {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 1.5rem;
}

.modal-description[b-o3880seyrz] {
    color: #a0a0b0;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.form-group[b-o3880seyrz] {
    margin-bottom: 1.5rem;
}

.form-group label[b-o3880seyrz] {
    display: block;
    margin-bottom: 0.5rem;
    color: #a0a0b0;
}

.form-group input[b-o3880seyrz] {
    width: 97%;
    padding: 0.75rem;
    background: #151521;
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.form-group input:focus[b-o3880seyrz] {
    outline: none;
    border-color: #3699ff;
}

.form-actions[b-o3880seyrz] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
}

.btn[b-o3880seyrz] {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s;
}

.btn-secondary[b-o3880seyrz] {
    background: #2b2b40;
    color: #fff;
}

.btn-secondary:hover[b-o3880seyrz] {
    background: #363650;
}

.btn-primary[b-o3880seyrz] {
    background: #3699ff;
    color: #fff;
}

.btn-primary:hover[b-o3880seyrz] {
    background: #2b8ceb;
}

.btn:disabled[b-o3880seyrz] {
    opacity: 0.6;
    cursor: not-allowed;
}

.alert-error[b-o3880seyrz] {
    background: rgba(246, 78, 96, 0.1);
    color: #f64e60;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.alert-success[b-o3880seyrz] {
    background: rgba(80, 205, 137, 0.1);
    color: #50cd89;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* /Components/Pages/CrmRegistrosPage.razor.rz.scp.css */
/* Filters Bar */
.filters-bar[b-vioqxcxhab] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.filters-bar .search-input[b-vioqxcxhab] {
    flex: 1;
    min-width: 200px;
    padding: 10px 16px;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #e2e8f0;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.filters-bar .search-input:focus[b-vioqxcxhab] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.filter-select[b-vioqxcxhab] {
    padding: 10px 16px;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #e2e8f0;
    font-size: 14px;
    cursor: pointer;
    transition: border-color 0.2s;
    min-width: 160px;
}

.filter-select:focus[b-vioqxcxhab] {
    outline: none;
    border-color: #3b82f6;
}

.filter-select option[b-vioqxcxhab] {
    background: #1e293b;
    color: #e2e8f0;
}

.date-filter-group[b-vioqxcxhab] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.date-label[b-vioqxcxhab] {
    font-size: 13px;
    color: #94a3b8;
    font-weight: 500;
    white-space: nowrap;
}

.date-input[b-vioqxcxhab] {
    padding: 10px 12px;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #e2e8f0;
    font-size: 14px;
    transition: border-color 0.2s;
    width: 155px;
}

.date-input:focus[b-vioqxcxhab] {
    outline: none;
    border-color: #3b82f6;
}

.btn-clear-filters[b-vioqxcxhab] {
    padding: 10px 16px;
    background: rgba(239, 68, 68, 0.1);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-clear-filters:hover[b-vioqxcxhab] {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.4);
}

/* Page Containers */
.loading-container[b-vioqxcxhab],
.error-container[b-vioqxcxhab] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: rgba(30, 41, 59, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin: 20px 0;
    text-align: center;
    animation: fadeIn-b-vioqxcxhab 0.5s ease-out;
}

.error-container p[b-vioqxcxhab] {
    color: #fca5a5;
    font-size: 18px;
    margin-bottom: 20px;
}

.loading-container p[b-vioqxcxhab] {
    color: #94a3b8;
    margin-top: 20px;
    font-size: 16px;
}

/* Loader Animation */
.loader[b-vioqxcxhab] {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-bottom-color: #3b82f6;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-b-vioqxcxhab 1s linear infinite;
}

@keyframes rotation-b-vioqxcxhab {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn-b-vioqxcxhab {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-concluir[b-vioqxcxhab] {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.2);
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.btn-concluir:hover[b-vioqxcxhab] {
    background: #10b981;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.btn-delete[b-vioqxcxhab] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.2);
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.btn-delete:hover[b-vioqxcxhab] {
    background: #ef4444;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
}

.alert-error-floating[b-vioqxcxhab] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgba(127, 29, 29, 0.9);
    backdrop-filter: blur(10px);
    color: #fca5a5;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid #991b1b;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10000;
    animation: slideInRight-b-vioqxcxhab 0.3s ease-out;
}

.close-alert[b-vioqxcxhab] {
    background: transparent;
    border: none;
    color: currentColor;
    font-size: 20px;
    cursor: pointer;
    padding: 0 5px;
}

@keyframes slideInRight-b-vioqxcxhab {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Alert - Empresa Bloqueada na Página */
.alert-no-empresa-page[b-vioqxcxhab] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 32px;
    margin: 40px auto;
    max-width: 600px;
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: 16px;
    animation: fadeIn-b-vioqxcxhab 0.5s ease-out;
}

.alert-no-empresa-page .alert-icon[b-vioqxcxhab] {
    font-size: 40px;
    flex-shrink: 0;
}

.alert-no-empresa-page .alert-content strong[b-vioqxcxhab] {
    display: block;
    font-size: 18px;
    color: #ef4444;
    margin-bottom: 10px;
}

.alert-no-empresa-page .alert-content p[b-vioqxcxhab] {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* CRM Status Badge */
.crm-status-badge[b-vioqxcxhab] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

.crm-status-badge.aberto[b-vioqxcxhab] {
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #60a5fa;
}

[data-theme="light"] .crm-status-badge.aberto[b-vioqxcxhab] {
    background: rgba(0, 168, 181, 0.12);
    border-color: rgba(0, 168, 181, 0.28);
    color: #007c86;
}

.crm-status-badge.concluido[b-vioqxcxhab] {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #34d399;
}

[data-theme="light"] .filters-bar[b-vioqxcxhab] {
    border-bottom-color: var(--border-accent);
}

[data-theme="light"] .filters-bar .search-input[b-vioqxcxhab],
[data-theme="light"] .filter-select[b-vioqxcxhab],
[data-theme="light"] .date-input[b-vioqxcxhab] {
    background: var(--input-bg);
    border-color: var(--border-accent);
    color: var(--text);
    box-shadow: 0 8px 24px rgba(0, 168, 181, 0.06);
}

[data-theme="light"] .filters-bar .search-input[b-vioqxcxhab]::placeholder {
    color: rgba(75, 85, 99, 0.72);
}

[data-theme="light"] .filter-select[b-vioqxcxhab],
[data-theme="light"] .date-input[b-vioqxcxhab] {
    color-scheme: light;
}

[data-theme="light"] .filter-select option[b-vioqxcxhab] {
    background: #f8fafc;
    color: var(--text);
}

[data-theme="light"] .date-label[b-vioqxcxhab] {
    color: var(--text-muted);
}

[data-theme="light"] .filters-bar .search-input:focus[b-vioqxcxhab],
[data-theme="light"] .filter-select:focus[b-vioqxcxhab],
[data-theme="light"] .date-input:focus[b-vioqxcxhab] {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(0, 168, 181, 0.14);
}

/* Responsivo - CRM Registros */
@media (max-width: 768px) {
    .filters-bar[b-vioqxcxhab] {
        flex-direction: column;
        align-items: stretch;
    }

    .filters-bar .search-input[b-vioqxcxhab] {
        min-width: unset;
        width: 100%;
    }

    .filter-select[b-vioqxcxhab] {
        min-width: unset;
        width: 100%;
    }

    .date-filter-group[b-vioqxcxhab] {
        flex-wrap: wrap;
    }

    .date-input[b-vioqxcxhab] {
        width: 100%;
    }

    .btn-clear-filters[b-vioqxcxhab] {
        width: 100%;
        justify-content: center;
        min-height: 44px;
    }

    .btn-concluir[b-vioqxcxhab],
    .btn-delete[b-vioqxcxhab] {
        min-height: 44px;
    }

    .loading-container[b-vioqxcxhab],
    .error-container[b-vioqxcxhab] {
        padding: 30px 16px;
    }

    .alert-no-empresa-page[b-vioqxcxhab] {
        flex-direction: column;
        padding: 20px;
        margin: 20px 16px;
        gap: 12px;
    }

    .alert-error-floating[b-vioqxcxhab] {
        bottom: 16px;
        right: 16px;
        left: 16px;
    }
}
/* /Components/Pages/EmpresasPage.razor.rz.scp.css */
/* Page Containers */
.loading-container[b-pcs51sabk2],
.error-container[b-pcs51sabk2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: rgba(30, 41, 59, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin: 20px 0;
    text-align: center;
    animation: fadeIn-b-pcs51sabk2 0.5s ease-out;
}

.error-container p[b-pcs51sabk2] {
    color: #fca5a5;
    font-size: 18px;
    margin-bottom: 20px;
}

.loading-container p[b-pcs51sabk2] {
    color: #94a3b8;
    margin-top: 20px;
    font-size: 16px;
}

/* Loader Animation */
.loader[b-pcs51sabk2] {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-bottom-color: #3b82f6;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-b-pcs51sabk2 1s linear infinite;
}

@keyframes rotation-b-pcs51sabk2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn-b-pcs51sabk2 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-delete[b-pcs51sabk2] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.2);
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.btn-delete:hover[b-pcs51sabk2] {
    background: #ef4444;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
}

.alert-error-floating[b-pcs51sabk2] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgba(127, 29, 29, 0.9);
    backdrop-filter: blur(10px);
    color: #fca5a5;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid #991b1b;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10000;
    animation: slideInRight-b-pcs51sabk2 0.3s ease-out;
}

.close-alert[b-pcs51sabk2] {
    background: transparent;
    border: none;
    color: currentColor;
    font-size: 20px;
    cursor: pointer;
    padding: 0 5px;
}

@keyframes slideInRight-b-pcs51sabk2 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Main Content */
.main-content[b-zt37p1v21v] {
    flex: 1;
    margin-left: 280px;
    padding: 40px;
    overflow-y: auto;
}

/* Header */
.header[b-zt37p1v21v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.header-title h1[b-zt37p1v21v] {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-title p[b-zt37p1v21v] {
    color: var(--muted-text);
    font-size: 14px;
}

#page-subtitle[b-zt37p1v21v] {
    font-size: 17px
}

/* Responsivo - Home */
@media (max-width: 768px) {
    .main-content[b-zt37p1v21v] {
        margin-left: 0;
        padding: 16px;
    }

    .header[b-zt37p1v21v] {
        margin-bottom: 20px;
        gap: 12px;
    }

    .header-title h1[b-zt37p1v21v] {
        font-size: 24px;
    }

    #page-subtitle[b-zt37p1v21v] {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .main-content[b-zt37p1v21v] {
        padding: 12px;
    }

    .header-title h1[b-zt37p1v21v] {
        font-size: 20px;
    }
}
/* /Components/Pages/MeusCrmPage.razor.rz.scp.css */
.header[b-x9jwedqeee] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.header-title h1[b-x9jwedqeee] {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.header-title p[b-x9jwedqeee] {
    color: var(--muted-text);
    font-size: 14px;
}

#page-subtitle[b-x9jwedqeee] {
    font-size: 17px
}

/* Responsivo - Meus CRM */
@media (max-width: 768px) {
    .header[b-x9jwedqeee] {
        margin-bottom: 20px;
        gap: 12px;
    }

    .header-title h1[b-x9jwedqeee] {
        font-size: 24px;
    }

    #page-subtitle[b-x9jwedqeee] {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .header-title h1[b-x9jwedqeee] {
        font-size: 20px;
    }
}
/* /Components/Pages/TiposServicos.razor.rz.scp.css */
/* Page Containers */
.loading-container[b-hgckd4g0tq],
.error-container[b-hgckd4g0tq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: rgba(30, 41, 59, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin: 20px 0;
    text-align: center;
    animation: fadeIn-b-hgckd4g0tq 0.5s ease-out;
}

    .error-container p[b-hgckd4g0tq] {
        color: #fca5a5;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .loading-container p[b-hgckd4g0tq] {
        color: #94a3b8;
        margin-top: 20px;
        font-size: 16px;
    }

/* Loader Animation */
.loader[b-hgckd4g0tq] {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-bottom-color: #3b82f6;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-b-hgckd4g0tq 1s linear infinite;
}

@keyframes rotation-b-hgckd4g0tq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn-b-hgckd4g0tq {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-delete[b-hgckd4g0tq] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.2);
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

    .btn-delete:hover[b-hgckd4g0tq] {
        background: #ef4444;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
    }

.alert-error-floating[b-hgckd4g0tq] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgba(127, 29, 29, 0.9);
    backdrop-filter: blur(10px);
    color: #fca5a5;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid #991b1b;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10000;
    animation: slideInRight-b-hgckd4g0tq 0.3s ease-out;
}

.close-alert[b-hgckd4g0tq] {
    background: transparent;
    border: none;
    color: currentColor;
    font-size: 20px;
    cursor: pointer;
    padding: 0 5px;
}

@keyframes slideInRight-b-hgckd4g0tq {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* /Components/Pages/UsuarioPage.razor.rz.scp.css */
/* Page Containers */
.loading-container[b-86k2pce9ks],
.error-container[b-86k2pce9ks] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: rgba(30, 41, 59, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    margin: 20px 0;
    text-align: center;
    animation: fadeIn-b-86k2pce9ks 0.5s ease-out;
}

    .error-container p[b-86k2pce9ks] {
        color: #fca5a5;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .loading-container p[b-86k2pce9ks] {
        color: #94a3b8;
        margin-top: 20px;
        font-size: 16px;
    }

/* Loader Animation */
.loader[b-86k2pce9ks] {
    width: 48px;
    height: 48px;
    border: 5px solid rgba(255, 255, 255, 0.1);
    border-bottom-color: #3b82f6;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-b-86k2pce9ks 1s linear infinite;
}

@keyframes rotation-b-86k2pce9ks {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeIn-b-86k2pce9ks {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-delete[b-86k2pce9ks] {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.2);
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

    .btn-delete:hover[b-86k2pce9ks] {
        background: #ef4444;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);
    }

.alert-error-floating[b-86k2pce9ks] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgba(127, 29, 29, 0.9);
    backdrop-filter: blur(10px);
    color: #fca5a5;
    padding: 16px 24px;
    border-radius: 12px;
    border: 1px solid #991b1b;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10000;
    animation: slideInRight-b-86k2pce9ks 0.3s ease-out;
}

.close-alert[b-86k2pce9ks] {
    background: transparent;
    border: none;
    color: currentColor;
    font-size: 20px;
    cursor: pointer;
    padding: 0 5px;
}

@keyframes slideInRight-b-86k2pce9ks {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}
