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

main[b-uxxa9rbf0q] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-uxxa9rbf0q], article[b-uxxa9rbf0q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/Navigation/CollapsibleNavMenu.razor.rz.scp.css */
.nav-section-header[b-908b7iafzw]  .mud-button-label {
    width: 100%;
}

.nav-section-header-content[b-908b7iafzw] {
    min-width: 0;
}

.nav-section-chevron[b-908b7iafzw] {
    margin-inline-start: 8px;
}

/* Indent child links slightly to the right of the parent row */
.nav-sub-item[b-908b7iafzw] {
    margin-inline-start: 12px;
    padding-inline-start: 8px !important;
}
/* /Pages/Auth/FirstTimePasswordSetup.razor.rz.scp.css */
/* FirstTimePasswordSetup - Scoped Styles */

/* Password Validation Checklist */
.password-checklist[b-kk2f0vtfd6] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 0;
    margin-top: -8px;
}

.checklist-item[b-kk2f0vtfd6] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #9E9E9E;
    transition: color 0.2s ease;
}

.checklist-item.valid[b-kk2f0vtfd6] {
    color: #166719;
}

[b-kk2f0vtfd6] .checklist-item .checklist-icon {
    font-size: 16px !important;
    width: 16px;
    height: 16px;
}

.checklist-item:not(.valid)[b-kk2f0vtfd6]  .checklist-icon {
    color: #9E9E9E !important;
}

.checklist-item.valid[b-kk2f0vtfd6]  .checklist-icon {
    color: #166719 !important;
}

/* Password Mismatch Error */
.password-error[b-kk2f0vtfd6] {
    color: #d32f2f;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    margin-top: -8px;
    padding: 0 4px;
}

/* Expired Link Actions */
.expired-actions[b-kk2f0vtfd6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

/* Secondary Button (Back to Login on expired page) */
[b-kk2f0vtfd6] .login-button-secondary {
    border-color: #C3C3C3 !important;
    color: #1C1B1F !important;
    border-radius: 6px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    padding: 15px 60px !important;
    height: 50px !important;
    min-width: 190px !important;
}

[b-kk2f0vtfd6] .login-button-secondary:hover {
    background: #F5F5F5 !important;
}

/* Responsive */
@media (max-width: 480px) {
    .password-checklist[b-kk2f0vtfd6] {
        gap: 4px;
        padding: 8px 0;
    }

    .checklist-item[b-kk2f0vtfd6] {
        font-size: 12px;
    }

    .expired-actions[b-kk2f0vtfd6] {
        gap: 8px;
    }
}
/* /Pages/Auth/ResetPassword.razor.rz.scp.css */
/* ResetPassword - Scoped Styles */

/* Password Validation Checklist */
.password-checklist[b-ivi3uhfr7f] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 0;
    margin-top: -8px;
    margin-bottom: 20px;
}

.checklist-item[b-ivi3uhfr7f] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #9E9E9E;
    transition: color 0.2s ease;
}

.checklist-item.valid[b-ivi3uhfr7f] {
    color: #166719;
}

[b-ivi3uhfr7f] .checklist-item .checklist-icon {
    font-size: 16px !important;
    width: 16px;
    height: 16px;
}

.checklist-item:not(.valid)[b-ivi3uhfr7f]  .checklist-icon {
    color: #9E9E9E !important;
}

.checklist-item.valid[b-ivi3uhfr7f]  .checklist-icon {
    color: #166719 !important;
}

/* Responsive */
@media (max-width: 480px) {
    .password-checklist[b-ivi3uhfr7f] {
        gap: 4px;
        padding: 8px 0;
    }

    .checklist-item[b-ivi3uhfr7f] {
        font-size: 12px;
    }
}
/* /Pages/EmailTemplates/EmailTemplates.razor.rz.scp.css */
/* =============================================
   Page Title
   ============================================= */

.page-title[b-r0ei8xuw5v] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
    margin: 0 0 24px;
}

@media (max-width: 767px) {
    .page-title[b-r0ei8xuw5v] {
        font-size: 24px;
        line-height: 30px;
    }
}

/* =============================================
   Utility
   ============================================= */

.fw-500[b-r0ei8xuw5v] {
    font-weight: 500 !important;
}

/* =============================================
   Desktop Table
   ============================================= */

.aro-table-wrapper[b-r0ei8xuw5v] {
    overflow-y: auto;
/*    max-height: 70vh;*/
}

.aro-table[b-r0ei8xuw5v] {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

    .aro-table thead tr th[b-r0ei8xuw5v] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: whitesmoke;
        border-bottom: 1px solid rgb(222, 226, 230);
        padding: 12px 16px;
        font-size: 16px;
        font-weight: 500;
        color: #6c757d;
        text-align: left;
    }

    .aro-table tbody tr td[b-r0ei8xuw5v] {
        font-size: 16px;
        padding: 12px 16px;
        vertical-align: middle;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

.aro-table-row[b-r0ei8xuw5v] {
    transition: background-color 0.15s ease;
}

    .aro-table-row:hover[b-r0ei8xuw5v] {
        background-color: rgba(0, 0, 0, 0.04);
    }

/* =============================================
   Mobile Cards
   ============================================= */

.aro-card-row[b-r0ei8xuw5v] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.aro-card-row-column[b-r0ei8xuw5v] {
    flex: 0 0 150px;
    background-color: whitesmoke;
    border-right: 1px solid rgb(222, 226, 230);
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
}

.aro-card-row-value[b-r0ei8xuw5v] {
    flex: 1 1 0;
    padding: 12px 16px;
    font-size: 14px;
    word-break: break-word;
}
/* /Pages/Property/CancellationOnline.razor.rz.scp.css */
/* ===========================================
   CANCELLATION ONLINE PAGE STYLES
   =========================================== */

.cancellation-online-page[b-n6cmoidptc] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ===== PAGE TITLE SECTION ===== */
.page-title-section[b-n6cmoidptc] {
    margin-bottom: 24px;
}

.page-title[b-n6cmoidptc] {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin: 8px 0px 6px -2px;
}

.page-subtitle[b-n6cmoidptc] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    margin: 0;
    line-height: 1.4;
}

/* ===== SETTINGS CARD (bg-card rounded-lg border border-border) ===== */
.settings-card[b-n6cmoidptc] {
    background: var(--card-bg, #FFFFFF);
    border-radius: 8px;
    border: 1px solid var(--border-color, #E0E0E0);
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 16px;
}

.card-header[b-n6cmoidptc] {
    padding: 16px 24px;
    border-bottom: 1px solid var(--border-color, #E0E0E0);
}

.card-title[b-n6cmoidptc] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--foreground, #1C1B1F);
    margin: 0;
    line-height: 1.4;
}

.card-subtitle[b-n6cmoidptc] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--muted-foreground, #737373);
    margin: 2px 0 0 0;
    line-height: 1.4;
}

.card-body[b-n6cmoidptc] {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ===== CANCELLATION POLICY: GRID & FIELDS ===== */
.policy-grid[b-n6cmoidptc] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 640px;
}

.policy-field[b-n6cmoidptc] {
    display: flex;
    flex-direction: column;
}

.field-label[b-n6cmoidptc] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--foreground, #1C1B1F);
    margin-bottom: 6px;
}

.admin-input[b-n6cmoidptc],
.admin-select[b-n6cmoidptc] {
    height: 40px;
    padding: 0 12px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: var(--foreground, #1C1B1F);
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

.admin-input:focus[b-n6cmoidptc],
.admin-select:focus[b-n6cmoidptc] {
    outline: none;
    border-color: #F69126;
    box-shadow: 0 0 0 2px rgba(246, 145, 38, 0.2);
}

.field-hint[b-n6cmoidptc] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    color: var(--muted-foreground, #737373);
    margin: 6px 0 0 0;
    line-height: 1.4;
}

.policy-summary[b-n6cmoidptc] {
    border: 1px solid var(--border-color, #E0E0E0);
    background: rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    padding: 14px 16px;
}

.policy-summary p[b-n6cmoidptc] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: var(--foreground, #1C1B1F);
    margin: 0;
    line-height: 1.5;
}

.policy-summary-emphasis[b-n6cmoidptc] {
    font-weight: 600;
}

.policy-actions[b-n6cmoidptc] {
    display: flex;
    justify-content: flex-end;
    padding-top: 4px;
}

.btn-save[b-n6cmoidptc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    background: #F69126;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s;
}

.btn-save:hover:not(:disabled)[b-n6cmoidptc] {
    background: #E58115;
}

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

/* ===== LABEL: flex items-center gap-3 cursor-pointer ===== */
.cancellation-checkbox-wrapper[b-n6cmoidptc] {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

/* Label content block: title + description */
.cancellation-label-content[b-n6cmoidptc] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* text-sm font-medium text-foreground */
.cancellation-checkbox-label[b-n6cmoidptc] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--foreground, #1C1B1F);
    cursor: pointer;
}

/* text-xs text-muted-foreground mt-0.5 */
.cancellation-description[b-n6cmoidptc] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--muted-foreground, #737373);
    margin: 2px 0 0 0;
    line-height: 1.4;
}

/* ===== RADIX-STYLE CHECKBOX ===== */

/* Hide native input but keep it for binding, focus, and accessibility */

.cancellation-checkbox-input[b-n6cmoidptc] {
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.cancellation-checkbox-input:focus-visible + .cancellation-checkbox-box[b-n6cmoidptc] {
    outline: none;
    box-shadow: 0 0 0 2px var(--checkbox-ring-offset, #fff), 0 0 0 4px var(--checkbox-ring, #F69126);
}

.cancellation-checkbox-input:disabled[b-n6cmoidptc] {
    cursor: not-allowed;
}

.cancellation-checkbox-input:disabled + .cancellation-checkbox-box[b-n6cmoidptc] {
    opacity: 0.5;
}

.cancellation-checkbox-input:disabled ~ .cancellation-label-content[b-n6cmoidptc] {
    opacity: 0.5;
}

/* Box: h-4 w-4, rounded-sm, border border-primary, shrink-0 */
.cancellation-checkbox-box[b-n6cmoidptc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #F69126;
    background: transparent;
    transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}

/* Checked: bg-primary, text-primary-foreground */
.cancellation-checkbox-input:checked + .cancellation-checkbox-box[b-n6cmoidptc] {
    background-color: #F69126;
    border-color: #F69126;
    color: #1c1b1f;
}

.cancellation-checkbox-indicator[b-n6cmoidptc] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.15s, transform 0.15s;
}

.cancellation-checkbox-input:checked + .cancellation-checkbox-box .cancellation-checkbox-indicator[b-n6cmoidptc] {
    opacity: 1;
    transform: scale(1);
}

.cancellation-check-icon[b-n6cmoidptc] {
    width: 16px;
    height: 16px;
    color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .page-title[b-n6cmoidptc] {
        font-size: 24px;
    }

    .page-subtitle[b-n6cmoidptc] {
        font-size: 13px;
    }

    .card-body[b-n6cmoidptc] {
        padding: 20px;
    }

    .policy-grid[b-n6cmoidptc] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .page-title[b-n6cmoidptc] {
        font-size: 20px;
    }

    .card-header[b-n6cmoidptc] {
        padding: 14px 16px;
    }

    .card-body[b-n6cmoidptc] {
        padding: 16px;
    }

    .settings-card[b-n6cmoidptc] {
        border-radius: 6px;
    }

    .cancellation-checkbox-label[b-n6cmoidptc] {
        font-size: 13px;
    }

    .cancellation-description[b-n6cmoidptc] {
        font-size: 11px;
    }
}
/* /Pages/Property/PropertyDiscounts.razor.rz.scp.css */
/* ===========================================
   PROPERTY DISCOUNTS PAGE STYLES
   =========================================== */

/* ===== PAGE TITLE SECTION ===== */
.page-title-section[b-odimk96kep] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.page-title[b-odimk96kep] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense[b-odimk96kep],
div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense[b-odimk96kep] {
    padding-top: 12.9px;
    padding-bottom: 12.9px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    background-color: white;
}

.form-group[b-odimk96kep] {
    margin-bottom: 12px;
}

.form-label[b-odimk96kep] {
    font-weight: 500;
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 6px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .page-title-section[b-odimk96kep] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .page-title[b-odimk96kep] {
        font-size: 24px;
    }

    .add-rule-btn[b-odimk96kep] {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .page-title[b-odimk96kep] {
        font-size: 20px;
    }
}
/* /Pages/Property/PropertyExtrasGroups.razor.rz.scp.css */
/* ===========================================
   PROPERTY RULES PAGE STYLES
   =========================================== */

/* ===== PAGE TITLE SECTION ===== */
.page-title-section[b-8o25d98ank] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.page-title[b-8o25d98ank] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

.add-rule-btn[b-8o25d98ank] {
    background: #f69126;
    border: none;
    border-radius: 6px;
    padding: 14px 24px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1c1b1f;
    cursor: pointer;
    transition: background-color 0.2s;
}

.add-rule-btn:hover[b-8o25d98ank] {
    background: #e58320;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .page-title-section[b-8o25d98ank] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .page-title[b-8o25d98ank] {
        font-size: 24px;
    }

    .add-rule-btn[b-8o25d98ank] {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .page-title[b-8o25d98ank] {
        font-size: 20px;
    }
}
/* /Pages/Property/PropertyRules.razor.rz.scp.css */
/* ===========================================
   PROPERTY RULES PAGE STYLES
   =========================================== */

/* ===== PAGE TITLE SECTION ===== */
.page-title-section[b-9abvr415gm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 14px;
}

.page-title[b-9abvr415gm] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}

/* ===== LOCALE SELECTOR ===== */
.locale-select-wrapper[b-9abvr415gm] {
    max-width: 240px;
    margin-bottom: 20px;
}

/* ===== RULES COUNT ===== */
.rules-count[b-9abvr415gm] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/* =============================================
   Table (style shared with Discounts)
   ============================================= */
.fw-500[b-9abvr415gm] {
    font-weight: 500 !important;
}

.aro-table-wrapper[b-9abvr415gm] {
    overflow-y: auto;
}

.aro-table[b-9abvr415gm] {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

    .aro-table thead tr th[b-9abvr415gm] {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: whitesmoke;
        border-bottom: 1px solid rgb(222, 226, 230);
        padding: 12px 16px;
        font-size: 16px;
        font-weight: 500;
        color: #6c757d;
        text-align: left;
    }

    .aro-table tbody tr td[b-9abvr415gm] {
        font-size: 16px;
        padding: 12px 16px;
        vertical-align: middle;
        border-bottom: 1px solid rgba(0,0,0,0.06);
    }

.aro-table-row[b-9abvr415gm] {
    transition: background-color 0.15s ease;
}

    .aro-table-row:hover[b-9abvr415gm] {
        background-color: rgba(0,0,0,0.04);
    }

/* =============================================
   Mobile Cards
   ============================================= */
.aro-card-row[b-9abvr415gm] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.aro-card-row-column[b-9abvr415gm] {
    flex: 0 0 150px;
    background-color: whitesmoke;
    border-right: 1px solid rgb(222, 226, 230);
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
}

.aro-card-row-value[b-9abvr415gm] {
    flex: 1 1 0;
    padding: 12px 16px;
    font-size: 14px;
    word-break: break-word;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .page-title-section[b-9abvr415gm] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .page-title[b-9abvr415gm] {
        font-size: 24px;
    }

    .locale-select-wrapper[b-9abvr415gm] {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .page-title[b-9abvr415gm] {
        font-size: 20px;
    }

    .rules-count[b-9abvr415gm] {
        font-size: 12px;
    }
}
/* /Pages/Users/UserList.razor.rz.scp.css */
/* Styles moved to Shared/UserListContent.razor.css */
/* /Shared/ActionDropdownMenu.razor.rz.scp.css */
/* ===========================================
   ACTION DROPDOWN MENU COMPONENT STYLES
   =========================================== */

.action-dropdown-menu[b-jl18rlkaj1] {
    position: absolute;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    min-width: 180px;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
    animation: dropdownFadeIn-b-jl18rlkaj1 0.15s ease-out;
}

/* Open below trigger (for top rows – avoids clipping at page top) */
.action-dropdown-menu-open-below[b-jl18rlkaj1] {
    top: 100%;
    margin-top: 4px;
    animation: dropdownFadeInBelow-b-jl18rlkaj1 0.15s ease-out;
}

/* Open above trigger (for bottom rows – avoids clipping at table bottom) */
.action-dropdown-menu-open-above[b-jl18rlkaj1] {
    bottom: 100%;
    top: auto;
    margin-bottom: 4px;
    animation: dropdownFadeInAbove-b-jl18rlkaj1 0.15s ease-out;
}

@keyframes dropdownFadeInBelow-b-jl18rlkaj1 {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dropdownFadeInAbove-b-jl18rlkaj1 {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dropdownFadeIn-b-jl18rlkaj1 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.action-menu-item[b-jl18rlkaj1] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 12px 16px;
    min-height: 44px;
    box-sizing: border-box;
    background: none;
    border: none;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1C1B1F;
    text-align: left !important;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
}

.action-menu-item-icon[b-jl18rlkaj1] {
    margin: 0;
    flex-shrink: 0;
}

.action-menu-trash-icon[b-jl18rlkaj1] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    flex-shrink: 0;
}

.action-menu-item:hover[b-jl18rlkaj1] {
    background: #F69126;
    color: #FFFFFF;
}

.action-menu-item.destructive[b-jl18rlkaj1] {
    color: #D32F2F;
}

.action-menu-item.destructive:hover[b-jl18rlkaj1] {
    background: #F69126;
    color: #FFFFFF;
}

.action-menu-item.destructive:hover .mud-icon-root[b-jl18rlkaj1] {
    color: #B71C1C;
}

.action-menu-item.disabled[b-jl18rlkaj1] {
    color: #9E9E9E;
    cursor: not-allowed;
    opacity: 0.6;
}

.action-menu-item.disabled:hover[b-jl18rlkaj1] {
    background: none;
    color: #9E9E9E;
}

.action-menu-item.destructive.disabled[b-jl18rlkaj1] {
    color: #9E9E9E;
}

.action-menu-item.destructive.disabled:hover[b-jl18rlkaj1] {
    background: none;
    color: #9E9E9E;
}

/* ===========================================
   RESPONSIVE
   =========================================== */
@media (max-width: 768px) {
    .action-dropdown-menu[b-jl18rlkaj1] {
        max-height: 60vh;
    }
}

@media (max-width: 480px) {
    .action-dropdown-menu[b-jl18rlkaj1] {
        min-width: 180px;
        max-width: min(280px, calc(100vw - 24px));
        max-height: 55vh;
    }

    .action-menu-item[b-jl18rlkaj1] {
        padding: 12px 14px;
        font-size: 14px;
        min-height: 44px;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
}

/* iPhone 12 Pro (390px) - dropdown labels in one line */
@media (max-width: 390px) {
    .action-dropdown-menu[b-jl18rlkaj1] {
        min-width: 200px;
        max-width: min(280px, calc(100vw - 20px));
    }

    .action-menu-item[b-jl18rlkaj1] {
        padding: 12px 14px;
        font-size: 13px;
        min-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Small Mobile (iPhone SE: 375px and below) */
@media (max-width: 375px) {
    .action-dropdown-menu[b-jl18rlkaj1] {
        min-width: 180px;
        max-width: min(260px, calc(100vw - 16px));
    }

    .action-menu-item[b-jl18rlkaj1] {
        padding: 10px 12px;
        font-size: 12px;
        min-height: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
/* /Shared/ActiveToggle.razor.rz.scp.css */
/* ===========================================
   ACTIVE TOGGLE COMPONENT STYLES
   =========================================== */

.active-toggle-container[b-wfsogx2ny2] {
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    border-radius: 8px;
    padding: 16px 20px;
    width: fit-content;
    max-width: 226px;
}

.toggle-label[b-wfsogx2ny2] {
    display: block;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C1B1F;
    margin-bottom: 16px;
}

.toggle-buttons[b-wfsogx2ny2] {
    display: flex;
    gap: 12px;
}

.toggle-btn[b-wfsogx2ny2] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #FFFFFF;
    border: 0.5px solid #C7C7C7;
    border-radius: 21px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C1B1F;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 75px;
    justify-content: flex-start;
}

    .toggle-btn.active:focus-visible[b-wfsogx2ny2] {
        border-color: #F69126;
    }

    .toggle-btn:hover[b-wfsogx2ny2] {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .toggle-btn:focus-visible:hover[b-wfsogx2ny2] {
        background-color: inherit;
    }


    .toggle-btn:hover:not(:disabled)[b-wfsogx2ny2] {
        border-color: #F69126;
    }

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

.toggle-inner[b-wfsogx2ny2] {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
}

.toggle-btn:focus-visible[b-wfsogx2ny2] {
    border-color: #F69126;
    outline: none;
}

    .toggle-btn:focus-visible .toggle-indicator[b-wfsogx2ny2] {
        border-color: #F69126;
    }

.toggle-btn.active:focus-visible .toggle-indicator[b-wfsogx2ny2] {
    background: #F69126;
    border-color: #F69126;
}


.toggle-indicator[b-wfsogx2ny2] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    transition: all 0.2s;
    flex-shrink: 0;
}

    .toggle-indicator.selected[b-wfsogx2ny2] {
        background: #F69126;
        border-color: #F69126;
    }
/* /Shared/AroCollapsibleSection.razor.rz.scp.css */
.aro-collapsible[b-basqxv7pd7] {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
}

.aro-collapsible-header[b-basqxv7pd7] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 20px;
    background: #FF931E;
    border: none;
    color: #1C1B1F;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.aro-collapsible-header:hover[b-basqxv7pd7] {
    background: #E58520;
}

.aro-collapsible-title[b-basqxv7pd7] {
    text-align: left;
}

.aro-collapsible-body[b-basqxv7pd7] {
    padding: 20px;
    border-top: 1px solid #E0E0E0;
}
/* /Shared/AroDataTable.razor.rz.scp.css */
/* ===========================================
   ARO DATA TABLE COMPONENT STYLES
   =========================================== */

/* Container - overflow visible so action dropdowns can show outside table */
.aro-table-container[b-vfzoyegwor] {
    width: 100%;
    overflow: visible;
}

/* ===========================================
   FILTER SECTION
   =========================================== */
.table-filter-section[b-vfzoyegwor] {
    position: relative;
    background: #FFFFFF;
    border: 1px solid hsl(220, 13%, 91%);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    z-index: auto;
}

.filter-row[b-vfzoyegwor] {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.filter-group[b-vfzoyegwor] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.search-group[b-vfzoyegwor] {
    flex: 1;
    min-width: 300px;
}

.status-group[b-vfzoyegwor] {
    width: 250px;
    position: relative;
    z-index: auto;
}

.filter-label[b-vfzoyegwor] {
    font-family: Inter, system-ui, sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: hsl(220, 15%, 15%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Search Input */
.search-input-wrapper[b-vfzoyegwor] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon[b-vfzoyegwor] {
    position: absolute;
    left: 16px;
    width: 18px;
    height: 18px;
    pointer-events: none;
    opacity: 0.6;
}

.filter-input[b-vfzoyegwor] {
    width: 100%;
    padding: 14px 16px 14px 44px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: hsl(220, 15%, 15%);
    background: hsl(220, 14%, 96%);
    border: 1px solid hsl(220, 13%, 91%);
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
}

.filter-input:focus[b-vfzoyegwor] {
    border: 2px solid #F69126;
    padding: 13px 15px 13px 43px;
}

.filter-input[b-vfzoyegwor]::placeholder {
    color: #9E9E9E;
}

/* Select/Dropdown */
.select-wrapper[b-vfzoyegwor] {
    position: relative;
}

.filter-select[b-vfzoyegwor] {
    width: 100%;
    padding: 14px 40px 14px 16px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: hsl(220, 15%, 15%);
    background: hsl(220, 14%, 96%);
    border: 1px solid hsl(220, 13%, 91%);
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    cursor: pointer;
}

.filter-select:focus[b-vfzoyegwor] {
    border: 2px solid #F69126;
    padding: 13px 39px 13px 15px;
}

.select-arrow[b-vfzoyegwor] {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;
}

/* Filter Actions */
.filter-actions[b-vfzoyegwor] {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.btn-reset[b-vfzoyegwor] {
    padding: 12px 24px;
    background: hsl(220, 14%, 96%);
    border: 1px solid hsl(220, 13%, 91%);
    border-radius: 6px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: hsl(220, 15%, 30%);
    cursor: pointer;
    transition: all 0.2s;
}

.btn-reset:hover[b-vfzoyegwor] {
    background: hsl(32, 95%, 50%);
    border-color: hsl(32, 95%, 50%);
    color: #FFFFFF;
}

/* ===========================================
   DATA TABLE
   =========================================== */
.table-wrapper[b-vfzoyegwor] {
    position: relative;
    background: #FFFFFF;
    border: 1px solid hsl(220, 13%, 91%);
    border-radius: 8px;
    overflow: visible;
    z-index: 1;
}

.aro-data-table[b-vfzoyegwor] {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    table-layout: fixed;
}

/* iPad Air (820px) - same as tablet */
@media (max-width: 820px) {
    .table-wrapper[b-vfzoyegwor] {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        margin-left: 0;
        margin-right: 0;
        border-radius: 6px;
    }

    .aro-data-table[b-vfzoyegwor] {
        width: 100%;
        min-width: 180%;
        box-sizing: border-box;
    }
}

/* Tablet and below */
@media (max-width: 768px) {
    .table-wrapper[b-vfzoyegwor] {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        margin-left: 0;
        margin-right: 0;
        border-radius: 6px;
    }

    .aro-data-table[b-vfzoyegwor] {
        width: 100%;
        min-width: 180%;
        box-sizing: border-box;
    }
}

@media (max-width: 640px) {
    .table-wrapper[b-vfzoyegwor] {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

    .aro-data-table[b-vfzoyegwor] {
        width: 100%;
        min-width: 180%;
    }
}

@media (max-width: 480px) {
    .aro-data-table[b-vfzoyegwor] {
        width: 100%;
        min-width: 180%;
    }
}

/* iPhone XR (414px) - table fits wrapper, scroll if content overflows */
@media (max-width: 414px) {
    .table-wrapper[b-vfzoyegwor] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .aro-data-table[b-vfzoyegwor] {
        width: 100%;
        min-width: 180%;
    }
}

/* Table Header */
.aro-data-table thead[b-vfzoyegwor] {
    display: table-header-group;
    visibility: visible;
}

.aro-data-table thead tr[b-vfzoyegwor] {
    background: hsl(220, 14%, 96%);
    border-bottom: 1px solid hsl(220, 13%, 91%);
    display: table-row;
}

.aro-data-table th[b-vfzoyegwor] {
    padding: 16px 20px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: hsl(220, 15%, 15%);
    text-align: left;
    white-space: nowrap;
}

.aro-data-table th.sortable[b-vfzoyegwor] {
    cursor: pointer;
}

.aro-data-table th.sortable:hover[b-vfzoyegwor] {
    color: #F69126;
}

/* Table Body */
.aro-data-table tbody tr[b-vfzoyegwor] {
    border-bottom: 1px solid hsl(220, 13%, 91%);
    transition: background-color 0.2s;
}

.aro-data-table tbody tr:last-child[b-vfzoyegwor] {
    border-bottom: none;
}

.aro-data-table tbody tr:hover[b-vfzoyegwor] {
    background: hsl(220, 14%, 98%);
}

.aro-data-table td[b-vfzoyegwor] {
    padding: 16px 20px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: hsl(220, 15%, 15%);
    vertical-align: middle;
}

/* No Data Cell */
.no-data-cell[b-vfzoyegwor] {
    text-align: center;
    padding: 48px 20px !important;
    color: #9E9E9E;
}

/* ===========================================
   USER CELL WITH AVATAR
   =========================================== */
[b-vfzoyegwor] .user-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

[b-vfzoyegwor] .user-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    aspect-ratio: 1;
    background: #F6F6F6;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    flex-shrink: 0;
}

[b-vfzoyegwor] .user-name {
    font-weight: 500;
    color: #1C1B1F;
}

/* ===========================================
   STATUS BADGES
   =========================================== */
[b-vfzoyegwor] .status-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 50px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

[b-vfzoyegwor] .status-badge.active {
    background-color: #D8EDD9;
    color: #1B4D19;
}

[b-vfzoyegwor] .status-badge.inactive {
    background-color: #FFD5E1;
    color: #A40D37;
}

[b-vfzoyegwor] .status-badge.pending {
    background-color: #FFF3CD;
    color: #856404;
}

/* ===========================================
   ACTION BUTTONS
   =========================================== */
[b-vfzoyegwor] .action-cell {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-vfzoyegwor] .action-btn {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}

[b-vfzoyegwor] .action-btn:hover {
    background: #F5F5F5;
}

[b-vfzoyegwor] .action-btn img {
    width: 18px;
    height: 18px;
    opacity: 0.7;
}

[b-vfzoyegwor] .action-btn:hover img {
    opacity: 1;
}

/* ===========================================
   PAGINATION
   =========================================== */
.table-pagination[b-vfzoyegwor] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    margin-top: 16px;
}

.pagination-info[b-vfzoyegwor] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: hsl(220, 10%, 50%);
}

.pagination-controls[b-vfzoyegwor] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-btn[b-vfzoyegwor] {
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    background: #FFFFFF;
    border: 1px solid hsl(220, 13%, 91%);
    border-radius: 6px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: hsl(220, 15%, 15%);
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-btn:hover:not(:disabled):not(.active)[b-vfzoyegwor] {
    background: hsl(220, 14%, 96%);
    border-color: hsl(220, 13%, 85%);
}

.pagination-btn.active[b-vfzoyegwor] {
    background: hsl(32, 95%, 50%);
    border-color: hsl(32, 95%, 50%);
    color: #FFFFFF;
}

.pagination-btn:disabled[b-vfzoyegwor] {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-nav[b-vfzoyegwor] {
    font-weight: 600;
}

/* ===========================================
   RESPONSIVE
   =========================================== */
@media (max-width: 968px) {
    .filter-row[b-vfzoyegwor] {
        flex-direction: column;
    }

    .search-group[b-vfzoyegwor],
    .status-group[b-vfzoyegwor] {
        width: 100%;
        min-width: unset;
    }

    .table-pagination[b-vfzoyegwor] {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .table-filter-section[b-vfzoyegwor] {
        padding: 16px;
    }

    .aro-data-table th[b-vfzoyegwor],
    .aro-data-table td[b-vfzoyegwor] {
        padding: 12px 16px;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .table-filter-section[b-vfzoyegwor] {
        padding: 12px;
        margin-bottom: 16px;
    }

    .filter-row[b-vfzoyegwor] {
        gap: 12px;
    }

    .filter-input[b-vfzoyegwor] {
        padding: 10px 12px 10px 36px;
        font-size: 14px;
    }

    .filter-select[b-vfzoyegwor] {
        padding: 10px 36px 10px 12px;
        font-size: 14px;
    }

    .search-icon[b-vfzoyegwor] {
        left: 12px;
        width: 16px;
        height: 16px;
    }

    .aro-data-table th[b-vfzoyegwor],
    .aro-data-table td[b-vfzoyegwor] {
        padding: 10px 12px;
        font-size: 13px;
    }

    .btn-reset[b-vfzoyegwor] {
        padding: 10px 16px;
        font-size: 14px;
    }

    .pagination-btn[b-vfzoyegwor] {
        min-width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .pagination-info[b-vfzoyegwor] {
        font-size: 13px;
    }

    [b-vfzoyegwor] .user-avatar {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        border-radius: 50%;
        aspect-ratio: 1;
        font-size: 12px;
    }

    [b-vfzoyegwor] .status-badge {
        padding: 4px 12px;
        font-size: 12px;
    }

    [b-vfzoyegwor] .action-btn {
        width: 36px;
        height: 36px;
        min-height: 44px;
    }
}

/* iPhone 12 Pro (390px) */
@media (max-width: 390px) {
    .table-filter-section[b-vfzoyegwor] {
        padding: 10px;
    }

    .filter-input[b-vfzoyegwor] {
        padding: 8px 10px 8px 32px;
        font-size: 13px;
    }

    .filter-select[b-vfzoyegwor] {
        padding: 8px 32px 8px 10px;
        font-size: 13px;
    }

    .aro-data-table th[b-vfzoyegwor],
    .aro-data-table td[b-vfzoyegwor] {
        padding: 8px 10px;
        font-size: 12px;
    }

    .pagination-btn[b-vfzoyegwor] {
        min-width: 36px;
        height: 36px;
        font-size: 12px;
        padding: 0 8px;
    }

    .pagination-info[b-vfzoyegwor] {
        font-size: 12px;
    }

    [b-vfzoyegwor] .user-avatar {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
        border-radius: 50%;
        aspect-ratio: 1;
        font-size: 11px;
    }

    [b-vfzoyegwor] .user-cell {
        gap: 8px;
    }

    [b-vfzoyegwor] .status-badge {
        padding: 3px 10px;
        font-size: 11px;
    }
}

/* Small Mobile (iPhone SE: 375px and below) */
@media (max-width: 375px) {
    .table-filter-section[b-vfzoyegwor] {
        padding: 8px;
    }

    .aro-data-table th[b-vfzoyegwor],
    .aro-data-table td[b-vfzoyegwor] {
        padding: 6px 8px;
        font-size: 11px;
    }

    .pagination-btn[b-vfzoyegwor] {
        min-width: 36px;
        height: 36px;
        font-size: 11px;
        padding: 0 6px;
    }

    .pagination-controls[b-vfzoyegwor] {
        gap: 6px;
    }

    [b-vfzoyegwor] .user-avatar {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        border-radius: 50%;
        aspect-ratio: 1;
        font-size: 10px;
    }

    [b-vfzoyegwor] .status-badge {
        padding: 2px 8px;
        font-size: 10px;
    }
}
/* /Shared/AroDropdown.razor.rz.scp.css */
/* ===========================================
   ARO DROPDOWN COMPONENT STYLES
   =========================================== */

/* Backdrop for closing dropdown when clicking outside */
.aro-dropdown-backdrop[b-qcfo0668v0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: transparent;
    pointer-events: auto;
}

/* Dropdown Container */
.aro-dropdown-container[b-qcfo0668v0] {
    position: relative;
    width: 100%;
}

.aro-dropdown-container.is-open[b-qcfo0668v0] {
    z-index: 1000;
}

/* Dropdown Trigger (the clickable area) */
.aro-dropdown-trigger[b-qcfo0668v0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C1B1F;
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.aro-dropdown-trigger:hover[b-qcfo0668v0] {
    border-color: #9E9E9E;
}

.aro-dropdown-trigger:focus[b-qcfo0668v0] {
    outline: none;
}

.aro-dropdown-trigger.open[b-qcfo0668v0] {
    border-color: #F69126;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Selected Value */
.aro-dropdown-value[b-qcfo0668v0] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aro-dropdown-value.aro-placeholder[b-qcfo0668v0] {
    color: #9E9E9E;
}

/* Arrow Icon */
.aro-dropdown-arrow[b-qcfo0668v0] {
    width: 20px;
    height: 20px;
    color: #707070;
    margin-left: 12px;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.aro-dropdown-arrow.open[b-qcfo0668v0] {
    transform: rotate(180deg);
}

/* Dropdown Menu */
.aro-dropdown-menu[b-qcfo0668v0] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    z-index: 1001;
    max-height: calc(5 * 45px);
    overflow-y: auto;
    overflow-x: hidden;
    animation: dropdownSlideIn-b-qcfo0668v0 0.15s ease-out;
    pointer-events: auto;
}

/* Scrollbar styling */
.aro-dropdown-menu[b-qcfo0668v0]::-webkit-scrollbar {
    width: 6px;
}

.aro-dropdown-menu[b-qcfo0668v0]::-webkit-scrollbar-track {
    background: transparent;
}

.aro-dropdown-menu[b-qcfo0668v0]::-webkit-scrollbar-thumb {
    background: #C3C3C3;
    border-radius: 3px;
}

.aro-dropdown-menu[b-qcfo0668v0]::-webkit-scrollbar-thumb:hover {
    background: #9E9E9E;
}

@keyframes dropdownSlideIn-b-qcfo0668v0 {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Dropdown Item */
.aro-dropdown-item[b-qcfo0668v0] {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1C1B1F;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
    pointer-events: auto;
    position: relative;
    z-index: 1002;
}

.aro-dropdown-item-text[b-qcfo0668v0] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aro-dropdown-item:not(.selected):not(.disabled):hover[b-qcfo0668v0] {
    background: #F69126;
    color: #FFFFFF;
}

.aro-dropdown-item.selected[b-qcfo0668v0] {
    background: #F69126;
    color: #FFFFFF;
    font-weight: 500;
}

.aro-dropdown-item.selected:hover[b-qcfo0668v0] {
    background: #F69126;
    color: #FFFFFF;
}

.aro-dropdown-item.disabled[b-qcfo0668v0] {
    color: #9E9E9E;
    cursor: not-allowed;
    pointer-events: none;
}

/* Checkmark Icon */
.aro-dropdown-checkmark[b-qcfo0668v0] {
    width: 18px;
    height: 18px;
    color: #FFFFFF;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Disabled State */
.aro-dropdown-container.disabled .aro-dropdown-trigger[b-qcfo0668v0] {
    background: #E5E7EB;
    color: #6B7280;
    cursor: not-allowed;
}

.aro-dropdown-container.disabled .aro-dropdown-arrow[b-qcfo0668v0] {
    color: #9E9E9E;
}

/* Error State */
.aro-dropdown-container.has-error .aro-dropdown-trigger[b-qcfo0668v0] {
    border-color: #D32F2F;
    background: #FFF8F8;
}

/* Error Text */
.aro-dropdown-error[b-qcfo0668v0] {
    display: block;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #D32F2F;
    margin-top: 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .aro-dropdown-trigger[b-qcfo0668v0] {
        padding: 12px 14px;
        font-size: 14px;
    }

    .aro-dropdown-item[b-qcfo0668v0] {
        padding: 10px 14px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .aro-dropdown-trigger[b-qcfo0668v0] {
        padding: 10px 12px;
        min-height: 44px;
    }

    .aro-dropdown-item[b-qcfo0668v0] {
        padding: 10px 12px;
        min-height: 44px;
        display: flex;
        align-items: center;
    }
}

/* iPhone 12 Pro (390px) */
@media (max-width: 390px) {
    .aro-dropdown-trigger[b-qcfo0668v0] {
        padding: 8px 10px;
        font-size: 13px;
    }

    .aro-dropdown-item[b-qcfo0668v0] {
        padding: 8px 10px;
        font-size: 13px;
    }

    .aro-dropdown-arrow[b-qcfo0668v0] {
        width: 16px;
        height: 16px;
        margin-left: 8px;
    }

    .aro-dropdown-checkmark[b-qcfo0668v0] {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }
}

/* Small Mobile (iPhone SE: 375px and below) */
@media (max-width: 375px) {
    .aro-dropdown-trigger[b-qcfo0668v0] {
        padding: 8px;
        font-size: 12px;
    }

    .aro-dropdown-item[b-qcfo0668v0] {
        padding: 8px;
        font-size: 12px;
    }

    .aro-dropdown-checkmark[b-qcfo0668v0] {
        width: 14px;
        height: 14px;
        margin-right: 6px;
    }
}
/* /Shared/AssignedContacts.razor.rz.scp.css */
.assigned-contacts-section[b-6fbc3gh607] {
    margin-top: 40px;
}

.assigned-contacts-header[b-6fbc3gh607] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.assigned-contacts-title[b-6fbc3gh607] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin: 0;
}

.assigned-contacts-actions[b-6fbc3gh607] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-add-contact[b-6fbc3gh607] {
    background-color: #F69126;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-add-contact:hover[b-6fbc3gh607] {
    background-color: #E58115;
}

.btn-select-contact[b-6fbc3gh607] {
    background-color: #FFFFFF;
    color: #1C1B1F;
    border: 1px solid #C3C3C3;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.btn-select-contact:hover[b-6fbc3gh607] {
    background-color: #F6F6F6;
    border-color: #9E9E9E;
}

.assigned-contacts-empty[b-6fbc3gh607] {
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    padding: 24px;
}

.empty-message[b-6fbc3gh607] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #707070;
    margin: 0;
}

.assigned-contacts-list[b-6fbc3gh607] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.contact-card[b-6fbc3gh607] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    padding: 16px 20px;
    min-width: 0;
}

.contact-details[b-6fbc3gh607] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.contact-header-row[b-6fbc3gh607] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    min-width: 0;
}

.contact-name[b-6fbc3gh607] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    color: #21242c;
    max-width: min(50ch, 100%);
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.primary-contact-checkbox[b-6fbc3gh607] {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.primary-contact-checkbox input[type="checkbox"][b-6fbc3gh607] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    min-width: 16px;
    min-height: 16px;
    cursor: pointer;
    border: 1px solid #C3C3C3;
    border-radius: 4px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 10px;
    transition: background-color 0.2s, border-color 0.2s;
}

.primary-contact-checkbox input[type="checkbox"]:hover[b-6fbc3gh607] {
    border-color: #9E9E9E;
}

.primary-contact-checkbox input[type="checkbox"]:checked[b-6fbc3gh607] {
    background-color: #F69126;
    border-color: #F69126;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5l3 3 7-7'/%3E%3C/svg%3E");
}

.primary-contact-checkbox input[type="checkbox"]:focus-visible[b-6fbc3gh607] {
    outline: 2px solid #F69126;
    outline-offset: 2px;
}

.primary-contact-checkbox .checkbox-label[b-6fbc3gh607] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
}

/* Read-only state for non-admin users */
.primary-contact-readonly[b-6fbc3gh607] {
    cursor: default;
}

.primary-contact-readonly input[type="checkbox"][b-6fbc3gh607] {
    cursor: default;
    opacity: 0.7;
}

.primary-contact-readonly input[type="checkbox"]:hover[b-6fbc3gh607] {
    border-color: #C3C3C3;
}

.primary-contact-readonly .checkbox-label[b-6fbc3gh607] {
    cursor: default;
    color: #737373;
}

.contact-meta[b-6fbc3gh607] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.contact-email[b-6fbc3gh607],
.contact-phone[b-6fbc3gh607] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #000000;
}

.contact-separator[b-6fbc3gh607] {
    color: #C3C3C3;
}

.contact-role[b-6fbc3gh607] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
    color: #F69126;
}

/* Role color variations - all using primary orange */
.role-system-admin[b-6fbc3gh607],
.role-client-admin[b-6fbc3gh607],
.role-manager[b-6fbc3gh607],
.role-res-agent[b-6fbc3gh607],
.role-viewer[b-6fbc3gh607],
.role-default[b-6fbc3gh607] {
    color: #F69126;
}

.contact-actions[b-6fbc3gh607] {
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
}

/* Delete button: p-2 text-destructive hover:bg-destructive/10 rounded transition-colors */
.btn-remove-contact[b-6fbc3gh607] {
    padding: 8px;
    color: #dc2626;
    background: transparent;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.btn-remove-contact:hover[b-6fbc3gh607] {
    color: #b91c1c;
    background: rgba(220, 38, 38, 0.1);
}

.btn-remove-contact-icon[b-6fbc3gh607] {
    width: 16px;
    height: 16px;
    pointer-events: none;
    flex-shrink: 0;
}

@media (min-width: 640px) {
    .contact-name[b-6fbc3gh607] {
        max-width: min(65ch, 100%);
    }
}

@media (min-width: 768px) {
    .contact-name[b-6fbc3gh607] {
        max-width: min(80ch, 100%);
    }
}

@media (min-width: 1024px) {
    .contact-name[b-6fbc3gh607] {
        max-width: min(100ch, 100%);
    }
}

/* Responsive */
@media (max-width: 640px) {
    .assigned-contacts-header[b-6fbc3gh607] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .assigned-contacts-actions[b-6fbc3gh607] {
        width: 100%;
    }

    .btn-add-contact[b-6fbc3gh607],
    .btn-select-contact[b-6fbc3gh607] {
        flex: 1;
        text-align: center;
    }

    .contact-header-row[b-6fbc3gh607] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
/* /Shared/ConfirmationDialog.razor.rz.scp.css */
/* ===========================================
   CONFIRMATION DIALOG COMPONENT STYLES
   =========================================== */

/* Overlay */
.dialog-overlay[b-zfywnh9e73] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    animation: overlayFadeIn-b-zfywnh9e73 0.2s ease-out;
}

@keyframes overlayFadeIn-b-zfywnh9e73 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Dialog Container */
.dialog-container[b-zfywnh9e73] {
    position: relative;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.2);
    max-width: 480px;
    width: 90%;
    padding: 32px;
    text-align: center;
    animation: dialogSlideIn-b-zfywnh9e73 0.25s ease-out;
}

@keyframes dialogSlideIn-b-zfywnh9e73 {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Close Button */
.dialog-close-btn[b-zfywnh9e73] {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    color: #9E9E9E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.15s, color 0.15s;
}

.dialog-close-btn:hover[b-zfywnh9e73] {
    background: #F5F5F5;
    color: #1C1B1F;
}

/* Icon */
.dialog-icon[b-zfywnh9e73] {
    margin-bottom: 20px;
}

.dialog-icon.warning[b-zfywnh9e73] {
    color: #F59E0B;
}

.dialog-icon.danger[b-zfywnh9e73] {
    color: #DC2626;
}

.dialog-icon.success[b-zfywnh9e73] {
    color: #10B981;
}

.dialog-icon.info[b-zfywnh9e73] {
    color: #3B82F6;
}

/* Title */
.dialog-title[b-zfywnh9e73] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1C1B1F;
    margin: 0 0 16px 0;
}

/* Content */
.dialog-content[b-zfywnh9e73] {
    margin-bottom: 24px;
}

.dialog-message[b-zfywnh9e73] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4B5563;
    line-height: 1.6;
    margin: 0;
}

.dialog-message strong[b-zfywnh9e73] {
    font-weight: 600;
    color: #1C1B1F;
}

.dialog-message u[b-zfywnh9e73] {
    text-decoration: underline;
}

/* Highlighted Name Box */
.dialog-highlight-box[b-zfywnh9e73] {
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 12px 0;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
}

.dialog-highlight-name[b-zfywnh9e73] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1C1B1F;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Warning Text */
.dialog-warning-text[b-zfywnh9e73] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4B5563;
    line-height: 1.6;
    margin: 16px 0;
}

.dialog-auth-notice[b-zfywnh9e73] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    margin-top: 16px;
}

/* Footer */
.dialog-footer[b-zfywnh9e73] {
    display: flex;
    justify-content: center;
    gap: 12px;
}

/* Buttons */
.dialog-btn[b-zfywnh9e73] {
    padding: 12px 24px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.15s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
}

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

.dialog-btn-secondary[b-zfywnh9e73] {
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    color: #374151;
}

.dialog-btn-secondary:hover:not(:disabled)[b-zfywnh9e73] {
    background: #F9FAFB;
    border-color: #9CA3AF;
}

.dialog-btn-primary[b-zfywnh9e73] {
    background: #F69126;
    border: none;
    color: #FFFFFF;
}

.dialog-btn-primary:hover:not(:disabled)[b-zfywnh9e73] {
    background: #E58320;
}

.dialog-btn-primary.destructive[b-zfywnh9e73] {
    background: #F69126;
}

.dialog-btn-primary.destructive:hover:not(:disabled)[b-zfywnh9e73] {
    background: #E58320;
}

/* Custom Content */
[b-zfywnh9e73] .dialog-content-custom {
    text-align: center;
}

[b-zfywnh9e73] .dialog-content-custom .dialog-message {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4B5563;
    line-height: 1.6;
    margin: 0;
}

[b-zfywnh9e73] .dialog-content-custom .dialog-highlight-box {
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 12px 0;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: break-word;
}

[b-zfywnh9e73] .dialog-content-custom .dialog-highlight-name {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1C1B1F;
    word-break: break-word;
    overflow-wrap: break-word;
}

[b-zfywnh9e73] .dialog-content-custom .dialog-warning-text {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4B5563;
    line-height: 1.6;
    margin: 16px 0;
}

[b-zfywnh9e73] .dialog-content-custom .dialog-warning-text u {
    text-decoration: underline;
    font-weight: 500;
}

[b-zfywnh9e73] .dialog-content-custom .dialog-auth-notice {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    margin-top: 16px;
}

/* Responsive */
@media (max-width: 480px) {
    .dialog-container[b-zfywnh9e73] {
        padding: 24px;
        margin: 16px;
    }

    .dialog-footer[b-zfywnh9e73] {
        flex-direction: column;
    }

    .dialog-btn[b-zfywnh9e73] {
        width: 100%;
        min-height: 44px;
    }

    .dialog-title[b-zfywnh9e73] {
        font-size: 20px;
    }

    .dialog-message[b-zfywnh9e73] {
        font-size: 13px;
    }
}

/* iPhone 12 Pro (390px) */
@media (max-width: 390px) {
    .dialog-container[b-zfywnh9e73] {
        padding: 20px;
        margin: 12px;
        border-radius: 10px;
    }

    .dialog-title[b-zfywnh9e73] {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .dialog-message[b-zfywnh9e73] {
        font-size: 12px;
    }

    .dialog-content[b-zfywnh9e73] {
        margin-bottom: 20px;
    }

    .dialog-btn[b-zfywnh9e73] {
        padding: 10px 20px;
        font-size: 13px;
        min-width: unset;
    }

    .dialog-highlight-name[b-zfywnh9e73] {
        font-size: 14px;
    }

    .dialog-highlight-box[b-zfywnh9e73] {
        padding: 10px 12px;
    }

    .dialog-close-btn[b-zfywnh9e73] {
        top: 12px;
        right: 12px;
        width: 28px;
        height: 28px;
    }
}

/* Small Mobile (iPhone SE: 375px and below) */
@media (max-width: 375px) {
    .dialog-container[b-zfywnh9e73] {
        padding: 16px;
        margin: 10px;
    }

    .dialog-title[b-zfywnh9e73] {
        font-size: 16px;
    }

    .dialog-message[b-zfywnh9e73] {
        font-size: 11px;
    }

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

    .dialog-footer[b-zfywnh9e73] {
        gap: 8px;
    }
}
/* /Shared/Discount/DiscountsTable.razor.rz.scp.css */
.fw-500[b-9z7l645rgr] {
    font-weight: 500 !important;
}

    .aro-table-wrapper[b-9z7l645rgr] {
        overflow-y: auto;
/*        max-height: 70vh;*/
    }

    .aro-table[b-9z7l645rgr] {
        width: 100%;
        border-collapse: collapse;
        background-color: white;
    }

        .aro-table thead tr th[b-9z7l645rgr] {
            position: sticky;
            top: 0;
            z-index: 1;
            background-color: whitesmoke;
            border-bottom: 1px solid rgb(222, 226, 230);
            padding: 12px 16px;
            font-size: 16px;
            font-weight: 500;
            color: #6c757d;
            text-align: left;
        }

        .aro-table tbody tr td[b-9z7l645rgr] {
            font-size: 16px;
            padding: 12px 16px;
            vertical-align: middle;
            border-bottom: 1px solid rgba(0,0,0,0.06);
        }

    .aro-table-row[b-9z7l645rgr] {
        transition: background-color 0.15s ease;
    }

        .aro-table-row:hover[b-9z7l645rgr] {
            background-color: rgba(0,0,0,0.04);
        }

    .aro-badge[b-9z7l645rgr] {
        display: inline-block;
        padding: 2px 10px;
        border-radius: 12px;
        font-size: 13px;
        font-weight: 500;
    }

    .aro-badge--auto[b-9z7l645rgr] {
        background-color: #FFF7ED;
        color: #C2410C;
    }

    .validity-label[b-9z7l645rgr] {
        font-size: 11px;
        font-weight: 600;
        color: #6c757d;
        min-width: 44px;
        text-transform: uppercase;
    }

    .validity-value[b-9z7l645rgr] {
        font-size: 13px;
        color: #212529;
    }

/* =============================================
   Mobile Cards
   ============================================= */

.aro-card-row[b-9z7l645rgr] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.aro-card-row-column[b-9z7l645rgr] {
    flex: 0 0 150px;
    background-color: whitesmoke;
    border-right: 1px solid rgb(222, 226, 230);
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
}

.aro-card-row-value[b-9z7l645rgr] {
    flex: 1 1 0;
    padding: 12px 16px;
    font-size: 14px;
    word-break: break-word;
}
/* /Shared/EmailTemplate/ViewEmailTemplateDialogue.razor.rz.scp.css */
/* =============================================
   Layout
   ============================================= */

.custom-container[b-4i6xkonccm] {
    padding: 40px;
    padding-bottom: 120px;
}

@media (max-width: 768px) {
    .custom-container[b-4i6xkonccm] {
        padding: 16px;
        padding-bottom: 140px;
    }
}

@media (max-width: 480px) {
    .custom-container[b-4i6xkonccm] {
        padding: 12px;
        padding-bottom: 150px;
    }
}

/* =============================================
   MudBlazor input overrides
   ============================================= */

.mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense[b-4i6xkonccm],
div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense[b-4i6xkonccm] {
    padding-top: 12.9px;
    padding-bottom: 12.9px;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

/* =============================================
   Form elements
   ============================================= */

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

@media (max-width: 768px) {
    .form-group[b-4i6xkonccm] { margin-bottom: 16px; }
}

@media (max-width: 480px) {
    .form-group[b-4i6xkonccm] { margin-bottom: 12px; }
}

.form-label[b-4i6xkonccm] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 12px;
    display: block;
}

@media (max-width: 768px) {
    .form-label[b-4i6xkonccm] {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .form-label[b-4i6xkonccm] {
        font-size: 13px;
        margin-bottom: 6px;
    }
}

/* =============================================
   Edit / Preview tab toggle
   ============================================= */

.body-tab-header[b-4i6xkonccm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.tab-toggle[b-4i6xkonccm] {
    display: flex;
    background-color: #f0f0f0;
    border-radius: 6px;
    padding: 3px;
    gap: 2px;
}

.tab-btn[b-4i6xkonccm] {
    padding: 5px 18px;
    border: none;
    background: transparent;
    border-radius: 4px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.tab-btn:hover[b-4i6xkonccm] {
    background-color: #e0e0e0;
    color: #333333;
}

.tab-btn--active[b-4i6xkonccm] {
    background-color: #ffffff;
    color: #1C1B1F;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

/* =============================================
   HTML editor textarea (Edit tab)
   ============================================= */

/* Scope the tall textarea to the editor panel only */
.editor-edit-panel .mud-input-slot textarea[b-4i6xkonccm] {
    min-height: 1000px !important;
    resize: vertical;
}

.editor-edit-panel .mud-input-root[b-4i6xkonccm] {
    height: auto !important;
}

/* =============================================
   Preview iframe panel
   ============================================= */

.preview-panel[b-4i6xkonccm] {
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    overflow: hidden;
    background-color: #f5f5f5;
    height: 1000px;
}

.preview-frame[b-4i6xkonccm] {
    width: 100%;
    min-height: 500px;
    border: none;
    display: block;
    background: white;
}

.preview-empty[b-4i6xkonccm] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    color: #888888;
    font-size: 14px;
}

/* =============================================
   Placeholder chips
   ============================================= */

.placeholder-panel[b-4i6xkonccm] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    background-color: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.placeholder-chip[b-4i6xkonccm] {
    display: inline-block;
    padding: 4px 10px;
    background-color: #e3f2fd;
    color: #1565c0;
    border-radius: 12px;
    font-size: 13px;
    font-family: 'Courier New', monospace;
    font-weight: 500;
    cursor: default;
    user-select: all;
}
/* /Shared/Roles/ChangeRoleStatusModal.razor.rz.scp.css */
/* =========================================
   CHANGE ROLE STATUS MODAL
   ========================================= */

/* Overlay (must be defined here — ConfirmationDialog.razor.css is component-scoped) */
.csm-overlay[b-ookavlnyck] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    animation: overlayFadeIn-b-ookavlnyck 0.2s ease-out;
}

@keyframes overlayFadeIn-b-ookavlnyck {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Modal container */
.change-status-modal[b-ookavlnyck] {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.15);
    max-width: 448px;
    width: 90%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: dialogSlideIn 0.25s ease-out;
}

/* Header row */
.csm-header[b-ookavlnyck] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.csm-header-icon[b-ookavlnyck] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(245, 158, 11, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F59E0B;
}

.csm-header-text[b-ookavlnyck] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.csm-title[b-ookavlnyck] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.csm-subtitle[b-ookavlnyck] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 13px;
    color: #6B7280;
    margin: 0;
}

/* Body text */
.csm-body[b-ookavlnyck] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    color: #6B7280;
    margin: 0;
    line-height: 1.5;
}

.csm-body strong[b-ookavlnyck] {
    color: #111827;
    font-weight: 600;
}

/* Warning box */
.csm-warning-box[b-ookavlnyck] {
    background-color: rgba(245, 158, 11, 0.05);
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.csm-warning-text[b-ookavlnyck] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #D97706;
    margin: 0;
    line-height: 1.5;
}

/* Reassign field */
.csm-field[b-ookavlnyck] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.csm-label[b-ookavlnyck] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #6B7280;
}

/* MudSelect overrides */
[b-ookavlnyck] .csm-mud-select .mud-input-outlined .mud-input-outlined-border {
    border-color: #D1D5DB !important;
    border-radius: 6px !important;
}

[b-ookavlnyck] .csm-mud-select .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: #F59E0B !important;
}

[b-ookavlnyck] .csm-mud-select.mud-input-control-focused .mud-input-outlined-border {
    border-color: #F59E0B !important;
    border-width: 1px !important;
}

[b-ookavlnyck] .csm-mud-select .mud-select-input {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 14px !important;
    color: #111827 !important;
    padding: 8px 12px !important;
}

[b-ookavlnyck] .csm-mud-select .mud-input-slot {
    min-height: 40px !important;
    height: 40px !important;
}

[b-ookavlnyck] .csm-mud-select .mud-input-adornment-end {
    color: #6B7280 !important;
}

/* Footer */
.csm-footer[b-ookavlnyck] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 4px;
}

/* Cancel button */
.csm-btn-cancel[b-ookavlnyck] {
    padding: 10px 16px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s, border-color 0.15s;
}

.csm-btn-cancel:hover:not(:disabled)[b-ookavlnyck] {
    background-color: #F9FAFB;
    border-color: #9CA3AF;
}

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

/* Confirm button */
.csm-btn-confirm[b-ookavlnyck] {
    padding: 10px 16px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #F59E0B;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s;
}

.csm-btn-confirm:hover:not(:disabled)[b-ookavlnyck] {
    background-color: #D97706;
}

.csm-btn-confirm:disabled[b-ookavlnyck] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 480px) {
    .change-status-modal[b-ookavlnyck] {
        width: calc(100% - 32px);
        padding: 20px;
    }

    .csm-footer[b-ookavlnyck] {
        flex-direction: column-reverse;
    }

    .csm-btn-cancel[b-ookavlnyck],
    .csm-btn-confirm[b-ookavlnyck] {
        width: 100%;
        justify-content: center;
    }
}
/* /Shared/Roles/DeleteRoleModal.razor.rz.scp.css */
/* =========================================
   DELETE ROLE MODAL
   ========================================= */

.csm-overlay[b-u5w4yrg280] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    animation: overlayFadeIn-b-u5w4yrg280 0.2s ease-out;
}

@keyframes overlayFadeIn-b-u5w4yrg280 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.delete-role-modal[b-u5w4yrg280] {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.15);
    max-width: 448px;
    width: 90%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: dialogSlideIn 0.25s ease-out;
}

/* Header */
.drm-header[b-u5w4yrg280] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.drm-header-icon[b-u5w4yrg280] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drm-header-icon.danger[b-u5w4yrg280] {
    background-color: rgba(220, 38, 38, 0.1);
    color: #DC2626;
}

.drm-header-icon.warning[b-u5w4yrg280] {
    background-color: rgba(245, 158, 11, 0.1);
    color: #F59E0B;
}

.drm-header-text[b-u5w4yrg280] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.drm-title[b-u5w4yrg280] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.drm-subtitle[b-u5w4yrg280] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 13px;
    color: #6B7280;
    margin: 0;
}

/* Body */
.drm-body[b-u5w4yrg280] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    color: #6B7280;
    margin: 0;
    line-height: 1.5;
}

.drm-body strong[b-u5w4yrg280] {
    color: #111827;
    font-weight: 600;
}

/* Footer */
.drm-footer[b-u5w4yrg280] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding-top: 4px;
}

/* Cancel button */
.drm-btn-cancel[b-u5w4yrg280] {
    padding: 10px 16px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s, border-color 0.15s;
}

.drm-btn-cancel:hover:not(:disabled)[b-u5w4yrg280] {
    background-color: #F9FAFB;
    border-color: #9CA3AF;
}

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

/* Confirm button */
.drm-btn-confirm[b-u5w4yrg280] {
    padding: 10px 16px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.15s;
}

.drm-btn-confirm.danger[b-u5w4yrg280] {
    background-color: #DC2626;
}

.drm-btn-confirm.danger:hover:not(:disabled)[b-u5w4yrg280] {
    background-color: #B91C1C;
}

.drm-btn-confirm.warning[b-u5w4yrg280] {
    background-color: #F59E0B;
}

.drm-btn-confirm.warning:hover:not(:disabled)[b-u5w4yrg280] {
    background-color: #D97706;
}

.drm-btn-confirm:disabled[b-u5w4yrg280] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Warning box (red theme) */
.drm-warning-box[b-u5w4yrg280] {
    background-color: rgba(220, 38, 38, 0.05);
    border: 1px solid rgba(220, 38, 38, 0.2);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.drm-warning-text[b-u5w4yrg280] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #DC2626;
    margin: 0;
    line-height: 1.5;
}

/* Reassign field */
.drm-field[b-u5w4yrg280] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.drm-label[b-u5w4yrg280] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #6B7280;
}

/* Responsive */
@media (max-width: 480px) {
    .delete-role-modal[b-u5w4yrg280] {
        width: calc(100% - 32px);
        padding: 20px;
    }

    .drm-footer[b-u5w4yrg280] {
        flex-direction: column-reverse;
    }

    .drm-btn-cancel[b-u5w4yrg280],
    .drm-btn-confirm[b-u5w4yrg280] {
        width: 100%;
        justify-content: center;
    }
}
/* /Shared/Roles/RoleAssignedUsersModal.razor.rz.scp.css */
/* Assigned users modal — aligns with roles list + user list status-badge colors */

.role-assigned-users-modal__overlay[b-hfwsncivn0] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
}

.role-assigned-users-modal__panel[b-hfwsncivn0] {
    --rau-card: 0 0% 100%;
    --rau-border: 220 13% 91%;
    --rau-foreground: 220 15% 15%;
    --rau-muted: 220 14% 96%;
    --rau-muted-foreground: 220 10% 50%;
    --rau-ring: 32 95% 50%;
    --rau-radius: 0.5rem;
    --rau-background: 0 0% 97%;
    --rau-input: 220 13% 91%;

    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 90rem;
    max-height: 80vh;
    box-sizing: border-box;
    padding: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    background-color: hsl(var(--rau-card));
    border: 1px solid hsl(var(--rau-border));
    border-radius: var(--rau-radius);
}

.role-assigned-users-modal__header[b-hfwsncivn0] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-shrink: 0;
    min-width: 0;
}

.role-assigned-users-modal__header-text[b-hfwsncivn0] {
    min-width: 0;
    flex: 1 1 auto;
}

.role-assigned-users-modal__title[b-hfwsncivn0] {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: hsl(var(--rau-foreground));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.role-assigned-users-modal__subtitle[b-hfwsncivn0] {
    margin: 0.25rem 0 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: hsl(var(--rau-muted-foreground));
}

.role-assigned-users-modal__icon-btn[b-hfwsncivn0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: calc(var(--rau-radius) - 2px);
    background: transparent;
    color: hsl(var(--rau-foreground));
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.role-assigned-users-modal__icon-btn:hover[b-hfwsncivn0] {
    background-color: hsl(var(--rau-muted));
    color: hsl(var(--rau-foreground));
}

.role-assigned-users-modal__icon-btn:focus-visible[b-hfwsncivn0] {
    outline: 2px solid hsl(var(--rau-ring));
    outline-offset: 2px;
}

.role-assigned-users-modal__icon-btn svg[b-hfwsncivn0] {
    width: 1rem;
    height: 1rem;
}

.role-assigned-users-modal__table-wrap[b-hfwsncivn0] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.role-assigned-users-modal__table[b-hfwsncivn0] {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
}

.role-assigned-users-modal__thead-row[b-hfwsncivn0] {
    border-bottom: 1px solid hsl(var(--rau-border));
    background: rgba(243, 244, 246, 0.55);
}

.role-assigned-users-modal__th[b-hfwsncivn0] {
    text-align: left;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--rau-muted-foreground));
}

.role-assigned-users-modal__th--right[b-hfwsncivn0] {
    text-align: right;
}

.role-assigned-users-modal__row[b-hfwsncivn0] {
    border-bottom: 1px solid hsl(var(--rau-border));
    transition: background-color 0.15s ease;
}

.role-assigned-users-modal__row:hover[b-hfwsncivn0] {
    background: rgba(243, 244, 246, 0.35);
}

.role-assigned-users-modal__td[b-hfwsncivn0] {
    padding: 0.75rem 1rem;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: hsl(var(--rau-foreground));
}

.role-assigned-users-modal__td--strong[b-hfwsncivn0] {
    font-weight: 400;
    color: hsl(var(--rau-foreground));
}

.role-assigned-users-modal__td--muted[b-hfwsncivn0] {
    color: hsl(var(--rau-muted-foreground));
}

.role-assigned-users-modal__td--right[b-hfwsncivn0] {
    text-align: right;
}

/* Email column — fixed width with ellipsis truncation */
.role-assigned-users-modal__th--email[b-hfwsncivn0],
.role-assigned-users-modal__td--email[b-hfwsncivn0] {
    max-width: 20rem;
    width: 20rem;
}

/* Status column — constrained so it doesn't stretch */
.role-assigned-users-modal__th--status[b-hfwsncivn0],
.role-assigned-users-modal__td--status[b-hfwsncivn0] {
    width: 7rem;
    min-width: 7rem;
    max-width: 7rem;
}

.rau-email-cell[b-hfwsncivn0] {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.role-assigned-users-modal__empty[b-hfwsncivn0] {
    padding: 1.5rem 1rem;
    text-align: center;
    color: hsl(var(--rau-muted-foreground));
    font-size: 0.875rem;
}

/* User type pills — Hotel amber, ARO blue (Tailwind-aligned) */
.role-assigned-users-modal__type-badge[b-hfwsncivn0] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
}

.role-assigned-users-modal__type-badge--hotel[b-hfwsncivn0] {
    color: rgb(251, 191, 36);
    border-color: rgba(245, 158, 11, 0.3);
    background: rgba(245, 158, 11, 0.15);
}

.role-assigned-users-modal__type-badge--aro[b-hfwsncivn0] {
    color: rgb(96, 165, 250);
    border-color: rgba(59, 130, 246, 0.3);
    background: rgba(59, 130, 246, 0.15);
}

/* Match user list / app.css status-badge colors; compact for table */
.role-assigned-users-modal__table .status-badge[b-hfwsncivn0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    border-radius: 50px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 500;
    min-width: 0;
}

.role-assigned-users-modal__table .status-badge.active[b-hfwsncivn0] {
    background: #d8edd9;
    color: #1b4d19;
}

.role-assigned-users-modal__table .status-badge.inactive[b-hfwsncivn0] {
    background: #ffd5e1;
    color: #a40d37;
}

.role-assigned-users-modal__table .status-badge.pending[b-hfwsncivn0] {
    background-color: #fff3cd;
    color: #856404;
}

.role-assigned-users-modal__view-btn[b-hfwsncivn0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    height: 2.25rem;
    padding: 0 0.75rem;
    margin: 0;
    font-family: inherit;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: hsl(var(--rau-foreground));
    background-color: hsl(var(--rau-background));
    border: 1px solid hsl(var(--rau-input));
    border-radius: calc(var(--rau-radius) - 2px);
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.role-assigned-users-modal__view-btn:hover[b-hfwsncivn0] {
    background-color: #ff931e;
    border-color: #ff931e;
    color: #ffffff;
}

.role-assigned-users-modal__view-btn:focus-visible[b-hfwsncivn0] {
    outline: 2px solid #f69126;
    outline-offset: 2px;
}

.role-assigned-users-modal__view-btn svg[b-hfwsncivn0] {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
}

.role-assigned-users-modal__footer[b-hfwsncivn0] {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.5rem;
    border-top: 1px solid hsl(var(--rau-border));
    flex-shrink: 0;
}

.role-assigned-users-modal__close-btn[b-hfwsncivn0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    padding: 0 1rem;
    margin: 0;
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: hsl(var(--rau-foreground));
    background-color: hsl(var(--rau-background));
    border: 1px solid hsl(var(--rau-input));
    border-radius: calc(var(--rau-radius) - 2px);
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.role-assigned-users-modal__close-btn:hover[b-hfwsncivn0] {
    background-color: #ff931e;
    border-color: #ff931e;
    color: #ffffff;
}

.role-assigned-users-modal__close-btn:focus-visible[b-hfwsncivn0] {
    outline: 2px solid #f69126;
    outline-offset: 2px;
}

/* ── Checkbox column ─────────────────────────────────────────── */
.rau-th-checkbox[b-hfwsncivn0],
.rau-td-checkbox[b-hfwsncivn0] {
    width: 2.5rem;
    padding: 0.75rem 0.5rem 0.75rem 1rem;
    vertical-align: middle;
}

.rau-checkbox[b-hfwsncivn0] {
    appearance: none;
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid #f69126;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    transition: background-color 0.12s ease, border-color 0.12s ease;
}

.rau-checkbox:checked[b-hfwsncivn0] {
    background-color: #f69126;
    border-color: #f69126;
}

.rau-checkbox:checked[b-hfwsncivn0]::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}

.rau-checkbox:focus-visible[b-hfwsncivn0] {
    outline: 2px solid #f69126;
    outline-offset: 2px;
}

/* Highlight selected row */
.rau-row--selected[b-hfwsncivn0] {
    background: rgba(246, 145, 38, 0.06);
}

/* ── Selection action bar ────────────────────────────────────── */
.rau-selection-bar[b-hfwsncivn0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    padding: 0.625rem 1rem;
    background: rgba(246, 145, 38, 0.08);
    border: 1px solid rgba(246, 145, 38, 0.25);
    border-radius: 0.375rem;
    flex-shrink: 0;
}

.rau-selection-count[b-hfwsncivn0] {
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--rau-foreground));
    white-space: nowrap;
}

/* Transfer controls wrapper */
.rau-transfer-controls[b-hfwsncivn0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex: 1 1 auto;
}

/* Change Role button */
.rau-change-role-btn[b-hfwsncivn0] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    height: 2.25rem;
    padding: 0 0.875rem;
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #fff;
    background-color: #f69126;
    border: 1px solid #f69126;
    border-radius: calc(var(--rau-radius) - 2px);
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}

.rau-change-role-btn:hover[b-hfwsncivn0] {
    background-color: #e07d18;
    border-color: #e07d18;
}

.rau-change-role-btn:focus-visible[b-hfwsncivn0] {
    outline: 2px solid #f69126;
    outline-offset: 2px;
}

.rau-change-role-btn svg[b-hfwsncivn0] {
    flex-shrink: 0;
}

/* Transfer button */
.rau-transfer-btn[b-hfwsncivn0] {
    display: inline-flex;
    align-items: center;
    height: 2.25rem;
    padding: 0 0.875rem;
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #fff;
    background-color: #f69126;
    border: 1px solid #f69126;
    border-radius: calc(var(--rau-radius) - 2px);
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}

.rau-transfer-btn:hover:not(:disabled)[b-hfwsncivn0] {
    background-color: #e07d18;
    border-color: #e07d18;
}

.rau-transfer-btn:disabled[b-hfwsncivn0] {
    opacity: 0.55;
    cursor: not-allowed;
}

.rau-transfer-btn:focus-visible[b-hfwsncivn0] {
    outline: 2px solid #f69126;
    outline-offset: 2px;
}

/* Cancel button */
.rau-cancel-btn[b-hfwsncivn0] {
    display: inline-flex;
    align-items: center;
    height: 2.25rem;
    padding: 0 0.875rem;
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 500;
    color: hsl(var(--rau-foreground));
    background-color: hsl(var(--rau-background));
    border: 1px solid hsl(var(--rau-input));
    border-radius: calc(var(--rau-radius) - 2px);
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
}

.rau-cancel-btn:hover:not(:disabled)[b-hfwsncivn0] {
    background-color: hsl(var(--rau-muted));
}

.rau-cancel-btn:disabled[b-hfwsncivn0] {
    opacity: 0.55;
    cursor: not-allowed;
}

.rau-cancel-btn:focus-visible[b-hfwsncivn0] {
    outline: 2px solid #f69126;
    outline-offset: 2px;
}

/* ── Dropdown width constraint ───────────────────────────────── */
.rau-dropdown-wrapper[b-hfwsncivn0] {
    width: 200px;
    flex-shrink: 0;
}

.rau-dropdown-wrapper[b-hfwsncivn0]  .aro-dropdown-trigger {
    padding: 8px 9px;
}

/* ── Property cell — truncate with hover tooltip ─────────────── */
.rau-property-cell[b-hfwsncivn0] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    max-width: 100%;
    cursor: default;
}

/* ── Action cell: View + Audit side by side ──────────────── */
.rau-action-cell[b-hfwsncivn0] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    justify-content: flex-end;
}

/* Audit button — mirrors view-btn style */
.role-assigned-users-modal__audit-btn[b-hfwsncivn0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    height: 2.25rem;
    padding: 0 0.75rem;
    margin: 0;
    font-family: inherit;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: hsl(var(--rau-foreground));
    background-color: hsl(var(--rau-background));
    border: 1px solid hsl(var(--rau-input));
    border-radius: calc(var(--rau-radius) - 2px);
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.role-assigned-users-modal__audit-btn:hover[b-hfwsncivn0] {
    background-color: #ff931e;
    border-color: #ff931e;
    color: #ffffff;
}

.role-assigned-users-modal__audit-btn:focus-visible[b-hfwsncivn0] {
    outline: 2px solid #f69126;
    outline-offset: 2px;
}

.role-assigned-users-modal__audit-btn svg[b-hfwsncivn0] {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
}

.rau-property-more[b-hfwsncivn0] {
    display: inline-flex;
    align-items: center;
    padding: 0.125rem 0.4rem;
    font-size: 0.7rem;
    font-weight: 500;
    color: #f69126;
    background: rgba(246, 145, 38, 0.1);
    border: 1px solid rgba(246, 145, 38, 0.3);
    border-radius: 9999px;
    white-space: nowrap;
    cursor: help;
}
/* /Shared/Roles/RoleInformationSection.razor.rz.scp.css */
/* Role information card — shared by View / Edit / Create role pages */

.role-information-section.roles-form-card[b-qo1b4ptk7u] {
    padding: 24px;
}

.role-information-section__title[b-qo1b4ptk7u] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 22px;
    font-weight: 600;
    color: #1C1B1F;
    margin-bottom: 16px;
}

.role-information-section__shield[b-qo1b4ptk7u] {
    width: 20px;
    height: 20px;
    color: #F69126;
    flex-shrink: 0;
}

.role-information-section__grid[b-qo1b4ptk7u] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 768px) {
    .role-information-section__grid[b-qo1b4ptk7u] {
        grid-template-columns: 1fr;
    }
}

.role-information-section__field[b-qo1b4ptk7u] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.role-information-section__label[b-qo1b4ptk7u] {
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
}

.role-information-section__field--status .role-information-section__status-row[b-qo1b4ptk7u] {
    min-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Read-only display switch */
.role-information-section__switch[b-qo1b4ptk7u] {
    position: relative;
    flex-shrink: 0;
    width: 44px;
    height: 24px;
    border-radius: 9999px;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.role-information-section__switch--off[b-qo1b4ptk7u] {
    background-color: #E5E7EB;
}

.role-information-section__switch--on[b-qo1b4ptk7u] {
    background-color: #F69126;
}

.role-information-section__switch-thumb[b-qo1b4ptk7u] {
    position: absolute;
    top: 50%;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    transform: translateY(-50%) translateX(0);
    transition: transform 0.2s ease;
}

.role-information-section__switch--on .role-information-section__switch-thumb[b-qo1b4ptk7u] {
    transform: translateY(-50%) translateX(20px);
}

/* Editable switch button */
.role-information-section__switch-btn[b-qo1b4ptk7u] {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    width: 44px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 9999px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-color: #E5E7EB;
    color: inherit;
    font: inherit;
    text-transform: none;
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.role-information-section__switch-btn--on[b-qo1b4ptk7u] {
    background-color: #F69126;
}

.role-information-section__switch-btn--off[b-qo1b4ptk7u] {
    background-color: #E5E7EB;
}

.role-information-section__switch-btn-thumb[b-qo1b4ptk7u] {
    position: absolute;
    top: 50%;
    left: 2px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    pointer-events: none;
    transform: translateY(-50%) translateX(0);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.role-information-section__switch-btn--on .role-information-section__switch-btn-thumb[b-qo1b4ptk7u] {
    transform: translateY(-50%) translateX(20px);
}

.role-information-section__switch-btn:focus-visible[b-qo1b4ptk7u] {
    outline: 2px solid #F69126;
    outline-offset: 2px;
}

.role-information-section__switch-btn:disabled[b-qo1b4ptk7u] {
    cursor: not-allowed;
    opacity: 0.5;
}

.role-information-section__status-text[b-qo1b4ptk7u] {
    font-size: 14px;
    font-weight: 400;
    color: #1C1B1F;
    line-height: 1;
}

.role-information-section__field--description[b-qo1b4ptk7u] {
    margin-top: 16px;
}

.role-information-section__error[b-qo1b4ptk7u] {
    color: #B42318;
    font-size: 13px;
    margin-top: 6px;
}

.role-information-section__hint[b-qo1b4ptk7u] {
    font-size: 12px;
    color: #6B7280;
    line-height: 1.3;
}

/* Native text fields — 1px transparent border; colored border only when focused */
.role-information-section__input[b-qo1b4ptk7u],
.role-information-section__textarea[b-qo1b4ptk7u] {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    color: #21242c;
    background: #f3f4f6;
    border: 2px solid transparent;
    border-radius: 6px;
    outline: none;
    box-shadow: none;
}

.role-information-section__input[b-qo1b4ptk7u] {
    min-height: 40px;
    padding: 12px 12px;
}

.role-information-section__textarea[b-qo1b4ptk7u] {
    min-height: 80px;
    padding: 10px 12px;
    line-height: 1.4;
    resize: none;
}

.role-information-section__input:focus[b-qo1b4ptk7u],
.role-information-section__textarea:focus[b-qo1b4ptk7u] {
    border-color: #F69126;
}

.role-information-section__input:disabled[b-qo1b4ptk7u],
.role-information-section__textarea:disabled[b-qo1b4ptk7u] {
    border-color: transparent;
    color: #21242C;
    cursor: not-allowed;
    opacity: 0.5;
}

.role-information-section--readonly .role-information-section__status-row[b-qo1b4ptk7u],
.role-information-section--readonly .role-information-section__status-row *[b-qo1b4ptk7u] {
    cursor: not-allowed !important;
}

.role-information-section__input[b-qo1b4ptk7u]::placeholder,
.role-information-section__textarea[b-qo1b4ptk7u]::placeholder {
    color: #6B7280;
    opacity: 1;
}

/* View mode: prevent long name from overflowing; clamp description with ellipsis */
.role-information-section--readonly .role-information-section__grid[b-qo1b4ptk7u] {
    min-width: 0;
}

.role-information-section--readonly .role-information-section__field[b-qo1b4ptk7u] {
    min-width: 0;
}

.role-information-section--readonly .role-information-section__input[b-qo1b4ptk7u] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* View-only description: same visual language as disabled .role-information-section__textarea */
.role-information-section__readonly-description[b-qo1b4ptk7u] {
    box-sizing: border-box;
    width: 100%;
    min-height: 80px;
    margin: 0;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #21242C;
    background: #f3f4f6;
    border: 2px solid transparent;
    border-radius: 6px;
    outline: none;
    box-shadow: none;
    /* Match :disabled inputs — muted, non-interactive */
    opacity: 0.5;
    cursor: not-allowed;
    user-select: none;
    white-space: pre-line;
    overflow-wrap: anywhere;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
}
/* /Shared/Roles/RolePageActionBar.razor.rz.scp.css */
/* Role page actions — shadcn-style tokens (outline hover matches View Role orange accent) */

.role-page-action-bar[b-nyt748tqip] {
    box-sizing: border-box;
    --rp-background: 0 0% 97%;
    --rp-foreground: 220 15% 15%;
    --rp-primary: 32 95% 50%;
    --rp-primary-foreground: 0 0% 100%;
    --rp-input: 220 13% 91%;
    --rp-ring: 32 95% 50%;
    --rp-radius: 0.375rem;
}

.role-page-action-bar__btn[b-nyt748tqip] {
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    letter-spacing: inherit;
    margin: 0;
    text-transform: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    cursor: pointer;
    display: inline-flex;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: calc(var(--rp-radius) - 2px);
    padding: 0.5rem 1rem;
    transition-property: color, background-color, border-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    -webkit-tap-highlight-color: transparent;
}

.role-page-action-bar__btn:focus-visible[b-nyt748tqip] {
    outline: 2px solid hsl(var(--rp-ring));
    outline-offset: 2px;
}

.role-page-action-bar__btn:disabled[b-nyt748tqip] {
    pointer-events: none;
    opacity: 0.5;
}

/* Cancel / Reset — border-input bg-background; hover accent (same idea as .role-close-btn) */
.role-page-action-bar__btn--outline[b-nyt748tqip] {
    border-width: 1px;
    border-style: solid;
    border-color: hsl(var(--rp-input));
    background-color: hsl(var(--rp-background));
    color: hsl(var(--rp-foreground));
}

/* Same hover as app.css .role-close-btn (View Role) */
.role-page-action-bar__btn--outline:hover:not(:disabled)[b-nyt748tqip] {
    background-color: #ff931e;
    border-color: #ff931e;
    color: #ffffff;
}

/* Save / Create — solid primary */
.role-page-action-bar__btn--primary[b-nyt748tqip] {
    border-width: 0;
    border-style: solid;
    background-color: hsl(var(--rp-primary));
    color: hsl(var(--rp-primary-foreground));
}

.role-page-action-bar__btn--primary:hover:not(:disabled)[b-nyt748tqip] {
    filter: brightness(0.92);
}

.role-page-action-bar__icon[b-nyt748tqip] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    pointer-events: none;
}

.role-page-action-bar__spinner[b-nyt748tqip] {
    width: 1rem !important;
    height: 1rem !important;
    flex-shrink: 0;
}
/* /Shared/Roles/RolePermissionSearchInput.razor.rz.scp.css */
/* Shadcn-style permission search; focus ring matches app primary #F69126 */

.role-permission-search[b-svwr2e7cpz] {
    --rps-background: 0 0% 97%;
    --rps-foreground: 220 15% 15%;
    --rps-muted-foreground: 220 10% 50%;
    --rps-border: 220 13% 91%;
    --rps-input: 220 13% 91%;
        --rps-ring: 32 95% 50%;
    --rps-radius: 0.5rem;
    --rps-focus: #F69126;

    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.role-permission-search__icon[b-svwr2e7cpz] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(var(--rps-muted-foreground));
    pointer-events: none;
}

.role-permission-search__icon svg[b-svwr2e7cpz] {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
}

.role-permission-search__input[b-svwr2e7cpz] {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: hsl(var(--rps-foreground));
    background-color: hsl(var(--rps-input));
    border-width: 2px;
    border-style: solid;
    border-color: hsl(var(--rps-border));
    border-radius: var(--rps-radius);
    padding-top: 0.725rem;
    padding-bottom: 0.725rem;
    padding-left: 2.5rem;
    padding-right: 1rem;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.role-permission-search__input[b-svwr2e7cpz]::placeholder {
    color: hsl(var(--rps-muted-foreground));
}

.role-permission-search__input:hover:not(:focus)[b-svwr2e7cpz] {
    border-color: hsl(var(--rps-border));
}

.role-permission-search__input:focus[b-svwr2e7cpz],
.role-permission-search__input:focus-visible[b-svwr2e7cpz] {
    border-color: var(--rps-focus);
    box-shadow: none;
}
/* /Shared/Roles/RoleQuickPermissionsBar.razor.rz.scp.css */
/* Quick permissions bar — card + shadcn-style tokens; level colors from global .role-permission-option.compact.* */

.role-quick-permissions-bar[b-8r9m579dnc] {
    margin-bottom: 1rem;
    --rq-background: 0 0% 97%;
    --rq-foreground: 220 15% 15%;
    --rq-card: 0 0% 100%;
    --rq-border: 220 13% 91%;
    --rq-input: 220 13% 91%;
    --rq-ring: 32 95% 50%;
    --rq-radius: 0.375rem;
    --rq-primary: 32 95% 50%;
}

.role-quick-permissions-bar__card[b-8r9m579dnc] {
    box-sizing: border-box;
    background-color: hsl(var(--rq-card));
    border: 1px solid hsl(var(--rq-border));
    border-radius: 0.5rem;
    padding: 1rem;
}

.role-quick-permissions-bar__row[b-8r9m579dnc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.role-quick-permissions-bar__title-group[b-8r9m579dnc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.role-quick-permissions-bar__title-icon[b-8r9m579dnc] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: hsl(var(--rq-primary));
}

.role-quick-permissions-bar__title-text[b-8r9m579dnc] {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: hsl(var(--rq-foreground));
}

.role-quick-permissions-bar__actions[b-8r9m579dnc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

/* Sizing to match sample (h-9); colors stay from app.css .role-permission-option.compact.* */
.role-quick-permissions-bar__level-btn.role-permission-option.compact[b-8r9m579dnc] {
    height: 2.25rem;
    min-height: 2.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    border-radius: calc(var(--rq-radius) - 2px);
    gap: 0.5rem;
    -webkit-tap-highlight-color: transparent;
    transition-property: color, background-color, border-color, fill, stroke, filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.role-quick-permissions-bar__level-icon[b-8r9m579dnc] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    pointer-events: none;
}

.role-quick-permissions-bar__level-label[b-8r9m579dnc] {
    margin-left: 0.25rem;
}

/* Accent hover (override global .compact:hover brightness) */
.role-quick-permissions-bar__level-btn.role-permission-option.compact:hover:not(:disabled)[b-8r9m579dnc] {
    background-color: #ff931e !important;
    border-color: #ff931e !important;
    color: #ffffff !important;
    filter: none !important;
}

.role-quick-permissions-bar__level-btn:focus-visible[b-8r9m579dnc] {
    outline: 2px solid hsl(var(--rq-ring));
    outline-offset: 2px;
}

.role-quick-permissions-bar__divider[b-8r9m579dnc] {
    width: 1px;
    height: 1.5rem;
    background-color: hsl(var(--rq-border));
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    flex-shrink: 0;
}

.role-quick-permissions-bar__expand-btn[b-8r9m579dnc] {
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    margin: 0;
    text-transform: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    cursor: pointer;
    display: inline-flex;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: calc(var(--rq-radius) - 2px);
    border-width: 1px;
    border-style: solid;
    border-color: hsl(var(--rq-input));
    background-color: hsl(var(--rq-background));
    color: hsl(var(--rq-foreground));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    -webkit-tap-highlight-color: transparent;
    transition-property: color, background-color, border-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.role-quick-permissions-bar__expand-btn:hover:not(:disabled)[b-8r9m579dnc] {
    background-color: #ff931e;
    border-color: #ff931e;
    color: #ffffff;
}

.role-quick-permissions-bar__expand-btn:focus-visible[b-8r9m579dnc] {
    outline: 2px solid hsl(var(--rq-ring));
    outline-offset: 2px;
}

.role-quick-permissions-bar__expand-btn:disabled[b-8r9m579dnc] {
    pointer-events: none;
    opacity: 0.5;
}
/* /Shared/Roles/UserRoleChangeHistoryModal.razor.rz.scp.css */
/* Role Change History Modal — stacks above the assigned users modal */

.urh-modal__overlay[b-xsd2ycbivm] {
    position: fixed;
    inset: 0;
    z-index: 1300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.urh-modal__panel[b-xsd2ycbivm] {
    --urh-card: 0 0% 100%;
    --urh-border: 220 13% 91%;
    --urh-foreground: 220 15% 15%;
    --urh-muted: 220 14% 96%;
    --urh-muted-foreground: 220 10% 50%;
    --urh-ring: 32 95% 50%;
    --urh-radius: 0.5rem;
    --urh-background: 0 0% 97%;
    --urh-input: 220 13% 91%;

    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 46rem;
    max-height: 80vh;
    box-sizing: border-box;
    padding: 1.5rem;
    background-color: hsl(var(--urh-card));
    border: 1px solid hsl(var(--urh-border));
    border-radius: var(--urh-radius);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    animation: urhSlideIn-b-xsd2ycbivm 0.18s ease-out;
}

@keyframes urhSlideIn-b-xsd2ycbivm {
    from {
        opacity: 0;
        transform: translateY(-8px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ── Header ──────────────────────────────────────────────── */
.urh-modal__header[b-xsd2ycbivm] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-shrink: 0;
}

.urh-modal__header-text[b-xsd2ycbivm] {
    min-width: 0;
    flex: 1 1 auto;
}

.urh-modal__title[b-xsd2ycbivm] {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.4;
    color: hsl(var(--urh-foreground));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.urh-modal__subtitle[b-xsd2ycbivm] {
    margin: 0.25rem 0 0;
    font-size: 0.8125rem;
    color: hsl(var(--urh-muted-foreground));
}

.urh-modal__icon-btn[b-xsd2ycbivm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    padding: 0;
    border: none;
    border-radius: calc(var(--urh-radius) - 2px);
    background: transparent;
    color: hsl(var(--urh-muted-foreground));
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.urh-modal__icon-btn:hover[b-xsd2ycbivm] {
    background-color: hsl(var(--urh-muted));
    color: hsl(var(--urh-foreground));
}

.urh-modal__icon-btn:focus-visible[b-xsd2ycbivm] {
    outline: 2px solid hsl(var(--urh-ring));
    outline-offset: 2px;
}

.urh-modal__icon-btn svg[b-xsd2ycbivm] {
    width: 1rem;
    height: 1rem;
}

/* ── Loading / Empty ─────────────────────────────────────── */
.urh-modal__loading[b-xsd2ycbivm] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8rem;
    flex-shrink: 0;
}

.urh-modal__empty[b-xsd2ycbivm] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6rem;
    font-size: 0.875rem;
    color: hsl(var(--urh-muted-foreground));
    font-style: italic;
}

/* ── Table ───────────────────────────────────────────────── */
.urh-modal__table-wrap[b-xsd2ycbivm] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.urh-modal__table[b-xsd2ycbivm] {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
}

.urh-modal__thead-row[b-xsd2ycbivm] {
    background: rgba(243, 244, 246, 0.7);
    border-bottom: 1px solid hsl(var(--urh-border));
    position: sticky;
    top: 0;
    z-index: 1;
}

.urh-modal__th[b-xsd2ycbivm] {
    text-align: left;
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: hsl(var(--urh-muted-foreground));
    white-space: nowrap;
}

.urh-modal__row[b-xsd2ycbivm] {
    border-bottom: 1px solid hsl(var(--urh-border));
    transition: background-color 0.12s ease;
}

.urh-modal__row:last-child[b-xsd2ycbivm] {
    border-bottom: none;
}

.urh-modal__row:hover[b-xsd2ycbivm] {
    background: rgba(243, 244, 246, 0.4);
}

.urh-modal__td[b-xsd2ycbivm] {
    padding: 0.75rem 1rem;
    vertical-align: middle;
    font-size: 0.875rem;
    color: hsl(var(--urh-foreground));
}

.urh-modal__td--datetime[b-xsd2ycbivm] {
    color: hsl(var(--urh-foreground));
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.urh-modal__no-role[b-xsd2ycbivm] {
    color: hsl(var(--urh-muted-foreground));
}

.urh-modal__prev-role[b-xsd2ycbivm] {
    text-decoration: line-through;
    color: hsl(var(--urh-muted-foreground));
}

.urh-modal__td--new-role[b-xsd2ycbivm] {
    font-weight: 600;
    color: hsl(var(--urh-foreground));
}

/* ── Footer ──────────────────────────────────────────────── */
.urh-modal__footer[b-xsd2ycbivm] {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.5rem;
    border-top: 1px solid hsl(var(--urh-border));
    flex-shrink: 0;
}

.urh-modal__close-btn[b-xsd2ycbivm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    padding: 0 1rem;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--urh-foreground));
    background-color: hsl(var(--urh-background));
    border: 1px solid hsl(var(--urh-input));
    border-radius: calc(var(--urh-radius) - 2px);
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.urh-modal__close-btn:hover[b-xsd2ycbivm] {
    background-color: #ff931e;
    border-color: #ff931e;
    color: #ffffff;
}

.urh-modal__close-btn:focus-visible[b-xsd2ycbivm] {
    outline: 2px solid #f69126;
    outline-offset: 2px;
}
/* /Shared/SelectContactDialog.razor.rz.scp.css */
.dialog-overlay[b-5j1wdnim6a] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.select-contact-dialog[b-5j1wdnim6a] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    z-index: 1001;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.dialog-header[b-5j1wdnim6a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #E0E0E0;
}

.dialog-title[b-5j1wdnim6a] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

.dialog-close-btn[b-5j1wdnim6a] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #707070;
}

.dialog-close-btn:hover[b-5j1wdnim6a] {
    color: #000000;
}

.dialog-content[b-5j1wdnim6a] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.search-section[b-5j1wdnim6a] {
    margin-bottom: 24px;
}

.search-label[b-5j1wdnim6a] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: block;
    margin-bottom: 8px;
}

.search-input[b-5j1wdnim6a] {
    width: 100%;
    height: 44px;
    background: #F6F6F6;
    border: 1px solid #C3C3C3;
    border-radius: 6px;
    padding: 0 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #000000;
    box-sizing: border-box;
}

.search-input[b-5j1wdnim6a]::placeholder {
    color: #9E9E9E;
}

.search-input:focus[b-5j1wdnim6a] {
    outline: none;
    border-color: #F69126;
}

.contacts-section[b-5j1wdnim6a] {
    flex: 1;
}

.section-label[b-5j1wdnim6a] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: block;
    margin-bottom: 12px;
}

.empty-state[b-5j1wdnim6a] {
    background: #F6F6F6;
    border-radius: 6px;
    padding: 24px;
    text-align: center;
}

.empty-message[b-5j1wdnim6a] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #707070;
    margin: 0;
}

.contacts-list[b-5j1wdnim6a] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 300px;
    overflow-y: auto;
    min-width: 0;
}

.contact-item[b-5j1wdnim6a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    padding: 12px 16px;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    min-width: 0;
}

.contact-item:hover[b-5j1wdnim6a] {
    border-color: #F69126;
    background-color: #FFF9F0;
}

.contact-item.selected[b-5j1wdnim6a] {
    border-color: #F69126;
    background-color: #FFF9F0;
}

.contact-details[b-5j1wdnim6a] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.contact-name[b-5j1wdnim6a] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    max-width: min(50ch, 100%);
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.contact-meta[b-5j1wdnim6a] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.contact-email[b-5j1wdnim6a],
.contact-phone[b-5j1wdnim6a] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 13px;
    color: #707070;
}

.contact-separator[b-5j1wdnim6a] {
    color: #C3C3C3;
}

.contact-role[b-5j1wdnim6a] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 4px;
}

.role-system-admin[b-5j1wdnim6a] {
    color: #FF6B00;
    background: transparent;
}

.role-client-admin[b-5j1wdnim6a] {
    color: #FF6B00;
    background: transparent;
}

.role-manager[b-5j1wdnim6a] {
    color: #FF6B00;
    background: transparent;
}

.role-res-agent[b-5j1wdnim6a] {
    color: #FF6B00;
    background: transparent;
}

.role-staff[b-5j1wdnim6a] {
    color: #FF6B00;
    background: transparent;
}

.role-default[b-5j1wdnim6a] {
    color: #707070;
    background: transparent;
}

.contact-checkbox[b-5j1wdnim6a] {
    display: flex;
    align-items: center;
}

.contact-checkbox input[type="checkbox"][b-5j1wdnim6a] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #F69126;
}

.dialog-footer[b-5j1wdnim6a] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid #E0E0E0;
    background: #FFFFFF;
    border-radius: 0 0 8px 8px;
}

.btn-cancel[b-5j1wdnim6a] {
    background: #F69126;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-cancel:hover[b-5j1wdnim6a] {
    background-color: #E58115;
}

.btn-create[b-5j1wdnim6a] {
    background: #F69126;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-create:hover[b-5j1wdnim6a] {
    background-color: #E58115;
}

.btn-assign[b-5j1wdnim6a] {
    background: #F69126;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.btn-assign:hover:not(:disabled)[b-5j1wdnim6a] {
    background-color: #E58115;
}

.btn-assign:disabled[b-5j1wdnim6a] {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (min-width: 640px) {
    .contact-name[b-5j1wdnim6a] {
        max-width: min(65ch, 100%);
    }
}

@media (min-width: 768px) {
    .contact-name[b-5j1wdnim6a] {
        max-width: min(80ch, 100%);
    }
}

@media (min-width: 1024px) {
    .contact-name[b-5j1wdnim6a] {
        max-width: min(100ch, 100%);
    }
}

/* Responsive */
@media (max-width: 480px) {
    .select-contact-dialog[b-5j1wdnim6a] {
        width: 95%;
        max-height: 95vh;
    }

    .dialog-header[b-5j1wdnim6a] {
        padding: 16px 20px;
    }

    .dialog-content[b-5j1wdnim6a] {
        padding: 20px;
    }

    .dialog-footer[b-5j1wdnim6a] {
        padding: 12px 20px;
        flex-wrap: wrap;
    }

    .dialog-footer button[b-5j1wdnim6a] {
        flex: 1;
        min-width: 100px;
    }
}
/* /Shared/SelectContactSidebar.razor.rz.scp.css */
.panel-overlay[b-awt6br5yfg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.select-contact-panel[b-awt6br5yfg] {
    position: fixed;
    top: 0;
    right: -500px;
    width: 100%;
    max-width: 480px;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    z-index: 1041;
    transition: right 0.3s ease;
}

.select-contact-panel.open[b-awt6br5yfg] {
    right: 0;
}

.panel-header[b-awt6br5yfg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #E0E0E0;
    background: #FFFFFF;
}

.panel-title[b-awt6br5yfg] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.panel-close-btn[b-awt6br5yfg] {
    background: transparent;
    border: none;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    color: #707070;
    padding: 0;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-close-btn:hover[b-awt6br5yfg] {
    color: #000000;
}

.panel-content[b-awt6br5yfg] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.search-section[b-awt6br5yfg] {
    margin-bottom: 24px;
}

.search-label[b-awt6br5yfg] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: block;
    margin-bottom: 8px;
}

.search-input[b-awt6br5yfg] {
    width: 100%;
    height: 44px;
    background: #F6F6F6;
    border: 1px solid #C3C3C3;
    border-radius: 6px;
    padding: 0 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #000000;
    box-sizing: border-box;
}

.search-input[b-awt6br5yfg]::placeholder {
    color: #9E9E9E;
}

.search-input:focus[b-awt6br5yfg] {
    outline: none;
    border-color: #F69126;
}

.contacts-section[b-awt6br5yfg] {
    flex: 1;
}

.section-label[b-awt6br5yfg] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: block;
    margin-bottom: 12px;
}

.empty-state[b-awt6br5yfg] {
    background: #F6F6F6;
    border-radius: 6px;
    padding: 24px;
    text-align: center;
}

.empty-message[b-awt6br5yfg] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #707070;
    margin: 0;
}

.contacts-list[b-awt6br5yfg] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.contact-item[b-awt6br5yfg] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    padding: 16px 20px;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    min-width: 0;
}

.contact-item:hover[b-awt6br5yfg] {
    border-color: #9E9E9E;
    background-color: transparent;
}

.contact-item.selected[b-awt6br5yfg] {
    border-color: #F69126;
    background-color: #FFF9F0;
}

.contact-details[b-awt6br5yfg] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.contact-name[b-awt6br5yfg] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    max-width: min(50ch, 100%);
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.contact-meta[b-awt6br5yfg] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.contact-email[b-awt6br5yfg],
.contact-phone[b-awt6br5yfg] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #000000;
}

.contact-separator[b-awt6br5yfg] {
    color: #C3C3C3;
}

.contact-role[b-awt6br5yfg] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 4px;
}

.role-system-admin[b-awt6br5yfg],
.role-client-admin[b-awt6br5yfg],
.role-manager[b-awt6br5yfg],
.role-res-agent[b-awt6br5yfg],
.role-staff[b-awt6br5yfg] {
    color: #F69126;
}

.role-default[b-awt6br5yfg] {
    color: #F69126;
}

.contact-checkbox[b-awt6br5yfg] {
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
}

.contact-checkbox input[type="checkbox"][b-awt6br5yfg] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #F69126;
    border: 1px solid #C3C3C3;
    border-radius: 4px;
}

.contact-checkbox input[type="checkbox"]:checked[b-awt6br5yfg] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #F69126;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #F69126;
}

.panel-footer[b-awt6br5yfg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-top: 1px solid #E0E0E0;
    background: #FFFFFF;
}

.footer-left[b-awt6br5yfg] {
    display: flex;
}

.footer-right[b-awt6br5yfg] {
    display: flex;
    gap: 8px;
}

.btn-cancel[b-awt6br5yfg] {
    background: #DC2626;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 10px 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-cancel:hover[b-awt6br5yfg] {
    background-color: #B91C1C;
}

.btn-create[b-awt6br5yfg] {
    background: #F69126;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 10px 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-create:hover[b-awt6br5yfg] {
    background-color: #E58115;
}

.btn-assign[b-awt6br5yfg] {
    background: #F69126;
    color: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 10px 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.15s ease, opacity 0.15s ease;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-assign:hover:not(:disabled)[b-awt6br5yfg] {
    background-color: #E58115;
}

.btn-assign:disabled[b-awt6br5yfg] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

@media (min-width: 640px) {
    .contact-name[b-awt6br5yfg] {
        max-width: min(65ch, 100%);
    }
}

@media (min-width: 768px) {
    .contact-name[b-awt6br5yfg] {
        max-width: min(80ch, 100%);
    }
}

@media (min-width: 1024px) {
    .contact-name[b-awt6br5yfg] {
        max-width: min(100ch, 100%);
    }
}

/* Responsive */
@media (max-width: 480px) {
    .select-contact-panel[b-awt6br5yfg] {
        max-width: 100%;
    }

    .panel-footer[b-awt6br5yfg] {
        flex-direction: column;
        gap: 12px;
    }

    .footer-left[b-awt6br5yfg],
    .footer-right[b-awt6br5yfg] {
        width: 100%;
    }

    .footer-right[b-awt6br5yfg] {
        justify-content: flex-end;
    }

    .btn-cancel[b-awt6br5yfg],
    .btn-create[b-awt6br5yfg],
    .btn-assign[b-awt6br5yfg] {
        flex: 1;
        min-width: 80px;
    }
}
/* /Shared/SendInviteSidebar.razor.rz.scp.css */
/* ===========================================
   SEND INVITE SIDEBAR COMPONENT STYLES
   =========================================== */

/* Panel Overlay */
.panel-overlay[b-6tkjyvlggq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1040;
}

/* Edit Panel */
.edit-panel[b-6tkjyvlggq] {
    position: fixed;
    top: 0;
    right: 0;
    width: 503px;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: -4px 4px 11px 3px rgba(0, 0, 0, 0.12);
    z-index: 1041;
    display: flex;
    flex-direction: column;
    animation: slideIn-b-6tkjyvlggq 0.3s ease-out;
}
.helper-text[b-6tkjyvlggq]{
    margin-top: 10px !important;
}
@keyframes slideIn-b-6tkjyvlggq {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

/* Panel Header */
.panel-header[b-6tkjyvlggq] {
    background: #434343;
    padding: 23px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 75px;
    box-sizing: border-box;
}

.panel-title[b-6tkjyvlggq] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-close-btn[b-6tkjyvlggq] {
    flex-shrink: 0;
    background: none;
    border: none;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.panel-close-btn:hover[b-6tkjyvlggq] {
    opacity: 0.8;
}

/* Panel Content */
.panel-content[b-6tkjyvlggq] {
    flex: 1;
    padding: 24px;
    overflow-y: auto;
}

/* Info Box */
.info-box[b-6tkjyvlggq] {
    background: #F6F6F6;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 24px;
}

.info-box p[b-6tkjyvlggq] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4B5563;
    line-height: 1.5;
    margin: 0;
}

/* Form Group */
.form-group[b-6tkjyvlggq] {
    margin-bottom: 20px;
}

.form-label[b-6tkjyvlggq] {
    display: block;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C1B1F;
    margin-bottom: 8px;
}

.required[b-6tkjyvlggq] {
    color: #D32F2F;
}

.form-input[b-6tkjyvlggq] {
    width: 100%;
    padding: 14px 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C1B1F;
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
}

.form-input:focus[b-6tkjyvlggq] {
    border-color: #F69126;
}

.form-input[b-6tkjyvlggq]::placeholder {
    color: #9E9E9E;
}

.form-input.input-error[b-6tkjyvlggq],
.form-select.input-error[b-6tkjyvlggq] {
    border-color: #D32F2F;
}

.form-input.disabled[b-6tkjyvlggq] {
    background: #E5E7EB;
    color: #6B7280;
    cursor: not-allowed;
}

.error-text[b-6tkjyvlggq] {
    display: block;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #D32F2F;
}

.info-text[b-6tkjyvlggq] {
    display: block;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #757575;
    margin-top: 4px;
}

/* Select/Dropdown */
.select-wrapper[b-6tkjyvlggq] {
    position: relative;
}

.form-select[b-6tkjyvlggq] {
    width: 100%;
    padding: 14px 40px 14px 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C1B1F;
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    cursor: pointer;
}

.form-select:focus[b-6tkjyvlggq] {
    border-color: #F69126;
}

.form-select.disabled[b-6tkjyvlggq] {
    background: #E5E7EB;
    color: #6B7280;
    cursor: not-allowed;
}

.select-arrow-icon[b-6tkjyvlggq] {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #707070;
    pointer-events: none;
}

/* Phone Labels */
.phone-labels[b-6tkjyvlggq] {
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
}

.phone-label-country[b-6tkjyvlggq] {
    width: 180px;
    flex-shrink: 0;
}

.phone-label-number[b-6tkjyvlggq] {
    flex: 1;
}

/* Textarea */
.form-textarea[b-6tkjyvlggq] {
    width: 100%;
    padding: 14px 16px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1C1B1F;
    background: #F6F6F6;
    border: 1px solid #C3C3C3;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    resize: vertical;
    min-height: 180px;
    line-height: 1.5;
}

.form-textarea:focus[b-6tkjyvlggq] {
    border-color: #F69126;
}

.form-textarea[b-6tkjyvlggq]::placeholder {
    color: #9E9E9E;
}

.form-textarea.input-error[b-6tkjyvlggq] {
    border-color: #D32F2F;
}

/* Character Count */
.character-count[b-6tkjyvlggq] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #6B7280;
    text-align: left;
    margin-top: 4px;
}

.character-count.over-limit[b-6tkjyvlggq] {
    color: #D32F2F;
}

/* Panel Footer */
.panel-footer[b-6tkjyvlggq] {
    padding: 24px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    border-top: 1px solid #E0E0E0;
}

.btn-discard[b-6tkjyvlggq] {
    padding: 14px 32px;
    background: #FFFFFF;
    border: 1px solid #4A4A4A;
    border-radius: 6px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-discard:focus-visible[b-6tkjyvlggq] {
    background: #F5F5F5;
}

.btn-discard:hover:not(:disabled)[b-6tkjyvlggq] {
    background: #F5F5F5;
}

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

.btn-save[b-6tkjyvlggq] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    background: #F69126;
    border: none;
    border-radius: 6px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C1B1F;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-save:hover:not(:disabled)[b-6tkjyvlggq] {
    background: #E58320;
}

.btn-save:focus-visible[b-6tkjyvlggq] {
    outline: none;
    background: #E58320;
}

.btn-save:disabled:focus-visible[b-6tkjyvlggq] {
    background: #E0E0E0;
}

.btn-save:disabled[b-6tkjyvlggq] {
    background: #E0E0E0;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .edit-panel[b-6tkjyvlggq] {
        width: 100%;
    }

    .panel-footer[b-6tkjyvlggq] {
        flex-direction: column;
    }

    .btn-discard[b-6tkjyvlggq],
    .btn-save[b-6tkjyvlggq] {
        width: 100%;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .panel-header[b-6tkjyvlggq] {
        padding: 16px;
        min-height: 60px;
    }

    .panel-title[b-6tkjyvlggq] {
        font-size: 20px;
    }

    .panel-content[b-6tkjyvlggq] {
        padding: 16px;
    }

    .info-box[b-6tkjyvlggq] {
        padding: 12px;
        margin-bottom: 16px;
    }

    .info-box p[b-6tkjyvlggq] {
        font-size: 13px;
    }

    .form-group[b-6tkjyvlggq] {
        margin-bottom: 16px;
    }

    .form-label[b-6tkjyvlggq] {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .form-input[b-6tkjyvlggq] {
        padding: 10px 12px;
        font-size: 14px;
    }

    .form-select[b-6tkjyvlggq] {
        padding: 10px 36px 10px 12px;
        font-size: 14px;
    }

    .form-textarea[b-6tkjyvlggq] {
        padding: 10px 12px;
        font-size: 13px;
        min-height: 140px;
    }

    .panel-footer[b-6tkjyvlggq] {
        padding: 16px;
        gap: 10px;
    }

    .btn-discard[b-6tkjyvlggq],
    .btn-save[b-6tkjyvlggq] {
        padding: 12px 20px;
        font-size: 14px;
        min-height: 44px;
    }

    .phone-labels[b-6tkjyvlggq] {
        gap: 12px;
    }

    .phone-label-country[b-6tkjyvlggq] {
        width: 150px;
    }
}

/* iPhone 12 Pro (390px) */
@media (max-width: 390px) {
    .panel-header[b-6tkjyvlggq] {
        padding: 14px;
        min-height: 54px;
    }

    .panel-title[b-6tkjyvlggq] {
        font-size: 18px;
    }

    .panel-close-btn[b-6tkjyvlggq] {
        font-size: 20px;
    }

    .panel-content[b-6tkjyvlggq] {
        padding: 14px;
    }

    .info-box p[b-6tkjyvlggq] {
        font-size: 12px;
    }

    .form-label[b-6tkjyvlggq] {
        font-size: 13px;
    }

    .form-input[b-6tkjyvlggq] {
        padding: 8px 10px;
        font-size: 13px;
    }

    .form-select[b-6tkjyvlggq] {
        padding: 8px 32px 8px 10px;
        font-size: 13px;
    }

    .form-textarea[b-6tkjyvlggq] {
        font-size: 12px;
        min-height: 120px;
    }

    .panel-footer[b-6tkjyvlggq] {
        padding: 14px;
    }

    .btn-discard[b-6tkjyvlggq],
    .btn-save[b-6tkjyvlggq] {
        padding: 10px 16px;
        font-size: 13px;
    }

    .phone-label-country[b-6tkjyvlggq] {
        width: 130px;
    }
}

/* Small Mobile (iPhone SE: 375px and below) */
@media (max-width: 375px) {
    .panel-header[b-6tkjyvlggq] {
        padding: 12px;
    }

    .panel-title[b-6tkjyvlggq] {
        font-size: 16px;
    }

    .panel-content[b-6tkjyvlggq] {
        padding: 12px;
    }

    .form-label[b-6tkjyvlggq] {
        font-size: 12px;
    }

    .form-input[b-6tkjyvlggq] {
        padding: 8px;
        font-size: 12px;
    }

    .form-select[b-6tkjyvlggq] {
        padding: 8px 28px 8px 8px;
        font-size: 12px;
    }

    .form-textarea[b-6tkjyvlggq] {
        font-size: 12px;
        min-height: 100px;
    }

    .panel-footer[b-6tkjyvlggq] {
        padding: 12px;
    }

    .btn-discard[b-6tkjyvlggq],
    .btn-save[b-6tkjyvlggq] {
        padding: 8px 14px;
        font-size: 12px;
    }
}

/* ===========================================
   SYSTEM USER WARNING
   =========================================== */
.system-user-warning[b-6tkjyvlggq] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #FFF3E0;
    border: 1px solid #FFB74D;
    border-radius: 6px;
    margin-top: 16px;
}

.system-user-warning .warning-icon[b-6tkjyvlggq] {
    font-size: 16px;
}

.system-user-warning .warning-text[b-6tkjyvlggq] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #E65100;
}

/* ===========================================
   EMAIL INPUT WITH STATUS ICON
   =========================================== */
.email-input-wrapper[b-6tkjyvlggq] {
    position: relative;
    display: flex;
    align-items: center;
}

.email-input-wrapper .form-input[b-6tkjyvlggq] {
    padding-right: 44px;
}

.email-input-wrapper .form-input.input-valid[b-6tkjyvlggq] {
    border-color: #4CAF50;
}

.email-status-icon[b-6tkjyvlggq] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Shared/SuccessNotification.razor.rz.scp.css */
/* ===========================================
   SUCCESS NOTIFICATION COMPONENT STYLES
   =========================================== */

.success-notification[b-3sme5w2a6b] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #D8EDD9;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #166719;
    animation: fadeIn-b-3sme5w2a6b 0.3s ease-out;
    max-width: fit-content;
}

.success-notification svg[b-3sme5w2a6b] {
    flex-shrink: 0;
}

.dismiss-btn[b-3sme5w2a6b] {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: 8px;
    transition: background-color 0.2s;
}

.dismiss-btn:hover[b-3sme5w2a6b] {
    background: rgba(22, 103, 25, 0.1);
}

@keyframes fadeIn-b-3sme5w2a6b {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Shared/TopHeaderBar.razor.rz.scp.css */
/* TopHeaderBar component styles */
/* Main styles are in app.css (.top-right-section, .top-right-icons, .top-right-profile, etc.) */

/* Component-specific overrides */
.top-right-section[b-hhg43ia1q1] {
    margin-bottom: 0;
}

.dropdown-icon[b-hhg43ia1q1] {
    margin-left: 4px;
}
/* /Shared/UserListContent.razor.rz.scp.css */
/* ===========================================
   USER LIST PAGE STYLES
   =========================================== */

.user-list-page[b-06jppkeo8f] {
    padding: 0;
    overflow: visible;
}

/* ===========================================
   PAGE HEADER
   =========================================== */
.page-header[b-06jppkeo8f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.page-title[b-06jppkeo8f] {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: hsl(220, 15%, 15%);
    margin: 0;
    line-height: 1.2;
}

/* ===========================================
   ADD USER BUTTON
   =========================================== */
.btn-add-user[b-06jppkeo8f] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: hsl(32, 95%, 50%);
    border: none;
    border-radius: 6px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-add-user:hover[b-06jppkeo8f] {
    background: hsl(32, 95%, 45%);
}

.btn-icon[b-06jppkeo8f] {
    font-size: 18px;
    font-weight: 600;
}

/* ===========================================
   TABLE COLUMN WIDTHS (Scrollable on small screens)
   =========================================== */
[b-06jppkeo8f] .aro-data-table th:nth-child(1),
[b-06jppkeo8f] .aro-data-table td:nth-child(1) {
    width: 25%;
    min-width: 160px;
}

[b-06jppkeo8f] .aro-data-table th:nth-child(2),
[b-06jppkeo8f] .aro-data-table td:nth-child(2) {
    width: 30%;
    min-width: 180px;
}

[b-06jppkeo8f] .aro-data-table th:nth-child(3),
[b-06jppkeo8f] .aro-data-table td:nth-child(3) {
    width: 15%;
    min-width: 120px;
}

[b-06jppkeo8f] .aro-data-table th:nth-child(4),
[b-06jppkeo8f] .aro-data-table td:nth-child(4) {
    width: 15%;
    min-width: 100px;
    padding-right: 24px;
}

[b-06jppkeo8f] .aro-data-table th:nth-child(5),
[b-06jppkeo8f] .aro-data-table td:nth-child(5) {
    width: 15%;
    min-width: 72px;
    padding-left: 20px;
}

/* ===========================================
   TABLE CELL STYLES
   =========================================== */
[b-06jppkeo8f] .user-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

[b-06jppkeo8f] .user-avatar {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    aspect-ratio: 1;
    background: #F6F6F6;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    flex-shrink: 0;
}

[b-06jppkeo8f] .user-name {
    font-weight: 500;
    color: #1C1B1F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-06jppkeo8f] .aro-data-table td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-06jppkeo8f] .status-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 50px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
}

[b-06jppkeo8f] .status-badge.active {
    background-color: #D8EDD9;
    color: #1B4D19;
}

[b-06jppkeo8f] .status-badge.inactive {
    background-color: #FFD5E1;
    color: #A40D37;
}

[b-06jppkeo8f] .status-badge.pending {
    background-color: #FFF3CD;
    color: #856404;
}

[b-06jppkeo8f] .action-cell {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Row with open actions dropdown stacks above other rows so dropdown is not overlapped */
[b-06jppkeo8f] tr.action-dropdown-open {
    position: relative;
    z-index: 100;
}

[b-06jppkeo8f] .action-cell-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    z-index: 10;
}

[b-06jppkeo8f] .action-btn {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s;
}

[b-06jppkeo8f] .action-btn:hover {
    background: #F5F5F5;
}

[b-06jppkeo8f] .action-btn img {
    width: 18px;
    height: 18px;
    opacity: 0.7;
}

[b-06jppkeo8f] .action-btn:hover img {
    opacity: 1;
}

/* ===========================================
   SORT ICON
   =========================================== */
[b-06jppkeo8f] .sortable-header .sort-icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    opacity: 0.4;
    transition: transform 0.2s ease, opacity 0.2s ease;
    flex-shrink: 0;
}

[b-06jppkeo8f] .sortable-header .sort-icon.asc {
    opacity: 1;
    transform: rotate(0deg);
}

[b-06jppkeo8f] .sortable-header .sort-icon.desc {
    opacity: 1;
    transform: rotate(180deg);
}

[b-06jppkeo8f] .sortable-header:hover .sort-icon {
    opacity: 0.7;
}

/* ===========================================
   LOADING STATE
   =========================================== */
.loading-container[b-06jppkeo8f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 64px 24px;
    min-height: 300px;
}

.loading-text[b-06jppkeo8f] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    color: #9E9E9E;
}

/* ===========================================
   EMPTY STATE
   =========================================== */
[b-06jppkeo8f] .empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 48px 24px;
}

[b-06jppkeo8f] .empty-state p {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    color: #9E9E9E;
    margin: 0;
}

.btn-add-user-empty[b-06jppkeo8f] {
    padding: 12px 24px;
    background: hsl(32, 95%, 50%);
    border: none;
    border-radius: 6px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-add-user-empty:hover[b-06jppkeo8f] {
    background: hsl(32, 95%, 45%);
}

/* ===========================================
   RESPONSIVE
   =========================================== */

/* iPad Air (820px) - same column spacing and status as tablet */
@media (max-width: 820px) {
    [b-06jppkeo8f] .status-badge {
        padding: 6px 14px;
        font-size: 13px;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(4),
    [b-06jppkeo8f] .aro-data-table td:nth-child(4) {
        padding-right: 20px;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(5),
    [b-06jppkeo8f] .aro-data-table td:nth-child(5) {
        padding-left: 16px;
    }

    .user-list-content[b-06jppkeo8f] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .page-header[b-06jppkeo8f] {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .btn-add-user[b-06jppkeo8f] {
        width: 100%;
        justify-content: center;
        min-height: 44px;
    }
}

/* Tablet and below */
@media (max-width: 768px) {
    [b-06jppkeo8f] .status-badge {
        padding: 6px 14px;
        font-size: 13px;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(4),
    [b-06jppkeo8f] .aro-data-table td:nth-child(4) {
        padding-right: 20px;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(5),
    [b-06jppkeo8f] .aro-data-table td:nth-child(5) {
        padding-left: 16px;
    }
    .user-list-content[b-06jppkeo8f] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .page-header[b-06jppkeo8f] {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .btn-add-user[b-06jppkeo8f] {
        width: 100%;
        justify-content: center;
        min-height: 44px;
    }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
    .user-list-content[b-06jppkeo8f] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .page-header[b-06jppkeo8f] {
        margin-bottom: 16px;
    }

    .page-title[b-06jppkeo8f] {
        font-size: 20px;
    }

    .btn-add-user[b-06jppkeo8f] {
        padding: 12px 16px;
        font-size: 14px;
        min-height: 44px;
    }

    .btn-icon[b-06jppkeo8f] {
        font-size: 16px;
    }

    .btn-add-user-empty[b-06jppkeo8f] {
        padding: 10px 20px;
        font-size: 13px;
        min-height: 44px;
    }

    [b-06jppkeo8f] .empty-state {
        padding: 32px 16px;
        gap: 12px;
    }

    [b-06jppkeo8f] .empty-state p {
        font-size: 14px;
    }

    /* Table columns: flexible widths so table fits wrapper on mobile */
    [b-06jppkeo8f] .aro-data-table th:nth-child(1),
    [b-06jppkeo8f] .aro-data-table td:nth-child(1) {
        width: 22%;
        min-width: 0;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(2),
    [b-06jppkeo8f] .aro-data-table td:nth-child(2) {
        width: 26%;
        min-width: 0;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(3),
    [b-06jppkeo8f] .aro-data-table td:nth-child(3) {
        width: 14%;
        min-width: 0;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(4),
    [b-06jppkeo8f] .aro-data-table td:nth-child(4) {
        width: 16%;
        min-width: 0;
        padding-right: 28px;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(5),
    [b-06jppkeo8f] .aro-data-table td:nth-child(5) {
        width: 22%;
        min-width: 0;
        padding-left: 24px;
    }

    [b-06jppkeo8f] .status-badge {
        padding: 5px 12px;
        font-size: 12px;
    }

    [b-06jppkeo8f] .action-btn {
        min-width: 44px;
        min-height: 44px;
        width: 44px;
        height: 44px;
    }
}

/* iPhone 14 Pro Max (430px) - clear gap between Status and Actions */
@media (max-width: 430px) {
    [b-06jppkeo8f] .aro-data-table th:nth-child(4),
    [b-06jppkeo8f] .aro-data-table td:nth-child(4) {
        padding-right: 36px;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(5),
    [b-06jppkeo8f] .aro-data-table td:nth-child(5) {
        padding-left: 32px;
    }
}

/* iPhone XR (414px) - extra space between Status and Actions */
@media (max-width: 414px) {
    [b-06jppkeo8f] .aro-data-table th:nth-child(4),
    [b-06jppkeo8f] .aro-data-table td:nth-child(4) {
        padding-right: 32px;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(5),
    [b-06jppkeo8f] .aro-data-table td:nth-child(5) {
        padding-left: 28px;
    }
}

/* iPhone 12 Pro (390px) */
@media (max-width: 390px) {
    .user-list-content[b-06jppkeo8f] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .page-header[b-06jppkeo8f] {
        margin-bottom: 12px;
    }

    .page-title[b-06jppkeo8f] {
        font-size: 18px;
    }

    .btn-add-user[b-06jppkeo8f] {
        padding: 10px 14px;
        font-size: 13px;
        gap: 6px;
        min-height: 44px;
    }

    [b-06jppkeo8f] .user-avatar {
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        border-radius: 50%;
        aspect-ratio: 1;
        font-size: 10px;
    }

    [b-06jppkeo8f] .status-badge {
        padding: 5px 10px;
        font-size: 11px;
    }

    .btn-add-user-empty[b-06jppkeo8f] {
        padding: 8px 16px;
        font-size: 12px;
        min-height: 44px;
    }

    [b-06jppkeo8f] .empty-state {
        padding: 24px 12px;
    }

    [b-06jppkeo8f] .empty-state p {
        font-size: 13px;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(1),
    [b-06jppkeo8f] .aro-data-table td:nth-child(1) {
        width: 20%;
        min-width: 0;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(2),
    [b-06jppkeo8f] .aro-data-table td:nth-child(2) {
        width: 26%;
        min-width: 0;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(3),
    [b-06jppkeo8f] .aro-data-table td:nth-child(3) {
        width: 14%;
        min-width: 0;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(4),
    [b-06jppkeo8f] .aro-data-table td:nth-child(4) {
        width: 18%;
        min-width: 0;
        padding-right: 16px;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(5),
    [b-06jppkeo8f] .aro-data-table td:nth-child(5) {
        width: 22%;
        min-width: 0;
        padding-left: 12px;
    }

    [b-06jppkeo8f] .action-btn {
        min-width: 44px;
        min-height: 44px;
    }
}

/* Small Mobile (iPhone SE: 375px and below) */
@media (max-width: 375px) {
    .user-list-content[b-06jppkeo8f] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .page-title[b-06jppkeo8f] {
        font-size: 16px;
    }

    [b-06jppkeo8f] .status-badge {
        padding: 4px 8px;
        font-size: 10px;
    }

    .btn-add-user[b-06jppkeo8f] {
        padding: 8px 12px;
        font-size: 12px;
        min-height: 44px;
    }

    [b-06jppkeo8f] .user-avatar {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
        border-radius: 50%;
        aspect-ratio: 1;
        font-size: 10px;
    }

    .btn-add-user-empty[b-06jppkeo8f] {
        font-size: 11px;
        min-height: 44px;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(4),
    [b-06jppkeo8f] .aro-data-table td:nth-child(4) {
        padding-right: 14px;
    }

    [b-06jppkeo8f] .aro-data-table th:nth-child(5),
    [b-06jppkeo8f] .aro-data-table td:nth-child(5) {
        padding-left: 10px;
    }

    [b-06jppkeo8f] .action-btn {
        min-width: 44px;
        min-height: 44px;
    }
}
