/* _content/Server/Components/Layout/MainLayout.razor.rz.scp.css */
/* Radzen Layout handles structure */

#blazor-error-ui[b-b2v93q5khi] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-b2v93q5khi] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Server/Components/Pages/Profiles/MemberManagement/MembershipRequestBulkDecisionDialog.razor.rz.scp.css */
.bulk-decision-dialog[b-lkyon9dnyw] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    gap: 0.6rem;
}

.bulk-decision-toolbar[b-lkyon9dnyw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.selection-count[b-lkyon9dnyw] {
    margin-right: auto;
    color: #475569;
    font-size: 0.85rem;
}

.bulk-decision-grid-host[b-lkyon9dnyw] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.bulk-decision-grid-host.is-hidden[b-lkyon9dnyw] {
    display: none;
}

.bulk-decision-grid[b-lkyon9dnyw] {
    flex: 1;
    min-height: 280px;
}

.bulk-decision-confirmation[b-lkyon9dnyw] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    font-size: 0.95rem;
    text-align: center;
}

.bulk-decision-confirmation-title[b-lkyon9dnyw] {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
}

.bulk-decision-confirmation-warning[b-lkyon9dnyw] {
    color: #9a3412;
}

.bulk-decision-grid[b-lkyon9dnyw]  .rz-data-row {
    cursor: pointer;
}

.bulk-decision-hint[b-lkyon9dnyw] {
    display: inline-block;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    font-size: 0.72rem;
    white-space: nowrap;
}

.bulk-decision-hint.blocked[b-lkyon9dnyw] {
    background: #f1f5f9;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

.bulk-decision-hint.partial[b-lkyon9dnyw] {
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fdba74;
}

.bulk-decision-result[b-lkyon9dnyw] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    font-size: 0.85rem;
}

.bulk-decision-result-details[b-lkyon9dnyw] {
    margin-top: 0.4rem;
    max-height: 160px;
    overflow-y: auto;
    padding-top: 0.4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 0.8rem;
}

.bulk-decision-result-details .label[b-lkyon9dnyw] {
    font-weight: 600;
}

.bulk-decision-actions[b-lkyon9dnyw] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
}
/* _content/Server/Components/Shared/Memberships/GroupAssignmentManager.razor.rz.scp.css */
.group-assignment-manager[b-qh8cjgy9wu] {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    gap: 0.6rem;
}

.group-assignment-toolbar[b-qh8cjgy9wu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.selection-count[b-qh8cjgy9wu] {
    margin-right: auto;
    color: #475569;
    font-size: 0.8rem;
}

.group-assignment-grid[b-qh8cjgy9wu] {
    flex: 1;
    min-height: 280px;
}

.group-assignment-grid[b-qh8cjgy9wu]  .rz-data-row {
    cursor: pointer;
}

.assignment-status[b-qh8cjgy9wu] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.78rem;
}

.assignment-status.yes[b-qh8cjgy9wu] {
    color: #047857;
}

.assignment-status.no[b-qh8cjgy9wu] {
    color: #b91c1c;
}
/* _content/Server/Components/Shared/Memberships/MembershipTypeAssignmentManager.razor.rz.scp.css */
.membership-assignment-manager[b-ubkp9ij2j4] {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    gap: 0.6rem;
}

.membership-assignment-toolbar[b-ubkp9ij2j4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.selection-count[b-ubkp9ij2j4] {
    margin-right: auto;
    color: #475569;
    font-size: 0.8rem;
}

.membership-assignment-grid[b-ubkp9ij2j4] {
    flex: 1;
    min-height: 280px;
}

.membership-assignment-grid[b-ubkp9ij2j4]  .rz-data-row {
    cursor: pointer;
}
