/* /Components/Pages/SecurityControl/UserManagement.razor.rz.scp.css */
/* Kustomisasi Estetika Dashboard Core */
    .bg-dashboard-card[b-17okp39sv6] {
        background: #ffffff;
        border: 1px solid rgba(226, 232, 240, 0.8);
        backdrop-filter: blur(10px);
    }
    .search-input-group[b-17okp39sv6] {
        position: relative;
        max-width: 350px;
        width: 100%;
    }
    .search-input-group input[b-17okp39sv6] {
        border-radius: 10px;
        padding-left: 16px;
        padding-right: 40px;
        height: 42px;
        border: 1px solid #cbd5e1;
        transition: all 0.2s ease;
        font-size: 0.9rem;
    }
    .search-input-group input:focus[b-17okp39sv6] {
        border-color: #4f46e5;
        box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
    }
    .search-icon-inside[b-17okp39sv6] {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #94a3b8;
    }
    .btn-action-trigger[b-17okp39sv6] {
        height: 42px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
        font-weight: 500;
        font-size: 0.9rem;
        transition: all 0.2s ease;
    }
    .table-modern[b-17okp39sv6] {
        margin-bottom: 0;
    }
    .table-modern thead tr[b-17okp39sv6] {
        background-color: #f8fafc;
        border-bottom: 2px solid #edf2f7;
    }
    .table-modern th[b-17okp39sv6] {
        padding: 16px 20px;
        font-weight: 600;
        color: #475569;
        font-size: 0.85rem;
        letter-spacing: 0.5px;
    }
    .table-modern td[b-17okp39sv6] {
        padding: 16px 20px;
        color: #334155;
        font-size: 0.9rem;
        border-bottom: 1px solid #f1f5f9;
        vertical-align: middle;
    }
    .table-modern tbody tr[b-17okp39sv6] {
        transition: background-color 0.2s ease;
    }
    .table-modern tbody tr:hover[b-17okp39sv6] {
        background-color: #f8fafc;
    }
    .avatar-placeholder[b-17okp39sv6] {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: var(--avrist-theme-gradient);
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 0.85rem;
    }
    .badge-status-active[b-17okp39sv6] {
        background-color: #dcfce7;
        color: #15803d;
        font-weight: 600;
        padding: 6px 12px;
        border-radius: 30px;
        font-size: 0.75rem;
    }
    .badge-status-inactive[b-17okp39sv6] {
        background-color: #fee2e2;
        color: #b91c1c;
        font-weight: 600;
        padding: 6px 12px;
        border-radius: 30px;
        font-size: 0.75rem;
    }
 
    .modal-custom-header[b-17okp39sv6] {
        background: #1e293b;
        color: white;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        padding: 20px 24px;
    }
    .modal-content-round[b-17okp39sv6] {
        border-radius: 16px;
        border: none;
        box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
    }
