/* /Components/Activities/ActivityAudienceAndTags.razor.rz.scp.css */
/* Figma node 245:4948 — audience group info block */
.aat-lines[b-ekb6d9ffs0] {
    display: flex;
    flex-direction: column;

}

.aat-line[b-ekb6d9ffs0] {
    font-size: 18px;
    font-weight: 400;
    color: #2A3039;
    line-height: 1.4;
    margin: 0;
    text-align: right;
    white-space: nowrap;
}
/* /Components/Activities/ActivityOfferRules.razor.rz.scp.css */
.offer-rules-group--nested[b-767p5lh2o5] {
    border-top: 1px solid #e5e7eb;
    padding-top: 0.9rem;
    margin-top: 0;
}

.offer-rules-section-title[b-767p5lh2o5] {
    color: #475569;
    font-weight: 700;
}

.offer-rule-lock-row[b-767p5lh2o5] {
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    display: grid;
    gap: 0.8rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.8rem 0.9rem;
}

.offer-rule-lock-row.is-locked-selected[b-767p5lh2o5] {
    background: #f5f5f5;
    border-color: #d1d5db;
}

.offer-rule-lock-row.is-locked-pending[b-767p5lh2o5] {
    background: #fff7ed;
    border-color: #fdba74;
}

.offer-rule-lock-checkbox[b-767p5lh2o5] {
    cursor: not-allowed;
    margin-top: 0.2rem;
    opacity: 1;
}

/* Override Bootstrap blue for checked+disabled locked checkboxes */
.offer-rule-lock-checkbox:checked[b-767p5lh2o5] {
    background-color: #9ca3af;
    border-color: #9ca3af;
}

.offer-rule-lock-content[b-767p5lh2o5] {
    min-width: 0;
}

.offer-rule-lock-main[b-767p5lh2o5] {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.offer-rule-lock-text[b-767p5lh2o5] {
    min-width: 0;
}

.offer-rule-lock-price[b-767p5lh2o5] {
    flex-shrink: 0;
    min-width: 84px;
}

@media (max-width: 576px) {
    .offer-rule-lock-main[b-767p5lh2o5] {
        flex-direction: column;
    }

    .offer-rule-lock-price[b-767p5lh2o5] {
        min-width: 0;
    }
}

.offer-rules-section .form-check-input[b-767p5lh2o5] {
    margin-left: 1em;
    margin-right: 0cm;
}

.offer-rule-choice[b-767p5lh2o5] {
    align-items: flex-start;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: auto minmax(0, 1fr);
}

.offer-rule-choice .form-check-input[b-767p5lh2o5] {
    float: none;
    grid-column: 1;
    margin: 0.2rem 0 0;
}

.offer-rule-choice__label[b-767p5lh2o5] {
    grid-column: 2;
    margin: 0;
    min-width: 0;
    opacity: 1;
}

@media (max-width: 576px) {
    .offer-rule-choice[b-767p5lh2o5] {
        gap: 0.6rem;
    }
}

.offer-rule-choice--blocked .form-check-input:disabled ~ .offer-rule-choice__label[b-767p5lh2o5] {
    color: #334155;
    opacity: 1;
}

.offer-rule-choice__message[b-767p5lh2o5] {
    color: #b45309;
    display: inline-block;
    font-weight: 600;
    opacity: 1;
}
/* /Components/Activities/ActivityPricing.razor.rz.scp.css */
.pricing-root h5[b-5wxwqr7tlc] {
    color: #2A3039;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
}

.pricing-options-subtitle[b-5wxwqr7tlc] {
    color: #3F4C5E;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1rem !important;
}

.pricing-section-heading[b-5wxwqr7tlc] {
    color: #244EA0;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    direction: rtl;
    width: 100%;
    margin: 12px 0 4px;
}

.list-group.mb-3 > .pricing-section-heading:first-child[b-5wxwqr7tlc] {
    margin-top: 0;
}

.pricing-section-heading--bundle[b-5wxwqr7tlc] {
    font-size: 15px;
    font-weight: 600;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1.5px solid #d0dff7;
}

.list-group.mb-3[b-5wxwqr7tlc] {
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pricing-item-header[b-5wxwqr7tlc] {
    margin-bottom: 4px;
}

.pricing-item-title[b-5wxwqr7tlc] {
    color: #2A3039;
    font-size: 1rem;
    font-weight: 800;
}

.pricing-trial-badge[b-5wxwqr7tlc] {
    background: #eaf3ff;
    border: 1px solid #c6dbff;
    color: #1e3a8a;
    font-weight: 700;
}

/* Outer visual card wrapper */
.pricing-tariff-card[b-5wxwqr7tlc] {
    background: #ffffff;
    border: 1px solid #EAF0FB;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(19, 63, 106, 0.08);
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.pricing-tariff-card:hover:not(.is-selected)[b-5wxwqr7tlc] {
    border-color: #BFD0F2;
}

.pricing-tariff-card.is-selected[b-5wxwqr7tlc] {
    border: 2px solid #3068D5;
}

/* Single auto-selected card: no radio, no blue highlight */
.pricing-tariff-card.is-single[b-5wxwqr7tlc] {
    border: 1px solid #EAF0FB;
    box-shadow: none;
    cursor: default;
}

/* Label inside the card wrapper — layout only, no visual */
.pricing-tariff-label[b-5wxwqr7tlc] {
    display: block;
    width: 100%;
    padding: 16px;
    margin: 0;
}

.pricing-tariff-card.trial-option .pricing-tariff-label[b-5wxwqr7tlc] {
    padding: 24px 16px;
}

.pricing-tariff-radio[b-5wxwqr7tlc] {
    flex-shrink: 0;
    margin: 0;
    align-self: center;
}

.pricing-tariff-content[b-5wxwqr7tlc] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

/* Two-row layout: Row 1 = name | price, Row 2 = track | total */
.pricing-tariff-row[b-5wxwqr7tlc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.pricing-tariff-row--main[b-5wxwqr7tlc] {
    align-items: flex-start;
}

.pricing-tariff-name[b-5wxwqr7tlc] {
    color: #2A3039;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.pricing-tariff-track[b-5wxwqr7tlc] {
    color: #3F4C5E;
    font-size: 14px;
    font-weight: 400;
}

.pricing-total-text[b-5wxwqr7tlc] {
    color: #3F4C5E;
    font-size: 14px;
    font-weight: 400;
    flex-shrink: 0;
}

.pricing-root.rtl[b-5wxwqr7tlc] {
    direction: rtl;
    text-align: right;
}

.pricing-root.ltr[b-5wxwqr7tlc] {
    direction: ltr;
    text-align: left;
}

.pricing-root.rtl .pricing-tariff-name[b-5wxwqr7tlc],
.pricing-root.rtl .pricing-tariff-track[b-5wxwqr7tlc] {
    text-align: right;
}

.pricing-root.ltr .pricing-tariff-name[b-5wxwqr7tlc],
.pricing-root.ltr .pricing-tariff-track[b-5wxwqr7tlc] {
    text-align: left;
}

.pricing-root.rtl .pricing-trial-sessions-title[b-5wxwqr7tlc],
.pricing-root.rtl .pricing-trial-session-option[b-5wxwqr7tlc],
.pricing-root.rtl .pricing-trial-session-copy[b-5wxwqr7tlc] {
    direction: rtl;
    text-align: right;
}

.pricing-root.ltr .pricing-trial-sessions-title[b-5wxwqr7tlc],
.pricing-root.ltr .pricing-trial-session-option[b-5wxwqr7tlc],
.pricing-root.ltr .pricing-trial-session-copy[b-5wxwqr7tlc] {
    direction: ltr;
    text-align: left;
}

.pricing-price-value[b-5wxwqr7tlc] {
    color: #2A3039;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    flex-shrink: 0;
    white-space: nowrap;
}

.pricing-selected-divider[b-5wxwqr7tlc] {
    margin: 0;
    border-color: #EAF0FB;
    border-top-width: 1px;
}
/* 
.pricing-selected-section {
    padding: 16px;
} */

.pricing-root.rtl .pricing-selected-section[b-5wxwqr7tlc] {
    padding-right: 50px;
}

.pricing-selected-section .pricing-trial-panel[b-5wxwqr7tlc] {
    margin-top: 16px;
}

.pricing-selected-section > .pricing-trial-panel:first-child[b-5wxwqr7tlc] {
    margin-top: 0;
}

.pricing-trial-sessions[b-5wxwqr7tlc] {
    margin-top: 0.25rem;
}

.pricing-trial-sessions-title[b-5wxwqr7tlc] {
    color: #374151;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.pricing-trial-session-option[b-5wxwqr7tlc] {
    align-items: center;
    display: flex;
    gap: 0.55rem;
    margin: 0;
    padding: 0.28rem 0;
}

.pricing-root.rtl .pricing-trial-session-option[b-5wxwqr7tlc] {
    justify-content: flex-end;
}

.pricing-root.ltr .pricing-trial-session-option[b-5wxwqr7tlc] {
    justify-content: flex-start;
}

.pricing-trial-session-option.is-disabled[b-5wxwqr7tlc] {
    color: #9ca3af;
}

.pricing-trial-session-option input[type="radio"][b-5wxwqr7tlc] {
    flex-shrink: 0;
    margin: 0;
    margin-top: 0.1rem;
}

.pricing-trial-session-copy[b-5wxwqr7tlc] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
    width: 100%;
    text-align: right;
}

.pricing-trial-session-day[b-5wxwqr7tlc] {
    color: #374151;
    font-size: 0.92rem;
    font-weight: 500;
    white-space: nowrap;
}

.pricing-trial-session-date-row[b-5wxwqr7tlc] {
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 0.35rem;
}

.pricing-trial-session-date[b-5wxwqr7tlc] {
    color: #111827;
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
}

.pricing-trial-session-status[b-5wxwqr7tlc] {
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
}

  .pricing-trial-session-status.is-full[b-5wxwqr7tlc] {
    color: #E14043;
  }

  @media (max-width: 576px) {
    .pricing-price-value[b-5wxwqr7tlc] {
      font-size: 16px;
    }

    .pricing-tariff-label[b-5wxwqr7tlc] {
      padding: 12px !important;
    }

    .pricing-tariff-card.trial-option .pricing-tariff-label[b-5wxwqr7tlc] {
      padding: 16px 12px !important;
    }
  }

.card-body[b-5wxwqr7tlc] {
    padding: 0;
}
/* /Components/Activities/ActivitySchedule.razor.rz.scp.css */
/* Figma node 245:4948 — time info block, same style as audience */
.as-lines[b-59ft5h84kd] {
    display: flex;
    flex-direction: column;
}

.as-line[b-59ft5h84kd] {
    font-size: 18px;
    font-weight: 400;
    color: #2A3039;
    line-height: 1.4;
    margin: 0;
    text-align: right;
    white-space: nowrap;
}
/* /Components/AutoCompleteInput.razor.rz.scp.css */
.auto-complete[b-5yr1x7z4jh] {
    position: relative;
    width: 100%;
    --ac-menu-top: 0px;
    --ac-menu-left: 0px;
    --ac-menu-width: 100%;
    --ac-menu-max-height: 18rem;
}

.auto-complete__control[b-5yr1x7z4jh] {
    position: relative;
    width: 100%;
}

.auto-complete__control input[b-5yr1x7z4jh] {
    padding-inline-end: 2.8rem;
}

.auto-complete--signup .auto-complete__control input[b-5yr1x7z4jh] {
    width: 100%;
    min-height: 48px;
    padding-block: 12px;
    padding-inline-start: 14px;
    padding-inline-end: 42px;
    border: 1px solid #bfd0f2;
    border-radius: 8px;
    background: var(--color-white, #fff);
    color: var(--color-dark-headline, #223046);
    font: inherit;
    font-size: 15px;
    line-height: 1.5;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auto-complete--signup .auto-complete__control input[b-5yr1x7z4jh]::placeholder {
    color: var(--color-dark-grey, #6b7280);
}

.auto-complete--signup .auto-complete__control input:focus[b-5yr1x7z4jh] {
    outline: none;
    border-color: var(--color-dark-headline, #223046);
    box-shadow: 0 0 0 4px rgba(191, 208, 242, 0.28);
}

.auto-complete--signup.auto-complete--signup-error .auto-complete__control input[b-5yr1x7z4jh] {
    border-color: var(--color-red-error, #e14043);
}

.auto-complete--signup.auto-complete--signup-error .auto-complete__control input:focus[b-5yr1x7z4jh] {
    border-color: var(--color-red-error, #e14043);
    box-shadow: 0 0 0 4px rgba(225, 64, 67, 0.14);
}

.auto-complete__toggle[b-5yr1x7z4jh] {
    position: absolute;
    top: 50%;
    inset-inline-end: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #6b7a90;
    transform: translateY(-50%);
    transition: background-color 0.18s ease, color 0.18s ease;
}

.auto-complete--signup .auto-complete__toggle[b-5yr1x7z4jh] {
    inset-inline-end: 0.7rem;
    width: 2rem;
    height: 2rem;
    color: var(--color-dark-grey, #6b7280);
}

.auto-complete--signup .auto-complete__toggle:hover:not(:disabled)[b-5yr1x7z4jh] {
    background: rgba(19, 63, 106, 0.08);
    color: var(--color-dark-headline, #223046);
}

.auto-complete__toggle:hover:not(:disabled)[b-5yr1x7z4jh] {
    background: rgba(48, 104, 213, 0.08);
    color: #3068d5;
}

.auto-complete__toggle:disabled[b-5yr1x7z4jh] {
    color: #9ca7b8;
}

.auto-complete__menu[b-5yr1x7z4jh] {
    position: fixed;
    display: block;
    top: var(--ac-menu-top);
    left: var(--ac-menu-left);
    width: var(--ac-menu-width);
    max-width: calc(100vw - 1.5rem);
    margin-top: 0;
    padding: 0.35rem;
    border: 1px solid rgba(35, 48, 70, 0.12);
    border-radius: 0.95rem;
    background: var(--bs-body-bg, #ffffff);
    box-shadow: 0 18px 40px rgba(23, 40, 71, 0.12);
    z-index: 3000;
}

.auto-complete--signup .auto-complete__menu[b-5yr1x7z4jh] {
    border-color: rgba(19, 63, 106, 0.14);
    border-radius: 0.85rem;
    box-shadow: 0 16px 36px rgba(19, 63, 106, 0.12);
}

.auto-complete__list[b-5yr1x7z4jh] {
    max-height: var(--ac-menu-max-height);
    overflow-y: auto;
    scrollbar-width: thin;
}

.auto-complete__option[b-5yr1x7z4jh] {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 2.65rem;
    border: 0;
    border-radius: 0.75rem;
    background: transparent;
    color: #223046;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.35;
    transition: background-color 0.16s ease, color 0.16s ease;
}

.auto-complete--signup .auto-complete__option[b-5yr1x7z4jh] {
    min-height: 2.8rem;
    color: var(--color-dark-headline, #223046);
    font: inherit;
}

.auto-complete__option:hover[b-5yr1x7z4jh],
.auto-complete__option:focus-visible[b-5yr1x7z4jh],
.auto-complete__option--highlighted[b-5yr1x7z4jh] {
    background: #eef4ff;
    color: #214c9b;
}

.auto-complete--signup .auto-complete__option:hover[b-5yr1x7z4jh],
.auto-complete--signup .auto-complete__option:focus-visible[b-5yr1x7z4jh],
.auto-complete--signup .auto-complete__option--highlighted[b-5yr1x7z4jh] {
    background: rgba(191, 208, 242, 0.22);
    color: var(--color-dark-headline, #223046);
}

.auto-complete__option--selected[b-5yr1x7z4jh] {
    font-weight: 700;
}

.auto-complete__option-text[b-5yr1x7z4jh] {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.auto-complete--rtl .auto-complete__menu[b-5yr1x7z4jh],
.auto-complete--rtl .auto-complete__option[b-5yr1x7z4jh],
.auto-complete--rtl .auto-complete__control input[b-5yr1x7z4jh] {
    text-align: right;
}

.auto-complete--ltr .auto-complete__menu[b-5yr1x7z4jh],
.auto-complete--ltr .auto-complete__option[b-5yr1x7z4jh],
.auto-complete--ltr .auto-complete__control input[b-5yr1x7z4jh] {
    text-align: left;
}

.auto-complete__list[b-5yr1x7z4jh]::-webkit-scrollbar {
    width: 0.55rem;
}

.auto-complete__list[b-5yr1x7z4jh]::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: rgba(93, 115, 153, 0.32);
    background-clip: padding-box;
}

.auto-complete__list[b-5yr1x7z4jh]::-webkit-scrollbar-track {
    background: transparent;
}

@media (max-width: 768px) {
    .auto-complete__list[b-5yr1x7z4jh] {
        max-height: 14rem;
    }
}
/* /Components/BankBranchSelector.razor.rz.scp.css */
.bank-branch-selector[b-401qr2qm7b] {
    --bank-field-border: #bfd0f2;
    --bank-field-border-strong: #a9c0ec;
    --bank-field-text: #2a3039;
    --bank-field-muted: #6c7b8e;
    --bank-field-surface: #ffffff;
    --bank-field-surface-soft: #f7faff;
}

.bank-branch-selector__label[b-401qr2qm7b] {
    color: var(--bank-field-text);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.45rem;
}

.bank-branch-selector__control[b-401qr2qm7b] {
    min-height: 3rem;
    border: 1px solid var(--bank-field-border);
    border-radius: 0.85rem;
    background: linear-gradient(180deg, var(--bank-field-surface) 0%, var(--bank-field-surface-soft) 100%);
    color: var(--bank-field-text);
    box-shadow: 0 8px 18px rgba(48, 104, 213, 0.06);
}

.bank-branch-selector__control:focus[b-401qr2qm7b] {
    border-color: #3068d5;
    box-shadow: 0 0 0 0.2rem rgba(48, 104, 213, 0.14), 0 8px 18px rgba(48, 104, 213, 0.08);
}

.bank-branch-selector__control:disabled[b-401qr2qm7b] {
    background: #f5f7fb;
    box-shadow: none;
}

.bank-branch-selector__search[b-401qr2qm7b] {
    min-height: 2.5rem;
    border-radius: 0.75rem;
    font-size: 0.85rem;
}

.bank-branch-selector__select[b-401qr2qm7b] {
    padding-inline-end: 2.4rem;
    font-weight: 500;
}

.bank-branch-selector__hint[b-401qr2qm7b],
.bank-branch-selector__message[b-401qr2qm7b] {
    color: var(--bank-field-muted);
    font-size: 0.8rem;
    margin-top: 0.45rem;
}

.bank-branch-selector__message.text-danger[b-401qr2qm7b] {
    color: #b45309 !important;
}
/* /Components/BillingPlanPaymentMethodRecoveryDialog.razor.rz.scp.css */
.bpmr-backdrop[b-t24c4ady2x] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 1050;
}

.bpmr-shell[b-t24c4ady2x] {
    position: fixed;
    inset: 0;
    z-index: 1051;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.bpmr-card[b-t24c4ady2x] {
    width: min(880px, 100%);
    max-height: calc(100vh - 3rem);
    overflow: auto;
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.18);
    padding: 1.5rem;
}

.bpmr-header[b-t24c4ady2x] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.bpmr-title[b-t24c4ady2x] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
}

.bpmr-subtitle[b-t24c4ady2x] {
    margin: 0.35rem 0 0;
    color: #475569;
}

.bpmr-close[b-t24c4ady2x] {
    border: 0;
    background: transparent;
    color: #475569;
    font-size: 1.75rem;
    line-height: 1;
}

.bpmr-loading[b-t24c4ady2x] {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.bpmr-summary-grid[b-t24c4ady2x] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: 1.25rem;
}

.bpmr-summary-card[b-t24c4ady2x] {
    border: 1px solid #dbe4f0;
    border-radius: 0.9rem;
    background: #f8fbff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.bpmr-summary-label[b-t24c4ady2x] {
    color: #526274;
    font-size: 0.88rem;
}

.bpmr-summary-value[b-t24c4ady2x] {
    color: #0f172a;
    font-size: 1rem;
}

.bpmr-summary-note[b-t24c4ady2x] {
    color: #64748b;
    font-size: 0.88rem;
}

.bpmr-field-block[b-t24c4ady2x] {
    margin-bottom: 1.25rem;
}

.bpmr-mode-grid[b-t24c4ady2x] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.bpmr-mode-option[b-t24c4ady2x] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border: 1px solid #dbe4f0;
    border-radius: 0.9rem;
    padding: 0.85rem 1rem;
    background: #ffffff;
    color: #0f172a;
    cursor: pointer;
}

.bpmr-mode-option.selected[b-t24c4ady2x] {
    border-color: #0f6cbd;
    background: #eff6ff;
}

.bpmr-mode-option input[b-t24c4ady2x] {
    margin: 0;
}

.bpmr-help[b-t24c4ady2x] {
    display: block;
    margin-top: 0.4rem;
    color: #526274;
}

.bpmr-help--danger[b-t24c4ady2x] {
    color: #b42318;
}

.bpmr-section[b-t24c4ady2x] {
    margin-bottom: 1.25rem;
}

.bpmr-section-title[b-t24c4ady2x] {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.bpmr-plan-list[b-t24c4ady2x] {
    display: grid;
    gap: 0.75rem;
}

.bpmr-plan-card[b-t24c4ady2x] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid #dbe4f0;
    border-radius: 0.9rem;
    padding: 0.9rem 1rem;
    background: #ffffff;
}

.bpmr-plan-card strong[b-t24c4ady2x] {
    display: block;
    color: #0f172a;
}

.bpmr-plan-card span[b-t24c4ady2x] {
    color: #64748b;
    font-size: 0.9rem;
}

.bpmr-plan-card.is-current[b-t24c4ady2x] {
    border-color: #0f6cbd;
    background: #eff6ff;
}

.bpmr-plan-badge[b-t24c4ady2x] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #0f4c81;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.bpmr-iframe-host[b-t24c4ady2x] {
    margin-bottom: 1.25rem;
    border: 1px solid #dbe4f0;
    border-radius: 0.9rem;
    overflow: hidden;
    background: #f8fbff;
}

.bpmr-iframe[b-t24c4ady2x] {
    display: block;
    width: 100%;
    min-height: 540px;
    border: 0;
    background: #ffffff;
}

.bpmr-footer[b-t24c4ady2x] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (max-width: 768px) {
    .bpmr-shell[b-t24c4ady2x] {
        align-items: stretch;
        padding: 0.75rem;
    }

    .bpmr-card[b-t24c4ady2x] {
        width: 100%;
        max-height: none;
        padding: 1rem;
    }

    .bpmr-mode-grid[b-t24c4ady2x],
    .bpmr-summary-grid[b-t24c4ady2x] {
        grid-template-columns: 1fr;
    }

    .bpmr-plan-card[b-t24c4ady2x],
    .bpmr-footer[b-t24c4ady2x],
    .bpmr-header[b-t24c4ady2x] {
        flex-direction: column;
    }

    .bpmr-footer[b-t24c4ady2x] {
        align-items: stretch;
    }
}
/* /Components/CashChequePaymentModal.razor.rz.scp.css */
/* Cash/Cheque Payment Modal Styles */

.payment-modal[b-jmqzsgp57u] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    overflow-y: auto;
}

.payment-modal.show[b-jmqzsgp57u] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-modal-dialog[b-jmqzsgp57u] {
    max-width: 600px;
    width: 90%;
    margin: 2rem auto;
}

.payment-modal-lg[b-jmqzsgp57u] {
    max-width: 800px;
}

.payment-modal-content[b-jmqzsgp57u] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.payment-inline-panel[b-jmqzsgp57u] {
    width: 100%;
}

.payment-inline-panel .payment-modal-content[b-jmqzsgp57u] {
    border: 1px solid #dee2e6;
    box-shadow: none;
}

.payment-modal-header[b-jmqzsgp57u] {
    padding: 1.5rem;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-modal-title[b-jmqzsgp57u] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.payment-close-btn[b-jmqzsgp57u] {
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
}

.payment-close-btn:hover[b-jmqzsgp57u] {
    opacity: 1;
}

.payment-modal-body[b-jmqzsgp57u] {
    padding: 1.5rem;
    min-height: 300px;
}

.payment-loading[b-jmqzsgp57u] {
    text-align: center;
    padding: 3rem 0;
}

.payment-loading .spinner-border[b-jmqzsgp57u] {
    width: 3rem;
    height: 3rem;
}

.payment-success[b-jmqzsgp57u] {
    text-align: center;
    padding: 2rem 0;
}

.payment-success .success-icon[b-jmqzsgp57u] {
    font-size: 4rem;
    color: #28a745;
    margin-bottom: 1rem;
}

.payment-success h4[b-jmqzsgp57u] {
    color: #28a745;
    margin-bottom: 1rem;
}

/* Payment Method Selector */
.payment-method-block[b-jmqzsgp57u] {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.payment-method-selector .btn-check:checked + .btn[b-jmqzsgp57u] {
    background-color: #0d6efd;
    color: white;
}

.payment-method-selector .btn[b-jmqzsgp57u] {
    padding: 1rem;
    font-size: 1.1rem;
}

.payment-method-selector .btn i[b-jmqzsgp57u] {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.payment-method-divider[b-jmqzsgp57u] {
    width: 100%;
    height: 1px;
    background: #bfd0f2;
}

/* Cash Section */
.cash-payment-section .form-control-lg[b-jmqzsgp57u] {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

/* Cheque Section */
.cheque-payment-section[b-jmqzsgp57u] {
    margin-top: 0.5rem;
}

.cheque-section-header[b-jmqzsgp57u] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: 0.75rem;
    max-width: 540px;
}

.cheque-section-actions[b-jmqzsgp57u] {
    display: flex;
    align-items: center;
}

.cheque-section-summary[b-jmqzsgp57u] {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.84rem;
    color: #46627d;
    white-space: nowrap;
}

.cheque-section-summary > div[b-jmqzsgp57u] {
    display: flex;
    gap: 0.3rem;
    align-items: baseline;
}

.cheque-section-summary .balanced[b-jmqzsgp57u] {
    color: #1b7f47;
}

.cheque-section-summary .unbalanced[b-jmqzsgp57u] {
    color: #b45309;
}

.cheque-grid-shell[b-jmqzsgp57u] {
    border: 1px solid #d9e1ea;
    background-color: #fff;
    max-width: 540px;
}

.cheque-grid-table[b-jmqzsgp57u] {
    width: 100%;
}

.cheque-grid-header[b-jmqzsgp57u],
.cheque-grid-row[b-jmqzsgp57u] {
    display: grid;
    grid-template-columns: 96px 86px 80px 1fr 112px;
    gap: 0.45rem;
    align-items: center;
}

.cheque-grid-header[b-jmqzsgp57u] {
    padding: 0.55rem 0.75rem;
    background-color: #f6f8fb;
    color: #42607e;
    font-weight: 700;
    font-size: 0.8rem;
    border-bottom: 1px solid #d9e1ea;
}

.cheque-grid-body[b-jmqzsgp57u] {
    display: flex;
    flex-direction: column;
}

.cheque-grid-row[b-jmqzsgp57u] {
    padding: 0.45rem 0.75rem;
    border-bottom: 1px solid #edf1f5;
}

.cheque-grid-cell[b-jmqzsgp57u] {
    min-width: 0;
    font-size: 0.85rem;
}

.cheque-grid-bank-cell[b-jmqzsgp57u] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cheque-grid-actions[b-jmqzsgp57u] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.cheque-grid-actions .btn[b-jmqzsgp57u] {
    min-width: 48px;
    padding: 0.18rem 0.35rem;
    font-size: 0.76rem;
}

.cheque-grid-footer[b-jmqzsgp57u] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 0.55rem 0.75rem;
    background-color: #fafbfd;
    font-size: 0.84rem;
    color: #3d5872;
}

.cheque-grid-footer .balanced[b-jmqzsgp57u] {
    color: #1b7f47;
}

.cheque-grid-footer .unbalanced[b-jmqzsgp57u] {
    color: #b45309;
}

.cheque-grid-empty[b-jmqzsgp57u] {
    padding: 1rem 0.75rem;
    color: #6c7f92;
    font-size: 0.9rem;
}

.cheque-popup-backdrop[b-jmqzsgp57u] {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    padding: 1rem;
}

.cheque-popup[b-jmqzsgp57u] {
    width: min(760px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.2);
}

.cheque-popup-header[b-jmqzsgp57u],
.cheque-popup-footer[b-jmqzsgp57u] {
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.cheque-popup-header[b-jmqzsgp57u] {
    border-bottom: 1px solid #e6ebf1;
}

.cheque-popup-header h5[b-jmqzsgp57u] {
    margin: 0;
    font-size: 1.1rem;
}

.cheque-popup-body[b-jmqzsgp57u] {
    padding: 1rem 1.25rem;
}

.cheque-popup-grid[b-jmqzsgp57u] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.cheque-popup-field[b-jmqzsgp57u] {
    min-width: 0;
}

.cheque-popup-bank[b-jmqzsgp57u] {
    grid-column: 1 / -1;
}

.cheque-popup-summary[b-jmqzsgp57u] {
    margin-top: 1rem;
    padding: 0.8rem 0.9rem;
    background-color: #f8fafc;
    border: 1px solid #e3e9ef;
    font-size: 0.95rem;
}

.cheque-popup-summary-title[b-jmqzsgp57u] {
    font-size: 0.8rem;
    color: #5c7189;
    margin-bottom: 0.25rem;
}

.cheque-popup-preview[b-jmqzsgp57u] {
    margin-top: 0.75rem;
    border: 1px solid #e3e9ef;
}

.cheque-popup-preview-row[b-jmqzsgp57u] {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) 120px 120px;
    gap: 0.75rem;
    padding: 0.55rem 0.8rem;
    font-size: 0.9rem;
    border-top: 1px solid #edf1f5;
}

.cheque-popup-preview-row:first-child[b-jmqzsgp57u] {
    border-top: 0;
}

.cheque-popup-footer[b-jmqzsgp57u] {
    border-top: 1px solid #e6ebf1;
    justify-content: flex-end;
}

.link-ation[b-jmqzsgp57u] {
  color: var(--Foundation-Blue-Normal, #3068D5);
  text-align: right;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Responsive */
@media (max-width: 768px) {
    .payment-modal-dialog[b-jmqzsgp57u] {
        width: 95%;
        margin: 1rem auto;
    }

    .payment-modal-body[b-jmqzsgp57u] {
        padding: 1rem;
    }

    .payment-method-selector .btn[b-jmqzsgp57u] {
        padding: 0.75rem 0.5rem;
        font-size: 0.9rem;
    }

    .payment-method-selector .btn i[b-jmqzsgp57u] {
        font-size: 1.2rem;
        margin-bottom: 0.25rem;
    }

    .cheque-section-header[b-jmqzsgp57u] {
        flex-direction: column;
        align-items: stretch;
        max-width: 100%;
    }

    .cheque-section-summary[b-jmqzsgp57u],
    .cheque-grid-footer[b-jmqzsgp57u] {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .cheque-grid-shell[b-jmqzsgp57u] {
        max-width: 100%;
        overflow-x: auto;
    }

    .cheque-grid-table[b-jmqzsgp57u] {
        min-width: 540px;
    }

    .cheque-popup-grid[b-jmqzsgp57u],
    .cheque-popup-preview-row[b-jmqzsgp57u] {
        grid-template-columns: 1fr;
    }
}
/* /Components/ChequeInputEditor.razor.rz.scp.css */
.cheque-payment-section[b-3ae2ia1lzg] {
    --cheque-accent: #3068d5;
    --cheque-accent-soft: #eef4ff;
    --cheque-border: #dbe7fb;
    --cheque-border-strong: #bfd0f2;
    --cheque-text: #2a3039;
    --cheque-text-muted: #676767;
    --cheque-success: #16794e;
    --cheque-warn: #d55a5a;
}

.cheque-payment-card[b-3ae2ia1lzg] {
    padding: 1rem 1.5rem 1.5rem;
    border: 1px solid var(--cheque-border-strong);
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: none;
}

.cheque-section-header[b-3ae2ia1lzg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.cheque-section-summary-shell[b-3ae2ia1lzg] {
    display: grid;
    gap: 1rem;
    flex: 1 1 auto;
    min-width: 0;
}

.cheque-section-summary-heading[b-3ae2ia1lzg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.cheque-section-summary-kicker[b-3ae2ia1lzg] {
    color: var(--cheque-text);
    font-size: 0.875rem;
    font-weight: 400;
}

.cheque-section-summary-badge[b-3ae2ia1lzg] {
    color: #3f4c5e;
    font-size: 1rem;
    font-weight: 600;
}

.cheque-section-amount-panel[b-3ae2ia1lzg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
    flex: 0 0 142px;
    flex-shrink: 0;
}

.cheque-section-panel-label[b-3ae2ia1lzg] {
    color: var(--cheque-text);
    font-size: 0.875rem;
    font-weight: 400;
}

.cheque-section-amount-value[b-3ae2ia1lzg] {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--cheque-border-strong);
    border-radius: 0.5rem;
    background: #ffffff;
    color: #676767;
    font-size: 1rem;
    font-weight: 400;
}

.cheque-section-summary[b-3ae2ia1lzg],
.cheque-grid-footer[b-3ae2ia1lzg] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.cheque-section-summary[b-3ae2ia1lzg] {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
    gap: 1.25rem;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.cheque-section-summary > div[b-3ae2ia1lzg],
.cheque-grid-footer > div[b-3ae2ia1lzg] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    min-width: 0;
}

.cheque-summary-pill[b-3ae2ia1lzg] {
    min-width: 148px;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid #e8eef8;
    border-radius: 0.5rem;
    background: #ffffff;
}

.cheque-summary-label[b-3ae2ia1lzg] {
    font-size: 0.78rem;
    line-height: 1.2;
    color: var(--cheque-text-muted);
    font-weight: 400;
}

.cheque-summary-value[b-3ae2ia1lzg] {
    font-size: 1rem;
    color: var(--cheque-text);
    font-weight: 400;
}

.cheque-summary-pill.balanced .cheque-summary-value[b-3ae2ia1lzg] {
    color: var(--cheque-success);
}

.cheque-summary-pill.unbalanced .cheque-summary-value[b-3ae2ia1lzg] {
    color: var(--cheque-warn);
}

.cheque-btn:disabled[b-3ae2ia1lzg] {
    opacity: 0.6;
}

.cheque-section-divider[b-3ae2ia1lzg] {
    height: 1px;
    background: var(--cheque-border-strong);
    margin-bottom: 1.5rem;
}

.cheque-grid-shell[b-3ae2ia1lzg] {
    border: 1px solid var(--cheque-border);
    border-radius: 0.5rem;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: hidden;
}

.cheque-grid-table[b-3ae2ia1lzg] {
    width: 100%;
    min-width: 0;
}

.cheque-grid-header[b-3ae2ia1lzg],
.cheque-grid-row[b-3ae2ia1lzg] {
    display: grid;
    grid-template-columns: 72px 96px 64px minmax(0, 1fr) 116px;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.cheque-grid-header[b-3ae2ia1lzg] {
    padding: 0.85rem 0.75rem 0.65rem;
    color: var(--cheque-text-muted);
    font-weight: 400;
    font-size: 0.8rem;
    background: #ffffff;
}

.cheque-grid-body[b-3ae2ia1lzg] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    overflow: visible;
}

.cheque-grid-row[b-3ae2ia1lzg] {
    padding: 0.75rem;
    border-top: 1px solid #edf2fb;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.cheque-grid-cell[b-3ae2ia1lzg] {
    min-width: 0;
    font-size: 0.875rem;
    color: #676767;
}

.cheque-grid-amount[b-3ae2ia1lzg] {
    color: var(--cheque-text);
}

.cheque-grid-bank-cell[b-3ae2ia1lzg] {
    overflow: hidden;
}

.cheque-grid-bank-detail[b-3ae2ia1lzg] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.45;
}

.cheque-grid-bank-detail + .cheque-grid-bank-detail[b-3ae2ia1lzg] {
    margin-top: 0.12rem;
    color: var(--cheque-text-muted);
    font-size: 0.84rem;
}

.cheque-grid-actions[b-3ae2ia1lzg] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
}

.cheque-grid-actions .btn[b-3ae2ia1lzg] {
    min-height: 1.75rem;
    padding: 0.2rem 0.45rem;
    font-size: 0.78rem;
    line-height: 1.15;
}

.cheque-grid-action-btn[b-3ae2ia1lzg] {
    min-height: 1.75rem;
    padding: 0.2rem 0.7rem;
    border-radius: 0.35rem;
    border: 1px solid #d1d9e6;
    background: #ffffff;
    color: #8b95a5;
    font-size: 0.8rem;
    line-height: 1.2;
}

.cheque-grid-action-btn:hover[b-3ae2ia1lzg],
.cheque-grid-action-btn:focus[b-3ae2ia1lzg] {
    border-color: #aebdd7;
    color: #4f5f74;
}

.cheque-grid-action-btn-danger[b-3ae2ia1lzg] {
    border-color: #f2b8b5;
    color: #d55a5a;
}

.cheque-grid-footer[b-3ae2ia1lzg] {
    justify-content: flex-start;
    padding: 0.85rem 1rem 1rem;
    border-top: 1px solid #edf2fb;
    box-sizing: border-box;
}

.cheque-grid-footer-metric[b-3ae2ia1lzg] {
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
    color: var(--cheque-text-muted);
    font-size: 0.82rem;
}

.cheque-grid-footer-metric strong[b-3ae2ia1lzg] {
    color: var(--cheque-text);
    font-weight: 600;
}

.cheque-grid-footer-metric.balanced strong[b-3ae2ia1lzg] {
    color: var(--cheque-success);
}

.cheque-grid-footer-metric.unbalanced strong[b-3ae2ia1lzg] {
    color: var(--cheque-warn);
}

.cheque-grid-empty[b-3ae2ia1lzg] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.35rem 1rem;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.cheque-grid-empty-title[b-3ae2ia1lzg] {
    color: var(--cheque-text-muted);
    font-size: 0.94rem;
}

.cheque-section-actions[b-3ae2ia1lzg] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    margin-top: 0;
}

.cheque-entry-button[b-3ae2ia1lzg] {
    min-height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.35rem;
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.15;
    white-space: nowrap;
    padding: 0.36rem 0.7rem;
}

.cheque-entry-button-primary[b-3ae2ia1lzg] {
    border: 1px solid #2a3039;
    background: #2a3039;
    color: #ffffff;
}

.cheque-entry-button-secondary[b-3ae2ia1lzg] {
    border: 1px solid #3068d5;
    background: #ffffff;
    color: #3068d5;
}

.cheque-entry-button-primary:hover[b-3ae2ia1lzg],
.cheque-entry-button-primary:focus[b-3ae2ia1lzg] {
    border-color: #17202c;
    background: #17202c;
    color: #ffffff;
}

.cheque-entry-button-secondary:hover[b-3ae2ia1lzg],
.cheque-entry-button-secondary:focus[b-3ae2ia1lzg] {
    border-color: #1d56c1;
    background: #eef4ff;
    color: #1d56c1;
}

.cheque-entry-button:disabled[b-3ae2ia1lzg] {
    opacity: 0.55;
    cursor: not-allowed;
}

.cheque-popup-backdrop[b-3ae2ia1lzg] {
    position: fixed;
    inset: 0;
    background: rgba(16, 32, 53, 0.4);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 1200;
    padding: 1rem;
    backdrop-filter: blur(4px);
    overflow-y: auto;
}

.cheque-popup[b-3ae2ia1lzg] {
    width: min(880px, calc(100vw - 2rem));
    max-height: calc(100dvh - 2rem);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid var(--cheque-border-strong);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(20, 42, 72, 0.24);
    margin-block: auto;
}

.cheque-popup-header[b-3ae2ia1lzg],
.cheque-popup-footer[b-3ae2ia1lzg] {
    padding: 1.15rem 1.35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.cheque-popup-header[b-3ae2ia1lzg] {
    border-bottom: 1px solid #e3edf8;
}

.cheque-popup-header h5[b-3ae2ia1lzg] {
    margin: 0;
    color: var(--cheque-accent);
    font-size: 1.2rem;
    font-weight: 700;
}

.cheque-popup-body[b-3ae2ia1lzg] {
    padding: 1.35rem;
    min-height: 0;
    overflow-y: auto;
}

.cheque-popup-grid[b-3ae2ia1lzg] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
}

.cheque-popup-field[b-3ae2ia1lzg] {
    min-width: 0;
}

.cheque-popup-field .form-label[b-3ae2ia1lzg] {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: #2a3039;
    font-size: 0.875rem;
    font-weight: 500;
}

.cheque-field-control[b-3ae2ia1lzg] {
    min-height: 3rem;
    border-radius: 0.85rem;
    border: 1px solid #bfd0f2;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    color: #2a3039;
    box-shadow: 0 8px 18px rgba(48, 104, 213, 0.06);
    font-weight: 500;
}

.cheque-field-control:focus[b-3ae2ia1lzg] {
    border-color: #3068d5;
    box-shadow: 0 0 0 0.2rem rgba(48, 104, 213, 0.14), 0 8px 18px rgba(48, 104, 213, 0.08);
}

.cheque-field-control:disabled[b-3ae2ia1lzg] {
    background: #f5f7fb;
    box-shadow: none;
}

.cheque-popup-field select.cheque-field-control[b-3ae2ia1lzg] {
    padding-inline-end: 2.4rem;
}

.cheque-popup-alert[b-3ae2ia1lzg] {
    border-radius: 18px;
    border-color: #f0d5a5;
    background: #fff8e8;
    color: #855c0b;
}

.cheque-popup-summary[b-3ae2ia1lzg] {
    margin-top: 1.25rem;
}

.cheque-popup-summary-title[b-3ae2ia1lzg] {
    font-size: 0.82rem;
    color: var(--cheque-text-muted);
    margin-bottom: 0.6rem;
}

.cheque-popup-preview[b-3ae2ia1lzg] {
    border: 1px solid #dde8f4;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.75);
    overflow: hidden;
}

.cheque-popup-preview-row[b-3ae2ia1lzg] {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) 120px 120px;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
    color: var(--cheque-text);
    border-top: 1px solid #edf3f8;
}

.cheque-popup-preview-row:first-child[b-3ae2ia1lzg] {
    border-top: 0;
}

.cheque-popup-footer[b-3ae2ia1lzg] {
    border-top: 1px solid #e3edf8;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, #f8fbff 100%);
    flex-shrink: 0;
}

.payment-close-btn[b-3ae2ia1lzg] {
    background: #fff;
    border: 1px solid #dbe8f4;
    font-size: 1.5rem;
    line-height: 1;
    color: #5f7690;
    cursor: pointer;
    padding: 0;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 999px;
}

.payment-close-btn:hover[b-3ae2ia1lzg] {
    color: var(--cheque-accent);
    border-color: #b8d0e7;
}

@media (max-width: 900px) {
    .cheque-section-header[b-3ae2ia1lzg] {
        flex-direction: column;
    }

    .cheque-section-amount-panel[b-3ae2ia1lzg] {
        width: 100%;
        flex-basis: auto;
    }

    .cheque-grid-header[b-3ae2ia1lzg],
    .cheque-grid-row[b-3ae2ia1lzg] {
        grid-template-columns: 68px 90px 60px minmax(0, 1fr) 108px;
    }
}

@media (max-width: 768px) {
    .cheque-payment-card[b-3ae2ia1lzg] {
        padding: 1rem;
        border-radius: 0.5rem;
    }

    .cheque-section-header[b-3ae2ia1lzg] {
        flex-direction: column;
        align-items: stretch;
    }

    .cheque-section-actions[b-3ae2ia1lzg],
    .cheque-section-summary[b-3ae2ia1lzg] {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .cheque-section-summary-heading[b-3ae2ia1lzg] {
        flex-direction: column;
        align-items: flex-start;
    }

    .cheque-grid-shell[b-3ae2ia1lzg] {
        overflow-x: hidden;
    }

    .cheque-grid-table[b-3ae2ia1lzg] {
        min-width: 0;
    }

    .cheque-popup[b-3ae2ia1lzg] {
        border-radius: 22px;
        max-height: calc(100dvh - 1rem);
    }

    .cheque-popup-grid[b-3ae2ia1lzg],
    .cheque-popup-preview-row[b-3ae2ia1lzg] {
        grid-template-columns: 1fr;
    }

    .cheque-popup-backdrop[b-3ae2ia1lzg] {
        padding: 0.5rem;
    }

    .cheque-popup-header[b-3ae2ia1lzg],
    .cheque-popup-body[b-3ae2ia1lzg],
    .cheque-popup-footer[b-3ae2ia1lzg] {
        padding-inline: 1rem;
    }
}
/* /Components/CustomerLoginForm.razor.rz.scp.css */
.customer-login-shell[b-rq6hj9ih9t] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    padding: 24px;
    direction: rtl;
    box-sizing: border-box;
}

.customer-login-shell--page[b-rq6hj9ih9t] {
    min-height: calc(100vh - 220px);
    padding-block: 48px;
}

.customer-login-shell--embedded[b-rq6hj9ih9t] {
    min-height: 100%;
    padding: 0;
    background: transparent;
}

.customer-login-card[b-rq6hj9ih9t] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 144px;
    direction: ltr;
    width: min(100%, 1280px);
    min-height: 638px;
    padding: 16px 144px 16px 16px;
    background: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);
    overflow: hidden;
    box-sizing: border-box;
}

.customer-login-card__art[b-rq6hj9ih9t] {
    flex: 0 0 558px;
    padding: 0;
}

.customer-login-card__art-surface[b-rq6hj9ih9t] {
    position: relative;
    width: 558px;
    height: 606px;
    min-height: 606px;
    border-radius: 8px;
    background: #fef2f7;
    overflow: hidden;
}

.customer-login-card__art-image[b-rq6hj9ih9t] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-login-card__content[b-rq6hj9ih9t] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 1 418px;
    min-height: 470px;
    padding: 0;
    direction: rtl;
}

.customer-login-card__content-inner[b-rq6hj9ih9t] {
    width: min(100%, 418px);
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

.customer-login-card__header[b-rq6hj9ih9t] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: right;
}

.customer-login-card__title[b-rq6hj9ih9t] {
    margin: 0;
    color: var(--color-dark-headline);
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.customer-login-card__subtitle[b-rq6hj9ih9t] {
    margin: 0;
    color: var(--color-dark-text);
    font-size: 16px;
    line-height: 1.5;
}

.customer-login-card__tenant[b-rq6hj9ih9t] {
    display: inline-flex;
    align-self: flex-end;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f4f8ff;
    color: var(--color-dark-headline);
    font-size: 14px;
}

.customer-login-card__tenant-label[b-rq6hj9ih9t] {
    color: var(--color-dark-grey);
}

.customer-login-card__tenant-value[b-rq6hj9ih9t] {
    font-weight: 600;
}

.customer-login-card__alert[b-rq6hj9ih9t] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.customer-login-card__alert--error[b-rq6hj9ih9t] {
    background: #fff3f3;
    color: var(--color-red-error);
}

.customer-login-card__form[b-rq6hj9ih9t] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: opacity 0.18s ease;
}

.customer-login-card__form[data-submitting="true"][b-rq6hj9ih9t] {
    opacity: 0.72;
}

.customer-login-card__field-group[b-rq6hj9ih9t] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.customer-login-card__label[b-rq6hj9ih9t] {
    color: var(--color-dark-headline);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.customer-login-card__input[b-rq6hj9ih9t] {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #bfd0f2;
    border-radius: 8px;
    color: var(--color-dark-headline);
    background: var(--color-white);
    font: inherit;
    text-align: right;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.customer-login-card__input[b-rq6hj9ih9t]::placeholder {
    color: var(--color-dark-grey);
}

.customer-login-card__input:focus[b-rq6hj9ih9t] {
    outline: none;
    border-color: var(--color-dark-headline);
    box-shadow: 0 0 0 4px rgba(191, 208, 242, 0.28);
}

.customer-login-card__submit[b-rq6hj9ih9t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 14px 20px;
    border: 0;
    border-radius: 8px;
    background: var(--color-dark-headline);
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.customer-login-card__submit-label[b-rq6hj9ih9t] {
    display: inline-flex;
    align-items: center;
}

.customer-login-card__submit-spinner[b-rq6hj9ih9t] {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: customer-login-spin-b-rq6hj9ih9t 0.75s linear infinite;
}

.customer-login-card__form[data-submitting="true"] .customer-login-card__submit[b-rq6hj9ih9t] {
    cursor: progress;
    opacity: 0.92;
    transform: none;
}

.customer-login-card__form[data-submitting="true"] .customer-login-card__submit-spinner[b-rq6hj9ih9t] {
    display: inline-block;
}

.customer-login-card__form[data-submitting="true"] .customer-login-card__input[b-rq6hj9ih9t],
.customer-login-card__form[data-submitting="true"] .customer-login-card__submit[b-rq6hj9ih9t] {
    pointer-events: none;
}

@keyframes customer-login-spin-b-rq6hj9ih9t {
    to {
        transform: rotate(360deg);
    }
}

.customer-login-card__submit:hover:not(:disabled)[b-rq6hj9ih9t] {
    transform: translateY(-1px);
}

.customer-login-card__submit:disabled[b-rq6hj9ih9t] {
    opacity: 0.6;
    cursor: not-allowed;
}

@media (max-width: 991px) {
    .customer-login-card[b-rq6hj9ih9t] {
        flex-direction: column;
        gap: 24px;
        width: min(100%, 46rem);
        min-height: auto;
        padding: 12px;
    }

    .customer-login-card__art[b-rq6hj9ih9t] {
        flex: none;
        width: 100%;
    }

    .customer-login-card__art-surface[b-rq6hj9ih9t] {
        width: 100%;
        min-height: 200px;
        height: 220px;
    }

    .customer-login-card__content[b-rq6hj9ih9t] {
        flex: none;
        width: 100%;
        min-height: auto;
        padding: 20px 16px 16px;
    }

    .customer-login-card__content-inner[b-rq6hj9ih9t] {
        width: min(100%, 420px);
    }
}

@media (max-width: 576px) {
    .customer-login-shell[b-rq6hj9ih9t],
    .customer-login-shell--embedded[b-rq6hj9ih9t],
    .customer-login-shell--page[b-rq6hj9ih9t] {
        padding: 0;
        min-height: 100vh;
    }

    .customer-login-card[b-rq6hj9ih9t] {
        width: 100%;
        min-height: 100vh;
        gap: 0;
        padding: 0;
        border-radius: 0;
    }

    .customer-login-card__art[b-rq6hj9ih9t] {
        padding: 0;
    }

    .customer-login-card__art-surface[b-rq6hj9ih9t] {
        border-radius: 0;
        min-height: 164px;
    }

    .customer-login-card__content[b-rq6hj9ih9t] {
        padding: 28px 20px 24px;
    }

    .customer-login-card__title[b-rq6hj9ih9t] {
        font-size: 26px;
    }

    .customer-login-card__subtitle[b-rq6hj9ih9t] {
        font-size: 15px;
    }
}

.customer-login-card__step[b-rq6hj9ih9t] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.customer-login-card__step--hidden[b-rq6hj9ih9t] {
    display: none;
}

.customer-login-card__channel-options[b-rq6hj9ih9t] {
    display: flex;
    gap: 12px;
}

.customer-login-card__channel-option[b-rq6hj9ih9t] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #bfd0f2;
    border-radius: 8px;
    color: var(--color-dark-headline);
    font-size: 14px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.customer-login-card__channel-option:has(input:checked)[b-rq6hj9ih9t] {
    border-color: var(--color-dark-headline);
    background: #f4f8ff;
}

.customer-login-card__channel-option input[b-rq6hj9ih9t] {
    accent-color: var(--color-dark-headline);
}

.customer-login-card__otp-hint[b-rq6hj9ih9t] {
    margin: 0;
    color: var(--color-dark-text);
    font-size: 14px;
    line-height: 1.5;
}

.customer-login-card__resend[b-rq6hj9ih9t] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    color: var(--color-dark-text);
}

.customer-login-card__resend-countdown[b-rq6hj9ih9t] {
    color: var(--color-dark-grey);
    font-size: 13px;
}

.customer-login-card__link-button[b-rq6hj9ih9t] {
    align-self: center;
    border: 0;
    background: transparent;
    color: var(--color-blue-normal);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.customer-login-card__footer-link[b-rq6hj9ih9t] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    color: var(--color-dark-text);
}

.customer-login-card__register-link[b-rq6hj9ih9t] {
    color: var(--color-blue-normal);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
/* /Components/CustomerSignUpWizard.razor.rz.scp.css */
/* ================================================
   SHELL
   ================================================ */
.signup-wizard-shell[b-tvpf8ik7st] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 82px);
    width: 100%;
    padding: 24px;
    background:
        radial-gradient(circle at 14% 22%, rgba(218, 232, 255, 0.8), transparent 26%),
        linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
    direction: rtl;
    box-sizing: border-box;
}
.signup-wizard-card[b-tvpf8ik7st] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 144px;
    direction: ltr;
    width: min(100%, 1280px);
    min-height: 638px;
    padding: 16px 144px 16px 16px;
    background: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);
    overflow: hidden;
    box-sizing: border-box;
}
.signup-wizard-card--family[b-tvpf8ik7st] {
    gap: 80px;
    padding-inline-end: 80px;
    overflow: visible;
}
.signup-wizard-card__art[b-tvpf8ik7st] { flex: 0 0 558px; align-self: stretch; padding: 0; }
.signup-wizard-card__art-image[b-tvpf8ik7st] { display: block; width: 558px; height: 100%; min-height: 606px; border-radius: 8px; object-fit: none; object-position: top; }
.signup-wizard-card__back-button[b-tvpf8ik7st] {
    position: absolute;
    top: 32px;
    inset-inline-end: 72px;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--color-dark-grey);
    font: inherit;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    z-index: 3;
}
.signup-wizard-card__back-button:hover[b-tvpf8ik7st] {
    color: var(--color-dark-headline);
}
.signup-wizard-card__content[b-tvpf8ik7st] { display: flex; align-items: flex-start; justify-content: flex-start; flex: 0 1 418px; min-height: 470px; padding: 0; direction: rtl; }
.signup-wizard-card__content-inner[b-tvpf8ik7st] { width: min(100%, 418px); display: flex; flex-direction: column; gap: 24px; align-items: stretch; }
.signup-wizard-card__header[b-tvpf8ik7st] { display: flex; flex-direction: column; gap: 16px; text-align: right; }
.signup-wizard-card__title[b-tvpf8ik7st] { font-family: var(--font-heading); font-size: 30px; font-weight: 700; color: var(--color-dark-headline); margin: 0; line-height: 1.2; }
.signup-wizard-card__title--center[b-tvpf8ik7st] { text-align: center; }
.signup-wizard-card__subtitle[b-tvpf8ik7st] { font-size: 14px; color: var(--color-dark-grey); margin: 0; line-height: 1.5; }
.signup-wizard-card__subtitle--center[b-tvpf8ik7st] { text-align: center; }
.signup-wizard-card__alert[b-tvpf8ik7st] { padding: 12px 16px; border-radius: 8px; font-size: 14px; line-height: 1.5; }
.signup-wizard-card__alert--error[b-tvpf8ik7st] { background: #fef2f2; color: var(--color-red-error); border: 1px solid #fecaca; }
.signup-wizard-card__alert--duplicate[b-tvpf8ik7st] { background: #fde8e8; border: 2px solid var(--color-red-error); font-size: 15px; font-weight: 700; padding: 14px 18px; display: flex; align-items: flex-start; gap: 10px; }
.signup-wizard-card__alert-icon[b-tvpf8ik7st] { font-size: 18px; flex-shrink: 0; line-height: 1.4; }
.signup-wizard-card__form[b-tvpf8ik7st] { display: flex; flex-direction: column; gap: 20px; }
.signup-wizard-card__field-row[b-tvpf8ik7st] { display: flex; gap: 12px; }
.signup-wizard-card__field-row > .signup-wizard-card__field-group[b-tvpf8ik7st] { flex: 1; }
.signup-wizard-card__field-group[b-tvpf8ik7st] { display: flex; flex-direction: column; gap: 6px; }
.signup-wizard-card__label[b-tvpf8ik7st] { font-size: 13px; font-weight: 600; color: var(--color-dark-text); text-align: right; }
.signup-wizard-card__label--required[b-tvpf8ik7st]::after { content: " *"; color: #d14343; }
.signup-wizard-card__channel-options[b-tvpf8ik7st] { display: flex; gap: 12px; }
.signup-wizard-card__channel-option[b-tvpf8ik7st] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #bfd0f2;
    border-radius: 8px;
    color: var(--color-dark-headline);
    font-size: 14px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.signup-wizard-card__channel-option:has(input:checked)[b-tvpf8ik7st] {
    border-color: var(--color-dark-headline);
    background: #f4f8ff;
}
.signup-wizard-card__channel-option input[b-tvpf8ik7st] { accent-color: var(--color-dark-headline); }
.signup-wizard-card__input[b-tvpf8ik7st] { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #bfd0f2; border-radius: 8px; font-size: 15px; color: var(--color-dark-headline); background: var(--color-white); font: inherit; text-align: right; box-sizing: border-box; transition: border-color .2s ease, box-shadow .2s ease; }
.signup-wizard-card__input[b-tvpf8ik7st]::placeholder { color: var(--color-dark-grey); }
.signup-wizard-card__input:focus[b-tvpf8ik7st] { outline: none; border-color: var(--color-dark-headline); box-shadow: 0 0 0 4px rgba(191,208,242,0.28); }
.signup-wizard-card__input--error[b-tvpf8ik7st] { border-color: var(--color-red-error); }
.signup-wizard-card__input--error:focus[b-tvpf8ik7st] { border-color: var(--color-red-error); box-shadow: 0 0 0 4px rgba(225,64,67,0.14); }
.signup-wizard-card__input--otp[b-tvpf8ik7st] { text-align: center; letter-spacing: 6px; font-size: 20px; font-weight: 600; direction: ltr; }
.signup-wizard-card__id-row[b-tvpf8ik7st] { display: flex; gap: 8px; align-items: center; }
.signup-wizard-card__id-row .signup-wizard-card__input:last-child[b-tvpf8ik7st] { flex: 1; }
.signup-wizard-card__input--select[b-tvpf8ik7st] { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23676767' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left 12px center; background-size: 10px; padding-left: 30px; cursor: pointer; flex: 0 0 auto; width: auto; min-width: 110px; }
.signup-wizard-card__field-error[b-tvpf8ik7st] { color: var(--color-red-error); font-size: 12px; line-height: 1.4; text-align: right; }
.signup-wizard-card__auto-complete[b-tvpf8ik7st] { width: 100%; }
.signup-wizard-card__auto-complete::deep .auto-complete__control[b-tvpf8ik7st] { width: 100%; }
.signup-wizard-card__auto-complete::deep .auto-complete__control input[b-tvpf8ik7st] {
    width: 100%;
    min-height: 48px;
    padding: 12px 42px 12px 14px;
    border: 1px solid #bfd0f2;
    border-radius: 8px;
    font-size: 15px;
    color: var(--color-dark-headline);
    background: var(--color-white);
    font: inherit;
    text-align: right;
    box-sizing: border-box;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.signup-wizard-card__auto-complete::deep .auto-complete__control input[b-tvpf8ik7st]::placeholder { color: var(--color-dark-grey); }
.signup-wizard-card__auto-complete::deep .auto-complete__control input:focus[b-tvpf8ik7st] {
    outline: none;
    border-color: var(--color-dark-headline);
    box-shadow: 0 0 0 4px rgba(191,208,242,0.28);
}
.signup-wizard-card__auto-complete--error::deep .auto-complete__control input[b-tvpf8ik7st] { border-color: var(--color-red-error); }
.signup-wizard-card__auto-complete--error::deep .auto-complete__control input:focus[b-tvpf8ik7st] {
    border-color: var(--color-red-error);
    box-shadow: 0 0 0 4px rgba(225,64,67,0.14);
}
.signup-wizard-card__auto-complete::deep .auto-complete__toggle[b-tvpf8ik7st] {
    inset-inline-end: 0.7rem;
    width: 2rem;
    height: 2rem;
    color: var(--color-dark-grey);
}
.signup-wizard-card__auto-complete::deep .auto-complete__toggle:hover:not(:disabled)[b-tvpf8ik7st] {
    background: rgba(19,63,106,0.08);
    color: var(--color-dark-headline);
}
.signup-wizard-card__auto-complete::deep .auto-complete__menu[b-tvpf8ik7st] {
    border-radius: 0.85rem;
    border-color: rgba(19, 63, 106, 0.14);
    box-shadow: 0 16px 36px rgba(19, 63, 106, 0.12);
}
.signup-wizard-card__auto-complete::deep .auto-complete__option[b-tvpf8ik7st] {
    min-height: 2.8rem;
    color: var(--color-dark-headline);
    font: inherit;
}
.signup-wizard-card__auto-complete::deep .auto-complete__option:hover[b-tvpf8ik7st],
.signup-wizard-card__auto-complete::deep .auto-complete__option:focus-visible[b-tvpf8ik7st],
.signup-wizard-card__auto-complete::deep .auto-complete__option--highlighted[b-tvpf8ik7st] {
    background: rgba(191,208,242,0.22);
    color: var(--color-dark-headline);
}
.signup-wizard-card__terms[b-tvpf8ik7st] { display: flex; flex-direction: column; gap: 4px; }
.signup-wizard-card__terms-label[b-tvpf8ik7st] { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; cursor: pointer; font-size: 14px; color: var(--color-dark-text); direction: rtl; user-select: none; }
.signup-wizard-card__terms-label--error[b-tvpf8ik7st] { color: var(--color-red-error); outline: 1.5px solid var(--color-red-error); border-radius: 4px; padding: 4px 6px; }
.signup-wizard-card__checkbox[b-tvpf8ik7st] { width: 18px; height: 18px; accent-color: var(--color-dark-headline); flex-shrink: 0; cursor: pointer; }
.signup-wizard-card__submit[b-tvpf8ik7st] { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 14px 20px; border: 0; border-radius: 8px; background: var(--color-dark-headline); color: var(--color-white); font-family: var(--font-heading); font-size: 16px; font-weight: 600; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .18s ease,opacity .18s ease; }
.signup-wizard-card__submit:hover:not(:disabled)[b-tvpf8ik7st] { transform: translateY(-1px); opacity: .92; }
.signup-wizard-card__submit:disabled[b-tvpf8ik7st] { opacity: .55; cursor: not-allowed; }
.signup-wizard-card__submit-spinner[b-tvpf8ik7st] { width: 16px; height: 16px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: sw-spin-b-tvpf8ik7st .75s linear infinite; }
@keyframes sw-spin-b-tvpf8ik7st { to { transform: rotate(360deg); } }
.signup-wizard-card__footer-link[b-tvpf8ik7st] { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 14px; color: var(--color-dark-text); }
.signup-wizard-card__text-link[b-tvpf8ik7st] { background: none; border: none; padding: 0; color: var(--color-blue-normal); font: inherit; font-size: 14px; text-decoration: underline; cursor: pointer; }
.signup-wizard-card__text-link--bold[b-tvpf8ik7st] { font-weight: 600; }
.signup-wizard-card__skip-link[b-tvpf8ik7st] { display: block; text-align: center; color: var(--color-dark-grey); }
.signup-wizard-card__resend[b-tvpf8ik7st] { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 14px; color: var(--color-dark-text); }
.signup-wizard-card__resend-countdown[b-tvpf8ik7st] { color: var(--color-dark-grey); font-size: 13px; }
.signup-wizard-card__choices[b-tvpf8ik7st] { display: flex; flex-direction: column; gap: 16px; }
.signup-wizard-card__info-note[b-tvpf8ik7st] { display: flex; align-items: flex-start; gap: 10px; padding: 14px 16px; background: var(--color-blue-light); border-radius: 8px; font-size: 13px; color: var(--color-dark-text); line-height: 1.6; direction: rtl; text-align: right; }
.signup-wizard-card__info-note p[b-tvpf8ik7st] { margin: 0; }
.signup-wizard-card__info-icon[b-tvpf8ik7st] { font-size: 16px; flex-shrink: 0; margin-top: 1px; color: var(--color-blue-normal); }
.signup-wizard-card__choice-btn[b-tvpf8ik7st] { display: flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 20px; border-radius: 8px; font-family: var(--font-heading); font-size: 16px; font-weight: 600; cursor: pointer; transition: transform .18s ease,opacity .18s ease; }
.signup-wizard-card__choice-btn:hover[b-tvpf8ik7st] { transform: translateY(-1px); opacity: .9; }
.signup-wizard-card__choice-btn--primary[b-tvpf8ik7st] { background: var(--color-dark-headline); color: var(--color-white); border: 0; }
.signup-wizard-card__choice-btn--secondary[b-tvpf8ik7st] { background: transparent; color: var(--color-dark-text); border: 1.5px solid var(--color-light-grey-divider); }
.signup-wizard-card__success[b-tvpf8ik7st] { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 32px 0; text-align: center; }
.signup-wizard-card__success-icon[b-tvpf8ik7st] { display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: var(--color-dark-headline); color: var(--color-white); font-size: 28px; font-weight: 700; }
.signup-wizard-card__form--family-choice[b-tvpf8ik7st] { gap: 40px; }
.signup-wizard-card__family-choice-list[b-tvpf8ik7st] { display: flex; flex-direction: column; gap: 22px; }
.signup-wizard-card__family-choice-card[b-tvpf8ik7st] {
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.signup-wizard-card__family-choice-card--selected[b-tvpf8ik7st] {
    padding-bottom: 2px;
}
.signup-wizard-card__family-choice-header[b-tvpf8ik7st] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: var(--color-dark-text);
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4;
}
.signup-wizard-card__family-choice-header--standalone[b-tvpf8ik7st] {
    width: fit-content;
}
.signup-wizard-card__family-choice-text[b-tvpf8ik7st] {
    font-size: 15px;
    color: var(--color-dark-text);
}
.signup-wizard-card__family-choice-fields[b-tvpf8ik7st] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ────────────────────────────────────────────────────────────
   RADIO GROUP (step 3)
   ──────────────────────────────────────────────────────────── */
.signup-wizard-card__radio-group[b-tvpf8ik7st] { display: flex; flex-direction: column; gap: 12px; }
.signup-wizard-card__radio-label[b-tvpf8ik7st] { display: flex; align-items: center; gap: 10px; font-size: 15px; color: var(--color-dark-text); cursor: pointer; padding: 14px 16px; border: 1.5px solid #bfd0f2; border-radius: 8px; transition: border-color .18s, background .18s; }
.signup-wizard-card__radio-label:has(.signup-wizard-card__radio:checked)[b-tvpf8ik7st] { border-color: var(--color-dark-headline); background: #f4f8ff; }
.signup-wizard-card__radio[b-tvpf8ik7st] { width: 18px; height: 18px; accent-color: var(--color-dark-headline); flex-shrink: 0; cursor: pointer; }
.signup-wizard-card__radio-conditional[b-tvpf8ik7st] { display: flex; flex-direction: column; gap: 16px; padding: 16px 0 4px; }

/* ────────────────────────────────────────────────────────────
   ART PANEL — FAMILY VARIANT (steps 3 & 4)
   ──────────────────────────────────────────────────────────── */
.signup-wizard-card__art--family[b-tvpf8ik7st] {
    position: relative;
    flex: 0 0 686px;
    overflow: visible;
}
.signup-wizard-card__family-art[b-tvpf8ik7st] {
    position: relative;
    width: 686px;
    min-height: 606px;
    border-radius: 8px;
    overflow: visible;
}
.signup-wizard-card__family-photo[b-tvpf8ik7st] {
    display: block;
    width: 719px;
    height: 606px;
    margin-left: -33px;
    border-radius: 8px;
    object-fit: cover;
    object-position: left center;
    box-shadow: 0 10px 24px rgba(19, 63, 106, 0.08);
    user-select: none;
}
.signup-wizard-card__family-popover[b-tvpf8ik7st] {
    position: absolute;
    inset-inline-start: 26px;
    top: 235px;
    width: 328px;
    padding: 0;
    color: var(--color-white);
    direction: rtl;
    text-align: right;
}
.signup-wizard-card__family-overlay-title[b-tvpf8ik7st] {
    margin: 0 0 24px;
    font-family: var(--font-heading);
    font-size: 31px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
}
.signup-wizard-card__family-benefits[b-tvpf8ik7st] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.signup-wizard-card__family-benefits li[b-tvpf8ik7st] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 15px;
    line-height: 1.6;
}
/* .signup-wizard-card__family-benefits li::before {
    content: "";
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
} */

@media (max-width: 991px) {
    .signup-wizard-card[b-tvpf8ik7st] { flex-direction: column; gap: 24px; width: min(100%, 46rem); min-height: auto; padding: 12px; }
    .signup-wizard-card--family[b-tvpf8ik7st] { gap: 24px; padding-inline-end: 12px; }
    .signup-wizard-card__art[b-tvpf8ik7st] { flex: none; width: 100%; align-self: auto; }
    .signup-wizard-card__art-image[b-tvpf8ik7st] { width: 100%; min-height: 200px; height: 220px; border-radius: 8px 8px 0 0; }
    .signup-wizard-card__back-button[b-tvpf8ik7st] { top: 20px; inset-inline-end: 24px; }
    .signup-wizard-card__family-art[b-tvpf8ik7st] { width: 100%; min-height: 300px; }
    .signup-wizard-card__family-photo[b-tvpf8ik7st] { width: 100%; height: 300px; margin-left: 0; object-position: center; }
    .signup-wizard-card__family-popover[b-tvpf8ik7st] {
        inset-inline-start: 32px;
        top: 148px;
        width: min(19rem, calc(100% - 3rem));
    }
    .signup-wizard-card__family-overlay-title[b-tvpf8ik7st] { font-size: 24px; margin-bottom: 18px; }
    .signup-wizard-card__content[b-tvpf8ik7st] { flex: none; width: 100%; min-height: auto; padding: 20px 16px 16px; }
    .signup-wizard-card__content-inner[b-tvpf8ik7st] { width: min(100%, 420px); }
}
@media (max-width: 576px) {
    .signup-wizard-shell[b-tvpf8ik7st] { padding: 0; min-height: calc(100vh - 82px); }
    .signup-wizard-card[b-tvpf8ik7st] { width: 100%; min-height: calc(100vh - 82px); gap: 0; padding: 0; border-radius: 0; }
    .signup-wizard-card__art-image[b-tvpf8ik7st] { border-radius: 0; min-height: 164px; height: 164px; }
    .signup-wizard-card__back-button[b-tvpf8ik7st] {
        top: 18px;
        inset-inline-end: 20px;
        font-size: 13px;
    }
    .signup-wizard-card__family-art[b-tvpf8ik7st] { min-height: 232px; border-radius: 0; }
    .signup-wizard-card__family-photo[b-tvpf8ik7st] { width: 100%; height: 232px; margin-left: 0; border-radius: 0; object-position: center; }
    .signup-wizard-card__family-popover[b-tvpf8ik7st] {
        inset-inline-start: 16px;
        top: 128px;
        width: min(17rem, calc(100% - 2rem));
    }
    .signup-wizard-card__family-overlay-title[b-tvpf8ik7st] { font-size: 19px; margin-bottom: 14px; }
    .signup-wizard-card__family-benefits[b-tvpf8ik7st] { gap: 10px; }
    .signup-wizard-card__family-benefits li[b-tvpf8ik7st] { font-size: 13px; }
    .signup-wizard-card__content[b-tvpf8ik7st] { padding: 28px 20px 24px; }
    .signup-wizard-card__title[b-tvpf8ik7st] { font-size: 26px; }
    .signup-wizard-card__subtitle[b-tvpf8ik7st] { font-size: 15px; }
    .signup-wizard-card__field-row[b-tvpf8ik7st] { flex-direction: column; }
}
/* /Components/EmbeddedPageDialog.razor.rz.scp.css */
.embedded-page-dialog[b-rxcmjgao0h] {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.embedded-page-dialog__backdrop[b-rxcmjgao0h] {
  position: absolute;
  inset: 0;
  background: rgba(20, 27, 52, 0.24);
  backdrop-filter: blur(6px);
}

.embedded-page-dialog__panel[b-rxcmjgao0h] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(1528px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  min-height: 0;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 28px 72px rgba(20, 27, 52, 0.16);
  overflow: hidden;
}

.embedded-page-dialog__header[b-rxcmjgao0h] {
  display: flex;
  direction: ltr;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem 1.5rem 0.75rem;
  border-bottom: 1px solid #dceaff;
}

.embedded-page-dialog__header-main[b-rxcmjgao0h] {
  order: 2;
  display: flex;
  direction: rtl;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0.25rem;
  align-items: stretch;
  text-align: right;
  min-width: 0;
}

.embedded-page-dialog__title[b-rxcmjgao0h] {
  margin: 0;
  color: #242424;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.45;
}

.embedded-page-dialog__hint[b-rxcmjgao0h] {
  margin: 0;
  color: #3c4b5f;
  font-size: 0.95rem;
  line-height: 1.4;
}

.embedded-page-dialog__actions[b-rxcmjgao0h] {
  order: 1;
  display: inline-flex;
  direction: rtl;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.embedded-page-dialog__open-full-page[b-rxcmjgao0h],
.embedded-page-dialog__close[b-rxcmjgao0h] {
  border: 0;
  background: transparent;
}

.embedded-page-dialog__open-full-page[b-rxcmjgao0h] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  min-height: 2.75rem;
  padding: 0.5rem 1rem;
  border: 1px solid #0f6cbd;
  border-radius: 7px;
  color: #0f6cbd;
  font-size: 0.875rem;
  font-weight: 700;
}

.embedded-page-dialog__open-full-page:hover[b-rxcmjgao0h] {
  background: #f7faff;
  color: #115ea3;
}

.embedded-page-dialog__close[b-rxcmjgao0h] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  color: #242424;
}

.embedded-page-dialog__close:hover[b-rxcmjgao0h] {
  background: #f5f7fa;
}

.embedded-page-dialog__body[b-rxcmjgao0h] {
  min-height: 20rem;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  background: #ffffff;
  overflow: auto;
}

.embedded-page-dialog__frame[b-rxcmjgao0h] {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  max-height: calc(100vh - 8.5rem);
  border: 0;
  background: #ffffff;
}

@media (max-width: 991.98px) {
  .embedded-page-dialog[b-rxcmjgao0h] {
    padding: 0.75rem;
  }

  .embedded-page-dialog__panel[b-rxcmjgao0h] {
    width: calc(100vw - 1.5rem);
    max-height: calc(100vh - 1.5rem);
  }

  .embedded-page-dialog__header[b-rxcmjgao0h] {
    flex-wrap: wrap;
    padding: 0.875rem 1rem 0.75rem;
  }

  .embedded-page-dialog__actions[b-rxcmjgao0h] {
    width: 100%;
    justify-content: space-between;
  }

  .embedded-page-dialog__frame[b-rxcmjgao0h] {
    height: 100%;
    min-height: 24rem;
    max-height: calc(100vh - 8.75rem);
  }
}
/* /Components/Household/HouseholdChildCreateForm.razor.rz.scp.css */
.household-child-form[b-lwh41gibhj] {
    width: 100%;
}

.child-form-shell[b-lwh41gibhj] {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    color: #223046;
    width: 100%;
}

.child-form-header[b-lwh41gibhj] {
    padding-bottom: 0.15rem;
}

.child-form-title[b-lwh41gibhj] {
    margin: 0;
    color: #3068D5;
    font-size: clamp(1.45rem, 1.2rem + 0.7vw, 1.9rem);
    font-weight: 700;
    line-height: 1.2;
}

.child-form-shell__alert[b-lwh41gibhj] {
    margin-bottom: 0;
}

.child-form-section[b-lwh41gibhj] {
    padding-top: 0;
}

.child-form-section--readonly[b-lwh41gibhj] {
    border-top: 1px solid #e8eef6;
    padding-top: 1.15rem;
}

.child-form-grid[b-lwh41gibhj] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem 1rem;
    align-items: start;
}

.child-form-grid--identity[b-lwh41gibhj] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem 1rem;
}

.child-form-grid--details[b-lwh41gibhj] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.child-form-field[b-lwh41gibhj] {
    min-width: 0;
}

.child-form-field--full[b-lwh41gibhj] {
    grid-column: 1 / -1;
}

.child-form-field--span-2[b-lwh41gibhj] {
    grid-column: span 2;
}

.child-form-field--radio-group[b-lwh41gibhj] {
    padding-top: 0.05rem;
}

.child-form-field--radio-span-2[b-lwh41gibhj] {
    grid-column: span 2;
}

.child-form-field--gender[b-lwh41gibhj] {
    align-self: stretch;
}

.child-form-label[b-lwh41gibhj] {
    display: block;
    margin-bottom: 0.45rem;
    color: #455468;
    font-size: 0.92rem;
    font-weight: 600;
}

.child-form-label--required[b-lwh41gibhj]::after {
    content: " *";
    color: #d14343;
}

.child-form-control[b-lwh41gibhj] {
    min-height: 2.75rem;
    border: 1px solid #d9e1ee;
    border-radius: 0.8rem;
    box-shadow: none;
    background-color: #ffffff;
    padding-inline: 0.9rem;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.child-form-control:focus[b-lwh41gibhj] {
    border-color: #3068D5;
    box-shadow: 0 0 0 0.18rem rgba(48, 104, 213, 0.12);
}

.child-form-control--textarea[b-lwh41gibhj] {
    min-height: 6.2rem;
}

.child-form-control.is-invalid[b-lwh41gibhj] {
    border-color: #d14343;
}

.child-form-radio-list[b-lwh41gibhj] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.child-form-radio-list--inline[b-lwh41gibhj] {
    align-items: center;
    min-height: 2.75rem;
    width: 100%;
}

.child-form-radio-option[b-lwh41gibhj] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    color: #47566d;
    font-size: 0.95rem;
    min-height: 2.25rem;
    margin: 0;
    padding: 0 0.15rem;
    border: 0;
    background: transparent;
    flex: 0 0 auto;
    cursor: pointer;
}

.child-form-radio-input[b-lwh41gibhj],
.child-form-radio-option input[type="radio"][b-lwh41gibhj] {
    accent-color: #3068D5;
    margin: 0;
    flex: 0 0 auto;
}

.child-form-radio-text[b-lwh41gibhj] {
    color: #47566d;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.2;
}

.form-select.child-form-control[b-lwh41gibhj] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-inline-end: 2.75rem;
    color: #223046;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%236B7A90' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: calc(100% - 0.95rem) 50%;
    background-size: 0.8rem;
    background-repeat: no-repeat;
}

.child-form-shell--rtl .form-select.child-form-control[b-lwh41gibhj] {
    background-position: 0.95rem 50%;
}

.form-select.child-form-control:hover[b-lwh41gibhj] {
    border-color: #c6d4ea;
}

.form-select.child-form-control:disabled[b-lwh41gibhj] {
    background-color: #f7f9fc;
    color: #7d8ba0;
}

.child-form-validation[b-lwh41gibhj] {
    display: block;
    margin-top: 0.35rem;
    color: #d14343;
    font-size: 0.82rem;
    font-weight: 500;
}

.child-attribute-grid[b-lwh41gibhj] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.child-attribute-card[b-lwh41gibhj] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid #d9e1ee;
    border-radius: 1rem;
    background: #f8fbff;
}

.child-attribute-card--exceptional[b-lwh41gibhj] {
    border-color: #f0c675;
    background: #fff9ee;
}

.child-attribute-card__header[b-lwh41gibhj] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

.child-attribute-card__title[b-lwh41gibhj] {
    color: #223046;
    font-size: 0.95rem;
    font-weight: 700;
}

.child-attribute-card__badge[b-lwh41gibhj] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.2rem 0.65rem;
    background: #f5b73c;
    color: #5b3b00;
    font-size: 0.76rem;
    font-weight: 700;
}

.child-attribute-chip-list[b-lwh41gibhj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.child-attribute-chip[b-lwh41gibhj] {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #eef4ff;
    color: #36527b;
    font-size: 0.87rem;
    font-weight: 600;
}

.child-attribute-chip--exceptional[b-lwh41gibhj] {
    background: #ffe7b8;
    color: #7a4d00;
}

.child-form-actions[b-lwh41gibhj] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.1rem;
}

/* ── Disabled / read-only field styling ─────────────────────────── */
input.child-form-control:disabled[b-lwh41gibhj],
input.child-form-control[disabled][b-lwh41gibhj] {
    background-color: #f7f9fc;
    color: #7d8ba0;
    cursor: default;
}

.child-form-field--readonly .child-form-label[b-lwh41gibhj] {
    color: #8d9eb5;
}

/* ── Section header (shown in update mode) ───────────────────────── */
.child-form-section-header[b-lwh41gibhj] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #e8eef6;
}

.child-form-section-label[b-lwh41gibhj] {
    color: #3068D5;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.child-form-section-hint[b-lwh41gibhj] {
    color: #9aabbc;
    font-size: 0.81rem;
    font-weight: 500;
}


.child-form-shell--ltr .child-form-actions[b-lwh41gibhj] {
    justify-content: flex-start;
}

.child-form-shell--ltr .child-form-label[b-lwh41gibhj],
.child-form-shell--ltr .child-form-validation[b-lwh41gibhj],
.child-form-shell--ltr .child-form-shell__alert[b-lwh41gibhj],
.child-form-shell--ltr .child-form-title[b-lwh41gibhj] {
    text-align: left;
}

.child-form-shell--rtl .child-form-title[b-lwh41gibhj] {
    text-align: right;
}

.child-form-shell--ltr .child-form-radio-list[b-lwh41gibhj],
.child-form-shell--rtl .child-form-radio-list[b-lwh41gibhj] {
    justify-content: flex-start;
}

.child-form-shell--ltr .child-form-control[b-lwh41gibhj],
.child-form-shell--ltr .form-select.child-form-control[b-lwh41gibhj],
.child-form-shell--ltr input[b-lwh41gibhj],
.child-form-shell--ltr select[b-lwh41gibhj] {
    text-align: left;
}

.child-form-shell--rtl .child-form-control[b-lwh41gibhj],
.child-form-shell--rtl .form-select.child-form-control[b-lwh41gibhj],
.child-form-shell--rtl input[b-lwh41gibhj],
.child-form-shell--rtl select[b-lwh41gibhj] {
    text-align: right;
}

.child-form-submit[b-lwh41gibhj],
.child-form-cancel[b-lwh41gibhj] {
    min-width: 10rem;
    border-radius: 999px;
    padding: 0.7rem 1.3rem;
}

.child-form-submit:disabled[b-lwh41gibhj],
.child-form-cancel:disabled[b-lwh41gibhj] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

@media (max-width: 1024px) {
    .child-attribute-grid[b-lwh41gibhj],
    .child-form-grid[b-lwh41gibhj],
    .child-form-grid--identity[b-lwh41gibhj],
    .child-form-grid--details[b-lwh41gibhj] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .child-form-field--gender[b-lwh41gibhj] {
        grid-column: 1 / -1;
    }

    .child-form-field--radio-span-2[b-lwh41gibhj],
    .child-form-field--span-2[b-lwh41gibhj] {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .child-attribute-grid[b-lwh41gibhj],
    .child-form-grid[b-lwh41gibhj],
    .child-form-grid--identity[b-lwh41gibhj],
    .child-form-grid--details[b-lwh41gibhj] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.9rem;
    }

    .child-form-title[b-lwh41gibhj] {
        font-size: 1.45rem;
    }

    .child-form-field--radio-span-2[b-lwh41gibhj],
    .child-form-field--span-2[b-lwh41gibhj],
    .child-form-field--full[b-lwh41gibhj],
    .child-form-field--gender[b-lwh41gibhj] {
        grid-column: auto;
    }

    .child-form-radio-list--inline[b-lwh41gibhj] {
        min-height: auto;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .child-form-radio-option[b-lwh41gibhj] {
        width: auto;
    }

    .child-form-actions[b-lwh41gibhj] {
        flex-direction: column;
        justify-content: stretch;
    }

    .child-form-submit[b-lwh41gibhj],
    .child-form-cancel[b-lwh41gibhj] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/OrderCancellationDialog.razor.rz.scp.css */
.order-cancellation-dialog[b-twcomfai7q] {
    align-items: center;
    background: rgba(44, 52, 65, 0.62);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    padding: 1.5rem;
}

.order-cancellation-dialog__window[b-twcomfai7q] {
    margin: 0;
    max-width: 41rem;
    width: min(41rem, 100%);
}

.order-cancellation-dialog__panel[b-twcomfai7q] {
    background:
        radial-gradient(circle at top right, rgba(48, 104, 213, 0.12), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(191, 208, 242, 0.95);
    border-radius: 1.5rem;
    box-shadow: 0 24px 64px rgba(25, 53, 92, 0.18);
    color: #3f4c5e;
    direction: rtl;
    overflow: hidden;
    text-align: right;
}

.order-cancellation-dialog__header[b-twcomfai7q] {
    align-items: flex-start;
    border-bottom: 1px solid #e7eefb;
    padding: 1.5rem 1.75rem 1.25rem;
}

.order-cancellation-dialog__title-block[b-twcomfai7q] {
    min-width: 0;
}

.order-cancellation-dialog__title[b-twcomfai7q] {
    color: #1d2b44;
    font-family: "Noto Sans Hebrew New", "Noto Sans Hebrew", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.order-cancellation-dialog__header :global(.btn-close)[b-twcomfai7q] {
    margin: 0;
    opacity: 0.72;
}

.order-cancellation-dialog__header :global(.btn-close:hover)[b-twcomfai7q] {
    opacity: 1;
}

.order-cancellation-dialog__body[b-twcomfai7q] {
    padding: 1.5rem 1.75rem 1.25rem;
}

.order-cancellation-dialog__message[b-twcomfai7q] {
    color: #44546a;
    font-family: "Noto Sans Hebrew New", "Noto Sans Hebrew", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.7;
}

.order-cancellation-dialog__alert[b-twcomfai7q] {
    background: #fff7e8;
    border: 1px solid #f6d79f;
    border-radius: 1rem;
    color: #7a5615;
    font-size: 0.96rem;
    line-height: 1.6;
    padding: 1rem 1.1rem;
}

.order-cancellation-dialog__section[b-twcomfai7q] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.order-cancellation-dialog__section-title[b-twcomfai7q] {
    color: #1d2b44;
    font-family: "Noto Sans Hebrew New", "Noto Sans Hebrew", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.order-cancellation-dialog__section-copy[b-twcomfai7q] {
    color: #6b788c !important;
    line-height: 1.5;
}

.order-cancellation-dialog__list[b-twcomfai7q] {
    border: 1px solid #dce6f7;
    border-radius: 1rem;
    overflow: hidden;
}

.order-cancellation-dialog__item[b-twcomfai7q] {
    background: rgba(255, 255, 255, 0.95);
    border: 0;
    padding: 1rem 1.1rem;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.order-cancellation-dialog__item + .order-cancellation-dialog__item[b-twcomfai7q] {
    border-top: 1px solid #edf3fe;
}

.order-cancellation-dialog__item--selectable[b-twcomfai7q] {
    cursor: pointer;
}

.order-cancellation-dialog__item--selectable:hover[b-twcomfai7q] {
    background: #f7fbff;
}

.order-cancellation-dialog__selection-row[b-twcomfai7q] {
    min-width: 0;
}

.order-cancellation-dialog__item-copy[b-twcomfai7q] {
    min-width: 0;
}

.order-cancellation-dialog__item-title[b-twcomfai7q] {
    color: #23324d;
    font-family: "Noto Sans Hebrew New", "Noto Sans Hebrew", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.45;
}

.order-cancellation-dialog__item-summary[b-twcomfai7q] {
    color: #6b788c !important;
    line-height: 1.5;
    margin-top: 0.2rem;
}

.order-cancellation-dialog__badge[b-twcomfai7q] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    min-height: 2rem;
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}

.order-cancellation-dialog__badge--mandatory[b-twcomfai7q] {
    background: #eef3fb;
    color: #44546a;
}

.order-cancellation-dialog__badge--selectable[b-twcomfai7q] {
    background: #f4f8ff;
    border: 1px solid #d1def5;
    color: #3068d5;
}

.order-cancellation-dialog__checkbox[b-twcomfai7q] {
    border-color: #98b2e3;
    box-shadow: none;
    flex-shrink: 0;
    height: 1.1rem;
    margin-inline: 0;
    width: 1.1rem;
}

.order-cancellation-dialog__checkbox:checked[b-twcomfai7q] {
    background-color: #3068d5;
    border-color: #3068d5;
}

.order-cancellation-dialog__checkbox:focus[b-twcomfai7q] {
    border-color: #3068d5;
    box-shadow: 0 0 0 0.2rem rgba(48, 104, 213, 0.16);
}

.order-cancellation-dialog__footer[b-twcomfai7q] {
    border-top: 1px solid #e7eefb;
    gap: 0.75rem;
    justify-content: flex-start;
    padding: 1rem 1.75rem 1.5rem;
}

.order-cancellation-dialog__button[b-twcomfai7q] {
    border-radius: 999px;
    font-family: "Noto Sans Hebrew New", "Noto Sans Hebrew", sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
    min-width: 8.5rem;
    padding: 0.75rem 1.3rem;
}

.order-cancellation-dialog__button--secondary[b-twcomfai7q] {
    border-color: #c5d4ef;
    color: #44546a;
}

.order-cancellation-dialog__button--secondary:hover[b-twcomfai7q],
.order-cancellation-dialog__button--secondary:focus[b-twcomfai7q] {
    background: #f4f8ff;
    border-color: #9bb7e8;
    color: #23324d;
}

.order-cancellation-dialog__button--primary[b-twcomfai7q] {
    background: linear-gradient(135deg, #d34f4f 0%, #bf2f3e 100%);
    border-color: #bf2f3e;
    box-shadow: 0 14px 28px rgba(191, 47, 62, 0.22);
}

.order-cancellation-dialog__button--primary:hover[b-twcomfai7q],
.order-cancellation-dialog__button--primary:focus[b-twcomfai7q] {
    background: linear-gradient(135deg, #c94646 0%, #a92736 100%);
    border-color: #a92736;
}

.order-cancellation-dialog__button--primary:disabled[b-twcomfai7q] {
    background: #d7ddea;
    border-color: #d7ddea;
    box-shadow: none;
}

@media (max-width: 576px) {
    .order-cancellation-dialog[b-twcomfai7q] {
        padding: 1rem;
    }

    .order-cancellation-dialog__header[b-twcomfai7q],
    .order-cancellation-dialog__body[b-twcomfai7q],
    .order-cancellation-dialog__footer[b-twcomfai7q] {
        padding-inline: 1rem;
    }

    .order-cancellation-dialog__footer[b-twcomfai7q] {
        flex-direction: column-reverse;
    }

    .order-cancellation-dialog__button[b-twcomfai7q] {
        width: 100%;
    }

    .order-cancellation-dialog__item[b-twcomfai7q] {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .order-cancellation-dialog__badge[b-twcomfai7q] {
        align-self: flex-start;
    }
}
/* /Components/PaymentModal.razor.rz.scp.css */
.payment-modal[b-qdmcz1bxh7] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow: auto;
}

.payment-modal.show[b-qdmcz1bxh7] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-modal-dialog[b-qdmcz1bxh7] {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 20px;
    animation: slideDown-b-qdmcz1bxh7 0.3s ease-out;
}

@keyframes slideDown-b-qdmcz1bxh7 {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.payment-modal-content[b-qdmcz1bxh7] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.payment-inline-panel[b-qdmcz1bxh7] {
    width: 100%;
}

.payment-inline-panel .payment-modal-content[b-qdmcz1bxh7] {
    border: 1px solid #dee2e6;
    box-shadow: none;
}

.payment-modal-header[b-qdmcz1bxh7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.payment-modal-title[b-qdmcz1bxh7] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
}

.payment-close-btn[b-qdmcz1bxh7] {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 0.2s;
}

.payment-close-btn:hover[b-qdmcz1bxh7] {
    opacity: 0.75;
    background-color: rgba(0, 0, 0, 0.05);
}

.payment-modal-body[b-qdmcz1bxh7] {
    padding: 1.5rem;
    min-height: 400px;
}

.payment-method-selection[b-qdmcz1bxh7] {
    padding: 1rem 0;
}

.payment-method-selection h6[b-qdmcz1bxh7] {
    font-weight: 600;
    color: #212529;
    margin-bottom: 1.5rem;
}

.payment-methods-grid[b-qdmcz1bxh7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
}

.payment-method-card[b-qdmcz1bxh7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    background-color: #fff;
}

.payment-method-card:hover[b-qdmcz1bxh7] {
    border-color: #0d6efd;
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.payment-method-icon[b-qdmcz1bxh7] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.payment-method-name[b-qdmcz1bxh7] {
    font-weight: 500;
    color: #212529;
    text-align: center;
}

.payment-loading[b-qdmcz1bxh7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.payment-loading p[b-qdmcz1bxh7] {
    margin-top: 1rem;
    color: #6c757d;
    font-size: 1rem;
}

.payment-iframe-container[b-qdmcz1bxh7] {
    width: 100%;
    height: 600px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}

.payment-iframe[b-qdmcz1bxh7] {
    width: 100%;
    height: 100%;
    border: none;
}

.payment-info[b-qdmcz1bxh7] {
    margin-top: 1rem;
    text-align: center;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.payment-info i[b-qdmcz1bxh7] {
    color: #28a745;
    margin-left: 0.5rem;
}

.payment-success[b-qdmcz1bxh7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    text-align: center;
}

.success-icon[b-qdmcz1bxh7] {
    font-size: 4rem;
    color: #28a745;
    margin-bottom: 1rem;
    animation: scaleIn-b-qdmcz1bxh7 0.5s ease-out;
}

@keyframes scaleIn-b-qdmcz1bxh7 {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.payment-success h4[b-qdmcz1bxh7] {
    color: #212529;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.payment-success p[b-qdmcz1bxh7] {
    color: #6c757d;
    margin-bottom: 0;
}

.spinner-border[b-qdmcz1bxh7] {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    .payment-modal-dialog[b-qdmcz1bxh7] {
        width: 95%;
        margin: 10px;
    }

    .payment-inline-panel .payment-modal-content[b-qdmcz1bxh7] {
        border-radius: 0.75rem;
    }

    .payment-iframe-container[b-qdmcz1bxh7] {
        height: 500px;
    }

    .payment-modal-body[b-qdmcz1bxh7] {
        padding: 1rem;
    }
}
/* /Components/PersonalAreaHeader.razor.rz.scp.css */
.pa-header[b-925ky5tfjm] {
    display: grid;
    gap: 0;
    margin-bottom: 0;
    padding: 0;
    background: #ffffff;
}

.pa-header__hero[b-925ky5tfjm] {
    overflow: hidden;
    border-radius: 0;
    background: #ffffff;
    border: none;
    box-shadow: none;
    position: relative;
    min-height: 240px;
    isolation: isolate;
    width: 100%;
    padding:0;
}

.pa-header__hero .card-body[b-925ky5tfjm] {
    display: grid;
    grid-template-columns: minmax(380px, 1.1fr) minmax(340px, 0.9fr);
    direction: ltr;
    align-items: stretch;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: inherit;
    max-width: 1320px;
    margin: 0 auto;
    background: #ffffff;
}

.pa-header__hero-visual[b-925ky5tfjm] {
    position: relative;
    grid-column: 1;
    width: 100%;
    height: 100%;
    min-height: 240px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    pointer-events: none;
    z-index: 0;
    padding: 0;
}

.pa-header__hero-content[b-925ky5tfjm] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-column: 2;
    width: 100%;
    min-height: inherit;
    position: relative;
    z-index: 1;
    padding: 0 20px 0 0;
}

.pa-header__topbar[b-925ky5tfjm] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 0.35rem;
    width: min(100%, 360px);
    margin-inline-start: auto;
    min-width: 0;
    text-align: right;
}

.pa-header__breadcrumbs[b-925ky5tfjm] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  margin: 0 0 0.25rem;
  color: #1a2236;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.pa-header__breadcrumb-link[b-925ky5tfjm] {
  color: #1a2236;
  text-decoration: none;
}

.pa-header__breadcrumb-link:hover[b-925ky5tfjm] {
    color: #4d5d73;
    text-decoration: none;
}



.pa-header__subtitle-top[b-925ky5tfjm] {
    margin: 0 0 2px;
    color: #6B7280;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.pa-header__title[b-925ky5tfjm] {
    margin: 0;
    color: #1a2236;
    font-size: clamp(36px, 3.2vw, 48px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.pa-header__title-underline[b-925ky5tfjm] {
  display: block;
  width: 260px;
  height: 5px;
  border-radius: 50% 50% 0 0 / 5px 5px 0 0;
  background: #2563EB;
  margin-top: 10px;
}

.pa-header__hero-visual img[b-925ky5tfjm] {
    width: 100%;
    max-width: 540px;
    height: 230px;
    object-fit: contain;
    object-position: left bottom;
    transform: none;
    display: block;
}

@media (max-width: 1024px) {
    .pa-header__hero[b-925ky5tfjm] {
        min-height: 210px;
    }

    .pa-header__hero .card-body[b-925ky5tfjm] {
        grid-template-columns: minmax(260px, 1fr) minmax(300px, 0.95fr);
    }

    .pa-header__hero-visual[b-925ky5tfjm] {
        min-height: 210px;
    }

    .pa-header__hero-content[b-925ky5tfjm] {
        padding: 20px 36px 18px 18px;
    }

    .pa-header__topbar[b-925ky5tfjm] {
        width: min(100%, 320px);
    }

    .pa-header__title[b-925ky5tfjm] {
        font-size: clamp(30px, 3vw, 40px);
    }

    .pa-header__hero-visual img[b-925ky5tfjm] {
        max-width: 440px;
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    .pa-header[b-925ky5tfjm] {
        margin-bottom: 0;
        padding-inline: 0;
    }

    .pa-header__hero[b-925ky5tfjm] {
        border-radius: 0;
        min-height: 172px;
    }

    .pa-header__hero .card-body[b-925ky5tfjm] {
        grid-template-columns: minmax(0, 1fr) minmax(148px, 200px);
    }

    .pa-header__hero-content[b-925ky5tfjm] {
        min-height: inherit;
        padding: 14px 20px 12px 12px;
    }

    .pa-header__hero-visual[b-925ky5tfjm] {
        min-height: 172px;
        padding: 0;
        align-items: flex-end;
    }

    .pa-header__topbar[b-925ky5tfjm] {
        width: min(100%, 190px);
        gap: 0.1rem;
    }

    .pa-header__breadcrumbs[b-925ky5tfjm] {
        gap: 0.25rem;
        margin-bottom: 0.15rem;
        font-size: 11px;
    }

    .pa-header__title[b-925ky5tfjm] {
        font-size: 26px;
        line-height: 1.1;
    }

    .pa-header__title-underline[b-925ky5tfjm] {
        width: 72px;
        height: 2px;
        margin-top: 6px;
    }

    .pa-header__hero-visual img[b-925ky5tfjm] {
        max-width: 260px;
        height: 152px;
        object-fit: contain;
        object-position: left bottom;
        transform: none;
    }
}
/* /Components/PersonalAreaNavigation.razor.rz.scp.css */
/* =====================================================
   Personal Area Navigation — Design tokens
   Background band: #EEF3FF  Avatar: 56px  Tabs: flat white
   ===================================================== */

.pa-nav[b-0n69ijlqes] {
    display: grid;
    gap: 1rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

/* ---- Greeting ---- */
.pa-nav__greeting[b-0n69ijlqes] {
  text-align: right;
  color: #374151;
  font-size: 2rem;

  line-height: 1.5;
  margin-bottom: 2rem;
  padding: 0 2rem 0 0;
}

.pa-nav__greeting-name[b-0n69ijlqes] {
  color: #2563EB;
  font-weight: 700;
  border-bottom: 2.5px solid #2563EB;
  padding-bottom: 1px;
}

/* ---- Member switcher ---- */
.pa-nav__members-wrap[b-0n69ijlqes] {
    padding: 0;
}

.pa-nav__members[b-0n69ijlqes] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.75rem 2.5rem;
    padding-inline-start: 2rem;
}

.pa-nav__member-btn[b-0n69ijlqes] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    min-width: 64px;
    padding: 0.25rem 0;
    border: none;
    border-radius: 0;
    background: transparent;
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s ease;
}

button.pa-nav__member-btn[b-0n69ijlqes] {
    text-align: inherit;
}

.pa-nav__member-btn:hover[b-0n69ijlqes],
.pa-nav__member-btn:focus-visible[b-0n69ijlqes] {
    transform: translateY(-2px);
    box-shadow: none;
}

.pa-nav__member-btn:focus-visible .pa-nav__member-avatar[b-0n69ijlqes] {
    outline: 2px solid #2563EB;
    outline-offset: 2px;
}

.pa-nav__member-btn--active[b-0n69ijlqes] {
    background: transparent;
    box-shadow: none;
}

.pa-nav__member-btn--static[b-0n69ijlqes] {
    cursor: default;
}

.pa-nav__member-avatar[b-0n69ijlqes] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 50%;
    border: 1.5px solid #C7D7F0;
    background: #ffffff;
    color: #6B7280;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

  .pa-nav__member-avatar i[b-0n69ijlqes] {
    font-size: 1.35rem;
    line-height: 1;
    margin-left: 0;
  }

.pa-nav__member-avatar--add[b-0n69ijlqes] {
    background: rgba(24, 140, 99, 0.08);
    color: #188c63;
    border-color: rgba(24, 140, 99, 0.28);
}

.pa-nav__member-name[b-0n69ijlqes] {
    display: block;
    text-align: center;
    color: #1f2a44;
    font-size: 0.84rem;
    font-weight: 600;
    margin-top: 4px;
}

.pa-nav__member-role[b-0n69ijlqes] {
    display: block;
    text-align: center;
    font-size: 0.74rem;
    color: #6B7280;
    font-weight: 400;
}

/* Active member */
.pa-nav__member-btn--active .pa-nav__member-avatar[b-0n69ijlqes] {
    border-color: #2563EB;
    background: #2563EB;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.28);
}

.pa-nav__member-btn:not(.pa-nav__member-btn--active) .pa-nav__member-avatar[b-0n69ijlqes] {
    background: #ffffff;
    color: #6B7280;
    border-color: #C7D7F0;
}

.pa-nav__member-btn:hover .pa-nav__member-avatar[b-0n69ijlqes],
.pa-nav__member-btn:focus-visible .pa-nav__member-avatar[b-0n69ijlqes] {
    border-color: #2563EB;
    background: #dbeafe;
    color: #1d4ed8;
}

/* ---- Tabs card ---- */
.pa-nav__tabs[b-0n69ijlqes] {
  overflow: hidden;
  width: 100%;
  border: 1px solid #e0e8f4 !important;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(31, 52, 93, 0.06) !important;
  margin: 20px 0 20px 0;
}

.pa-nav__tabs .card-body[b-0n69ijlqes] {
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
}

.pa-nav__nav[b-0n69ijlqes] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(120px, 1fr);
    align-items: stretch;
    gap: 0;
    width: 100%;
}

.pa-nav__nav-link[b-0n69ijlqes] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 20px;
    border-radius: 0;
    border: 1px solid transparent;
    color: #4B5563;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: center;
    transition: background 0.2s ease, color 0.2s ease;
}

.pa-nav__nav-link:first-child[b-0n69ijlqes] {
    border-radius: 0 8px 8px 0;
}

.pa-nav__nav-link:last-child[b-0n69ijlqes] {
    border-radius: 8px 0 0 8px;
}

.pa-nav__nav-link.active[b-0n69ijlqes] {
    background: #2563EB;
    color: #ffffff;
    font-weight: 700;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

.pa-nav__nav-link.active:first-child[b-0n69ijlqes] {
    border-radius: 0 8px 8px 0;
}

.pa-nav__nav-link.active:last-child[b-0n69ijlqes] {
    border-radius: 8px 0 0 8px;
}

.pa-nav__nav-link:hover:not(.active)[b-0n69ijlqes],
.pa-nav__nav-link:focus-visible:not(.active)[b-0n69ijlqes] {
    color: #1d4ed8;
    background: #eff6ff;
    transform: none;
}

.pa-nav__nav-link:focus-visible[b-0n69ijlqes] {
    outline: 2px solid #2563EB;
    outline-offset: 2px;
}

/* ---- Responsive ---- */
@media (max-width: 767.98px) {
    .pa-nav[b-0n69ijlqes] {
        padding: 0.5rem 1rem 0.5rem;
        gap: 0.5rem;
    }

    .pa-nav__member-avatar[b-0n69ijlqes] {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
    }

    .pa-nav__member-avatar i[b-0n69ijlqes] {
        font-size: 1.15rem;
    }

    .pa-nav__tabs .card-body[b-0n69ijlqes] {
        overflow-x: auto;
        padding: 0;
    }

    .pa-nav__nav[b-0n69ijlqes] {
        grid-auto-flow: column;
        gap: 6px;
        width: max-content;
    }

    .pa-nav__nav-link[b-0n69ijlqes] {
        min-height: 42px;
        padding: 8px 16px;
        white-space: nowrap;
    }
}
/* /Components/Registration/RegistrationWizard.razor.rz.scp.css */

.step-circle[b-kjjc3mdr7z] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.85rem;
}

.step-active[b-kjjc3mdr7z] {
  background: #0d6efd;
  color: #fff;
}

.step-done[b-kjjc3mdr7z] {
  background: #198754;
  color: #fff;
}

.step-pending[b-kjjc3mdr7z] {
  background: #e9ecef;
  color: #6c757d;
  border: 1px solid #dee2e6;
}

.step-conn[b-kjjc3mdr7z] {
  flex: 1;
  height: 3px;
  background: #dee2e6;
  align-self: center;
  margin: 0 4px;
  margin-bottom: 20px;
}

.step-conn-done[b-kjjc3mdr7z] {
  background: #198754;
}

.step-label[b-kjjc3mdr7z] {
  font-size: 0.72rem;
}

.wizard-audience-tag[b-kjjc3mdr7z] {
  background: #FDEBF3;
  color: #552B3D;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 10px;
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1.4;
  display: inline-block;
}

.participant-selection-step[b-kjjc3mdr7z] {
  color: #3F4C5E;
}

.participant-selection-card[b-kjjc3mdr7z] {
  background: #FFFFFF;
  border: 1px solid #EAF0FB;
  border-radius: 16px;
  box-shadow: 0 0 6px rgba(19, 63, 106, 0.08);
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.participant-selection-header[b-kjjc3mdr7z] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

.participant-selection-title-group[b-kjjc3mdr7z] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
}

.participant-selection-title[b-kjjc3mdr7z] {
  margin: 0;
  color: #3068D5;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.participant-selection-title-icon[b-kjjc3mdr7z] {
  color: #A8AFB9;
  font-size: 20px;
}

.participant-selection-intro[b-kjjc3mdr7z] {
  margin: 0;
  color: #2A3039;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}

.participant-selection-list[b-kjjc3mdr7z] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}

.participant-selection-row[b-kjjc3mdr7z] {
  display: block;
  cursor: pointer;
  width: 100%;
}

  .participant-selection-row.is-disabled[b-kjjc3mdr7z] {
    cursor: not-allowed;
    opacity: 0.55;
  }

.participant-selection-row-inner[b-kjjc3mdr7z] {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
}

.participant-selection-checkbox[b-kjjc3mdr7z] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 1px solid #BFD0F2;
  border-radius: 4px;
  accent-color: #3068D5;
  box-shadow: none;
  flex-shrink: 0;
}

.participant-selection-row-body[b-kjjc3mdr7z] {
  flex: 1;
  text-align: right;
}

.participant-selection-row-name[b-kjjc3mdr7z] {
  color: #3F4C5E;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.participant-selection-row-summary[b-kjjc3mdr7z] {
  margin-top: 8px;
  color: #6C757D;
  font-size: 13px;
  line-height: 1.4;
}

.participant-selection-row-message[b-kjjc3mdr7z] {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
}

  .participant-selection-row-message button[b-kjjc3mdr7z] {
    font-size: inherit;
  }

.participant-selection-row-badge[b-kjjc3mdr7z] {
  margin-top: 8px;
}

.participant-selection-empty[b-kjjc3mdr7z] {
  margin: 16px 0 0;
  color: #6C757D;
  font-size: 14px;
  text-align: right;
}

.participant-selection-divider[b-kjjc3mdr7z] {
  border-top: 1px solid #CCCCCC;
  margin: 0;
}

.participant-selection-add-member[b-kjjc3mdr7z] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2A3039;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  align-self: flex-end;
}

  .participant-selection-add-member:hover[b-kjjc3mdr7z] {
    color: #3068D5;
  }

  .participant-selection-add-member:disabled[b-kjjc3mdr7z] {
    color: #A8AFB9;
  }

.participant-selection-inline-panel[b-kjjc3mdr7z] {
  border: 1px solid #EAF0FB;
  border-radius: 12px;
  background: #F8FAFE;
}

.participant-selection-guest-list[b-kjjc3mdr7z] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.participant-selection-guest-item[b-kjjc3mdr7z] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #EAF0FB;
  border-radius: 12px;
  background: #F8FAFE;
  padding: 12px 16px;
}

.participant-selection-actions[b-kjjc3mdr7z] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.participant-selection-action-buttons[b-kjjc3mdr7z] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 12px;
  flex-wrap: wrap;
}

.participant-selection-primary[b-kjjc3mdr7z] {
  min-width: 164px;
  padding: 8px 24px;
  border-radius: 24px;
  border-color: #2A3039;
  background: #2A3039;
  color: #FFFFFF;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

  .participant-selection-primary:hover[b-kjjc3mdr7z],
  .participant-selection-primary:focus[b-kjjc3mdr7z] {
    border-color: #20252D;
    background: #20252D;
    color: #FFFFFF;
  }

  .participant-selection-primary:disabled[b-kjjc3mdr7z] {
    border-color: #A8AFB9;
    background: #A8AFB9;
    color: #FFFFFF;
  }

.participant-selection-secondary[b-kjjc3mdr7z] {
  border-radius: 24px;
  padding: 8px 18px;
}

@@media (max-width: 767.98px) {
  .participant-selection-card[b-kjjc3mdr7z] {
    padding: 24px 20px;
    gap: 24px;
  }

  .participant-selection-title[b-kjjc3mdr7z] {
    font-size: 18px;
  }

  .participant-selection-intro[b-kjjc3mdr7z] {
    font-size: 16px;
  }

  .participant-selection-action-buttons[b-kjjc3mdr7z] {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .participant-selection-primary[b-kjjc3mdr7z],
  .participant-selection-secondary[b-kjjc3mdr7z] {
    width: 100%;
  }
}

/* /Components/Registration/Steps/WizardGateCompletionStep.razor.rz.scp.css */
.bi-person[b-y1899m4jxd], .bi-check-lg[b-y1899m4jxd] {
    margin: 0;
}

.gate-completion-step[b-y1899m4jxd] {
  direction: rtl;
  color: #3F4C5E;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.gate-completion-step__header[b-y1899m4jxd] {
  display: flex;
  flex-direction: column;
  /*gap: 24px;*/
}

.gate-completion-step__title-row[b-y1899m4jxd] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 1.25rem;
}

.gate-completion-step__title[b-y1899m4jxd] {
  margin: 0;
  color: #3068D5;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
}

.gate-completion-step__title-icon[b-y1899m4jxd] {
  color: #A8AFB9;
  font-size: 20px;
}

.gate-completion-step__participants[b-y1899m4jxd] {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.gate-completion-step__participant[b-y1899m4jxd] {
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #9A9A9A;
  padding: 0;
}

.gate-completion-step__participant:disabled[b-y1899m4jxd] {
  cursor: default;
  opacity: 1;
}

.gate-completion-step__participant.is-active[b-y1899m4jxd] {
  color: #3068D5;
}

.gate-completion-step__participant.is-completed[b-y1899m4jxd] {
  color: #3068D5;
}

.gate-completion-step__participant-avatar[b-y1899m4jxd] {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1.5px solid #BFD0F2;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.gate-completion-step__participant.is-active .gate-completion-step__participant-avatar[b-y1899m4jxd] {
  background: #3068D5;
  border-color: #3068D5;
  color: #FFFFFF;
}

.gate-completion-step__participant.is-completed .gate-completion-step__participant-avatar[b-y1899m4jxd] {
  background: #3068D5;
  border-color: #3068D5;
  color: #FFFFFF;
}

.gate-completion-step__participant-name[b-y1899m4jxd] {
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.gate-completion-step__stage[b-y1899m4jxd] {
  border: 1px solid #EAF0FB;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);
  overflow: hidden;
}

.gate-completion-step__stage.is-collapsed[b-y1899m4jxd] {
  background: #FAFAFA;
  border-color: #EDEDED;
}

.gate-completion-step__stage-header[b-y1899m4jxd] {
  width: 100%;
  min-height: 94px;
  border: 0;
  background: transparent;
  padding: 32px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #3F4C5E;
}

.gate-completion-step__stage-header-main[b-y1899m4jxd] {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.gate-completion-step__stage-label[b-y1899m4jxd] {
  color: #3F4C5E;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.gate-completion-step__stage-chevron[b-y1899m4jxd],
.gate-completion-step__stage-status[b-y1899m4jxd] {
  font-size: 20px;
}

.gate-completion-step__stage-chevron[b-y1899m4jxd] {
  color: #A8AFB9;
}

.gate-completion-step__stage-status[b-y1899m4jxd] {
  color: #A8AFB9;
}

.gate-completion-step__stage.is-expanded .gate-completion-step__stage-status[b-y1899m4jxd] {
  color: #29B674;
}

.gate-completion-step__stage-body[b-y1899m4jxd] {
  border-top: 1px solid #EAF0FB;
}

.gate-completion-step__section[b-y1899m4jxd],
.gate-completion-step__group[b-y1899m4jxd] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gate-completion-step__group[b-y1899m4jxd] {
  padding: 32px 48px;
}

.gate-completion-step__card[b-y1899m4jxd] {
  border: 1px solid #BFD0F2;
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
}

.gate-completion-step__card.is-completed[b-y1899m4jxd] {
  border-color: #29B674;
}

.gate-completion-step__card-header[b-y1899m4jxd] {
  background: #F1F7FF;
  border-bottom: 1px solid #BFD0F2;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 24px;
}

.gate-completion-step__card-meta[b-y1899m4jxd] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gate-completion-step__required-badge[b-y1899m4jxd] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  color: #11244B;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.gate-completion-step__required-badge.is-completed[b-y1899m4jxd],
.gate-completion-step__card.is-completed .gate-completion-step__required-badge[b-y1899m4jxd] {
  background: #EAF8F1;
  border: 1px solid #29B674;
  color: #0E4029;
}

.gate-completion-step__card-title-wrap[b-y1899m4jxd] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  text-align: right;
}

.gate-completion-step__card-title[b-y1899m4jxd],
.gate-completion-step__card-title-suffix[b-y1899m4jxd] {
  color: #2A3039;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.gate-completion-step__card-title[b-y1899m4jxd] {
  font-weight: 700;
}

.gate-completion-step__card-title-suffix[b-y1899m4jxd] {
  font-weight: 400;
}

.gate-completion-step__card-body[b-y1899m4jxd] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gate-completion-step__description[b-y1899m4jxd] {
  color: #2A3039;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: right;
}

.gate-completion-step__description--secondary[b-y1899m4jxd] {
  color: #676767;
}

.gate-completion-step__participant-form[b-y1899m4jxd] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
}

.gate-completion-step__participant-form-column[b-y1899m4jxd] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gate-completion-step__document-grid[b-y1899m4jxd] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
}

.gate-completion-step__field[b-y1899m4jxd],
.gate-completion-step__upload-card[b-y1899m4jxd] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gate-completion-step__field--single[b-y1899m4jxd],
.gate-completion-step__upload-card[b-y1899m4jxd],
.gate-completion-step__choice-item--single[b-y1899m4jxd] {
  grid-column: 1 / -1;
}

.gate-completion-step__field-label[b-y1899m4jxd] {
  color: #2A3039;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

.gate-completion-step__input[b-y1899m4jxd],
.gate-completion-step__input.form-control[b-y1899m4jxd] {
  min-height: 44px;
  border: 1px solid #BFD0F2;
  border-radius: 4px;
  background: #FFFFFF;
  color: #3F4C5E;
  text-align: right;
}

.gate-completion-step__input-wrap[b-y1899m4jxd] {
  position: relative;
}

.gate-completion-step__input-wrap i[b-y1899m4jxd] {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #676767;
}

.gate-completion-step__input-wrap .gate-completion-step__input[b-y1899m4jxd] {
  padding-left: 40px;
}

.gate-completion-step__choice-list[b-y1899m4jxd] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.gate-completion-step__choice-list--stacked[b-y1899m4jxd] {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.gate-completion-step__choice-item[b-y1899m4jxd] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #3F4C5E;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
}

.gate-completion-step__upload-box[b-y1899m4jxd] {
  background: #FDFEFF;
  border: 1px dashed #3068D5;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}

.gate-completion-step__upload-box i[b-y1899m4jxd] {
  font-size: 32px;
  color: #3068D5;
}

.gate-completion-step__upload-text[b-y1899m4jxd] {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  text-align: right;
}

.gate-completion-step__upload-link[b-y1899m4jxd] {
  color: #3068D5;
  text-decoration: underline;
}

.gate-completion-step__terms-actions[b-y1899m4jxd] {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.gate-completion-step__terms-body[b-y1899m4jxd] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.gate-completion-step__terms-link[b-y1899m4jxd] {
  border: 1px solid #3F4C5E;
  border-radius: 24px;
  padding: 8px 24px;
  color: #3F4C5E;
  background: #FFFFFF;
}

.gate-completion-step__terms-link:hover[b-y1899m4jxd],
.gate-completion-step__terms-link:focus[b-y1899m4jxd] {
  border-color: #196D46;
  background: #FFFFFF;
  color: #3F4C5E;
}

.gate-completion-step__terms-approved-chip[b-y1899m4jxd] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 30px;
  padding: 8px;
  border-radius: 8px;
  background: #DFF4EA;
  color: #0E4029;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.gate-completion-step__terms-modal-backdrop[b-y1899m4jxd] {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.6);
}

.gate-completion-step__terms-modal[b-y1899m4jxd] {
  width: min(848px, calc(100vw - 48px));
  height: min(750px, calc(100vh - 48px));
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(19, 63, 106, 0.24);
  overflow: hidden;
}

.gate-completion-step__terms-modal-header[b-y1899m4jxd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 20px 32px;
  border-bottom: 1px solid #EAF0FB;
}

.gate-completion-step__terms-modal-title[b-y1899m4jxd] {
  margin: 0;
  color: #2A3039;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.gate-completion-step__terms-modal-close[b-y1899m4jxd] {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #2A3039;
  font-size: 18px;
}

.gate-completion-step__terms-modal-close:hover[b-y1899m4jxd],
.gate-completion-step__terms-modal-close:focus[b-y1899m4jxd] {
  background: #F1F7FF;
  color: #3068D5;
}

.gate-completion-step__terms-modal-body[b-y1899m4jxd] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 32px 0;
  min-height: 0;
}

.gate-completion-step__terms-modal-description[b-y1899m4jxd] {
  color: #3F4C5E;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: right;
}

.gate-completion-step__terms-modal-toolbar[b-y1899m4jxd] {
  display: flex;
  justify-content: flex-start;
}

.gate-completion-step__terms-modal-open-link[b-y1899m4jxd] {
  color: #3068D5;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.gate-completion-step__terms-modal-open-link:hover[b-y1899m4jxd],
.gate-completion-step__terms-modal-open-link:focus[b-y1899m4jxd] {
  text-decoration: underline;
}

.gate-completion-step__terms-modal-viewer-wrap[b-y1899m4jxd] {
  flex: 1;
  min-height: 0;
  border: 1px solid #EAF0FB;
  border-radius: 8px;
  overflow: hidden;
  background: #FAFCFF;
}

.gate-completion-step__terms-modal-viewer[b-y1899m4jxd] {
  width: 100%;
  height: 100%;
  border: 0;
  background: #FFFFFF;
}

.gate-completion-step__terms-modal-footer[b-y1899m4jxd] {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-height: 70px;
  padding: 16px 32px 24px;
  border-top: 1px solid #EAF0FB;
}

.gate-completion-step__actions[b-y1899m4jxd] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 0 48px;
  justify-content: flex-end;
  padding-bottom: 32px;
}

.gate-completion-step__actions--checkout[b-y1899m4jxd] {
  justify-content: flex-end;
  padding-bottom: 32px;
}

.gate-completion-step__primary[b-y1899m4jxd],
.gate-completion-step__secondary[b-y1899m4jxd] {
  min-width: 164px;
  border-radius: 24px;
  padding: 10px 24px;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.gate-completion-step__primary[b-y1899m4jxd] {
  background: #2A3039;
  border-color: #2A3039;
  color: #FFFFFF;
  min-width: 180px;
}

.gate-completion-step__secondary[b-y1899m4jxd] {
  background: #FFFFFF;
  border-color: #3F4C5E;
  color: #3F4C5E;
}

@media (max-width: 991.98px) {
  .gate-completion-step__participant-form[b-y1899m4jxd],
  .gate-completion-step__document-grid[b-y1899m4jxd] {
    grid-template-columns: 1fr;
  }

  .gate-completion-step__card-header[b-y1899m4jxd],
  .gate-completion-step__stage-header[b-y1899m4jxd],
  .gate-completion-step__upload-box[b-y1899m4jxd],
  .gate-completion-step__actions[b-y1899m4jxd],
  .gate-completion-step__terms-modal-footer[b-y1899m4jxd] {
    flex-direction: column;
    align-items: stretch;
  }

  .gate-completion-step__terms-modal-backdrop[b-y1899m4jxd] {
    padding: 0;
  }

  .gate-completion-step__terms-modal[b-y1899m4jxd] {
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }

  .gate-completion-step__terms-modal-header[b-y1899m4jxd],
  .gate-completion-step__terms-modal-body[b-y1899m4jxd],
  .gate-completion-step__terms-modal-footer[b-y1899m4jxd] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gate-completion-step__primary[b-y1899m4jxd],
  .gate-completion-step__secondary[b-y1899m4jxd] {
    width: 100%;
  }
}
/* /Components/Registration/Steps/WizardParticipantSelectionStep.razor.rz.scp.css */
.participant-selection-step[b-e3dcdf4hog] {
  color: #3F4C5E;
}

.participant-selection-card[b-e3dcdf4hog] {
  background: #FFFFFF;
  border: 1px solid #EAF0FB;
  border-radius: 16px;
  box-shadow: 0 0 6px rgba(19, 63, 106, 0.08);
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.participant-selection-header[b-e3dcdf4hog] {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 0;
}

.participant-selection-title-group[b-e3dcdf4hog] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  width: 100%;
}

.participant-selection-title[b-e3dcdf4hog] {
  margin: 0;
  color: #3068D5;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
}

.participant-selection-title-icon[b-e3dcdf4hog] {
  color: #A8AFB9;
  font-size: 20px;
}

.participant-selection-intro[b-e3dcdf4hog] {
  margin: 0;
  color: #2A3039;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}

.participant-selection-list[b-e3dcdf4hog] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}

.participant-selection-row[b-e3dcdf4hog] {
  display: block;
  cursor: pointer;
  width: 100%;
}

.participant-selection-row.is-disabled[b-e3dcdf4hog] {
  cursor: not-allowed;
}

.participant-selection-row-inner[b-e3dcdf4hog] {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.participant-selection-checkbox[b-e3dcdf4hog] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 1px solid #BFD0F2;
  border-radius: 4px;
  accent-color: #3068D5;
  box-shadow: none;
  flex-shrink: 0;
}

.participant-selection-row-body[b-e3dcdf4hog] {
  flex: 1;
  text-align: right;
}

.participant-selection-row-name[b-e3dcdf4hog] {
  color: #3F4C5E;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.participant-selection-row-summary[b-e3dcdf4hog] {
  margin-top: 8px;
  color: #6C757D;
  font-size: 13px;
  line-height: 1.4;
}

.participant-selection-row-alert[b-e3dcdf4hog] {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px 16px 8px 24px;
  border: 1px solid #FDD856;
  border-radius: 8px;
  background: #FEF3CB;
  max-width: 100%;
}

.participant-selection-row-alert-icon[b-e3dcdf4hog] {
  display: inline-flex;
  width: 24px;
  height: 21px;
  flex-shrink: 0;
}

.participant-selection-row-alert-text[b-e3dcdf4hog] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px 8px;
  flex-wrap: wrap;
  text-align: right;
}

.participant-selection-row-alert-title[b-e3dcdf4hog] {
  color: #594C1E;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.participant-selection-row-alert-message[b-e3dcdf4hog] {
  color: #11244B;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.participant-selection-row-alert-action[b-e3dcdf4hog] {
  border: 0;
  background: transparent;
  padding: 0;
  color: #3068D5;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.participant-selection-row-alert-action:hover[b-e3dcdf4hog] {
  color: #11244B;
}

.participant-selection-empty[b-e3dcdf4hog] {
  margin: 16px 0 0;
  color: #6C757D;
  font-size: 14px;
  text-align: right;
}

.participant-selection-divider[b-e3dcdf4hog] {
  border-top: 1px solid #CCCCCC;
  margin: 0;
}

.participant-selection-add-member[b-e3dcdf4hog] {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2A3039;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  align-self: flex-start;
}

.participant-selection-add-member:hover[b-e3dcdf4hog] {
  color: #3068D5;
}

.participant-selection-add-member:disabled[b-e3dcdf4hog] {
  color: #A8AFB9;
}

.participant-selection-inline-panel[b-e3dcdf4hog] {
  border: 1px solid #EAF0FB;
  border-radius: 12px;
  background: #F8FAFE;
}

.participant-selection-popup-overlay[b-e3dcdf4hog] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
}

.participant-selection-popup[b-e3dcdf4hog] {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  width: min(560px, 95vw);
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.participant-selection-guest-list[b-e3dcdf4hog] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.participant-selection-guest-item[b-e3dcdf4hog] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 12px;
  border: 1px solid #EAF0FB;
  border-radius: 12px;
  background: #F8FAFE;
  padding: 12px 16px;
}

.participant-selection-actions[b-e3dcdf4hog] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 48px;
}

.participant-selection-action-buttons[b-e3dcdf4hog] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}

.participant-selection-action-buttons--single[b-e3dcdf4hog] {
  padding-top: 8px;
}

.participant-selection-primary[b-e3dcdf4hog] {
  min-width: 188px;
  padding: 12px 36px;
  border-radius: 24px;
  border-color: #2A3039;
  background: #2A3039;
  color: #FFFFFF;
  font-family: "Noto Sans Hebrew New", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.participant-selection-primary:hover[b-e3dcdf4hog],
.participant-selection-primary:focus[b-e3dcdf4hog] {
  border-color: #20252D;
  background: #20252D;
  color: #FFFFFF;
}

.participant-selection-primary:disabled[b-e3dcdf4hog] {
  border-color: #A8AFB9;
  background: #A8AFB9;
  color: #FFFFFF;
}

.participant-selection-secondary[b-e3dcdf4hog] {
  border-radius: 24px;
  padding: 8px 18px;
}

@media (max-width: 767.98px) {
  .participant-selection-card[b-e3dcdf4hog] {
    padding: 24px 20px;
    gap: 24px;
  }

  .participant-selection-title[b-e3dcdf4hog] {
    font-size: 18px;
  }

  .participant-selection-intro[b-e3dcdf4hog] {
    font-size: 16px;
  }

  .participant-selection-action-buttons[b-e3dcdf4hog] {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .participant-selection-primary[b-e3dcdf4hog],
  .participant-selection-secondary[b-e3dcdf4hog] {
    width: 100%;
  }
}
/* /Pages/About.razor.rz.scp.css */
/* About Page - Component Specific Styles Only */

.about-page[b-x2izgfgm4y] {
    padding: var(--spacing-xl) 0 var(--spacing-4xl);
}

/* Hero section specific to about page */
.about-hero[b-x2izgfgm4y] {
    text-align: center;
    padding: var(--spacing-3xl) 0 var(--spacing-4xl);
    background: linear-gradient(135deg, var(--tenant-primary) 0%, var(--tenant-secondary) 100%);
    margin: calc(var(--spacing-xl) * -1) calc(var(--spacing-4xl) * -1) var(--spacing-3xl);
    border-radius: var(--radius-lg);
}

.about-hero h1[b-x2izgfgm4y] {
    font-size: 56px;
    margin-bottom: var(--spacing-lg);
    color: var(--tenant-light);
}

/* Content sections specific to about page */
.about-content[b-x2izgfgm4y] {
    max-width: 900px;
    margin: 0 auto;
}

.about-section[b-x2izgfgm4y] {
    margin-bottom: var(--spacing-3xl);
}

.about-section h2[b-x2izgfgm4y] {
    font-size: 32px;
    margin-bottom: var(--spacing-lg);
    color: var(--tenant-primary);
}

.about-section p[b-x2izgfgm4y] {
    font-size: 18px;
    line-height: 1.8;
    color: var(--color-dark-text);
}

/* Offerings grid specific to about page */
.offerings[b-x2izgfgm4y] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-lg);
    margin-top: var(--spacing-xl);
}

.offering-item[b-x2izgfgm4y] {
    padding: var(--spacing-lg);
    background: var(--tenant-light);
    border-radius: var(--radius-md);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: var(--shadow-default);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.offering-item:hover[b-x2izgfgm4y] {
    transform: translateY(-2px);
    border-color: var(--tenant-primary);
}

.offering-item h4[b-x2izgfgm4y] {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--tenant-dark);
}

.offering-item p[b-x2izgfgm4y] {
    font-size: 16px;
    margin: 0;
}

/* Responsive adjustments for about page */
@media (max-width: 768px) {
    .about-hero[b-x2izgfgm4y] {
        padding: var(--spacing-xl) var(--spacing-lg) var(--spacing-3xl);
        margin: calc(var(--spacing-xl) * -1) calc(var(--spacing-lg) * -1) var(--spacing-xl);
    }

    .about-hero h1[b-x2izgfgm4y] {
        font-size: 36px;
    }

    .offerings[b-x2izgfgm4y] {
        grid-template-columns: 1fr;
    }
}

/* /Pages/Account/FormResponseView.razor.rz.scp.css */
.form-response-page[b-zn1wnxc0p5] {
    padding-block: 1.5rem 2rem;
}

.form-response-card[b-zn1wnxc0p5] {
    border: 1px solid #dbe6f4;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(31, 52, 93, 0.08);
    overflow: hidden;
}

.form-response-card__header[b-zn1wnxc0p5] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    border-bottom: 1px solid #e3ebf7;
}

.form-response-card__back[b-zn1wnxc0p5],
.form-response-card__print[b-zn1wnxc0p5] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.form-response-card__back[b-zn1wnxc0p5] {
    margin-bottom: 0.85rem;
}

.form-response-card__title[b-zn1wnxc0p5] {
    margin: 0;
    color: #1f2a44;
    font-size: 1.6rem;
    font-weight: 800;
}

.form-response-card__subtitle[b-zn1wnxc0p5] {
    margin: 0.45rem 0 0;
    color: #667085;
}

.form-response-card__meta[b-zn1wnxc0p5] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #f7faff;
    border-bottom: 1px solid #e3ebf7;
}

.form-response-card__meta-item[b-zn1wnxc0p5] {
    display: grid;
    gap: 0.35rem;
}

.form-response-card__meta-label[b-zn1wnxc0p5] {
    color: #667085;
    font-size: 0.84rem;
    font-weight: 700;
}

.form-response-card__answers[b-zn1wnxc0p5] {
    display: grid;
    gap: 1px;
    background: #e9eef7;
}

.form-response-card__answer[b-zn1wnxc0p5] {
    display: grid;
    gap: 0.55rem;
    padding: 1.25rem 1.5rem;
    background: #ffffff;
}

.form-response-card__answer-label[b-zn1wnxc0p5] {
    color: #52637d;
    font-size: 0.9rem;
    font-weight: 700;
}

.form-response-card__answer-value[b-zn1wnxc0p5] {
    color: #1f2a44;
    white-space: pre-wrap;
    word-break: break-word;
}

.form-response-card__empty[b-zn1wnxc0p5] {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem 1.5rem;
    text-align: center;
}

.form-response-card__empty-icon[b-zn1wnxc0p5] {
    font-size: 3rem;
    color: #a0b4cc;
    line-height: 1;
}

.form-response-card__empty-title[b-zn1wnxc0p5] {
    margin: 0;
    color: #1f2a44;
    font-size: 1.05rem;
    font-weight: 700;
}

.form-response-card__empty-text[b-zn1wnxc0p5] {
    max-width: 32rem;
    margin: 0;
    color: #667085;
}

@media (max-width: 767.98px) {
    .form-response-card__header[b-zn1wnxc0p5],
    .form-response-card__meta[b-zn1wnxc0p5],
    .form-response-card__answer[b-zn1wnxc0p5] {
        padding-inline: 1rem;
    }

    .form-response-card__header[b-zn1wnxc0p5] {
        flex-direction: column;
    }

    .form-response-card__meta[b-zn1wnxc0p5] {
        grid-template-columns: 1fr;
    }
}

@media print {
    .form-response-page--print[b-zn1wnxc0p5] {
        padding: 0;
    }

    .form-response-page--print .container[b-zn1wnxc0p5] {
        max-width: none;
        padding: 0;
    }

    .form-response-page--print .form-response-card[b-zn1wnxc0p5] {
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
}
/* /Pages/Account/MyDocuments.razor.rz.scp.css */
.forms-table[b-33oc0fxslr] {
    display: grid;
    gap: 1rem;
}

.forms-table__shell[b-33oc0fxslr] {
    border: 1px solid #dbe6f4;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(31, 52, 93, 0.08);
    overflow: hidden;
}

.forms-table__summary[b-33oc0fxslr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.5rem;
    color: #667085;
    font-size: 0.92rem;
    border-bottom: 1px solid #e3ebf7;
}

.forms-table__scope[b-33oc0fxslr] {
    font-weight: 700;
    color: #1f2a44;
}

.forms-table__wrap[b-33oc0fxslr] {
    overflow-x: auto;
}

.forms-table__grid[b-33oc0fxslr] {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.forms-table__grid thead th[b-33oc0fxslr] {
    height: 56px;
    padding: 0 20px;
    background: #f7faff;
    color: #52637d;
    border-bottom: 1px solid #e3ebf7;
    font-size: 0.86rem;
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
}

.forms-table__grid tbody td[b-33oc0fxslr] {
    padding: 16px 20px;
    border-bottom: 1px solid #eef2f8;
    color: #223046;
    vertical-align: middle;
}

.forms-table__grid tbody tr:last-child td[b-33oc0fxslr] {
    border-bottom: none;
}

.forms-table__grid tbody tr:hover td[b-33oc0fxslr] {
    background: rgba(47, 89, 184, 0.02);
}

.forms-table__participant[b-33oc0fxslr] {
    font-weight: 700;
    color: #1f2a44;
}

.forms-table__date[b-33oc0fxslr] {
    white-space: nowrap;
    color: #50617d;
}

.forms-table__title[b-33oc0fxslr] {
    font-weight: 700;
    color: #1f2a44;
}

.forms-table__title-copy[b-33oc0fxslr] {
    min-width: 0;
}

.forms-table__action-column[b-33oc0fxslr],
.forms-table__action-cell[b-33oc0fxslr] {
    width: 88px;
    text-align: center;
}

.forms-table__action-cell[b-33oc0fxslr] {
    white-space: nowrap;
}

.forms-table__subtitle[b-33oc0fxslr] {
    display: block;
    margin-top: 0.18rem;
    color: #75839a;
    font-size: 0.86rem;
}

.forms-table__action[b-33oc0fxslr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #d6e2f0;
    background: #ffffff;
    color: #4f627d;
    text-decoration: none;
    box-shadow: none;
    transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.forms-table__action:hover[b-33oc0fxslr],
.forms-table__action:focus-visible[b-33oc0fxslr] {
    border-color: #2563eb;
    background: #eff6ff;
    color: #2563eb;
}

.forms-table__action--missing[b-33oc0fxslr] {
    color: #b24331;
    border-color: rgba(214, 91, 73, 0.22);
    background: rgba(255, 247, 245, 0.95);
}

.forms-table__action--disabled[b-33oc0fxslr] {
    color: #98a2b3;
    border-color: #e5e7eb;
    background: #f8fafc;
    pointer-events: none;
}

.forms-table__empty[b-33oc0fxslr] {
    min-height: 336px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem 1.5rem;
    text-align: center;
}

.forms-table__empty-icon[b-33oc0fxslr] {
    font-size: 3rem;
    color: #a0b4cc;
    line-height: 1;
}

.forms-table__empty-title[b-33oc0fxslr] {
    margin: 0;
    color: #1f2a44;
    font-size: 1.05rem;
    font-weight: 700;
}

.forms-table__empty-text[b-33oc0fxslr] {
    max-width: 32rem;
    color: #667085;
    margin: 0;
    font-size: 0.92rem;
}

@media (max-width: 767.98px) {
    .forms-table__grid thead th[b-33oc0fxslr],
    .forms-table__grid tbody td[b-33oc0fxslr] {
        padding-inline: 16px;
    }

    .forms-table__empty[b-33oc0fxslr] {
        min-height: 280px;
        padding: 1.5rem;
    }
}
/* /Pages/Account/MyOrders.razor.rz.scp.css */


.my-orders-table-surface[b-w5nh6ia5k9] {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
    border: 1px solid #dce6f5;
    border-radius: 1.5rem;
    box-shadow: 0 18px 40px rgba(30, 64, 175, 0.08);
    padding: 1.5rem;
}

.my-orders-toolbar[b-w5nh6ia5k9] {
    margin-bottom: 1.5rem;
}

.my-orders-toolbar__label[b-w5nh6ia5k9] {
    color: #66758f !important;
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.my-orders-table-surface .input-group-text[b-w5nh6ia5k9],
.my-orders-table-surface .form-control[b-w5nh6ia5k9],
.my-orders-table-surface .form-select[b-w5nh6ia5k9] {
    min-height: 3rem;
    border-color: #d6e2f2;
    background: #f9fbff;
    color: #22324b;
    box-shadow: none;
}

.my-orders-table-surface .input-group-text[b-w5nh6ia5k9] {
    border-radius: 0.95rem 0 0 0.95rem;
    color: #6f82a3;
}

.my-orders-table-surface .form-control[b-w5nh6ia5k9],
.my-orders-table-surface .form-select[b-w5nh6ia5k9] {
    border-radius: 0.95rem;
}

.my-orders-table-surface .input-group > .form-control[b-w5nh6ia5k9] {
    border-radius: 0 0.95rem 0.95rem 0;
}

.my-orders-table-surface .form-control:focus[b-w5nh6ia5k9],
.my-orders-table-surface .form-select:focus[b-w5nh6ia5k9] {
    border-color: #7aa7f8;
    background: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.12);
}

.my-orders-toolbar__meta[b-w5nh6ia5k9] {
    padding: 0.9rem 1rem;
    border: 1px solid #e4ecf8;
    border-radius: 1rem;
    background: rgba(246, 249, 255, 0.95);
}

.my-orders-toolbar__hint[b-w5nh6ia5k9] {
    color: #6e7f9d !important;
}

.my-orders-toolbar__clear[b-w5nh6ia5k9] {
    border-radius: 999px;
    border-color: #cad8ee;
    color: #4b5f83;
    background: #ffffff;
}

.my-orders-toolbar__clear:hover[b-w5nh6ia5k9],
.my-orders-toolbar__clear:focus[b-w5nh6ia5k9] {
    border-color: #9dbcf2;
    background: #edf4ff;
    color: #2457c5;
}

.my-orders-toolbar__count[b-w5nh6ia5k9] {
    min-height: 2.2rem;
    padding: 0.55rem 0.95rem;
    border: 1px solid #d8e3f4;
    border-radius: 999px;
    background: #ffffff !important;
    color: #32518a;
    font-weight: 700;
}

.my-orders-table-grid thead th[b-w5nh6ia5k9],
.my-orders-lines-table thead th[b-w5nh6ia5k9] {
    background-color: #eef4ff;
    border-bottom: 0;
    color: #6a7a97;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 1rem 1.1rem;
}

.my-orders-table-grid tbody td[b-w5nh6ia5k9],
.my-orders-lines-table tbody td[b-w5nh6ia5k9] {
    border-color: #e4ebf5;
    vertical-align: top;
    padding: 1.05rem 1.1rem;
}

.my-orders-table-grid[b-w5nh6ia5k9] {
    border-collapse: separate;
    border-spacing: 0;
}

.my-orders-table-grid > thead > tr > th:first-child[b-w5nh6ia5k9] {
    border-top-right-radius: 1rem;
}

.my-orders-table-grid > thead > tr > th:last-child[b-w5nh6ia5k9] {
    border-top-left-radius: 1rem;
}

.my-orders-table-grid__row > td[b-w5nh6ia5k9] {
    background: #ffffff;
    transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

.my-orders-table-grid > tbody > tr.my-orders-table-grid__row:hover > td[b-w5nh6ia5k9] {
    background-color: #f7faff;
}

.my-orders-table-grid__row--expanded > td[b-w5nh6ia5k9] {
    background: #f7faff;
    box-shadow: inset 0 1px 0 rgba(151, 180, 231, 0.18), inset 0 -1px 0 rgba(151, 180, 231, 0.18);
}

.my-orders-table-grid__row--cancelled > td[b-w5nh6ia5k9] {
    background: #fdf8f9 !important;
    opacity: 0.72;
}

.my-orders-table-grid > tbody > tr.my-orders-table-grid__row--cancelled:hover > td[b-w5nh6ia5k9] {
    background: #fdf0f3 !important;
    opacity: 0.85;
}

.my-orders-table-grid__expand[b-w5nh6ia5k9] {
    width: 4rem;
    text-align: center;
}

.my-orders-table-grid__expand-btn[b-w5nh6ia5k9] {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8e3f4;
    border-radius: 999px;
    background: #ffffff;
    color: #5370a8;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(50, 84, 143, 0.08);
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.my-orders-table-grid__expand-btn:hover[b-w5nh6ia5k9],
.my-orders-table-grid__expand-btn:focus[b-w5nh6ia5k9] {
    color: #255fcb;
    border-color: #9dbcf2;
    background: #eef5ff;
}

.my-orders-table-grid__row--expanded .my-orders-table-grid__expand-btn[b-w5nh6ia5k9] {
    background: #e8f0ff;
    border-color: #7aa7f8;
    color: #255fcb;
}

.my-orders-table-grid__details-row > td[b-w5nh6ia5k9] {
    background-color: #f7faff;
    padding: 0;
}

.my-orders-table-grid__details[b-w5nh6ia5k9] {
    border-top: 1px solid #dde6f5;
    border-right: 3px solid #7aa7f8;
    padding: 1.25rem 1.25rem 1.4rem;
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.96) 0%, rgba(242, 247, 255, 0.96) 100%);
    border-radius: 0 0 0.75rem 0.75rem;
}

.my-orders-table-grid__details-actions[b-w5nh6ia5k9] {
    margin-bottom: 1rem !important;
}

.my-orders-table-grid__order-number[b-w5nh6ia5k9] {
    font-size: 1rem;
    font-weight: 700;
    color: #1f3356;
    white-space: nowrap;
}

.my-orders-table-grid__date[b-w5nh6ia5k9],
.my-orders-table-grid__count[b-w5nh6ia5k9] {
    color: #5e708e;
    font-weight: 500;
    white-space: nowrap;
}

.my-orders-lines-table[b-w5nh6ia5k9] {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 0.7rem;
}

.my-orders-lines-table thead th[b-w5nh6ia5k9] {
    background: #f0f5ff;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    border-radius: 0;
}

.my-orders-lines-table__row td[b-w5nh6ia5k9] {
    background: #ffffff;
    border-top: 1px solid #e1e9f6;
    border-bottom: 1px solid #e1e9f6;
}

.my-orders-lines-table__row td:first-child[b-w5nh6ia5k9] {
    border-right: 1px solid #e1e9f6;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.my-orders-lines-table__row td:last-child[b-w5nh6ia5k9] {
    border-left: 1px solid #e1e9f6;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.my-orders-lines-table__item-title[b-w5nh6ia5k9] {
    color: #1f3356;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

/* Bundle anchor row – the main track/מסלול header */
.my-orders-lines-table__row--anchor td[b-w5nh6ia5k9] {
    background: #eef4ff;
    border-top: 2px solid #b8cef9;
    border-bottom: 2px solid #b8cef9;
}

.my-orders-lines-table__row--anchor td:first-child[b-w5nh6ia5k9] {
    border-right: 2px solid #b8cef9;
}

.my-orders-lines-table__row--anchor td:last-child[b-w5nh6ia5k9] {
    border-left: 2px solid #b8cef9;
}

.my-orders-lines-table__row--anchor .my-orders-lines-table__item-title[b-w5nh6ia5k9] {
    color: #1a3a8c;
    font-size: 1.05rem;
}

/* Bundle component rows – individual sessions beneath the anchor */
.my-orders-lines-table__row--component td[b-w5nh6ia5k9] {
    background: #f9fbff;
    border-top: 1px dashed #d8e5f7;
    border-bottom: 1px dashed #d8e5f7;
}

.my-orders-lines-table__row--component td:first-child[b-w5nh6ia5k9] {
    border-right: 1px dashed #d8e5f7;
    padding-right: 2rem;
}

.my-orders-lines-table__row--component td:last-child[b-w5nh6ia5k9] {
    border-left: 1px dashed #d8e5f7;
}

.my-orders-lines-table__row--component .my-orders-lines-table__item-title[b-w5nh6ia5k9] {
    font-weight: 600;
    font-size: 0.93rem;
    color: #3a5080;
}

.my-orders-lines-table__row--component .my-orders-lines-table__secondary[b-w5nh6ia5k9] {
    font-size: 0.9rem;
}

/* Indent marker for component rows */
.my-orders-lines-table__component-indent[b-w5nh6ia5k9] {
    display: inline-block;
    width: 0.75rem;
    height: 1rem;
    border-right: 2px solid #a8beea;
    border-bottom: 2px solid #a8beea;
    border-bottom-right-radius: 4px;
    margin-left: 0.35rem;
    vertical-align: middle;
    opacity: 0.6;
}

.my-orders-lines-table__secondary[b-w5nh6ia5k9] {
    color: #5f7291;
}

/* Cancelled line row */
.my-orders-lines-table__row--cancelled td[b-w5nh6ia5k9] {
    opacity: 0.58;
}

.my-orders-lines-table__row--cancelled .my-orders-lines-table__item-title[b-w5nh6ia5k9] {
    text-decoration: line-through;
    color: #8a9ab5;
}

.my-orders-lines-table__price[b-w5nh6ia5k9] {
    color: #204d9d;
    font-size: 0.98rem;
    font-weight: 700;
}

.my-orders-lines-table__actions[b-w5nh6ia5k9] {
    gap: 0.6rem !important;
}

.my-orders-lines-table__guidance[b-w5nh6ia5k9] {
    padding: 0.6rem 0.85rem;
    border: 1px solid #dbe6f6;
    border-radius: 0.85rem;
    background: #f7faff;
    color: #60728f !important;
}

.my-orders-action-btn[b-w5nh6ia5k9] {
    min-height: 2.2rem;
    border-radius: 999px;
    padding: 0.42rem 0.8rem;
    font-weight: 600;
    box-shadow: none;
}

.my-orders-action-btn--primary[b-w5nh6ia5k9] {
    border-color: #bfd4fb;
    color: #245fcb;
    background: #edf4ff;
}

.my-orders-action-btn--primary:hover[b-w5nh6ia5k9],
.my-orders-action-btn--primary:focus[b-w5nh6ia5k9] {
    border-color: #8db1f4;
    background: #dfeeff;
    color: #174da9;
}

.my-orders-action-btn--neutral[b-w5nh6ia5k9] {
    border-color: #d5e0f0;
    color: #496180;
    background: #f8fbff;
}

.my-orders-action-btn--neutral:hover[b-w5nh6ia5k9],
.my-orders-action-btn--neutral:focus[b-w5nh6ia5k9] {
    border-color: #a9bfdc;
    background: #eef4fb;
    color: #27476d;
}

.my-orders-action-btn--danger[b-w5nh6ia5k9] {
    border-color: #f1ccd5;
    color: #b03a59;
    background: #fff7f9;
}

.my-orders-action-btn--danger:hover[b-w5nh6ia5k9],
.my-orders-action-btn--danger:focus[b-w5nh6ia5k9] {
    border-color: #e49fb0;
    background: #ffeef2;
    color: #912845;
}

.my-orders-table-surface .badge[b-w5nh6ia5k9] {
    border-radius: 999px;
    padding: 0.45rem 0.7rem;
    font-weight: 700;
}

.badge-cancelled[b-w5nh6ia5k9] {
    background: #fdeef1 !important;
    color: #9b2b3e !important;
    border: 1px solid #f1c4cc;
}

.my-orders-table-surface .badge.text-bg-light[b-w5nh6ia5k9] {
    background: #eef4ff !important;
    color: #4b6187 !important;
    border: 1px solid #d9e4f5;
}

.my-orders-table-surface .badge.text-bg-success[b-w5nh6ia5k9] {
    background: #eaf7f0 !important;
    color: #1f7a4d !important;
    border: 1px solid #c9e8d6;
}

.my-orders-table-surface .badge.text-bg-primary[b-w5nh6ia5k9] {
    background: #e8f0ff !important;
    color: #245fcb !important;
    border: 1px solid #cadeff;
}

/* ── Empty state ── */

.mr-table__empty[b-w5nh6ia5k9] {
    min-height: 336px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem 1.5rem;
    text-align: center;
    border-radius: 24px;
    border: 1px solid #dbe6f4;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(31, 52, 93, 0.08);
}

.mr-table__empty-icon[b-w5nh6ia5k9] {
    font-size: 3rem;
    color: #a0b4cc;
    line-height: 1;
}

.mr-table__empty-title[b-w5nh6ia5k9] {
    margin: 0;
    color: #1f2a44;
    font-size: 1.05rem;
    font-weight: 700;
}

.mr-table__empty-text[b-w5nh6ia5k9] {
    max-width: 32rem;
    color: #667085;
    margin: 0;
    font-size: 0.92rem;
}
}

.my-orders-table-surface .badge.text-bg-info[b-w5nh6ia5k9] {
    background: #e9f7fb !important;
    color: #1f6f85 !important;
    border: 1px solid #cdeaf2;
}

.my-orders-table-surface .badge.text-bg-warning[b-w5nh6ia5k9] {
    background: #fff6de !important;
    color: #8a6116 !important;
    border: 1px solid #f2dfaa;
}

.my-orders-table-surface .badge.text-bg-secondary[b-w5nh6ia5k9] {
    background: #eef1f6 !important;
    color: #55657f !important;
    border: 1px solid #d8deea;
}

.my-orders-table-surface .alert[b-w5nh6ia5k9] {
    border-radius: 1rem;
    border-color: #d9e5f5;
}

/* Secondary payer section divider */
.my-orders-section-title[b-w5nh6ia5k9] {
    color: #1f3356;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
    border-top: 2px solid #dce6f5;
    margin-top: 1.5rem !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.my-orders-section-title[b-w5nh6ia5k9]::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 1.1em;
    background: #5b8ef5;
    border-radius: 999px;
    flex-shrink: 0;
}

.my-orders-page--secondary-payer[b-w5nh6ia5k9] {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (max-width: 991.98px) {
    .my-orders-table-surface[b-w5nh6ia5k9] {
        padding: 1.1rem;
        border-radius: 1.2rem;
    }

    .my-orders-table-grid thead th[b-w5nh6ia5k9],
    .my-orders-lines-table thead th[b-w5nh6ia5k9] {
        font-size: 0.76rem;
    }
}

@media (max-width: 767.98px) {
    .my-orders-page[b-w5nh6ia5k9] {
        padding-top: 1rem;
    }

    .my-orders-table-surface[b-w5nh6ia5k9] {
        padding: 0.95rem;
    }

    .my-orders-table-grid__details[b-w5nh6ia5k9] {
        padding: 1rem;
    }

    .my-orders-toolbar__meta[b-w5nh6ia5k9] {
        padding: 0.8rem 0.85rem;
    }

    .my-orders-lines-table[b-w5nh6ia5k9] {
        border-spacing: 0 0.55rem;
    }

    .my-orders-lines-table__actions[b-w5nh6ia5k9] {
        gap: 0.45rem !important;
    }
}
/* /Pages/Account/MyReceipts.razor.rz.scp.css */
.receipts-hub[b-q4vez9n530] {
    display: grid;
    gap: 1.25rem;
}

/* ── Table card — matches the registrations tab visual style ── */

.mr-table-card[b-q4vez9n530] {
    border: 1px solid #dbe6f4;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(31, 52, 93, 0.08);
    overflow: hidden;
}

.mr-table[b-q4vez9n530] {
    margin-bottom: 0;
    width: 100%;
}

.mr-table thead th[b-q4vez9n530] {
    height: 56px;
    padding: 0 20px;
    background: #f7faff;
    color: #52637d;
    border-bottom: 1px solid #e3ebf7;
    font-size: 0.86rem;
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
}

.mr-table tbody td[b-q4vez9n530] {
    padding: 16px 20px;
    color: #223046;
    border-bottom: 1px solid #eef2f8;
    vertical-align: middle;
}

.mr-table tbody tr:last-child td[b-q4vez9n530] {
    border-bottom: none;
}

.mr-table tbody tr:hover td[b-q4vez9n530] {
    background: #fafcff;
}

/* ── Empty state — matches the registrations tab empty state ── */

.mr-table__empty[b-q4vez9n530] {
    min-height: 336px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem 1.5rem;
    text-align: center;
    border-radius: 24px;
    border: 1px solid #dbe6f4;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(31, 52, 93, 0.08);
}

.mr-table__empty-icon[b-q4vez9n530] {
    font-size: 3rem;
    color: #a0b4cc;
    line-height: 1;
}

.mr-table__empty-title[b-q4vez9n530] {
    margin: 0;
    color: #1f2a44;
    font-size: 1.05rem;
    font-weight: 700;
}

.mr-table__empty-text[b-q4vez9n530] {
    max-width: 32rem;
    color: #667085;
    margin: 0;
    font-size: 0.92rem;
}

/* ── Receipts-specific column styles ── */

.receipts-hub__amount[b-q4vez9n530] {
    font-weight: 800;
    color: #1d3557;
    white-space: nowrap;
    font-size: 1rem;
}

.receipts-hub__method[b-q4vez9n530],
.receipts-hub__doc-type[b-q4vez9n530],
.receipts-hub__doc-number[b-q4vez9n530],
.receipts-hub__date[b-q4vez9n530] {
    white-space: nowrap;
}

.receipts-hub__doc-type[b-q4vez9n530] {
    color: #20314b;
    font-weight: 700;
}

.receipts-hub__doc-number[b-q4vez9n530],
.receipts-hub__method[b-q4vez9n530],
.receipts-hub__date[b-q4vez9n530] {
    color: #5a6780;
}

/* ── Print button ── */

.receipts-hub__print[b-q4vez9n530] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid #d4ddeb;
    background: linear-gradient(180deg, #fbfcfe 0%, #f1f5f9 100%);
    color: #35558b;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease;
    box-shadow: 0 8px 18px rgba(148, 163, 184, 0.15);
    font-size: 0.95rem;
}

.receipts-hub__print:hover[b-q4vez9n530] {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(59, 93, 158, 0.16);
    color: #244a9a;
}

.receipts-hub__print--disabled[b-q4vez9n530] {
    color: #9aa8bd;
    border-color: #e2e8f0;
    background: #f8fafc;
    box-shadow: none;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .mr-table thead th[b-q4vez9n530],
    .mr-table tbody td[b-q4vez9n530] {
        padding-inline: 16px;
    }

    .mr-table__empty[b-q4vez9n530] {
        min-height: 280px;
        padding: 1.5rem;
    }
}
    box-shadow: 0 12px 24px rgba(59, 93, 158, 0.16);
    color: #244a9a;[b-q4vez9n530]
}

.receipts-hub__print--disabled[b-q4vez9n530] {
    color: #9aa8bd;
    border-color: #e2e8f0;
    background: #f8fafc;
    box-shadow: none;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .mr-table thead th[b-q4vez9n530],
    .mr-table tbody td[b-q4vez9n530] {
        padding-inline: 16px;
    }

    .mr-table__empty[b-q4vez9n530] {
        min-height: 280px;
        padding: 1.5rem;
    }
}
/* /Pages/Account/MyRegistrations.razor.rz.scp.css */
.mr-table-card[b-8llvivfegw] {
    border: 1px solid #dbe6f4;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(31, 52, 93, 0.08);
    overflow: hidden;
}

.mr-table[b-8llvivfegw] {
    margin-bottom: 0;
    width: 100%;
}

.mr-table thead th[b-8llvivfegw] {
    height: 56px;
    padding: 0 20px;
    background: #f7faff;
    color: #52637d;
    border-bottom: 1px solid #e3ebf7;
    font-size: 0.86rem;
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
}

.mr-table tbody td[b-8llvivfegw] {
    padding: 16px 20px;
    color: #223046;
    border-bottom: 1px solid #eef2f8;
    vertical-align: middle;
}

.mr-table tbody tr:last-child td[b-8llvivfegw] {
    border-bottom: none;
}

.mr-table tbody tr.mr-table__row--focused > td[b-8llvivfegw] {
    background: #eef4ff;
    box-shadow: inset 0 0 0 1px rgba(47, 89, 184, 0.18);
}

.mr-table tbody tr.mr-table__row--cancelled > td[b-8llvivfegw] {
    opacity: 0.6;
}

.mr-table tbody tr.mr-table__row--cancelled .badge-cancelled[b-8llvivfegw] {
    margin-inline-start: 0.5rem;
    vertical-align: middle;
    font-size: 0.76rem;
}

.mr-table tbody tr:hover td[b-8llvivfegw] {
    background: #fafcff;
}

.mr-table__participant[b-8llvivfegw] {
    color: #1f2a44;
    font-weight: 600;
}

.mr-table__meta[b-8llvivfegw] {
    color: #7b879c;
    font-size: 0.88rem;
}

.mr-table__action[b-8llvivfegw] {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6e2f0;
    border-radius: 999px;
    background: #ffffff;
    color: #4f627d;
    box-shadow: none;
    transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.mr-table__action:hover[b-8llvivfegw],
.mr-table__action:focus-visible[b-8llvivfegw] {
    border-color: #2563eb;
    background: #eff6ff;
    color: #2563eb;
}

.mr-table__empty[b-8llvivfegw] {
    min-height: 336px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem 1.5rem;
    text-align: center;
    border-radius: 24px;
    border: 1px solid #dbe6f4;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(31, 52, 93, 0.08);
}

.mr-table__empty-icon[b-8llvivfegw] {
    font-size: 3rem;
    color: #a0b4cc;
    line-height: 1;
}

.mr-table__empty-title[b-8llvivfegw] {
    margin: 0;
    color: #1f2a44;
    font-size: 1.05rem;
    font-weight: 700;
}

.mr-table__empty-text[b-8llvivfegw] {
    max-width: 32rem;
    color: #667085;
    margin: 0;
    font-size: 0.92rem;
}

.my-orders-section-title[b-8llvivfegw] {
  color: #1f3356;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem;
  border-top: 2px solid #dce6f5;
  margin-top: 1.5rem !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

  .my-orders-section-title[b-8llvivfegw]::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 1.1em;
    background: #5b8ef5;
    border-radius: 999px;
    flex-shrink: 0;
  }
.mr-table-card .badge.text-bg-light[b-8llvivfegw] {
  background: #eef4ff !important;
  color: #4b6187 !important;
  border: 1px solid #d9e4f5;
}

.mr-table-card .badge.text-bg-success[b-8llvivfegw] {
  background: #eaf7f0 !important;
  color: #1f7a4d !important;
  border: 1px solid #c9e8d6;
}

.mr-table-card .badge.text-bg-primary[b-8llvivfegw] {
  background: #e8f0ff !important;
  color: #245fcb !important;
  border: 1px solid #cadeff;
}
@media (max-width: 767.98px) {
    .mr-table thead th[b-8llvivfegw],
    .mr-table tbody td[b-8llvivfegw] {
        padding-inline: 16px;
    }

    .mr-table__empty[b-8llvivfegw] {
        min-height: 280px;
        padding: 1.5rem;
    }
}
/* /Pages/Account/Notifications.razor.rz.scp.css */
.notif-filters-bar[b-v10z0uc6ut] {
    background: #ffffff;
    border: 1px solid #dbe6f4;
    border-radius: 16px;
    padding: 0.85rem 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(31, 52, 93, 0.05);
}

.notif-filters[b-v10z0uc6ut] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.5rem 0.75rem;
}

.notif-filter-item[b-v10z0uc6ut] {
    display: flex;
    flex-direction: column;
    flex: 1 1 160px;
    min-width: 140px;
    max-width: 220px;
}

.notif-filter-item--date[b-v10z0uc6ut] {
    flex: 1 1 130px;
    min-width: 120px;
    max-width: 170px;
}

.notif-filter-item--check[b-v10z0uc6ut] {
    flex: 0 0 auto;
    min-width: auto;
    max-width: none;
    justify-content: flex-end;
    padding-bottom: 0.45rem;
}

.notif-filter-label[b-v10z0uc6ut] {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: #667085;
    margin-bottom: 0.3rem;
    white-space: nowrap;
}

.notif-filters__context[b-v10z0uc6ut] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid #eef2f8;
}

.notif-empty[b-v10z0uc6ut] {
    min-height: 336px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 2rem 1.5rem;
    text-align: center;
    border-radius: 24px;
    border: 1px solid #dbe6f4;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(31, 52, 93, 0.08);
    margin-top: 1rem;
}

.notif-empty__icon[b-v10z0uc6ut] {
    font-size: 3rem;
    color: #a0b4cc;
    line-height: 1;
}

.notif-empty__title[b-v10z0uc6ut] {
    margin: 0;
    color: #1f2a44;
    font-size: 1.05rem;
    font-weight: 700;
}

.notif-empty__text[b-v10z0uc6ut] {
    max-width: 32rem;
    color: #667085;
    margin: 0;
    font-size: 0.92rem;
}

@media (max-width: 767.98px) {
    .notif-empty[b-v10z0uc6ut] {
        min-height: 280px;
        padding: 1.5rem;
    }
}
/* /Pages/Activities/ActivityCard.razor.rz.scp.css */
/* ============================================================
   Activity Card — Figma design token values
   Figma file: Matnasim Portal UI Client, node 243:30599
   ============================================================ */

/* Card container */
.activity-card[b-k52si6cf3j] {
    background: #ffffff;
    border: 1px solid #EAF0FB;             /* Foundation/Blue/Light */
    border-radius: 16px;
    box-shadow: 0 0 12px 0 rgba(19, 63, 106, 0.08); /* Shadow token */
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}

.activity-card:hover[b-k52si6cf3j] {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px 0 rgba(19, 63, 106, 0.16);
}

.activity-card:focus-visible[b-k52si6cf3j] {
    outline: 2px solid #3068D5;
    outline-offset: 2px;
}

/* Image */
.activity-card__img-wrapper[b-k52si6cf3j] {
    position: relative;
    aspect-ratio: 400 / 216;
    overflow: hidden;
    border-radius: 8px;
    margin: 8px;
}

.activity-card__img[b-k52si6cf3j] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
}

.activity-card__img-placeholder[b-k52si6cf3j] {
    width: 100%;
    height: 100%;
    background: #f5f8fc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0bec5;
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
}

/* Body */
.activity-card__body[b-k52si6cf3j] {
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    direction: rtl;
    text-align: right;
}

/* Title + tags block */
.activity-card__text-tags[b-k52si6cf3j] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.activity-card__title[b-k52si6cf3j] {
    font-size: 24px;                       /* Figma: Desktop/Title 20 Semi Bold → 20px */
    font-weight: 500;                      /* Figma: Medium weight */
    color: #2A3039;                        /* Figma: Basic/Dark - Headline */
    margin: 0;
    line-height: 1.3;
    /* TODO: confirm Noto Sans Hebrew New is loaded globally */
}

/* Tags row */
.activity-card__tags[b-k52si6cf3j] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.activity-card__tag[b-k52si6cf3j] {
    background: #FDEBF3;                   /* Figma: Foundation/PInk/Light :hover */
    color: #552B3D;                        /* Figma: Foundation/PInk/Darker */
    font-size: 18px;
    padding: 4px 8px;
    border-radius: 8px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
}

/* Details section */
.activity-card__details[b-k52si6cf3j] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Detail row: in RTL, first child (icon) appears on the RIGHT, text to its left */
.activity-card__detail-row[b-k52si6cf3j] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.activity-card__detail-row--secondary[b-k52si6cf3j] {
    opacity: 0.75;
}

.activity-card__detail-icon[b-k52si6cf3j] {
    color: #3F4C5E;                        /* Figma: Basic/Dark - Text */
    font-size: 18px;
    flex-shrink: 0;
}

.activity-card__detail-text[b-k52si6cf3j] {
    color: #3F4C5E;                        /* Figma: Basic/Dark - Text */
    font-size: 18px;
    line-height: 1.4;
}

.activity-card__detail-sub[b-k52si6cf3j] {
    color: #8a9ab0;
    font-size: 12px;
    margin-right: 4px;
}

/* Availability badge */
.activity-card__availability[b-k52si6cf3j] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.activity-card__feedback[b-k52si6cf3j] {
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px 12px;
}

.activity-card__feedback--success[b-k52si6cf3j] {
    background: #eaf8f1;
    color: #1e7a4d;
}

.activity-card__feedback--warning[b-k52si6cf3j] {
    background: #fff7e5;
    color: #8c5a00;
}

.activity-card__actions[b-k52si6cf3j] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.activity-card__action-btn[b-k52si6cf3j] {
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    min-height: 42px;
    padding: 0 16px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.activity-card__action-btn--primary[b-k52si6cf3j] {
    background: #2A3039;
    color: #ffffff;
}

.activity-card__action-btn--primary:hover[b-k52si6cf3j] {
    background: #3F4C5E;
}

.activity-card__action-btn--secondary[b-k52si6cf3j] {
    background: #ffffff;
    border-color: #d9e4f5;
    color: #3068D5;
}

.activity-card__action-btn--secondary:hover:not(:disabled)[b-k52si6cf3j] {
    background: #f5f8fc;
}

.activity-card__action-btn:disabled[b-k52si6cf3j] {
    cursor: not-allowed;
    opacity: 0.65;
}

/* Website group link */
.activity-card__group[b-k52si6cf3j] {
    border-top: 1px solid #EAF0FB;
    padding-top: 10px;
    margin-top: auto;
}

.activity-card__group-link[b-k52si6cf3j] {
    font-size: 12px;
    color: #6c757d;
    text-decoration: none;
}

.activity-card__group-link:hover[b-k52si6cf3j] {
    color: #3068D5;
    text-decoration: underline;
}
/* /Pages/Activities/Catalog.razor.rz.scp.css */
.activity-catalog[b-wp3v36rmsz] {
    padding: 0;
}

/* ============================================================
   Hero — Figma node 243:32789 ("Inside Hero")
   Full-bleed: breaks out of container-fluid padding
   ============================================================ */

.catalog-hero[b-wp3v36rmsz] {
    background-color: #FEF2F7;
    position: relative;
    min-height: 436px;
    margin-top: -82px;
    margin-left: calc(-1 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem));
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 82px;
}

/* Full-width container aligned to same 320px padding as catalog-content */
.catalog-hero__container[b-wp3v36rmsz] {
    width: 100%;
    padding-left: 0;                   /* deco bleeds to left edge */
    padding-right: min(320px, 16.67%);  /* text stays indented on the right */
    
}

/* ============================================================
   Content wrapper — matches Figma 320px horizontal padding
   (Filter+Cards frame: x=320 on 1920px canvas)
   ============================================================ */
.catalog-content-container[b-wp3v36rmsz] {
    max-width: 1920px;
    margin: 0 auto;
}

.catalog-content[b-wp3v36rmsz] {
    padding: 64px 4rem 4rem;
}

/* Inner: RTL flex row — text on right, decoration on left */
.catalog-hero__inner[b-wp3v36rmsz] {
    display: flex;
    flex-direction: row;
    align-items: center;
    direction: rtl;
    min-height: 354px;  /* 436px total − 82px nav = visible content zone */
    gap: 0;
}

/* Right text block */
.catalog-hero__text[b-wp3v36rmsz] {
    flex: 0 0 auto;
    max-width: 55%;
    padding: 0;
    direction: rtl;
    text-align: right;
}

/* Breadcrumbs — Figma: 16px regular #3F4C5E (current) + 16px semibold #2A3039 (home) */
.catalog-hero__breadcrumbs[b-wp3v36rmsz] {
    display: flex;
    align-items: center;
    gap: 4px;
    direction: rtl;
    margin-bottom: 1rem;
    font-size: 16px;
}

.catalog-hero__breadcrumb-home[b-wp3v36rmsz] {
    font-weight: 600;
    color: #2A3039;
    text-decoration: none;
}

.catalog-hero__breadcrumb-home:hover[b-wp3v36rmsz] {
    text-decoration: underline;
}

.catalog-hero__breadcrumb-sep[b-wp3v36rmsz] {
    color: #3F4C5E;
    font-size: 14px;
}

.catalog-hero__breadcrumb-current[b-wp3v36rmsz] {
    font-weight: 400;
    color: #3F4C5E;
}

/* Subtitle — Figma: 30px medium #2A3039 */
.catalog-hero__subtitle[b-wp3v36rmsz] {
    font-size: 30px;
    font-weight: 500;
    color: #2A3039;
    margin: 0 0 0.25rem 0;
    line-height: 1.2;
}

/* Main title — Figma: 70px extrabold #2A3039 */
.catalog-hero__title-wrap[b-wp3v36rmsz] {
    display: table;   /* shrinks to text content width */
}

.catalog-hero__title[b-wp3v36rmsz] {
    font-size: 70px;
    font-weight: 800;
    color: #2A3039;
    line-height: 1;
    margin: 0 0 0.25rem 0;
    white-space: nowrap;
}

/* Wavy underline — color adapts to activity type */
.catalog-hero__title-underline[b-wp3v36rmsz] {
    display: block;
    width: 100%;       /* 100% of .catalog-hero__title-wrap = title text width */
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='421' height='10' viewBox='0 0 421 10' fill='none'%3E%3Cpath d='M1.94683 6.36272C141.003 0.0628517 280.369 0.492739 419.048 7.65336' stroke='%23F37AAD' stroke-width='3.88652' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0.5rem;
}

/* ============================================================
   Hero theme variants — per activity type
   ============================================================ */

/* Course — pink (default underline colour, no override needed) */
.catalog-hero--course[b-wp3v36rmsz] {
    background-color: #FEF2F7;
}

/* Camp — blue */
.catalog-hero--camp[b-wp3v36rmsz] {
    background-color: #EAF0FB;
}
.catalog-hero--camp .catalog-hero__title-underline[b-wp3v36rmsz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='421' height='10' viewBox='0 0 421 10' fill='none'%3E%3Cpath d='M1.94683 6.36272C141.003 0.0628517 280.369 0.492739 419.048 7.65336' stroke='%233068D5' stroke-width='3.88652' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Education — orange */
.catalog-hero--education[b-wp3v36rmsz] {
    background-color: #FEF1E9;
}
.catalog-hero--education .catalog-hero__title-underline[b-wp3v36rmsz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='421' height='10' viewBox='0 0 421 10' fill='none'%3E%3Cpath d='M1.94683 6.36272C141.003 0.0628517 280.369 0.492739 419.048 7.65336' stroke='%23F37027' stroke-width='3.88652' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Event — green */
.catalog-hero--event[b-wp3v36rmsz] {
    background-color: #EAF8F1;
}
.catalog-hero--event .catalog-hero__title-underline[b-wp3v36rmsz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='421' height='10' viewBox='0 0 421 10' fill='none'%3E%3Cpath d='M1.94683 6.36272C141.003 0.0628517 280.369 0.492739 419.048 7.65336' stroke='%2329B674' stroke-width='3.88652' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Facility/Shop — yellow */
.catalog-hero--facility[b-wp3v36rmsz] {
    background-color: #FFFBEE;
}
.catalog-hero--facility .catalog-hero__title-underline[b-wp3v36rmsz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='421' height='10' viewBox='0 0 421 10' fill='none'%3E%3Cpath d='M1.94683 6.36272C141.003 0.0628517 280.369 0.492739 419.048 7.65336' stroke='%23FDD856' stroke-width='3.88652' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Optional notes */
.catalog-hero__notes[b-wp3v36rmsz] {
    font-size: 16px;
    color: #3F4C5E;
    margin-top: 0.75rem;
}

/* Left decorative area — takes ~60% of the row */
.catalog-hero__deco[b-wp3v36rmsz] {
    position: absolute;
    top: 0;           /* starts at hero top = behind the nav */
    left: 0;
    bottom: 0;
    width: 55%;
    overflow: hidden;
    pointer-events: none;
}

.catalog-hero__deco-img[b-wp3v36rmsz] {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    max-height: none;
    width: auto;
    object-fit: contain;
    object-position: center bottom;
}

/* ============================================================
   Filter Bar — Figma design (node 243:30588)
   ============================================================ */

.catalog-filters[b-wp3v36rmsz] {
    margin-bottom: 4rem;   /* Figma: 64px gap from filter bottom to results count */
}

/* Results count row */
.catalog-results-row[b-wp3v36rmsz] {
    margin-bottom: 1.75rem;   /* Figma: ~29px gap between results text and first card row */
}

.catalog-results-count[b-wp3v36rmsz] {
    font-size: 16px;
    color: #3F4C5E;
    margin: 0;
    direction: rtl;
    text-align: right;
}

/* Primary row */
.filter-bar[b-wp3v36rmsz] {
    display: flex;
    align-items: center;
    gap: 16px;
    direction: rtl;
}

/* Shared card shape for search input */
.filter-search-wrap[b-wp3v36rmsz] {
    background: #ffffff;
    border: 1px solid #EAF0FB;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);  /* Figma Shadow token */
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 8px;
}

/* Search input — fixed width matches Figma (388px), shrinks on smaller screens */
.filter-search-wrap[b-wp3v36rmsz] {
    flex: 0 1 388px;
    min-width: 160px;
}

.filter-search-wrap__input[b-wp3v36rmsz] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #3F4C5E;
    text-align: right;
    direction: rtl;
}

.filter-search-wrap__input[b-wp3v36rmsz]::placeholder {
    color: #3F4C5E;
    opacity: 0.45;
}

.filter-search-wrap__icon[b-wp3v36rmsz] {
    color: #3F4C5E;
    font-size: 18px;
    flex-shrink: 0;
}

/* Dropdowns — flex-grow equally to fill remaining space; card appearance is in FilterDropdown component */
.filter-dropdown-wrap[b-wp3v36rmsz] {
    flex: 1 0 0;
    min-width: 100px;
}

/* Dark "חיפוש" / Search button */
.filter-search-btn[b-wp3v36rmsz] {
    flex-shrink: 0;
    width: 100px;
    height: 60px;
    background: #2A3039;            /* Figma: Basic/Dark - Headline */
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 20px rgba(144, 159, 187, 0.1);
    transition: background 0.2s ease;
    white-space: nowrap;
}

.filter-search-btn:hover[b-wp3v36rmsz] {
    background: #3F4C5E;
}

/* Date range — secondary compact row */
.filter-dates-row[b-wp3v36rmsz] {
    display: flex;
    gap: 16px;
    direction: rtl;
}

.filter-date-wrap[b-wp3v36rmsz] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-date-wrap__label[b-wp3v36rmsz] {
    font-size: 13px;
    color: #3F4C5E;
    white-space: nowrap;
    margin: 0;
}

.filter-date-wrap__input[b-wp3v36rmsz] {
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 13px;
    color: #3F4C5E;
    background: #ffffff;
    outline: none;
    height: 36px;
}

.filter-date-wrap__input:focus[b-wp3v36rmsz] {
    border-color: #EAF0FB;
    box-shadow: 0 0 0 2px rgba(48, 104, 213, 0.15);
}

/* Filter chip row — Figma node 243:36406 */
.filter-chips-row[b-wp3v36rmsz] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    direction: rtl;
}

/* Unselected chip */
.filter-chip[b-wp3v36rmsz] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 16px 0 12px;
    border-radius: 28px;
    border: 1.5px solid #D0D7E3;
    background: #ffffff;
    color: #3F4C5E;
    font-size: 15px;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.filter-chip:hover[b-wp3v36rmsz] {
    border-color: #3068D5;
    color: #3068D5;
    background: #F5F8FF;
}

/* Selected chip — Figma: #EAF0FB bg, 1.5px #3068D5 border, #3068D5 text */
.filter-chip--selected[b-wp3v36rmsz] {
    background: #EAF0FB;
    border-color: #3068D5;
    color: #3068D5;
}

.filter-chip--selected:hover[b-wp3v36rmsz] {
    background: #D6E5F8;
}

.filter-chip__close[b-wp3v36rmsz] {
    font-size: 13px;
    opacity: 0.8;
    flex-shrink: 0;
}

/* Active filter chips */
.active-filters[b-wp3v36rmsz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    direction: rtl;
    padding: 10px 0;
}

.active-filters__label[b-wp3v36rmsz] {
    font-size: 13px;
    color: #3F4C5E;
    font-weight: 600;
}

.active-filters__chip[b-wp3v36rmsz] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #EAF0FB;            /* Figma: Foundation/Blue/Light */
    color: #3068D5;                 /* Figma: Foundation/Blue/Normal */
    border: 1.5px solid #3068D5;
    border-radius: 28px;
    padding: 0 16px 0 12px;
    font-size: 14px;
    height: 34px;
    white-space: nowrap;
}

.active-filters__chip-remove[b-wp3v36rmsz] {
    background: none;
    border: none;
    color: #3068D5;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    opacity: 0.7;
}

.active-filters__chip-remove:hover[b-wp3v36rmsz] {
    opacity: 1;
}

.active-filters__clear-all[b-wp3v36rmsz] {
    background: none;
    border: none;
    font-size: 13px;
    color: #3068D5;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}



/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1400px) {
    .catalog-content[b-wp3v36rmsz],
    .catalog-hero__container[b-wp3v36rmsz] {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 992px) {
    .catalog-content[b-wp3v36rmsz],
    .catalog-hero__container[b-wp3v36rmsz] {
        padding-left: 24px;
        padding-right: 24px;
    }

    .catalog-content[b-wp3v36rmsz] {
        padding-top: 40px;
    }

    .filter-bar[b-wp3v36rmsz] {
        flex-wrap: wrap;
    }

    .filter-search-wrap[b-wp3v36rmsz] {
        flex: 1 1 100%;
    }

    .filter-dropdown-wrap[b-wp3v36rmsz] {
        flex: 1 1 calc(50% - 8px);
    }

    .filter-search-btn[b-wp3v36rmsz] {
        flex: 1 1 100%;
        width: 100%;
    }

    .catalog-hero__text[b-wp3v36rmsz] {
        flex: 0 0 auto;
        max-width: 70%;
    }

    .catalog-hero__title[b-wp3v36rmsz] {
        font-size: 52px;
    }

    .catalog-hero__subtitle[b-wp3v36rmsz] {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .catalog-content[b-wp3v36rmsz],
    .catalog-hero__container[b-wp3v36rmsz] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .catalog-content[b-wp3v36rmsz] {
        padding-top: 32px;
    }

    .catalog-hero__inner[b-wp3v36rmsz] {
        flex-direction: column-reverse;
        min-height: auto;
    }

    .catalog-hero__text[b-wp3v36rmsz] {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 0;
    }

    .catalog-hero__deco[b-wp3v36rmsz] {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        height: 180px;
        pointer-events: auto;
    }

    .catalog-hero__title[b-wp3v36rmsz] {
        font-size: 40px;
    }

    .catalog-hero__subtitle[b-wp3v36rmsz] {
        font-size: 18px;
    }

    .filter-dropdown-wrap[b-wp3v36rmsz] {
        flex: 1 1 100%;
    }

    .filter-dates-row[b-wp3v36rmsz] {
        flex-direction: column;
        gap: 8px;
    }
}

/* /Pages/Activities/Details.razor.rz.scp.css */
/* ============================================================
   Activity Details Page
   ============================================================ */

.activity-details-page[b-80e03sil2t] {
    padding: 0;
}

/* ============================================================
   Capacity section — Figma node 7156:3696
   ============================================================ */

.capacity-section[b-80e03sil2t] {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-end;
    direction: rtl;
    width: 100%;
}

.capacity-section__title[b-80e03sil2t] {
    font-size: 18px;
    font-weight: 600;
    color: #2A3039;
    line-height: 1.2;
    width: 100%;
    text-align: right;
}

.capacity-section__body[b-80e03sil2t] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.capacity-section__bar[b-80e03sil2t] {
    height: 9px;
    border-radius: 15px;
    background-color: #CCCCCC;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.capacity-section__bar-fill[b-80e03sil2t] {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 15px;
}

.capacity-section__text[b-80e03sil2t] {
    font-size: 16px;
    font-weight: 400;
    color: #3F4C5E;
    text-align: right;
}

/* ============================================================
   Hero — Figma node 245:4764 ("Single Activity Heros")
   Pink bg, full-bleed, bleeds under 82px absolute header
   ============================================================ */

.details-hero[b-80e03sil2t] {
    background-color: #FEF2F7;
    margin-top: -82px;
    margin-left: calc(-1 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem));
    padding-top: calc(82px + 40px);
    padding-bottom: 32px;
    overflow: hidden;
}

.details-hero__inner[b-80e03sil2t] {
    padding: 0 min(320px, 16.67%);
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 1920px;
    margin: 0 auto;
}

/* Breadcrumbs */
.details-hero__breadcrumbs[b-80e03sil2t] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.details-hero__bc-link[b-80e03sil2t] {
    font-size: 16px;
    font-weight: 600;
    color: #3F4C5E;
    text-decoration: none;
}

.details-hero__bc-link:hover[b-80e03sil2t] {
    color: #3068D5;
}

.details-hero__bc-sep[b-80e03sil2t] {
    font-size: 14px;
    color: #3F4C5E;
    line-height: 1;
}

.details-hero__bc-current[b-80e03sil2t] {
    font-size: 16px;
    font-weight: 400;
    color: #3F4C5E;
}

/* Title */
.details-hero__title[b-80e03sil2t] {
    font-size: 40px;
    font-weight: 700;
    color: #2A3039;
    line-height: 1.2;
    margin: 0;
}

/* Subtitle row: instructors + date range */
.details-hero__meta-row[b-80e03sil2t] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.details-hero__meta-item[b-80e03sil2t] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.details-hero__meta-label[b-80e03sil2t] {
    font-size: 20px;
    font-weight: 400;
    color: #2A3039;
}

.details-hero__meta-value[b-80e03sil2t] {
    font-size: 20px;
    font-weight: 600;
    color: #2A3039;
}

.details-hero__meta-sep[b-80e03sil2t] {
    display: block;
    width: 1px;
    height: 20px;
    background: #2A3039;
    opacity: 0.3;
    flex-shrink: 0;
}

/* Info blocks row — Time | Location | Audience (RTL order, right-anchored) */
.details-hero__info-row[b-80e03sil2t] {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: center;
    justify-content: flex-start;
}

/* Each block: icon (right in RTL) + text (left) — shrink-0 so no stretching */
.dh__info-block[b-80e03sil2t] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    direction: rtl;
    flex-shrink: 0;
}

/* Icon circle — Figma: Foundation/PInk/Light :active #FBD6E6 fill */
.dh__icon-badge[b-80e03sil2t] {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FBD6E6;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(19, 63, 106, 0.10);
}

.dh__icon-img[b-80e03sil2t] {
    width: 40px;
    height: 40px;
    display: block;
}

/* Text area */
.dh__info-text[b-80e03sil2t] {
    direction: rtl;
    text-align: right;
    align-self: center;
}

/* Strip any remaining sub-component spacing resets */
.dh__info-text[b-80e03sil2t]  p { margin: 0; }

/* Direct-render location lines */
.dh__info-line[b-80e03sil2t] {
    font-size: 18px;
    font-weight: 400;
    color: #2A3039;
    line-height: 1.4;
    margin: 0 0 4px 0;
}

.dh__info-line--sub[b-80e03sil2t] {
    font-size: 16px;
    color: #3F4C5E;
}

/* ============================================================
   Body — image left, content right
   ============================================================ */

.details-body[b-80e03sil2t] {
    max-width: 1920px;
    margin: 0 auto;
    padding: 2.5rem min(320px, 16.67%);
    direction: rtl;
}

.details-body--registration[b-80e03sil2t] {
    padding-top: 40px;
    padding-bottom: 56px;
}

/* Image column — hide ActivityHeader title/meta, keep image only */
.details-image-col[b-80e03sil2t]  h1.card-title {
    display: none;
}

.details-image-col[b-80e03sil2t]  p.text-muted {
    display: none;
}

.details-image-col[b-80e03sil2t]  .activity-hero-image img {
    border-radius: 8px;
    box-shadow: 0 4px 5px rgba(122, 134, 174, 0.15);
    width: 100%;
    max-height: 360px;
    object-fit: cover;
}

.details-image-col[b-80e03sil2t]  .activity-hero-image.rounded {
    border-radius: 8px;
    box-shadow: 0 4px 5px rgba(122, 134, 174, 0.15);
}

/* Content column */
.details-content-col[b-80e03sil2t] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.details-content__notes[b-80e03sil2t] {
    margin-bottom: 1.5rem;
}

.details-content__notes p[b-80e03sil2t] {
    font-size: 18px;
    font-weight: 400;
    color: #3F4C5E;
    line-height: 1.4;
    margin: 0;
}

/* ── Tags row — Figma node 245:4928 ── */
.details-tags-row[b-80e03sil2t] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1.5rem;
}

.details-tag[b-80e03sil2t] {
    background: #FDEBF3;
    color: #552B3D;
    font-size: 18px;
    font-weight: 400;
    padding: 8px;
    border-radius: 8px;
    white-space: nowrap;
    line-height: 1.4;
}

/* ── CTA Button — Figma node 245:4947 ── */
.details-cta-btn[b-80e03sil2t] {
    display: block;
    padding: 14px 24px;
    background: #2A3039;
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    transition: background 0.18s ease, opacity 0.18s ease;
    white-space: nowrap;
}

.details-cta-row[b-80e03sil2t] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.details-cta-btn--secondary[b-80e03sil2t] {
    background: #ffffff;
    border: 1px solid #d0d7e2;
    color: #2A3039;
}

.details-cta-btn--secondary:hover:not(:disabled)[b-80e03sil2t] {
    background: #f8fafc;
}

.details-cta-btn:hover:not(:disabled)[b-80e03sil2t] {
    background: #3F4C5E;
}

.details-cta-btn:disabled[b-80e03sil2t] {
    opacity: 0.45;
    cursor: not-allowed;
}

.details-cta-btn--waitlist[b-80e03sil2t] {
    background: #b57a00;
}

.details-cta-btn--waitlist:hover:not(:disabled)[b-80e03sil2t] {
    background: #9a6800;
}

/* Child component overrides — scope into info blocks in hero */
.details-hero__info-block[b-80e03sil2t]  .mb-3 {
    margin-bottom: 0 !important;
}

.details-hero__info-block[b-80e03sil2t]  strong {
    font-size: 14px;
    color: #3F4C5E;
    font-weight: 600;
}

.details-hero__info-block[b-80e03sil2t]  h5 {
    font-size: 16px;
    font-weight: 600;
    color: #2A3039;
    margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 1400px) {
    .details-hero__inner[b-80e03sil2t],
    .details-body[b-80e03sil2t] {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width: 991.98px) {
    .details-hero__inner[b-80e03sil2t],
    .details-body[b-80e03sil2t] {
        padding-left: 24px;
        padding-right: 24px;
    }

    .details-hero__title[b-80e03sil2t] {
        font-size: 28px;
    }

    .details-hero__meta-row[b-80e03sil2t] {
        gap: 8px;
    }

    .details-hero__meta-label[b-80e03sil2t],
    .details-hero__meta-value[b-80e03sil2t] {
        font-size: 16px;
    }

    .details-hero__info-row[b-80e03sil2t] {
        flex-wrap: wrap;
        gap: 24px;
        justify-content: flex-end;
    }

    .dh__info-block[b-80e03sil2t] {
        flex-shrink: 1;
    }
}

@media (max-width: 576px) {
    .details-hero__inner[b-80e03sil2t],
    .details-body[b-80e03sil2t] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .details-hero__title[b-80e03sil2t] {
        font-size: 22px;
    }
}

/* ── Legacy classes kept for backward compat with child component CSS ── */
.schedule-info[b-80e03sil2t] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
    border-left: 4px solid #0d6efd;
}

.info-item[b-80e03sil2t] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.info-item i[b-80e03sil2t] {
    font-size: 1.25rem;
}

/* /Pages/Activities/FilterDropdown.razor.rz.scp.css */
/* FilterDropdown — Figma node 243:32775
   =====================================================================
   Wrapper: just flex sizing (parent catalog CSS handles flex-grow).
   Trigger: white card, same look as filter-search-wrap.
   Panel: 1.5px #3068D5 border, 8px radius, 266px wide, shadow.
   ===================================================================== */

/* Wrapper — position context for the absolute panel */
.fdrop[b-f42yjdrgdt] {
    position: relative;
    min-width: 100px;
    width: 100%;
}

/* Trigger button — Figma pill card style (matches filter bar) */
.fdrop__trigger[b-f42yjdrgdt] {
    width: 100%;
    height: 60px;
    background: #ffffff;
    border: 1px solid #EAF0FB;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    gap: 8px;
    cursor: pointer;
    direction: rtl;
    font-family: inherit;
    transition: border-color 0.15s;
}

.fdrop--open .fdrop__trigger[b-f42yjdrgdt] {
    border: 1.5px solid #3068D5;
}

.fdrop__trigger:hover:not(:focus)[b-f42yjdrgdt] {
    border-color: #BDCFE8;
}

/* Placeholder / selected label */
.fdrop__trigger-label[b-f42yjdrgdt] {
    font-size: 16px;
    color: #3F4C5E;
    opacity: 0.55;
    text-align: right;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fdrop__trigger-label--selected[b-f42yjdrgdt] {
    color: #2A3039;
    opacity: 1;
}

.fdrop__trigger-chevron[b-f42yjdrgdt] {
    color: #3F4C5E;
    font-size: 16px;
    flex-shrink: 0;
    pointer-events: none;
}

/* Full-screen overlay — closes dropdown on outside click */
.fdrop__overlay[b-f42yjdrgdt] {
    position: fixed;
    inset: 0;
    z-index: 99;
}

/* Dropdown panel — Figma: white, 1.5px #3068D5, 8px radius, shadow */
.fdrop__panel[b-f42yjdrgdt] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 100%;
    width: 266px;
    background: #ffffff;
    border: 1.5px solid #3068D5;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);
    z-index: 100;
    overflow: hidden;
    direction: rtl;
}

/* Search row inside panel — Figma: 50px height, gray placeholder, search icon */
.fdrop__search[b-f42yjdrgdt] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    height: 50px;
    border-bottom: 1px solid #EDEDED;
    direction: rtl;
}

.fdrop__search-input[b-f42yjdrgdt] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    color: #2A3039;
    text-align: right;
    font-family: inherit;
}

.fdrop__search-input[b-f42yjdrgdt]::placeholder {
    color: #676767;
}

.fdrop__search-icon[b-f42yjdrgdt] {
    font-size: 18px;
    color: #676767;
    flex-shrink: 0;
}

/* Options list — scrollable */
.fdrop__options[b-f42yjdrgdt] {
    display: flex;
    flex-direction: column;
    max-height: 280px;
    overflow-y: auto;
    padding: 8px 0;
}

/* Individual option row */
.fdrop__option[b-f42yjdrgdt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 16px;
    background: none;
    border: none;
    width: 100%;
    text-align: right;
    cursor: pointer;
    font-size: 16px;
    color: #2A3039;
    font-family: inherit;
    direction: rtl;
    transition: background 0.1s;
}

.fdrop__option:hover[b-f42yjdrgdt] {
    background: #F5F8FF;
}

.fdrop__option--selected[b-f42yjdrgdt] {
    color: #3068D5;
}

/* Checkbox — Figma: 18×18, white, 1px solid #BFD0F2, 4px radius */
.fdrop__checkbox[b-f42yjdrgdt] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border: 1px solid #BFD0F2;
    border-radius: 4px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fdrop__checkbox--checked[b-f42yjdrgdt] {
    background: #3068D5;
    border-color: #3068D5;
    color: #ffffff;
}

.fdrop__checkbox-icon[b-f42yjdrgdt] {
    font-size: 12px;
}

/* Footer — Figma: 16px padding, justify-between, RTL (ניקוי right, אישור left) */
.fdrop__footer[b-f42yjdrgdt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-top: 1px solid #EDEDED;
    direction: rtl;
}

/* ניקוי בחירה — right side (RTL flex-start), 16px regular, underline */
.fdrop__clear[b-f42yjdrgdt] {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #3068D5;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
    font-family: inherit;
}

/* אישור — left side (RTL flex-end), 18px semibold */
.fdrop__confirm[b-f42yjdrgdt] {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #3068D5;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
}
/* /Pages/Cart/Cart.razor.rz.scp.css */

.cart-page[b-wud7jfjdlv] {
  min-height: 100vh;
  background: #fdfeff;
  color: #3f4c5e;
  font-family: "Noto Sans Hebrew New", "Noto Sans Hebrew", sans-serif;
  padding-bottom: 48px;
}

.cart-shell[b-wud7jfjdlv] {
  max-width: 1120px;
  margin: 0 auto;
  padding: 37px 20px 48px;
}

.cart-hero[b-wud7jfjdlv] {
  background-color: #eaf0fb;
  position: relative;
  min-height: 332px;
  margin-top: -82px;
  margin-left: calc(-1 * var(--bs-gutter-x, 1.5rem));
  margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem));
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 82px;
}

.cart-hero__container[b-wud7jfjdlv] {
  width: 100%;
  padding-left: 0;
  padding-right: min(240px, 14%);
}

.cart-hero__inner[b-wud7jfjdlv] {
  display: flex;
  flex-direction: row;
  align-items: center;
  direction: rtl;
  min-height: 244px;
  gap: 0;
}

.cart-hero__text[b-wud7jfjdlv] {
  flex: 0 0 auto;
  max-width: 50%;
  padding: 0;
  direction: rtl;
  text-align: right;
}

.cart-breadcrumbs[b-wud7jfjdlv] {
  display: flex;
  align-items: center;
  gap: 4px;
  direction: rtl;
  margin-bottom: 0.75rem;
  font-size: 14px;
}

.cart-breadcrumb-home[b-wud7jfjdlv] {
  font-weight: 600;
  color: #2a3039;
  text-decoration: none;
}

  .cart-breadcrumb-home:hover[b-wud7jfjdlv] {
    text-decoration: underline;
  }

.cart-breadcrumb-separator[b-wud7jfjdlv] {
  color: #3f4c5e;
  font-size: 12px;
}

.cart-breadcrumb-current[b-wud7jfjdlv] {
  font-weight: 400;
  color: #3f4c5e;
}

.cart-hero__subtitle[b-wud7jfjdlv] {
  font-size: 30px;
  font-weight: 500;
  color: #2a3039;
  margin: 0 0 0.25rem 0;
  line-height: 1.2;
}

.cart-title-wrap[b-wud7jfjdlv] {
  display: table;
}

.cart-title[b-wud7jfjdlv] {
  font-size: 56px;
  font-weight: 800;
  color: #2a3039;
  line-height: 0.96;
  margin: 0 0 0.15rem 0;
  white-space: nowrap;
}

.cart-title-underline[b-wud7jfjdlv] {
  display: block;
  width: 100%;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='421' height='10' viewBox='0 0 421 10' fill='none'%3E%3Cpath d='M1.94683 6.36272C141.003 0.0628517 280.369 0.492739 419.048 7.65336' stroke='%233068D5' stroke-width='3.88652' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0;
}

.cart-stage[b-wud7jfjdlv] {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 0 24px rgba(19, 63, 106, 0.08);
  padding: 18px 18px 28px;
  margin-top: 18px;
}

.cart-toolbar[b-wud7jfjdlv],
.cart-footer-actions[b-wud7jfjdlv] {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.cart-footer-actions[b-wud7jfjdlv] {
  margin-top: 20px;
  margin-bottom: 0;
}

.cart-pill-btn[b-wud7jfjdlv] {
  border-radius: 999px;
  border: 1.5px solid #bfd0f2;
  background: #ffffff;
  color: #2a3039;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 11px 18px;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

  .cart-pill-btn:hover[b-wud7jfjdlv] {
    background: #eaf0fb;
    border-color: #3068d5;
    color: #2a3039;
  }

.cart-pill-btn-primary[b-wud7jfjdlv] {
  background: #2a3039;
  border-color: #2a3039;
  color: #ffffff;
}

  .cart-pill-btn-primary:hover[b-wud7jfjdlv] {
    background: #3f4c5e;
    border-color: #3f4c5e;
    color: #ffffff;
  }

.cart-inline-alert[b-wud7jfjdlv] {
  border: none;
  border-radius: 18px;
  margin-bottom: 16px;
  padding: 14px 18px;
}

.cart-adjustments-card[b-wud7jfjdlv] {
  border: 1px solid #e0e8f9;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);
  overflow: hidden;
}

.cart-adjustments-card__header[b-wud7jfjdlv] {
  padding: 14px 18px 10px;
  border-bottom: 1px solid #eef3fb;
}

.cart-adjustments-card__body[b-wud7jfjdlv] {
  display: block;
  padding: 14px 18px 16px;
}

.cart-adjustments-grid[b-wud7jfjdlv] {
  display: grid;
  gap: 16px 20px;
  align-items: start;
}

.cart-adjustments-grid--two-column[b-wud7jfjdlv] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cart-adjustments-grid--single-column[b-wud7jfjdlv] {
  grid-template-columns: minmax(0, 1fr);
}

.cart-adjustment-section[b-wud7jfjdlv] {
  min-width: 0;
}

.cart-coupon-entry[b-wud7jfjdlv] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.cart-coupon-entry__input[b-wud7jfjdlv] {
  flex: 1 1 280px;
  min-width: 0;
}

.cart-coupon-entry__actions[b-wud7jfjdlv] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cart-adjustment-btn[b-wud7jfjdlv] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding-inline: 16px;
}

.cart-adjustment-feedback[b-wud7jfjdlv] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.cart-adjustment-active-list[b-wud7jfjdlv] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-adjustment-recurring-box[b-wud7jfjdlv] {
  border: 1px solid #e0e8f9;
  border-radius: 14px;
  background: #f8fbff;
  padding: 14px;
  margin-top: 10px;
}

.cart-adjustment-recurring-box--compact[b-wud7jfjdlv] {
  padding: 12px;
}

.cart-adjustment-hint[b-wud7jfjdlv] {
  display: block;
  margin-top: 4px;
}

.cart-warning-icon[b-wud7jfjdlv] {
  display: inline-flex;
  width: 24px;
  height: 21px;
  vertical-align: middle;
}

.cart-line-card[b-wud7jfjdlv] {
  border: 1px solid #e0e8f9;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);
  overflow: hidden;
  margin-bottom: 14px;
}

.cart-line-shell[b-wud7jfjdlv] {
  display: grid;
  grid-template-columns: 64px minmax(210px, 270px) minmax(0, 1fr);
  grid-template-areas:
    "actions pricing content"
    "actions participants meta";
  gap: 24px 24px;
  align-items: start;
  direction: ltr;
  padding: 16px 18px;
}

.cart-line-actions[b-wud7jfjdlv] {
  grid-area: actions;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  padding-top: 2px;
  min-width: 64px;
  grid-row: 1 / span 2;
}

.cart-icon-btn[b-wud7jfjdlv] {
  border: none;
  background: transparent;
  color: #6d7d91;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s ease, color .2s ease;
}

  .cart-icon-btn:hover[b-wud7jfjdlv] {
    background: #eaf0fb;
    color: #3068d5;
  }

.cart-line-content[b-wud7jfjdlv] {
  grid-area: content;
  min-width: 0;
  text-align: right;
  direction: rtl;
  align-self: start;
}

.cart-line-adjustments[b-wud7jfjdlv] {
  grid-column: 2 / 4;
  justify-self: stretch;
  width: 100%;
  margin-top: 4px;
  text-align: right;
  direction: rtl;
}

.cart-line-applied-discounts[b-wud7jfjdlv] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-line-manual-discount[b-wud7jfjdlv] {
  width: 100%;
  margin-top: 10px;
}

.cart-line-manual-discount .form-select[b-wud7jfjdlv],
.cart-line-manual-discount .form-control[b-wud7jfjdlv] {
  width: 100%;
}

.cart-line-commitment[b-wud7jfjdlv] {
  display: block;
  color: #6d7d91;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.cart-line-participants[b-wud7jfjdlv] {
  grid-area: participants;
  width: min(100%, 270px);
  justify-self: center;
  text-align: right;
  direction: rtl;
}

.cart-line-title[b-wud7jfjdlv] {
  color: #3068d5;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 8px;
}

.cart-line-subtitle[b-wud7jfjdlv],
.cart-line-meta[b-wud7jfjdlv],
.cart-line-period[b-wud7jfjdlv],
.cart-locked-note[b-wud7jfjdlv] {
  color: #6d7d91;
  font-size: 13px;
  margin-bottom: 6px;
}

.cart-line-subtitle[b-wud7jfjdlv] {
  color: #3f4c5e;
  font-weight: 500;
}

.cart-line-badges[b-wud7jfjdlv] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}

.cart-chip[b-wud7jfjdlv] {
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #bfd0f2;
  background: #ffffff;
  color: #3068d5;
}

.cart-chip-soft[b-wud7jfjdlv] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 7px 14px;
  border: 1px solid var(--color-yellow-normal-hover);
  border-radius: 24px;
  background: var(--color-yellow-light);
  color: var(--color-yellow-darker);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.cart-completion-banner[b-wud7jfjdlv] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  direction: rtl;
  padding: 8px 16px 8px 24px;
  min-height: 40px;
  border-bottom: 1px solid #fdd856;
  background: #fef3cb;
}

.cart-completion-banner--child[b-wud7jfjdlv] {
  padding-left: 16px;
}

.cart-completion-banner__content[b-wud7jfjdlv] {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  text-align: right;
}

.cart-completion-banner__attention[b-wud7jfjdlv] {
  color: #594c1e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.cart-completion-banner__message[b-wud7jfjdlv] {
  color: #11244b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.cart-completion-banner__link[b-wud7jfjdlv] {
  color: #3068d5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cart-completion-banner__link:hover[b-wud7jfjdlv],
.cart-completion-banner__link:focus-visible[b-wud7jfjdlv] {
  color: #3068d5;
}

.cart-chip-muted[b-wud7jfjdlv] {
  background: #eaf0fb;
  border-color: #e0e8f9;
  color: #3f4c5e;
}

.cart-participant-chips[b-wud7jfjdlv] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-top: 10px;
  direction: rtl;
}

.cart-participant-chip[b-wud7jfjdlv] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf0fb;
  border: 1.5px solid #3068d5;
  border-radius: 28px;
  color: #3068d5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Noto Sans Hebrew New", "Noto Sans Hebrew", sans-serif;
  letter-spacing: 0;
  padding: 8px 16px 8px 12px;
  white-space: nowrap;
}

.cart-price-column[b-wud7jfjdlv] {
  grid-area: pricing;
  min-width: 0;
  width: min(100%, 270px);
  justify-self: center;
  text-align: right;
  direction: rtl;
  padding-top: 2px;
  align-self: start;
}

.cart-qty-row[b-wud7jfjdlv],
.cart-price-row[b-wud7jfjdlv],
.cart-discount-row[b-wud7jfjdlv] {
  color: #3f4c5e;
  font-size: 13px;
  margin-bottom: 8px;
  white-space: nowrap;
}

  .cart-price-row[b-wud7jfjdlv] {
      font-size: 18px;
      font-weight: 700;
  }

  .cart-price-participants[b-wud7jfjdlv] {
    margin-top: 0;
  }

.cart-price-participants-label[b-wud7jfjdlv] {
  color: #3f4c5e;
  font-size: 14px;
  margin-bottom: 6px;
}


.cart-total-row[b-wud7jfjdlv] {
  color: #2a3039;
  font-size: 15px;
  font-weight: 700;
  margin-top: 18px;
  text-align: left;
}

.cart-children[b-wud7jfjdlv] {
  margin-top: 14px;
  border-top: 1px solid #e0e8f9;
  padding-top: 12px;
}

.cart-children-title[b-wud7jfjdlv] {
  color: #6d7d91;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: right;
}

.cart-child-card[b-wud7jfjdlv] {
  border: 1px solid #eaf0fb;
  background: #fdfeff;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 10px;
}

.cart-child-shell[b-wud7jfjdlv] {
  display: grid;
  grid-template-columns: 64px minmax(210px, 270px) minmax(0, 1fr);
  grid-template-areas:
    "actions pricing content"
    "actions participants meta";
  gap: 10px 24px;
  align-items: start;
  direction: ltr;
  padding: 12px 14px;
}

.cart-child-actions[b-wud7jfjdlv] {
  grid-area: actions;
  min-width: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  grid-row: 1 / span 2;
}

.cart-child-content[b-wud7jfjdlv] {
  grid-area: content;
  min-width: 0;
  text-align: right;
  direction: rtl;
}

.cart-child-meta[b-wud7jfjdlv] {
  grid-area: meta;
  min-width: 0;
  text-align: right;
  direction: rtl;
}

.cart-child-title[b-wud7jfjdlv] {
  color: #2a3039;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.cart-child-price[b-wud7jfjdlv] {
  grid-area: pricing;
  width: min(100%, 270px);
  justify-self: center;
  text-align: right;
  white-space: nowrap;
  color: #2a3039;
  font-size: 14px;
  font-weight: 700;
  direction: rtl;
}

.cart-child-participants[b-wud7jfjdlv] {
  grid-area: participants;
  width: min(100%, 270px);
  justify-self: center;
  text-align: right;
  direction: rtl;
}

.cart-recommendations[b-wud7jfjdlv] {
  margin-top: 28px;
}

.cart-recommendations-header[b-wud7jfjdlv] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  gap: 12px;
}

.cart-recommendations-title[b-wud7jfjdlv] {
  color: #2a3039;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-align: right;
}

.cart-recommendations-grid[b-wud7jfjdlv] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cart-recommendation-card[b-wud7jfjdlv] {
  border: 1px solid #dbe7fb;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cart-recommendation-image[b-wud7jfjdlv] {
  height: 168px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eaf0fb;
}

.cart-recommendation-body[b-wud7jfjdlv] {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
  flex: 1;
}

.cart-recommendation-name[b-wud7jfjdlv] {
  color: #2a3039;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.cart-recommendation-meta[b-wud7jfjdlv] {
  color: #6d7d91;
  font-size: 13px;
}

.cart-recommendation-footer[b-wud7jfjdlv] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.cart-recommendation-price[b-wud7jfjdlv] {
  color: #2a3039;
  font-size: 14px;
  font-weight: 700;
}

.cart-recommendation-add[b-wud7jfjdlv] {
  width: 100%;
  border-radius: 999px;
  border: 1.5px solid #bfd0f2;
  background: #ffffff;
  color: #2a3039;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
}

  .cart-recommendation-add:hover[b-wud7jfjdlv] {
    background: #eaf0fb;
  }

.cart-summary-strip[b-wud7jfjdlv] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  padding-top: 8px;
  border-top: 1px solid #e0e8f9;
}

.cart-summary-amounts[b-wud7jfjdlv] {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  color: #3f4c5e;
  font-size: 14px;
  justify-content: flex-end;
}

  .cart-summary-amounts strong[b-wud7jfjdlv] {
    color: #2a3039;
    margin-inline-start: 6px;
  }

/* Delete Confirmation Modal Styles */
.delete-modal-overlay[b-wud7jfjdlv] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

.delete-modal-content[b-wud7jfjdlv] {
  background: #fef3cb;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(19, 63, 106, 0.08), 0 0 12px rgba(19, 63, 106, 0.12);
  padding: 32px;
  max-width: 504px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  direction: rtl;
}

.delete-modal-header[b-wud7jfjdlv] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.delete-modal-title-bar[b-wud7jfjdlv] {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.delete-modal-title[b-wud7jfjdlv] {
  color: #594c1e;
  font-family: "Noto Sans Hebrew New", "Noto Sans Hebrew", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.delete-modal-icon[b-wud7jfjdlv] {
  width: 24px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.delete-modal-message[b-wud7jfjdlv] {
  color: #594c1e;
  font-family: "Noto Sans Hebrew New", "Noto Sans Hebrew", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  text-align: right;
  white-space: pre-line;
}

  .delete-modal-message strong[b-wud7jfjdlv] {
    font-weight: 600;
  }

.delete-modal-buttons[b-wud7jfjdlv] {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  direction: ltr;
}

.delete-modal-btn[b-wud7jfjdlv] {
  border-radius: 24px;
  border: 1.5px solid;
  background: #ffffff;
  font-family: "Noto Sans Hebrew New", "Noto Sans Hebrew", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 24px;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
}

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

.delete-modal-btn-delete[b-wud7jfjdlv] {
  border-color: #e14043;
  color: #e14043;
}

  .delete-modal-btn-delete:hover:not(:disabled)[b-wud7jfjdlv] {
    background: #e14043;
    color: #ffffff;
    border-color: #e14043;
  }

.delete-modal-btn-cancel[b-wud7jfjdlv] {
  border-color: #3f4c5e;
  color: #3f4c5e;
}

  .delete-modal-btn-cancel:hover:not(:disabled)[b-wud7jfjdlv] {
    background: #3f4c5e;
    color: #ffffff;
    border-color: #3f4c5e;
  }

@@media (max-width: 991.98px) {
  .cart-adjustments-grid--two-column[b-wud7jfjdlv] {
    grid-template-columns: minmax(0, 1fr);
  }

  .cart-coupon-entry__actions[b-wud7jfjdlv] {
    width: 100%;
  }

  .cart-hero[b-wud7jfjdlv] {
    min-height: 284px;
    margin-top: -82px;
    padding-top: 82px;
  }

  .cart-hero__inner[b-wud7jfjdlv] {
    min-height: 202px;
  }

  .cart-hero__container[b-wud7jfjdlv] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .cart-hero__text[b-wud7jfjdlv] {
    max-width: 100%;
  }

  .cart-title[b-wud7jfjdlv] {
    font-size: clamp(36px, 6vw, 48px);
    white-space: normal;
  }

  .cart-hero__subtitle[b-wud7jfjdlv] {
    font-size: 24px;
  }

  .cart-recommendations-grid[b-wud7jfjdlv] {
    grid-template-columns: 1fr;
  }

  .cart-participant-chips[b-wud7jfjdlv] {
    gap: 6px;
    margin-top: 8px;
  }

  .cart-participant-chip[b-wud7jfjdlv] {
    font-size: 16px;
    line-height: 1.35;
    padding: 7px 14px 7px 10px;
  }

  .cart-line-shell[b-wud7jfjdlv] {
    grid-template-columns: 56px minmax(170px, 210px) minmax(0, 1fr);
    gap: 12px 16px;
  }

  .cart-line-adjustments[b-wud7jfjdlv] {
    grid-column: 2 / 4;
  }

  .cart-price-column[b-wud7jfjdlv] {
    width: min(100%, 210px);
  }

  .cart-line-participants[b-wud7jfjdlv],
  .cart-child-participants[b-wud7jfjdlv],
  .cart-child-price[b-wud7jfjdlv] {
    width: min(100%, 210px);
  }

  .cart-total-row[b-wud7jfjdlv] {
    text-align: right;
  }

  .cart-summary-strip[b-wud7jfjdlv] {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}

@@media (max-width: 575.98px) {
  .cart-shell[b-wud7jfjdlv] {
    padding-inline: 12px;
  }

  .cart-hero[b-wud7jfjdlv] {
    min-height: 232px;
    margin-top: -82px;
    padding-top: 82px;
  }

  .cart-hero__inner[b-wud7jfjdlv] {
    min-height: 150px;
  }

  .cart-breadcrumbs[b-wud7jfjdlv] {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .cart-hero__subtitle[b-wud7jfjdlv] {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .cart-title[b-wud7jfjdlv] {
    font-size: 34px;
  }

  .cart-title-underline[b-wud7jfjdlv] {
    height: 6px;
  }

  .cart-participant-chips[b-wud7jfjdlv] {
    gap: 6px;
    margin-top: 6px;
  }

  .cart-participant-chip[b-wud7jfjdlv] {
    font-size: 14px;
    line-height: 1.25;
    padding: 6px 12px 6px 10px;
    border-width: 1.25px;
  }

  .cart-stage[b-wud7jfjdlv] {
    padding: 14px 12px 22px;
    border-radius: 20px;
  }

  .cart-line-card[b-wud7jfjdlv] {
    padding: 14px 12px;
  }

  .cart-line-shell[b-wud7jfjdlv],
  .cart-child-shell[b-wud7jfjdlv] {
    grid-template-columns: 1fr;
    grid-template-areas:
      "actions"
      "content"
      "pricing"
      "meta"
      "participants";
  }

  .cart-line-actions[b-wud7jfjdlv],
  .cart-child-actions[b-wud7jfjdlv],
  .cart-price-column[b-wud7jfjdlv],
  .cart-child-price[b-wud7jfjdlv],
  .cart-line-participants[b-wud7jfjdlv],
  .cart-child-participants[b-wud7jfjdlv] {
    text-align: right;
    justify-content: flex-end;
  }

  .cart-price-column[b-wud7jfjdlv],
  .cart-child-price[b-wud7jfjdlv],
  .cart-line-participants[b-wud7jfjdlv],
  .cart-child-participants[b-wud7jfjdlv] {
    width: 100%;
    justify-self: stretch;
  }

  .cart-toolbar[b-wud7jfjdlv],
  .cart-footer-actions[b-wud7jfjdlv] {
    flex-direction: column-reverse;
  }

  .cart-pill-btn[b-wud7jfjdlv],
  .cart-recommendation-add[b-wud7jfjdlv] {
    width: 100%;
    text-align: center;
  }

  .cart-coupon-entry[b-wud7jfjdlv],
  .cart-coupon-entry__actions[b-wud7jfjdlv] {
    width: 100%;
  }

  .cart-coupon-entry__actions[b-wud7jfjdlv] {
    flex-direction: column;
  }

  .cart-line-adjustments[b-wud7jfjdlv] {
    grid-column: 1;
    margin-top: 0;
  }
}

/* /Pages/Checkout/Payment.razor.rz.scp.css */
.btn[b-uwdmn113tf] {
    font-weight: 600 !important;
}
.checkout-payment-page[b-uwdmn113tf] {
    background:
        radial-gradient(circle at top right, rgba(48, 104, 213, 0.12), transparent 28rem),
        linear-gradient(180deg, #f1f7ff 0%, #f5f8ff 100%);
    font-family: "Noto Sans Hebrew New", "Noto Sans Hebrew", sans-serif;
    margin-top: -82px;
    min-height: 100vh;
    padding: 82px 0 3rem;
    position: relative;
}

.checkout-payment-page[b-uwdmn113tf]::before {
    background: url("/images/Vector.png") no-repeat center / contain;
    content: "";
    height: 89.76px;
    pointer-events: none;
    position: absolute;
    right: -0.5rem;
    top: 204px;
    width: 397px;
    z-index: 0;
}

.checkout-payment-page > *[b-uwdmn113tf] {
    position: relative;
    z-index: 110;
}

.checkout-container[b-uwdmn113tf] {
    padding-top: 1.5rem;
}

.checkout-layout[b-uwdmn113tf] {
    display: grid;
    gap: 1.5rem;
}

.checkout-main-column[b-uwdmn113tf] {
    min-width: 0;
}

.checkout-sidebar-column[b-uwdmn113tf] {
    min-width: 0;
}

.checkout-wizard-card[b-uwdmn113tf],
.checkout-sidebar-card[b-uwdmn113tf] {
    border-radius: 1.5rem;
    overflow: hidden;
}

.checkout-wizard-header[b-uwdmn113tf] {
    align-items: flex-start;
    background: linear-gradient(135deg, #0a4aa3 0%, #0f6ec8 50%, #1aa3b0 100%);
    color: #fff;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.5rem;
}

.checkout-wizard-body[b-uwdmn113tf] {
    padding: 1.5rem;
}

.checkout-eyebrow[b-uwdmn113tf] {
    color: #5e6c84;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.checkout-wizard-header .checkout-eyebrow[b-uwdmn113tf] {
    color: rgba(255, 255, 255, 0.72);
}

.checkout-page-title[b-uwdmn113tf] {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0.35rem 0 0.5rem;
}

.checkout-step-pills[b-uwdmn113tf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.checkout-step-pill[b-uwdmn113tf] {
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 700;
    gap: 0.6rem;
    padding: 0.55rem 0.9rem;
}

.checkout-step-marker[b-uwdmn113tf] {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    height: 1.6rem;
    justify-content: center;
    width: 1.6rem;
}

.checkout-stage-panel[b-uwdmn113tf] {
    border: 1px solid #e2e8f0;
    border-radius: 1.35rem;
    margin-bottom: 1rem;
    padding: 1.35rem;
}

.link-action[b-uwdmn113tf] {
  color: var(--Foundation-Blue-Normal, #3068D5);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.btn-plaintext[b-uwdmn113tf] {
  color: var(--tenant-light);
  font-weight: 600;
  font-size: 16px;
}

.future-panel[b-uwdmn113tf] {
    background: linear-gradient(180deg, #fcfdff 0%, #f7fbff 100%);
}

.checkout-stage-header[b-uwdmn113tf] {
    margin-bottom: 1.25rem;
}

.checkout-stage-kicker[b-uwdmn113tf] {
    color: #0f6ec8;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.checkout-stage-title[b-uwdmn113tf] {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0;
}

.checkout-stage-copy[b-uwdmn113tf] {
    color: #52627a;
    margin: 0.45rem 0 0;
}

.checkout-metrics-grid[b-uwdmn113tf],
.checkout-summary-grid[b-uwdmn113tf],
.checkout-choice-grid[b-uwdmn113tf],
.checkout-method-grid[b-uwdmn113tf] {
    display: grid;
    gap: 1rem;
}

.checkout-metrics-grid[b-uwdmn113tf] {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.checkout-summary-grid[b-uwdmn113tf] {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.checkout-choice-grid[b-uwdmn113tf],
.checkout-method-grid[b-uwdmn113tf] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.checkout-metric-card[b-uwdmn113tf],
.checkout-surface-card[b-uwdmn113tf],
.checkout-choice-card[b-uwdmn113tf],
.checkout-method-card[b-uwdmn113tf],
.checkout-toggle-card[b-uwdmn113tf],
.checkout-sidebar-card[b-uwdmn113tf] {
    background: #fff;
}

.checkout-metric-card[b-uwdmn113tf] {
    border: 1px solid #d8e1ee;
    border-radius: 1.1rem;
    padding: 1rem 1.1rem;
}

.checkout-metric-card.highlight[b-uwdmn113tf] {
    background: linear-gradient(135deg, #0f6ec8 0%, #1f8ef1 100%);
    border-color: transparent;
    color: #fff;
}

.checkout-metric-label[b-uwdmn113tf] {
    display: block;
    font-size: 0.9rem;
    opacity: 0.82;
}

.checkout-metric-value[b-uwdmn113tf] {
    display: block;
    font-size: 1.45rem;
    font-weight: 800;
    margin-top: 0.35rem;
}

.checkout-surface-card[b-uwdmn113tf] {
    border: 1px solid #d8e1ee;
    border-radius: 1.15rem;
    padding: 1rem 1.1rem;
}

.checkout-surface-card.emphasis[b-uwdmn113tf] {
    background: #f8fbff;
}

.checkout-surface-title[b-uwdmn113tf],
.checkout-sidebar-heading[b-uwdmn113tf] {
    font-size: 0.98rem;
    font-weight: 800;
    margin-bottom: 0.9rem;
}

.checkout-summary-row[b-uwdmn113tf],
.checkout-sidebar-row[b-uwdmn113tf],
.checkout-sidebar-line[b-uwdmn113tf] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.checkout-summary-row[b-uwdmn113tf],
.checkout-sidebar-row[b-uwdmn113tf] {
    border-bottom: 1px solid #edf2f7;
    padding: 0.6rem 0;
}

.checkout-summary-row:last-child[b-uwdmn113tf],
.checkout-sidebar-row:last-child[b-uwdmn113tf],
.checkout-sidebar-line:last-child[b-uwdmn113tf] {
    border-bottom: 0;
}

.checkout-summary-row.total[b-uwdmn113tf] {
    font-size: 1.05rem;
    font-weight: 800;
}

.checkout-summary-row.positive[b-uwdmn113tf] {
    color: #0d8b5c;
}

.checkout-summary-stack[b-uwdmn113tf] {
    display: grid;
}

.checkout-line-list[b-uwdmn113tf],
.checkout-sidebar-lines[b-uwdmn113tf] {
    display: grid;
}

.checkout-line-item[b-uwdmn113tf],
.checkout-sidebar-line[b-uwdmn113tf] {
    border-bottom: 1px solid #edf2f7;
    padding: 0.7rem 0;
}

.checkout-line-item[b-uwdmn113tf] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.checkout-line-title[b-uwdmn113tf] {
    font-weight: 700;
}

.checkout-line-meta[b-uwdmn113tf] {
    color: #5e6c84;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.checkout-line-badge[b-uwdmn113tf] {
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.18rem 0.55rem;
    text-transform: uppercase;
}

.checkout-line-badge.immediate[b-uwdmn113tf] {
    background: #e7f2ff;
    color: #0f6ec8;
}

.checkout-line-badge.recurring[b-uwdmn113tf] {
    background: #ebfaf1;
    color: #15803d;
}

.checkout-choice-card[b-uwdmn113tf],
.checkout-method-card[b-uwdmn113tf] {
    border: 1px solid #d8e1ee;
    border-radius: 1.15rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1rem;
    text-align: left;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.checkout-choice-card:hover[b-uwdmn113tf],
.checkout-method-card:hover[b-uwdmn113tf] {
    border-color: #93c5fd;
    box-shadow: 0 10px 28px rgba(15, 110, 200, 0.12);
    transform: translateY(-1px);
}

.checkout-choice-card.selected[b-uwdmn113tf],
.checkout-method-card.selected[b-uwdmn113tf] {
    border-color: #0f6ec8;
    box-shadow: 0 12px 30px rgba(15, 110, 200, 0.14);
}

.checkout-choice-icon[b-uwdmn113tf],
.checkout-method-icon[b-uwdmn113tf] {
    align-items: center;
    background: #eef6ff;
    border-radius: 0.95rem;
    color: #0f6ec8;
    display: inline-flex;
    font-size: 1.15rem;
    height: 2.6rem;
    justify-content: center;
    width: 2.6rem;
}

.checkout-choice-title[b-uwdmn113tf],
.checkout-method-title[b-uwdmn113tf] {
    font-size: 1rem;
    font-weight: 800;
}

.checkout-choice-copy[b-uwdmn113tf],
.checkout-choice-footer[b-uwdmn113tf],
.checkout-method-description[b-uwdmn113tf] {
    color: #5e6c84;
    font-size: 0.92rem;
}

.checkout-method-card[b-uwdmn113tf] {
    align-items: flex-start;
    flex-direction: row;
}

.checkout-method-copy[b-uwdmn113tf] {
    display: grid;
    flex: 1;
    gap: 0.22rem;
}

.checkout-method-check[b-uwdmn113tf] {
    color: #0f6ec8;
    font-size: 1.1rem;
}

.checkout-toggle-card[b-uwdmn113tf] {
    align-items: flex-start;
    border: 1px solid #d8e1ee;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    gap: 0.8rem;
    padding: 1rem;
}

.checkout-toggle-card input[b-uwdmn113tf] {
    margin-top: 0.2rem;
}

.checkout-toggle-card small[b-uwdmn113tf] {
    color: #5e6c84;
    display: block;
    margin-top: 0.35rem;
}

.checkout-payer-summary[b-uwdmn113tf] {
    border-bottom: 1px solid #edf2f7;
    padding: 0.75rem 0;
}

.checkout-payer-summary:last-child[b-uwdmn113tf] {
    border-bottom: 0;
}

.checkout-confirmation-note[b-uwdmn113tf] {
    align-items: center;
    color: #52627a;
    display: flex;
    gap: 0.6rem;
    margin-top: 1rem;
}

.checkout-execution-panel[b-uwdmn113tf] {
    border-top: 1px solid #e2e8f0;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.checkout-execution-runner[b-uwdmn113tf] {
    display: grid;
    gap: 1rem;
}

.checkout-execution-header[b-uwdmn113tf] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.checkout-execution-amount[b-uwdmn113tf] {
    align-items: flex-end;
    color: #0f172a;
    display: grid;
    justify-items: end;
    min-width: 7rem;
}

.checkout-execution-amount span[b-uwdmn113tf] {
    color: #5e6c84;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.checkout-execution-amount strong[b-uwdmn113tf] {
    font-size: 1.35rem;
    font-weight: 800;
}

.checkout-execution-queue[b-uwdmn113tf] {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.checkout-execution-queue-item[b-uwdmn113tf] {
    align-items: center;
    border: 1px solid #d8e1ee;
    border-radius: 1rem;
    display: grid;
    gap: 0.9rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 0.85rem 1rem;
}

.checkout-execution-queue-item.current[b-uwdmn113tf] {
    border-color: #0f6ec8;
    box-shadow: 0 10px 24px rgba(15, 110, 200, 0.12);
}

.checkout-execution-queue-item.completed[b-uwdmn113tf] {
    background: #f3fbf6;
    border-color: #bbf7d0;
}

.checkout-execution-queue-item.interrupted[b-uwdmn113tf] {
    background: #fff7ed;
    border-color: #fdba74;
}

.checkout-execution-queue-marker[b-uwdmn113tf] {
    align-items: center;
    background: #eff6ff;
    border-radius: 999px;
    color: #0f6ec8;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.checkout-execution-queue-item.completed .checkout-execution-queue-marker[b-uwdmn113tf] {
    background: #dcfce7;
    color: #15803d;
}

.checkout-execution-queue-item.interrupted .checkout-execution-queue-marker[b-uwdmn113tf] {
    background: #ffedd5;
    color: #c2410c;
}

.checkout-execution-queue-copy[b-uwdmn113tf] {
    display: grid;
    min-width: 0;
}

.checkout-execution-queue-copy strong[b-uwdmn113tf] {
    font-size: 0.98rem;
}

.checkout-execution-queue-copy span[b-uwdmn113tf] {
    color: #5e6c84;
    font-size: 0.9rem;
}

.checkout-execution-queue-state[b-uwdmn113tf] {
    color: #52627a;
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
}

.checkout-sidebar-card[b-uwdmn113tf] {
    position: sticky;
    top: 1.5rem;
}

.checkout-sidebar-title[b-uwdmn113tf] {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0.35rem 0 0;
}

.checkout-sidebar-section[b-uwdmn113tf] {
    border-top: 1px solid #edf2f7;
    margin-top: 1.1rem;
    padding-top: 1.1rem;
}

.checkout-sidebar-lines[b-uwdmn113tf] {
    gap: 0.6rem;
}

.checkout-alert[b-uwdmn113tf] {
    border-radius: 1rem;
}

@media (min-width: 1100px) {
    .checkout-layout[b-uwdmn113tf] {
        align-items: start;
        grid-template-columns: minmax(0, 1.8fr) minmax(300px, 0.9fr);
    }
}

@media (max-width: 1099px) {
    .checkout-sidebar-card[b-uwdmn113tf] {
        position: static;
    }
}

@media (max-width: 767px) {
    .checkout-wizard-header[b-uwdmn113tf] {
        flex-direction: column;
    }

    .checkout-page-title[b-uwdmn113tf] {
        font-size: 1.55rem;
    }

    .checkout-step-pill[b-uwdmn113tf] {
        width: 100%;
    }

    .checkout-line-item[b-uwdmn113tf],
    .checkout-summary-row[b-uwdmn113tf],
    .checkout-sidebar-row[b-uwdmn113tf],
    .checkout-sidebar-line[b-uwdmn113tf] {
        align-items: flex-start;
        flex-direction: column;
    }
}

.checkout-layout-redesign[b-uwdmn113tf] {
    align-items: start;
    gap: 2rem;
}

.checkout-redesign-card[b-uwdmn113tf],
.checkout-summary-side-card[b-uwdmn113tf] {
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: none;
    overflow: hidden;
}

.checkout-redesign-card[b-uwdmn113tf] {
    border: 1px solid #bfd0f2;
}

.checkout-summary-side-card[b-uwdmn113tf] {
    border: 1px solid #bfd0f2;
    box-shadow: none;
    overflow: visible;
}

.checkout-redesign-body[b-uwdmn113tf],
.checkout-summary-side-body[b-uwdmn113tf] {
    padding: 2rem;
}

.checkout-summary-side-body[b-uwdmn113tf] {
    padding: 1.5rem;
}

.checkout-redesign-header[b-uwdmn113tf] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.checkout-redesign-title[b-uwdmn113tf] {
    color: #2a3039;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.checkout-redesign-subtitle[b-uwdmn113tf] {
    color: #9a9a9a;
    font-size: 1rem;
    margin: 0.5rem 0 0;
}

.checkout-workflow-progress[b-uwdmn113tf] {
    align-items: flex-start;
    display: flex;
    gap: 0;
    margin-bottom: 2rem;
    padding-inline: clamp(0rem, 2vw, 2.5rem);
}

.checkout-workflow-progress-segment[b-uwdmn113tf] {
    align-items: flex-start;
    display: flex;
    flex: 1 1 0;
    gap: 1rem;
    min-width: 0;
}

.checkout-workflow-progress-node[b-uwdmn113tf] {
    display: grid;
    gap: 0.5rem;
    justify-items: center;
    min-width: 7rem;
}

.checkout-workflow-progress-marker[b-uwdmn113tf] {
    align-items: center;
    background: #ffffff;
    border: 2px solid #bfd0f2;
    border-radius: 999px;
    color: #9aa7bc;
    display: inline-flex;
    font-size: 1.15rem;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.checkout-workflow-progress-label[b-uwdmn113tf] {
    color: #7b8aa0;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
}

.checkout-workflow-progress-line[b-uwdmn113tf] {
    align-self: flex-start;
    background: #bfd0f2;
    border-radius: 999px;
    flex: 1 1 auto;
    height: 2px;
    margin-top: 1.35rem;
}

.checkout-workflow-progress-segment.current .checkout-workflow-progress-marker[b-uwdmn113tf],
.checkout-workflow-progress-segment.complete .checkout-workflow-progress-marker[b-uwdmn113tf] {
    background: #3068d5;
    border-color: #3068d5;
    color: #ffffff;
}

.checkout-workflow-progress-segment.current .checkout-workflow-progress-label[b-uwdmn113tf],
.checkout-workflow-progress-segment.complete .checkout-workflow-progress-label[b-uwdmn113tf] {
    color: #3068d5;
    font-weight: 600;
}

.checkout-workflow-progress-segment.complete .checkout-workflow-progress-line[b-uwdmn113tf] {
    background: #3068d5;
}

.checkout-horizontal-stepper[b-uwdmn113tf] {
    display: flex;
    gap: 0;
    margin-bottom: 1.75rem;
    padding-inline: 0.25rem;
}

.checkout-horizontal-step[b-uwdmn113tf] {
    align-items: center;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
    position: relative;
    text-align: center;
}

.checkout-horizontal-step:not(:first-child)[b-uwdmn113tf]::before {
    background: #bfd0f2;
    content: "";
    height: 2px;
    position: absolute;
    left: calc(50% + 2rem);
    top: 21px;
    width: calc(100% - 4rem);
    z-index: 0;
}

.checkout-horizontal-step-marker[b-uwdmn113tf] {
    align-items: center;
    background: #f1f7ff;
    border-radius: 999px;
    color: #3068d5;
    display: inline-flex;
    flex: 0 0 2.75rem;
    font-size: 1rem;
    font-weight: 600;
    height: 2.75rem;
    justify-content: center;
    position: relative;
    width: 2.75rem;
    z-index: 1;
}

.checkout-horizontal-step-marker > i[b-uwdmn113tf] {
    font-size: 1.05rem;
    line-height: 1;
}

.checkout-horizontal-step-marker > .checkout-step-icon-svg[b-uwdmn113tf] {
    display: block;
}

.checkout-horizontal-step-label[b-uwdmn113tf] {
    color: #3f4c5e;
    font-size: 1rem;
    font-weight: 400;
}

.checkout-horizontal-step.current[b-uwdmn113tf] {
    background: transparent;
}

.checkout-horizontal-step.current .checkout-horizontal-step-marker[b-uwdmn113tf] {
    background: #3068d5;
    color: #fff;
}

.checkout-horizontal-step.current .checkout-horizontal-step-label[b-uwdmn113tf] {
    color: #3068d5;
    font-weight: 600;
}

.checkout-horizontal-step.complete[b-uwdmn113tf] {
    background: transparent;
}

.checkout-horizontal-step.complete .checkout-horizontal-step-marker[b-uwdmn113tf] {
    background: #3068d5;
    color: #fff;
}

.checkout-horizontal-step.complete[b-uwdmn113tf]::before,
.checkout-horizontal-step.current[b-uwdmn113tf]::before {
    background: #3068d5;
}

.checkout-horizontal-step-action[b-uwdmn113tf] {
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    padding: 0;
    text-align: inherit;
}

.checkout-horizontal-step-action:not(:disabled)[b-uwdmn113tf] {
    cursor: pointer;
}

.checkout-horizontal-step-action:not(:disabled):hover .checkout-horizontal-step-marker[b-uwdmn113tf],
.checkout-horizontal-step-action:not(:disabled):focus-visible .checkout-horizontal-step-marker[b-uwdmn113tf] {
    box-shadow: 0 0 0 0.2rem rgba(48, 104, 213, 0.18);
    transform: translateY(-1px);
}

.checkout-horizontal-step-action:disabled[b-uwdmn113tf] {
    cursor: default;
}

.checkout-redesign-panel[b-uwdmn113tf] {
    background: #fff;
    padding: 1.35rem;
}

.checkout-panel-title[b-uwdmn113tf] {
    color: #3068d5;
    font-size: 1.375rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
}

.checkout-panel-copy[b-uwdmn113tf] {
    color: var(--Foundation-Blue-Normal, #3068D5);
    margin: 0 0 1.2rem;
}

.checkout-stage-stack[b-uwdmn113tf] {
    display: grid;
    gap: 1rem;
}

.checkout-stage-panel[b-uwdmn113tf] {
    display: grid;
    gap: 1rem;
}

.checkout-stage-panel-blocked[b-uwdmn113tf] {
    background: linear-gradient(180deg, #fffaf5 0%, #fff 100%);
    border-color: #f4c58d;
}

.checkout-stage-complete-panel[b-uwdmn113tf] {
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.checkout-stage-header[b-uwdmn113tf] {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.checkout-stage-metrics[b-uwdmn113tf] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    width: min(100%, 34rem);
}

.checkout-stage-metric[b-uwdmn113tf] {
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    border-radius: 1rem;
    padding: 0.8rem 0.9rem;
}

.checkout-stage-metric span[b-uwdmn113tf] {
    color: #64748b;
    display: block;
    font-size: 0.84rem;
    margin-bottom: 0.2rem;
}

.checkout-stage-metric strong[b-uwdmn113tf] {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
}

.checkout-stage-card-header[b-uwdmn113tf] {
    align-items: flex-start;
    background: var(--Basic-BG-2, #F1F7FF);
    border-radius: 0.5rem 0.5rem 0 0;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: -1.1rem -1.1rem 0.25rem;
    padding: 1rem 1.1rem 0.85rem;
}

.checkout-stage-card-header-emphasis[b-uwdmn113tf] {
    background: #f1f7ff;
    margin: -1.1rem -1.1rem 0;
    padding: 1rem 1.25rem;
}

.checkout-stage-card-header-completed[b-uwdmn113tf] {
    border-color: #e0e8f9;
}

.checkout-stage-card-toggle[b-uwdmn113tf] {
    align-items: flex-start;
    background: transparent;
    border: 0;
    color: inherit;
    display: flex;
    flex: 1 1 auto;
    padding: 0;
    text-align: right;
}

.checkout-stage-card-toggle-emphasis[b-uwdmn113tf] {
    align-items: stretch;
}

.checkout-stage-card-heading[b-uwdmn113tf] {
    display: grid;
    gap: 0.45rem;
    width: 100%;
}

.checkout-stage-card-title-row[b-uwdmn113tf] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.checkout-stage-card-title-row-emphasis[b-uwdmn113tf] {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.checkout-stage-card-title-stack[b-uwdmn113tf] {
    display: grid;
    gap: 0.5rem;
    min-width: 0;
}

.checkout-stage-card-status-group[b-uwdmn113tf] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 0.5rem;
}

.checkout-status-pill[b-uwdmn113tf] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 600;
    gap: 0.35rem;
    line-height: 1;
    min-height: 1.5rem;
    padding: 0.35rem 0.7rem;
}

.checkout-status-pill.text-bg-primary[b-uwdmn113tf] {
    background: #e0e8f9;
    color: #3068d5;
}

.checkout-status-pill.text-bg-secondary[b-uwdmn113tf] {
    background: #f1f5f9;
    color: #64748b;
}

.checkout-status-pill.text-bg-danger[b-uwdmn113tf] {
    background: #fee2e2;
    color: #991b1b;
}

.checkout-status-pill-success[b-uwdmn113tf] {
    background: #dff4ea;
    color: #0e4029;
}

.checkout-stage-card-summary-row[b-uwdmn113tf] {
    color: #3f4c5e;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.92rem;
    gap: 0.85rem;
}

.checkout-stage-card-summary-strip[b-uwdmn113tf] {
    margin: 0 -1.1rem;
    padding: 0 1.1rem 0.95rem;
}

.checkout-stage-card-check[b-uwdmn113tf] {
    color: #16a34a;
    display: inline-flex;
    font-size: 1rem;
}

.checkout-stage-card-complete[b-uwdmn113tf] {
    background: linear-gradient(180deg, #f7fff9 0%, #fff 100%);
}

.checkout-payer-card[b-uwdmn113tf] {
    background: #ffffff;
    overflow: hidden;
    padding: 1.1rem;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
    border: 1px solid #d6dfec;
    border-radius: 0.5rem;
}

.checkout-payer-card + .checkout-payer-card[b-uwdmn113tf] {
    margin-top: 1rem;
}

.checkout-payer-card-self-service[b-uwdmn113tf] {
    border: none;
    box-shadow: none;
    padding: 0;
}

.checkout-payer-card-header-figma[b-uwdmn113tf] {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 1rem 1.5rem 0.5rem;
}

.checkout-payer-identity[b-uwdmn113tf] {
    align-items: flex-start;
    display: flex;
    gap: 0;
    min-width: 0;
    width: 100%;
}

.checkout-payer-avatar[b-uwdmn113tf] {
    align-items: center;
    background: #3068d5;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.checkout-payer-identity-copy[b-uwdmn113tf] {
    display: grid;
    gap: 0.4rem;
    min-width: 0;
}

.checkout-payer-inline-details[b-uwdmn113tf] {
    color: #475467;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.94rem;
    gap: 0.9rem;
}

.checkout-payer-inline-detail[b-uwdmn113tf] {
    position: relative;
}

.checkout-payer-inline-detail + .checkout-payer-inline-detail[b-uwdmn113tf]::before {
    background: #d0d9e5;
    content: "";
    height: 1rem;
    inset-inline-start: -0.45rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.checkout-payer-card-summary-grid[b-uwdmn113tf] {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.5rem 1.5rem 0;
}

.checkout-payer-summary-choice[b-uwdmn113tf],
.checkout-payer-amount-cell[b-uwdmn113tf],
.checkout-self-service-mode-card[b-uwdmn113tf],
.checkout-field-surface[b-uwdmn113tf] {
    background: #ffffff;
    border: 1px solid #d6dfec;
    border-radius: 1.25rem;
}

.checkout-payer-summary-choice[b-uwdmn113tf] {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #d6dfec;
    border-radius: 1.25rem;
    display: flex;
    gap: 0.9rem;
    min-height: 4.625rem;
    padding: 1.5rem 1.1rem;
}

.checkout-payer-summary-choice-indicator[b-uwdmn113tf] {
    background: #ffffff;
    border: 1.5px solid #3068d5;
    border-radius: 999px;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    margin-top: 0.2rem;
    position: relative;
    width: 1.25rem;
}

.checkout-payer-summary-choice-indicator[b-uwdmn113tf]::after {
    background: #3068d5;
    border-radius: 999px;
    content: "";
    height: 0.625rem;
    inset: 50% auto auto 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 0.625rem;
}

.checkout-payer-summary-choice-copy[b-uwdmn113tf] {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.checkout-payer-summary-label[b-uwdmn113tf],
.checkout-payer-amount-label[b-uwdmn113tf] {
    color: #667085;
    font-size: 0.75rem;
    font-weight: 500;
}

.checkout-payer-summary-value[b-uwdmn113tf],
.checkout-payer-amount-value[b-uwdmn113tf] {
    color: #101828;
    font-size: 1rem;
    font-weight: 700;
}

.checkout-payer-summary-meta[b-uwdmn113tf] {
    color: #475467;
    font-size: 0.9rem;
}

.checkout-payer-amount-cell[b-uwdmn113tf] {
    align-content: center;
    display: grid;
    gap: 0.25rem;
    min-width: 8.875rem;
    min-height: 4.625rem;
    padding: 0.95rem 1rem;
    text-align: right;
}

.checkout-payer-body-self-service[b-uwdmn113tf] {
    gap: 1.25rem;
    margin-top: 0.75rem;
    padding: 1rem 1.5rem 1.5rem;
}

.checkout-self-service-mode-grid[b-uwdmn113tf],
.checkout-self-service-field-grid[b-uwdmn113tf] {
    display: grid;
    gap: 1rem;
}

.checkout-self-service-mode-grid[b-uwdmn113tf] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.checkout-self-service-field-grid[b-uwdmn113tf] {
    direction: rtl;
    padding: 0rem 1rem 0rem 2.25rem;
    justify-content: start;
    justify-items: stretch;
}

.checkout-self-service-field-grid .checkout-field-surface[b-uwdmn113tf] {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.checkout-self-service-checkbox-row[b-uwdmn113tf] {
    align-items: center;
    color: #2a3039;
    direction: rtl;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
    min-height: 22px;
}

.checkout-self-service-checkbox-row.checkout-form-check[b-uwdmn113tf] {
    padding: 0;
}

.checkout-self-service-checkbox-row .form-check-input[b-uwdmn113tf] {
    accent-color: #3068d5;
    float: none;
    height: 1rem;
    margin: 0;
    width: 1rem;
}

.checkout-self-service-checkbox-row .form-check-label[b-uwdmn113tf] {
    color: #2a3039;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
}

.checkout-self-service-checkbox-row .form-check-input:disabled + .form-check-label[b-uwdmn113tf] {
    cursor: default;
}

.checkout-self-service-recurring-checkbox[b-uwdmn113tf] {
    align-items: center;
    direction: rtl;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
    margin-bottom: 1rem;
    padding: 0;
}

.checkout-self-service-recurring-checkbox .form-check-input[b-uwdmn113tf] {
    accent-color: #3068d5;
    border-radius: 0.25rem;
    float: none;
    height: 18px;
    margin: 0;
    min-height: 18px;
    min-width: 18px;
    width: 18px;
}

.checkout-self-service-recurring-checkbox .form-check-label[b-uwdmn113tf] {
    color: #2a3039;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
}

.checkout-self-service-recurring-checkbox .form-check-input:disabled + .form-check-label[b-uwdmn113tf] {
    color: #64748b;
    cursor: default;
}

.checkout-self-service-mode-card[b-uwdmn113tf] {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 1rem;
    min-height: 4.625rem;
    padding: 1rem 1.1rem;
    text-align: right;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.checkout-self-service-mode-card:hover[b-uwdmn113tf],
.checkout-field-surface:hover[b-uwdmn113tf],
.checkout-payer-summary-choice:hover[b-uwdmn113tf] {
    border-color: #bfd0f2;
}

.checkout-self-service-mode-card.selected[b-uwdmn113tf] {
    border-color: #3068d5;
    box-shadow: 0 0 0 1px rgba(48, 104, 213, 0.14);
}

.checkout-self-service-mode-title[b-uwdmn113tf] {
    color: #2a3039;
    font-size: 1rem;
    font-weight: 600;
}

.checkout-field-surface[b-uwdmn113tf] {
    padding: 1rem;
}

.checkout-payer-card-self-service .checkout-option-card-grid[b-uwdmn113tf] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    justify-content: stretch;
    margin-bottom: 0;
    width: 100%;
}

.checkout-payer-card-self-service .checkout-option-card[b-uwdmn113tf] {
    border-color: #d6dfec;
    border-radius: 1.25rem;
    min-height: 4.625rem;
}

.checkout-payer-card-self-service .checkout-option-card.selected[b-uwdmn113tf] {
    box-shadow: 0 0 0 1px rgba(48, 104, 213, 0.14);
}

.checkout-payer-card-self-service .checkout-installments-field[b-uwdmn113tf] {
    max-width: none;
}

.checkout-payer-card-self-service .checkout-panel-actions[b-uwdmn113tf] {
    margin-top: 0.25rem;
}

.checkout-payer-card.active[b-uwdmn113tf] {
    border: 1px solid var(--Foundation-Blue-Normal, #3068D5);
    box-shadow: 0 0 0 1px rgba(48, 104, 213, 0.12);
    
}

.checkout-payer-card-completed[b-uwdmn113tf] {
    border-color: #e0e8f9;
}

.checkout-payer-card-completed.active[b-uwdmn113tf] {
    border-color: #e0e8f9;
    box-shadow: none;
}

.checkout-payer-card.inactive[b-uwdmn113tf] {
    cursor: pointer;
}

.checkout-payer-heading-row[b-uwdmn113tf] {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.checkout-payer-meta-list[b-uwdmn113tf] {
    color: #475569;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.45rem;
}

.checkout-payer-meta-item[b-uwdmn113tf] {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
}

.checkout-delete-icon-button[b-uwdmn113tf] {
    color: #b42318;
    font-size: 1rem;
    padding: 0.1rem;
    text-decoration: none;
}

.checkout-delete-icon-button-surface[b-uwdmn113tf] {
    color: #3f4c5e;
}

.checkout-stage-card-header-spacer[b-uwdmn113tf] {
    flex: 0 0 1.75rem;
}

.checkout-payer-detail-strip[b-uwdmn113tf] {
    color: #676767;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.95rem;
    gap: 0.9rem;
}

.checkout-payer-detail[b-uwdmn113tf] {
    position: relative;
}

.checkout-payer-detail + .checkout-payer-detail[b-uwdmn113tf]::before {
    background: #bfd0f2;
    content: "";
    height: 1rem;
    inset-inline-start: -0.45rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.checkout-delete-icon-button:disabled[b-uwdmn113tf] {
    color: #94a3b8;
    cursor: not-allowed;
}

.checkout-payer-body.disabled[b-uwdmn113tf] {
    opacity: 0.55;
    pointer-events: none;
}

.checkout-payer-body[b-uwdmn113tf] {
    display: grid;
    gap: 1rem;
    padding-top: 1rem;
}

.checkout-completed-payment-note[b-uwdmn113tf] {
    align-items: center;
    background: #eaf8f1;
    border: 1px solid #29b674;
    border-radius: 0.5rem;
    color: #0e4029;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: flex-end;
    padding: 0.75rem 1rem;
}

.checkout-payer-card-completed .checkout-payer-body[b-uwdmn113tf] {
    gap: 0.75rem;
    padding-top: 0.75rem;
}

.checkout-payer-field-grid[b-uwdmn113tf] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.checkout-immediate-config-grid[b-uwdmn113tf] {
    align-items: end;
    display: grid;
    gap: 1.25rem 1.5rem;
    grid-template-columns: 9rem minmax(0, 1fr);
}

.checkout-immediate-amount-field[b-uwdmn113tf],
.checkout-immediate-method-field[b-uwdmn113tf] {
    margin-top: 0;
    min-width: 0;
}

.checkout-staff-total-field[b-uwdmn113tf] {
    align-content: center;
}

.checkout-staff-checkbox[b-uwdmn113tf] {
    margin-top: 1rem;
}

.checkout-payment-method-block[b-uwdmn113tf] {
    display: grid;
    gap: 1rem;
}

.checkout-payment-method-divider[b-uwdmn113tf] {
    width: 100%;
    height: 1px;
    background: #bfd0f2;
}

.checkout-staff-method-grid[b-uwdmn113tf] {
    display: grid;
    gap: 1rem 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(110px, max-content));
}

.checkout-staff-method-grid-inline[b-uwdmn113tf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
}

.checkout-inline-installment-picker[b-uwdmn113tf] {
    align-items: center;
    display: inline-flex;
}

.checkout-installment-select[b-uwdmn113tf] {
    background-color: #ffffff;
    border: 1px solid #bfd0f2;
    border-radius: 0.625rem;
    color: #2a3039;
    font-size: 1.125rem;
    min-height: 2.5rem !important;
    padding-inline: 0.75rem 2rem;
    text-align: center;
    width: 5.25rem;
}

.checkout-installment-select:focus[b-uwdmn113tf] {
    border-color: #3068d5;
    box-shadow: 0 0 0 0.15rem rgba(48, 104, 213, 0.14);
}

.checkout-staff-method-option[b-uwdmn113tf] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    gap: 0.6rem;
    min-height: auto;
    padding: 0;
}

.checkout-staff-method-option.selected[b-uwdmn113tf] {
    background: transparent;
    border-color: transparent;
}

.checkout-staff-method-option.selected span[b-uwdmn113tf] {
    color: #3068d5;
    font-weight: 600;
}

.checkout-staff-method-option input[b-uwdmn113tf] {
    margin: 0;
    accent-color: #3068d5;
}

.checkout-additional-payer-card[b-uwdmn113tf] {
    margin-top: 1rem;
}

.checkout-additional-payer-grid[b-uwdmn113tf] {
    align-items: end;
}

.checkout-additional-payer-action[b-uwdmn113tf] {
    display: flex;
    justify-content: flex-start;
}

.checkout-payer-card-header[b-uwdmn113tf] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.checkout-payer-title[b-uwdmn113tf] {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
}

.checkout-payer-subtitle[b-uwdmn113tf] {
    color: #64748b;
    font-size: 0.92rem;
    margin-top: 0.25rem;
}

.checkout-payer-actions[b-uwdmn113tf] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.checkout-icon-button[b-uwdmn113tf],
.checkout-delete-button[b-uwdmn113tf] {
    border-radius: 999px;
    color: #0f6ec8;
    font-weight: 700;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
}

.checkout-delete-button[b-uwdmn113tf] {
    color: #b42318;
}

.checkout-option-card-grid[b-uwdmn113tf] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 246px));
    justify-content: start;
    margin-bottom: 1rem;
    width: min(100%, 508px);
}

.checkout-installments-field[b-uwdmn113tf] {
    max-width: 246px;
    width: 100%;
}

.checkout-option-card[b-uwdmn113tf] {
    align-items: center;
    background: #fff;
    border: 1px solid #eaf0fb;
    border-radius: 0.5rem;
    cursor: pointer;
    display: flex;
    gap: 1rem;
    min-height: 80px;
    padding: 1rem;
    text-align: right;
    transition: border-color 0.18s ease;
}

.checkout-option-card:hover[b-uwdmn113tf] {
    border-color: #bfd0f2;
}

.checkout-option-card.selected[b-uwdmn113tf] {
    background: #ffffff;
    border: 2px solid #3068d5;
}

.checkout-option-content[b-uwdmn113tf] {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.checkout-option-title[b-uwdmn113tf] {
    font-size: 1rem;
    font-weight: 600;
    color: #2a3039;
}

.checkout-option-radio[b-uwdmn113tf] {
    background: #ffffff;
    border: 1px solid #bfd0f2;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 18px;
    height: 18px;
    position: relative;
    width: 18px;
}

.checkout-option-card.selected .checkout-option-radio[b-uwdmn113tf] {
    border-color: #3068d5;
}

.checkout-option-card.selected .checkout-option-radio[b-uwdmn113tf]::after {
    background: #3068d5;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
}

.checkout-form-check[b-uwdmn113tf] {
    margin: 0;
    padding: 0rem 1rem 0rem 2.25rem;
}

.checkout-form-check .form-check-input[b-uwdmn113tf] {
    float: right;
}

.checkout-add-payer-button[b-uwdmn113tf] {
    margin-top: 1rem;
}

.checkout-panel-actions[b-uwdmn113tf] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.25rem;
}

.checkout-payer-card .checkout-panel-actions[b-uwdmn113tf] {
    justify-content: flex-end;
}

.checkout-primary-button[b-uwdmn113tf] {
    background: #2a3039;
    border: 0;
    border-radius: 24px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    min-height: 38px;
    min-width: 105px;
    padding: 0.5rem 1.5rem;
}

.btn-outline-secondary[b-uwdmn113tf] {
    border-radius: 24px;
    border: 1px solid var(--Basic-Dark---Text, #3F4C5E);
    background: var(--Basic-White, #FFF);
    color: var(--Basic-Dark---Text, #3F4C5E);
    font-size: 1rem;
    font-weight: 600;
    min-height: 38px;
    min-width: 105px;
    padding: 0.5rem 1.5rem;
}

.checkout-primary-button:hover[b-uwdmn113tf],
.checkout-primary-button:focus[b-uwdmn113tf] {
    background: #1f252d;
    border-color: transparent;
    color: #ffffff;
}

.checkout-primary-button:disabled[b-uwdmn113tf] {
    background: #9aa3b1;
    border-color: transparent;
    color: #ffffff;
}

.checkout-active-payer-name[b-uwdmn113tf] {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.checkout-payment-payer-step-indicator[b-uwdmn113tf] {
    align-items: center;
    background: #eef6ff;
    border: 1px solid #cfe2ff;
    border-radius: 1rem;
    display: inline-flex;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding: 0.65rem 0.9rem;
}

.checkout-payment-payer-step-label[b-uwdmn113tf] {
    color: #52627a;
    font-size: 0.88rem;
    font-weight: 700;
}

.checkout-payment-payer-step-value[b-uwdmn113tf] {
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 800;
}

.checkout-payment-summary-grid[b-uwdmn113tf] {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 1fr;
}

.checkout-payment-summary-grid .checkout-readonly-field[b-uwdmn113tf] {
    align-items: baseline;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    gap: 1rem;
    padding: 0;
}

.checkout-payment-summary-grid .checkout-readonly-label[b-uwdmn113tf] {
    color: #2a3039;
    font-size: 1rem;
    font-weight: 600;
}

.checkout-payment-summary-grid .checkout-readonly-value[b-uwdmn113tf] {
    color: #2a3039;
    font-size: 1rem;
    font-weight: 400;
}

.checkout-inline-manual-payment[b-uwdmn113tf] {
    margin-top: 1rem;
    min-width: 0;
    overflow: visible;
}

.checkout-inline-cash-payment[b-uwdmn113tf] {
    display: grid;
}

.checkout-manual-cash-card[b-uwdmn113tf] {
    border: 1px solid #dbe3ee;
    border-radius: 1rem;
    overflow: hidden;
}

.checkout-manual-cash-header[b-uwdmn113tf] {
    background: #198754;
    color: #fff;
    font-weight: 800;
}

.checkout-manual-cash-grid[b-uwdmn113tf] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.checkout-manual-cash-input[b-uwdmn113tf] {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}

.checkout-readonly-field[b-uwdmn113tf] {
    background: #ffffff;
    /* border: 1px solid #bfd0f2; */
    border-radius: 0.5rem;
    display: grid;
    gap: 0.3rem;
    padding: 1rem;
}

.checkout-readonly-label[b-uwdmn113tf] {
    color: #2a3039;
    font-size: 0.88rem;
    font-weight: 400;
}

.checkout-readonly-value[b-uwdmn113tf] {
    color: #3f4c5e;
    font-size: 1rem;
    font-weight: 800;
}

.checkout-payer-card .form-label[b-uwdmn113tf] {
    color: #2a3039;
    font-size: 0.875rem;
    font-weight: 400;
}

.checkout-payer-card .form-control[b-uwdmn113tf],
.checkout-payer-card .form-select[b-uwdmn113tf] {
    border: 1px solid #bfd0f2;
    border-radius: 0.5rem;
    color: #676767;
    min-height: 3rem;
}

.checkout-payer-card .form-control:focus[b-uwdmn113tf],
.checkout-payer-card .form-select:focus[b-uwdmn113tf] {
    border-color: #3068d5;
    box-shadow: 0 0 0 0.2rem rgba(48, 104, 213, 0.14);
}

.checkout-bank-account-input[b-uwdmn113tf] {
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    border-radius: 0.85rem;
    box-shadow: 0 8px 18px rgba(48, 104, 213, 0.06);
    color: #2a3039;
    font-weight: 500;
}

.checkout-save-card-toggle[b-uwdmn113tf] {
    margin-top: 1rem;
}

.checkout-commercial-terms[b-uwdmn113tf] {
    margin-top: 1.25rem;
}

.checkout-commercial-terms-check[b-uwdmn113tf] {
    margin-top: 0.75rem;
}

.checkout-saved-card-toggle-inline[b-uwdmn113tf] {
    background: transparent;
    border: 0;
    padding: 0;
}

.checkout-saved-card-toggle-inline .form-check-input[b-uwdmn113tf] {
    accent-color: #3068d5;
}

.checkout-saved-card-toggle-inline .form-check-label[b-uwdmn113tf] {
    color: #2a3039;
    font-size: 1rem;
}

.checkout-saved-card-select-field[b-uwdmn113tf] {
    max-width: 20rem;
}

.checkout-iframe-host[b-uwdmn113tf] {
    margin-top: 1rem;
}

.checkout-payment-iframe[b-uwdmn113tf] {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 1rem;
    min-height: 38rem;
    width: 100%;
}

.checkout-summary-side-card[b-uwdmn113tf] {
    border: 1px solid #bfd0f2;
    border-radius: 0.5rem;
    position: sticky;
    top: 1.5rem;
}

.checkout-summary-side-heading[b-uwdmn113tf] {
    border-radius: 0.5rem 0.5rem 0 0;
    
}

.checkout-summary-side-title[b-uwdmn113tf] {
    color: var(--Foundation-Blue-Normal, #3068D5);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
    background: var(--Basic-BG-2, #F1F7FF);
}

.checkout-summary-payer-section + .checkout-summary-payer-section[b-uwdmn113tf] {
    border-top: 0;
    background-image: repeating-linear-gradient(to right, #E0E8F9 0, #E0E8F9 16px, transparent 16px, transparent 26px);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: auto 2px;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    position: relative;
}

.checkout-summary-payer-section + .checkout-summary-payer-section[b-uwdmn113tf]::before,
.checkout-summary-payer-section + .checkout-summary-payer-section[b-uwdmn113tf]::after {
    background: #F1F7FF;
    border: 1px solid #bfd0f2;
    box-sizing: border-box;
    content: "";
    height: 2rem;
    pointer-events: none;
    position: absolute;
    top: -1rem;
    width: 1rem;
    z-index: 1;
}

.checkout-summary-payer-section + .checkout-summary-payer-section[b-uwdmn113tf]::before {
    border-left: 0;
    border-radius: 0 1rem 1rem 0;
    left: calc(-1.5rem - 1px);
}

.checkout-summary-payer-section + .checkout-summary-payer-section[b-uwdmn113tf]::after {
    border-radius: 1rem 0 0 1rem;
    border-right: 0;
    right: calc(-1.5rem - 1px);
}

.checkout-summary-payer-title[b-uwdmn113tf] {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 1rem;
}

.checkout-summary-subsection + .checkout-summary-subsection[b-uwdmn113tf] {
    margin-top: 1rem;
}

.checkout-summary-subtitle[b-uwdmn113tf] {
    color: #2a3039;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.9rem;
}

.checkout-summary-line[b-uwdmn113tf],
.checkout-summary-total-line[b-uwdmn113tf] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.55rem 0;
}

.checkout-summary-line[b-uwdmn113tf] {
    color: #3f4c5e;
    font-size: 1rem;
    line-height: 1.25;
}

.checkout-summary-line > strong[b-uwdmn113tf],
.checkout-summary-future-price > strong[b-uwdmn113tf] {
    color: #3f4c5e;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.15;
}

.checkout-summary-line > div span[b-uwdmn113tf],
.checkout-summary-line > span[b-uwdmn113tf] {
    color: #3f4c5e;
    font-size: 1rem;
    font-weight: 400;
}

.checkout-summary-total-line[b-uwdmn113tf] {
    color: #3068d5;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.3;
    padding-top: 1.1rem;
}

.checkout-summary-total-line-primary[b-uwdmn113tf] {
    border-top: 1px solid #d6e2f7;
    margin-top: 0.6rem;
}

.checkout-summary-total-line > span[b-uwdmn113tf] {
    font-size: 1.25rem;
    font-weight: 400;
}

.checkout-summary-total-line > strong[b-uwdmn113tf] {
    font-size: 1.375rem;
    font-weight: 700;
}

.checkout-summary-future-price[b-uwdmn113tf] {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.checkout-summary-future-meta[b-uwdmn113tf] {
    color: #9a9a9a;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

.checkout-summary-paid-banner[b-uwdmn113tf] {
    align-items: center;
    background: #eaf8f1;
    border: 1px solid #29b674;
    border-radius: 0.5rem;
    color: #0e4029;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: space-between;
    margin-top: 0.75rem;
    padding: 0.65rem 0.9rem;
}

.checkout-payer-card .checkout-primary-button[b-uwdmn113tf] {
    min-width: 105px;
}

.checkout-payer-card .checkout-primary-button:hover[b-uwdmn113tf],
.checkout-payer-card .checkout-primary-button:focus[b-uwdmn113tf] {
    background: #1f252d;
    border-color: transparent;
    color: #ffffff;
}

.checkout-payer-card .checkout-primary-button:disabled[b-uwdmn113tf] {
    background: #9aa3b1;
    border-color: transparent;
    color: #ffffff;
}

.checkout-summary-future-price[b-uwdmn113tf] {
    align-items: flex-end;
    color: #3f4c5e;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.checkout-summary-future-meta[b-uwdmn113tf] {
    color: #9a9a9a;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

.checkout-modal-backdrop[b-uwdmn113tf],
.checkout-processing-overlay[b-uwdmn113tf] {
    align-items: center;
    background: rgba(15, 23, 42, 0.65);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.25rem;
    position: fixed;
    z-index: 1050;
}

.checkout-modal-card[b-uwdmn113tf],
.checkout-status-modal[b-uwdmn113tf],
.checkout-processing-card[b-uwdmn113tf] {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);
    width: min(100%, 34rem);
}

.checkout-contact-search-modal[b-uwdmn113tf] {
    width: min(100%, 46.75rem);
}

.checkout-modal-header[b-uwdmn113tf],
.checkout-modal-footer[b-uwdmn113tf] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
}

.checkout-modal-header[b-uwdmn113tf] {
    border-bottom: 0;
    padding: 1rem 1.5rem 0.5rem;
}

.checkout-modal-footer[b-uwdmn113tf] {
    border-top: 1px solid #e0e8f9;
    gap: 0.75rem;
    justify-content: flex-end;
    padding: 0.9rem 1.5rem 1.25rem;
}

.checkout-contact-search-modal[b-uwdmn113tf] {
    display: flex;
    flex-direction: column;
    max-height: min(90vh, 52rem);
}

.checkout-modal-title[b-uwdmn113tf] {
    color: #3068d5;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0;
}

.checkout-modal-body[b-uwdmn113tf] {
    display: grid;
    gap: 1rem;
    padding: 0.75rem 1.5rem 1.5rem;
}

.checkout-new-payer-search-row[b-uwdmn113tf] {
    align-items: end;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
}

.checkout-contact-search-shell[b-uwdmn113tf] {
    margin-bottom: 0.25rem;
}

.checkout-contact-search-input-group[b-uwdmn113tf] {
    display: grid;
    flex: 1 1 auto;
    gap: 0.4rem;
    min-width: 0;
}

.checkout-contact-search-label[b-uwdmn113tf] {
    color: #676767;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 0;
}

.checkout-contact-search-input[b-uwdmn113tf] {
    border-color: #bfd0f2;
    border-radius: 0.5rem;
    color: #2a3039;
    min-height: 2.75rem;
    text-align: right;
}

.checkout-contact-search-input[b-uwdmn113tf]::placeholder {
    color: #9a9a9a;
}

.checkout-contact-search-button[b-uwdmn113tf] {
    align-items: center;
    background: #2a3039;
    border: 0;
    border-radius: 0.5rem;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 600;
    justify-content: center;
    min-height: 2.75rem;
    min-width: 4rem;
    padding: 0.5rem 1rem;
}

.checkout-contact-search-button:hover[b-uwdmn113tf],
.checkout-contact-search-button:focus[b-uwdmn113tf] {
    background: #20252d;
    color: #ffffff;
}

.checkout-contact-search-button:disabled[b-uwdmn113tf] {
    background: #9aa6b2;
    color: #ffffff;
}

.checkout-modal-close[b-uwdmn113tf] {
    flex: 0 0 auto;
    margin: 0;
    opacity: 0.5;
}

.checkout-new-payer-results[b-uwdmn113tf] {
    display: grid;
    gap: 0.625rem;
    max-height: min(45vh, 24rem);
    overflow-y: auto;
    padding-inline-end: 0.25rem;
    box-shadow: none;
}

.checkout-new-payer-result-card[b-uwdmn113tf] {
  align-items: center;
  border: 1px solid var(--Foundation-Blue-Normal, #3068D5);
  background: var(--Basic-BG-2, #F1F7FF);
  border-radius: 0.5rem;
  color: inherit;
  display: flex;
  gap: 0;
  justify-content: stretch;
  padding: 0.8rem 0.9rem;
  text-align: right;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.checkout-new-payer-result-card:hover:enabled[b-uwdmn113tf] {
    border-color: #3068d5;
    box-shadow: 0 0 0 1px rgba(48, 104, 213, 0.1);
}

.checkout-new-payer-result-card.selected[b-uwdmn113tf] {
    background: #f8fbff;
    border-color: #3068d5;
    box-shadow: 0 0 0 1px rgba(48, 104, 213, 0.18);
}

.checkout-new-payer-result-card:disabled[b-uwdmn113tf] {
    cursor: not-allowed;
    opacity: 0.6;
}

.checkout-new-payer-result-grid[b-uwdmn113tf] {
    align-items: center;
    display: flex;
    min-width: 0;
    width: 100%;
}

.checkout-new-payer-result-cell[b-uwdmn113tf] {
    min-width: 0;
    overflow: hidden;
    padding-inline: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-new-payer-result-cell + .checkout-new-payer-result-cell[b-uwdmn113tf] {
    border-inline-start: 1px solid #dbe7fb;
}

.checkout-new-payer-result-name[b-uwdmn113tf] {
    color: #2a3039;
    flex: 0 0 auto;
    font-weight: 700;
    padding-inline-start: 0;
}

.checkout-new-payer-result-meta[b-uwdmn113tf] {
    color: #676767;
    flex: 1 1 0;
    font-size: 0.875rem;
    text-align: center;
}

.checkout-contact-search-empty-state[b-uwdmn113tf] {
    color: #676767;
}

.checkout-contact-create-link[b-uwdmn113tf] {
    align-self: flex-start;
    color: #3068d5;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}

.checkout-contact-create-link:hover[b-uwdmn113tf],
.checkout-contact-create-link:focus[b-uwdmn113tf] {
    color: #1f56bf;
    text-decoration: underline;
}

.checkout-contact-create-form[b-uwdmn113tf] {
    border-top: 1px solid #e0e8f9;
    display: grid;
    gap: 0.75rem;
    padding-top: 1rem;
}

.checkout-contact-create-form-header[b-uwdmn113tf] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.checkout-status-modal[b-uwdmn113tf] {
    padding: 1.75rem;
    text-align: center;
}

.checkout-status-icon[b-uwdmn113tf] {
    font-size: 3rem;
    margin-bottom: 0.75rem;
}

.checkout-status-modal.success .checkout-status-icon[b-uwdmn113tf] {
    color: #16a34a;
}

.checkout-status-modal.failure .checkout-status-icon[b-uwdmn113tf] {
    color: #dc2626;
}

.checkout-status-title[b-uwdmn113tf] {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
}

.checkout-status-message[b-uwdmn113tf] {
    color: #52627a;
    margin: 0.75rem 0 1.25rem;
}

.checkout-processing-card[b-uwdmn113tf] {
    align-items: center;
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: center;
    min-height: 8rem;
    width: auto;
}

.link-ation[b-uwdmn113tf] {
  color: var(--Foundation-Blue-Normal, #3068D5);
  text-align: right;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 1100px) {
    .checkout-layout-redesign[b-uwdmn113tf] {
        grid-template-columns: minmax(0, 848px) minmax(320px, 416px);
        justify-content: center;
    }
}

@media (max-width: 1099px) {
    .checkout-summary-side-card[b-uwdmn113tf] {
        position: static;
    }
}

@media (max-width: 767px) {
    .checkout-payment-page[b-uwdmn113tf]::before {
        height: 68px;
        opacity: 0.8;
        right: -5rem;
        top: 154px;
        width: 300px;
    }

    .checkout-redesign-header[b-uwdmn113tf],
    .checkout-payer-card-header[b-uwdmn113tf],
    .checkout-payer-heading-row[b-uwdmn113tf],
    .checkout-modal-header[b-uwdmn113tf],
    .checkout-modal-footer[b-uwdmn113tf] {
        flex-direction: column;
    }

    .checkout-new-payer-result-card[b-uwdmn113tf] {
        align-items: flex-start;
    }

    .checkout-new-payer-search-row[b-uwdmn113tf],
    .checkout-contact-create-form-header[b-uwdmn113tf],
    .checkout-new-payer-result-grid[b-uwdmn113tf] {
        flex-direction: column;
    }

    .checkout-contact-search-button[b-uwdmn113tf] {
        width: 100%;
    }

    .checkout-new-payer-result-cell[b-uwdmn113tf] {
        border-inline-start: 0;
        padding-inline: 0;
        text-align: right;
        width: 100%;
    }

    .checkout-new-payer-result-meta[b-uwdmn113tf] {
        white-space: normal;
    }

    .checkout-horizontal-stepper[b-uwdmn113tf] {
        flex-direction: column;
        gap: 1rem;
    }

    .checkout-horizontal-step:not(:first-child)[b-uwdmn113tf]::before {
        display: none;
    }

    .checkout-workflow-progress[b-uwdmn113tf] {
        flex-direction: column;
        gap: 1rem;
        padding-inline: 0;
    }

    .checkout-workflow-progress-segment[b-uwdmn113tf] {
        width: 100%;
    }

    .checkout-workflow-progress-line[b-uwdmn113tf] {
        display: none;
    }

    .checkout-stage-card-title-row-emphasis[b-uwdmn113tf] {
        flex-wrap: wrap;
    }

    .checkout-immediate-config-grid[b-uwdmn113tf] {
        grid-template-columns: 1fr;
    }

    .checkout-option-card-grid[b-uwdmn113tf] {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .checkout-payer-card-summary-grid[b-uwdmn113tf],
    .checkout-self-service-mode-grid[b-uwdmn113tf],
    .checkout-self-service-field-grid[b-uwdmn113tf] {
        grid-template-columns: 1fr;
    }

    .checkout-payer-card-header-figma[b-uwdmn113tf],
    .checkout-payer-body-self-service[b-uwdmn113tf] {
        padding-inline: 1rem;
    }

    .checkout-payer-card-summary-grid[b-uwdmn113tf] {
        padding-inline: 1rem;
    }

    .checkout-payer-amount-cell[b-uwdmn113tf] {
        min-width: 0;
    }

    .checkout-installments-field[b-uwdmn113tf] {
        max-width: 100%;
    }

    .checkout-summary-side-heading[b-uwdmn113tf] {
        margin: -1.5rem -1.5rem 1.25rem;
    }

    .checkout-panel-actions[b-uwdmn113tf] {
        justify-content: stretch;
    }

    .checkout-primary-button[b-uwdmn113tf] {
        width: 100%;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-page[b-25k55nkx53] {
  padding: 0 0 2rem;
  background: #F1F7FF;
}

.dashboard-page__hero-shell[b-25k55nkx53] {
    background: #ffffff;
    border-bottom: none;
}

.dashboard-page__main[b-25k55nkx53] {
    padding: 0 2rem 0;
}

.dashboard-page__refresh-row[b-25k55nkx53] {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 0 0;
}

.dashboard-page__refresh-btn[b-25k55nkx53] {
  gap: 0.375rem;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  color: #2563EB;
  border: none;
}

  .dashboard-page__refresh-btn:hover[b-25k55nkx53] {
    border-color: #2563EB;
    background: #dbeafe;
  }

.dashboard-page__shell[b-25k55nkx53] {
    max-width: 1320px;
    margin: 0 auto;
}

.dashboard-page__content[b-25k55nkx53] {
    margin-top: 1rem;
    padding-inline: 0;
}

.dashboard-page__content--table[b-25k55nkx53],
.dashboard-page__content--profile[b-25k55nkx53],
.dashboard-page__content--neutral[b-25k55nkx53] {
    padding-bottom: 1rem;
}

.dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab,
.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab {
    width: 100%;
}

.dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab > .container,
.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab > .container,
.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .complete-profile-page > .container {
    max-width: none;
    padding-inline: 0;
}

.dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .text-center.py-5,
.dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .forms-table__empty,
.dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .receipts-hub__empty,
.dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .alert.text-center.py-5 {
    min-height: 336px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 0;
    border-radius: 24px;
    border: 1px solid #dbe6f4;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(31, 52, 93, 0.08);
}

.dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .alert.text-center.py-5 p,
.dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .forms-table__empty p,
.dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .receipts-hub__empty p {
    max-width: 32rem;
    color: #667085;
    margin-bottom: 0;
}

.dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .alert.text-center.py-5 h4,
.dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .forms-table__empty h3,
.dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .receipts-hub__empty h3 {
    margin: 0;
    color: #1f2a44;
    font-size: 1.35rem;
    font-weight: 700;
}

.dashboard-page__content--table[b-25k55nkx53]  .mr-table-card,
.dashboard-page__content--table[b-25k55nkx53]  .my-orders-table-surface,
.dashboard-page__content--table[b-25k55nkx53]  .forms-table__shell,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__frame {
    border: 1px solid #dbe6f4;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 32px rgba(31, 52, 93, 0.08);
    overflow: hidden;
}

.dashboard-page__content--table[b-25k55nkx53]  .my-orders-table-surface,
.dashboard-page__content--table[b-25k55nkx53]  .forms-table__shell,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__frame {
    padding: 1.25rem 1.5rem;
}

.dashboard-page__content--table[b-25k55nkx53]  .forms-table__summary,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__summary,
.dashboard-page__content--table[b-25k55nkx53]  .my-orders-toolbar,
.dashboard-page__content--table[b-25k55nkx53]  .my-orders-toolbar__meta {
    margin-bottom: 1rem;
}

.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__title {
    margin: 0;
    color: #1f2a44;
    font-size: 1.15rem;
    font-weight: 700;
}

.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__subtitle,
.dashboard-page__content--table[b-25k55nkx53]  .forms-table__summary,
.dashboard-page__content--table[b-25k55nkx53]  .my-orders-toolbar__hint {
    color: #667085;
    font-size: 0.92rem;
}

.dashboard-page__content--table[b-25k55nkx53]  .mr-table thead th,
.dashboard-page__content--table[b-25k55nkx53]  .my-orders-table-grid thead th,
.dashboard-page__content--table[b-25k55nkx53]  .my-orders-lines-table thead th,
.dashboard-page__content--table[b-25k55nkx53]  .forms-table__grid thead th,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__table thead th {
    height: 56px;
    padding: 0 20px;
    background: #f7faff;
    color: #52637d;
    border-bottom: 1px solid #e3ebf7;
    font-size: 0.86rem;
    font-weight: 700;
    vertical-align: middle;
    white-space: nowrap;
}

.dashboard-page__content--table[b-25k55nkx53]  .mr-table tbody td,
.dashboard-page__content--table[b-25k55nkx53]  .my-orders-table-grid tbody td,
.dashboard-page__content--table[b-25k55nkx53]  .my-orders-lines-table tbody td,
.dashboard-page__content--table[b-25k55nkx53]  .forms-table__grid tbody td,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__table tbody td {
    min-height: 64px;
    padding: 16px 20px;
    color: #223046;
    border-bottom: 1px solid #eef2f8;
    vertical-align: middle;
}

.dashboard-page__content--table[b-25k55nkx53]  .mr-table tbody tr:last-child td,
.dashboard-page__content--table[b-25k55nkx53]  .my-orders-table-grid tbody tr:last-child td,
.dashboard-page__content--table[b-25k55nkx53]  .my-orders-lines-table tbody tr:last-child td,
.dashboard-page__content--table[b-25k55nkx53]  .forms-table__grid tbody tr:last-child td,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__table tbody tr:last-child td {
    border-bottom: none;
}

.dashboard-page__content--table[b-25k55nkx53]  .mr-table__action,
.dashboard-page__content--table[b-25k55nkx53]  .forms-table__action,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__print {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #d6e2f0;
    background: #ffffff;
    color: #4f627d;
    box-shadow: none;
    transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.dashboard-page__content--table[b-25k55nkx53]  .mr-table__action:hover,
.dashboard-page__content--table[b-25k55nkx53]  .mr-table__action:focus-visible,
.dashboard-page__content--table[b-25k55nkx53]  .forms-table__action:hover,
.dashboard-page__content--table[b-25k55nkx53]  .forms-table__action:focus-visible,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__print:hover,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__print:focus-visible {
    border-color: #2563eb;
    background: #eff6ff;
    color: #2563eb;
}

.dashboard-page__content--table[b-25k55nkx53]  .forms-table__action--disabled,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__print--disabled {
    background: #f8fafc;
    color: #98a2b3;
    border-color: #e5e7eb;
}

.dashboard-page__content--table[b-25k55nkx53]  .my-orders-table-grid,
.dashboard-page__content--table[b-25k55nkx53]  .my-orders-lines-table,
.dashboard-page__content--table[b-25k55nkx53]  .forms-table__grid,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__table,
.dashboard-page__content--table[b-25k55nkx53]  .mr-table {
    margin-bottom: 0;
    width: 100%;
}

.dashboard-page__content--table[b-25k55nkx53]  .my-orders-table-grid__expand,
.dashboard-page__content--table[b-25k55nkx53]  .forms-table__grid th:last-child,
.dashboard-page__content--table[b-25k55nkx53]  .forms-table__grid td:last-child,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__table th:last-child,
.dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__table td:last-child,
.dashboard-page__content--table[b-25k55nkx53]  .mr-table th:last-child,
.dashboard-page__content--table[b-25k55nkx53]  .mr-table td:last-child {
    text-align: center;
}

.dashboard-page__content--table[b-25k55nkx53]  .my-orders-table-grid__expand-btn {
    width: 34px;
    height: 34px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eff4ff;
    color: #2563eb;
}

.dashboard-page__content--table[b-25k55nkx53]  .my-orders-table-grid__details-row > td {
    background: #fbfdff;
}

.dashboard-page__content--table[b-25k55nkx53]  .my-orders-action-btn,
.dashboard-page__content--table[b-25k55nkx53]  .alert.text-center.py-5 .btn {
    border-radius: 999px;
}

.dashboard-page__content--profile[b-25k55nkx53] {
    margin-top: 1.5rem;
}

.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-layout {
    max-width: 1120px;
    margin: 0 auto;
    gap: 1.25rem;
}

.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-card {
    border-radius: 24px;
    border-color: #dbe6f4;
    box-shadow: 0 18px 32px rgba(31, 52, 93, 0.08);
}

.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-card__body {
    padding: 1.5rem;
}

.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-main-card__hero {
    padding: 1.3rem 1.5rem 1rem;
}

.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-main-card__title {
    font-size: clamp(1.3rem, 1.8vw, 1.7rem);
}

.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-main-card__subtitle,
.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-section__hint,
.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-form-note,
.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-member-form-note {
    color: #667085;
}

.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-section {
    border-radius: 20px;
    border-color: #dbe6f4;
}

.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-save-btn,
.dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-secondary-btn {
    min-height: 44px;
}

@media (max-width: 991.98px) {
    .dashboard-page__main[b-25k55nkx53] {
        padding-inline: 1rem;
    }

    .dashboard-page__content--table[b-25k55nkx53]  .my-orders-table-surface,
    .dashboard-page__content--table[b-25k55nkx53]  .forms-table__shell,
    .dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__frame {
        padding: 1rem;
    }

    .dashboard-page__content--table[b-25k55nkx53]  .mr-table thead th,
    .dashboard-page__content--table[b-25k55nkx53]  .my-orders-table-grid thead th,
    .dashboard-page__content--table[b-25k55nkx53]  .my-orders-lines-table thead th,
    .dashboard-page__content--table[b-25k55nkx53]  .forms-table__grid thead th,
    .dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__table thead th,
    .dashboard-page__content--table[b-25k55nkx53]  .mr-table tbody td,
    .dashboard-page__content--table[b-25k55nkx53]  .my-orders-table-grid tbody td,
    .dashboard-page__content--table[b-25k55nkx53]  .my-orders-lines-table tbody td,
    .dashboard-page__content--table[b-25k55nkx53]  .forms-table__grid tbody td,
    .dashboard-page__content--table[b-25k55nkx53]  .receipts-hub__table tbody td {
        padding-inline: 16px;
    }
}

@media (max-width: 767.98px) {
    .dashboard-page__main[b-25k55nkx53] {
        padding-top: 0.5rem;
        padding-inline: 0.75rem;
    }

    .dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .text-center.py-5,
    .dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .forms-table__empty,
    .dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .receipts-hub__empty,
    .dashboard-page__content--table[b-25k55nkx53]  .dashboard-table-tab .alert.text-center.py-5 {
        min-height: 280px;
        padding: 1.5rem;
    }

    .dashboard-page__content--profile[b-25k55nkx53]  .dashboard-profile-tab .cp-layout {
        max-width: none;
    }
}
/* /Pages/Dataverse/Activity/BillingTemplateMonthlyPriceMatrix.razor.rz.scp.css */
.billing-matrix-page[b-gjoubgvmn0] {
    --matrix-bg: linear-gradient(180deg, #f5efe4 0%, #ffffff 38%, #f8f9fc 100%);
    --matrix-card: rgba(255, 255, 255, 0.9);
    --matrix-border: rgba(53, 69, 91, 0.14);
    --matrix-text: #1f2d3d;
    --matrix-muted: #5b6576;
    --matrix-accent: #155e75;
    --matrix-accent-soft: rgba(21, 94, 117, 0.12);
    --matrix-gold: #b7791f;
    --matrix-gold-soft: rgba(183, 121, 31, 0.16);
    --matrix-zero: #b42318;
    --matrix-zero-soft: rgba(180, 35, 24, 0.12);
    --matrix-default: #6b7280;
    --matrix-default-soft: rgba(107, 114, 128, 0.12);
    min-height: 100%;
    background: var(--matrix-bg);
    color: var(--matrix-text);
    padding: 1.25rem;
}

.billing-matrix-shell[b-gjoubgvmn0] {
    display: grid;
    gap: 1rem;
}

.billing-matrix-state[b-gjoubgvmn0],
.billing-matrix-header-card[b-gjoubgvmn0],
.billing-matrix-toolbar[b-gjoubgvmn0],
.billing-matrix-table-wrap[b-gjoubgvmn0] {
    background: var(--matrix-card);
    border: 1px solid var(--matrix-border);
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.billing-matrix-state[b-gjoubgvmn0] {
    min-height: 220px;
    display: grid;
    place-items: center;
    text-align: center;
}

.billing-matrix-header-card[b-gjoubgvmn0] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.4rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.billing-matrix-header-card[b-gjoubgvmn0]::after {
    content: "";
    position: absolute;
    inset: auto -4rem -4rem auto;
    width: 12rem;
    height: 12rem;
    background: radial-gradient(circle, rgba(21, 94, 117, 0.12) 0%, rgba(21, 94, 117, 0) 72%);
    pointer-events: none;
}

.billing-matrix-header-copy[b-gjoubgvmn0] {
    display: grid;
    gap: 0.7rem;
    max-width: 58rem;
}

.billing-matrix-kicker[b-gjoubgvmn0] {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--matrix-accent);
    font-weight: 700;
}

.billing-matrix-heading-row[b-gjoubgvmn0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
}

.billing-matrix-title[b-gjoubgvmn0] {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.05;
}

.billing-matrix-origin-pill[b-gjoubgvmn0],
.billing-matrix-meta-chip[b-gjoubgvmn0],
.billing-matrix-badge[b-gjoubgvmn0],
.billing-matrix-inline-code[b-gjoubgvmn0],
.billing-matrix-month-percentage[b-gjoubgvmn0],
.billing-matrix-legend-chip[b-gjoubgvmn0] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.billing-matrix-origin-pill[b-gjoubgvmn0],
.billing-matrix-meta-chip[b-gjoubgvmn0],
.billing-matrix-badge[b-gjoubgvmn0],
.billing-matrix-inline-code[b-gjoubgvmn0],
.billing-matrix-legend-chip[b-gjoubgvmn0] {
    border: 1px solid var(--matrix-border);
    padding: 0.34rem 0.72rem;
    background: rgba(255, 255, 255, 0.78);
}

.billing-matrix-origin-pill.is-direct[b-gjoubgvmn0] {
    color: var(--matrix-accent);
    background: var(--matrix-accent-soft);
}

.billing-matrix-origin-pill.is-inherited[b-gjoubgvmn0] {
    color: var(--matrix-gold);
    background: var(--matrix-gold-soft);
}

.billing-matrix-meta-row[b-gjoubgvmn0],
.billing-matrix-node-meta[b-gjoubgvmn0],
.billing-matrix-legend[b-gjoubgvmn0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.billing-matrix-summary[b-gjoubgvmn0] {
    color: var(--matrix-muted);
    max-width: 50rem;
}

.billing-matrix-toolbar[b-gjoubgvmn0] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 1rem;
}

.billing-matrix-legend-chip.is-default[b-gjoubgvmn0],
.billing-matrix-month-percentage.is-default[b-gjoubgvmn0] {
    color: var(--matrix-default);
    background: var(--matrix-default-soft);
}

.billing-matrix-legend-chip.is-override[b-gjoubgvmn0],
.billing-matrix-month-percentage.is-override[b-gjoubgvmn0] {
    color: var(--matrix-accent);
    background: var(--matrix-accent-soft);
}

.billing-matrix-legend-chip.is-zero[b-gjoubgvmn0],
.billing-matrix-month-percentage.is-zero[b-gjoubgvmn0] {
    color: var(--matrix-zero);
    background: var(--matrix-zero-soft);
}

.billing-matrix-table-wrap[b-gjoubgvmn0] {
    overflow: auto;
}

.billing-matrix-table[b-gjoubgvmn0] {
    width: 100%;
    min-width: 76rem;
    border-collapse: separate;
    border-spacing: 0;
}

.billing-matrix-col[b-gjoubgvmn0] {
    padding: 1rem 0.85rem;
    font-size: 0.82rem;
    color: var(--matrix-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: rgba(244, 246, 250, 0.92);
    border-bottom: 1px solid var(--matrix-border);
    vertical-align: bottom;
}

.billing-matrix-col--label[b-gjoubgvmn0] {
    min-width: 24rem;
    position: sticky;
    left: 0;
    z-index: 4;
}

.billing-matrix-col--base[b-gjoubgvmn0],
.billing-matrix-col--total[b-gjoubgvmn0] {
    min-width: 10rem;
}

.billing-matrix-col--month[b-gjoubgvmn0] {
    min-width: 10rem;
}

.billing-matrix-month-label[b-gjoubgvmn0] {
    display: block;
    font-size: 0.82rem;
    color: var(--matrix-text);
    margin-bottom: 0.35rem;
    text-transform: none;
    letter-spacing: normal;
}

.billing-matrix-month-meta[b-gjoubgvmn0] {
    display: grid;
    gap: 0.35rem;
}

.billing-matrix-month-session[b-gjoubgvmn0] {
    font-size: 0.78rem;
    color: var(--matrix-muted);
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
}

.billing-matrix-row:last-child .billing-matrix-cell[b-gjoubgvmn0] {
    border-bottom: 0;
}

.billing-matrix-row--item[b-gjoubgvmn0] {
    background: rgba(21, 94, 117, 0.04);
}

.billing-matrix-row--tariff[b-gjoubgvmn0] {
    background: rgba(255, 255, 255, 0.92);
}

.billing-matrix-row--tier[b-gjoubgvmn0] {
    background: rgba(245, 239, 228, 0.48);
}

.billing-matrix-cell[b-gjoubgvmn0] {
    padding: 0.95rem 0.85rem;
    border-bottom: 1px solid rgba(53, 69, 91, 0.1);
    vertical-align: middle;
    font-size: 0.94rem;
}

.billing-matrix-cell--label[b-gjoubgvmn0] {
    position: sticky;
    left: 0;
    z-index: 3;
    background: inherit;
}

.billing-matrix-cell--muted[b-gjoubgvmn0],
.billing-matrix-node-subtitle[b-gjoubgvmn0] {
    color: var(--matrix-muted);
}

.billing-matrix-cell.is-na[b-gjoubgvmn0] {
    color: rgba(91, 101, 118, 0.68);
    background: rgba(238, 242, 247, 0.72);
}

.billing-matrix-cell.is-zero[b-gjoubgvmn0] {
    color: var(--matrix-zero);
    font-weight: 700;
}

.billing-matrix-tree[b-gjoubgvmn0] {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
}

.billing-matrix-toggle[b-gjoubgvmn0] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.7rem;
    border: 1px solid var(--matrix-border);
    background: rgba(255, 255, 255, 0.86);
    color: var(--matrix-text);
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
}

.billing-matrix-toggle:disabled[b-gjoubgvmn0] {
    opacity: 0.45;
}

.billing-matrix-tree-spacer[b-gjoubgvmn0] {
    width: 2rem;
    flex: 0 0 auto;
}

.billing-matrix-node-copy[b-gjoubgvmn0] {
    display: grid;
    gap: 0.35rem;
}

.billing-matrix-node-title-row[b-gjoubgvmn0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
}

.billing-matrix-inline-code[b-gjoubgvmn0] {
    font-size: 0.72rem;
    font-family: Consolas, "Courier New", monospace;
}

.billing-matrix-badge.is-monthly[b-gjoubgvmn0] {
    color: var(--matrix-accent);
    background: var(--matrix-accent-soft);
}

.billing-matrix-badge.is-regular[b-gjoubgvmn0] {
    color: var(--matrix-default);
    background: var(--matrix-default-soft);
}

.billing-matrix-badge.is-session[b-gjoubgvmn0] {
    color: #0f766e;
    background: rgba(15, 118, 110, 0.12);
}

.billing-matrix-badge.is-attendance[b-gjoubgvmn0] {
    color: #b45309;
    background: rgba(180, 83, 9, 0.12);
}

.billing-matrix-badge.is-upfront[b-gjoubgvmn0] {
    color: #7c3aed;
    background: rgba(124, 58, 237, 0.12);
}

@media (max-width: 900px) {
    .billing-matrix-page[b-gjoubgvmn0] {
        padding: 0.8rem;
    }

    .billing-matrix-header-card[b-gjoubgvmn0],
    .billing-matrix-toolbar[b-gjoubgvmn0] {
        flex-direction: column;
        align-items: stretch;
    }

    .billing-matrix-col--label[b-gjoubgvmn0],
    .billing-matrix-cell--label[b-gjoubgvmn0] {
        position: static;
    }

    .billing-matrix-table[b-gjoubgvmn0] {
        min-width: 62rem;
    }
}
/* /Pages/Dataverse/Activity/Preview.razor.rz.scp.css */
.activity-preview-page[b-rdk3kgt8r7] {
    padding: 0;
}

.preview-hero[b-rdk3kgt8r7] {
    background-color: #fef2f7;
    margin-top: -82px;
    margin-left: calc(-1 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-1 * var(--bs-gutter-x, 1.5rem));
    padding-top: calc(82px + 40px);
    padding-bottom: 32px;
    overflow: hidden;
}

.preview-hero__inner[b-rdk3kgt8r7] {
    padding: 0 min(320px, 16.67%);
    direction: rtl;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.preview-hero__breadcrumbs[b-rdk3kgt8r7] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.preview-hero__bc-link[b-rdk3kgt8r7] {
    font-size: 16px;
    font-weight: 600;
    color: #3f4c5e;
}

.preview-hero__bc-sep[b-rdk3kgt8r7] {
    font-size: 14px;
    color: #3f4c5e;
    line-height: 1;
}

.preview-hero__bc-current[b-rdk3kgt8r7] {
    font-size: 16px;
    font-weight: 400;
    color: #3f4c5e;
}

.preview-status-row[b-rdk3kgt8r7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.preview-status-pill[b-rdk3kgt8r7] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.88rem;
    font-weight: 600;
}

.preview-status-pill.is-active[b-rdk3kgt8r7] {
    background: #e8f6ec;
    color: #24613a;
}

.preview-status-pill.is-draft[b-rdk3kgt8r7] {
    background: #fff2df;
    color: #8f5a13;
}

.preview-status-pill.is-preview[b-rdk3kgt8r7] {
    background: #e8eefb;
    color: #24457a;
}

.preview-status-pill.is-code[b-rdk3kgt8r7] {
    background: #f7e8ef;
    color: #7a3457;
}

.preview-hero__title[b-rdk3kgt8r7] {
    font-size: 40px;
    font-weight: 700;
    color: #2a3039;
    line-height: 1.2;
    margin: 0;
}

.preview-hero__meta-row[b-rdk3kgt8r7] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.preview-hero__meta-item[b-rdk3kgt8r7] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.preview-hero__meta-label[b-rdk3kgt8r7] {
    font-size: 20px;
    font-weight: 400;
    color: #2a3039;
}

.preview-hero__meta-value[b-rdk3kgt8r7] {
    font-size: 20px;
    font-weight: 600;
    color: #2a3039;
}

.preview-hero__meta-sep[b-rdk3kgt8r7] {
    display: block;
    width: 1px;
    height: 20px;
    background: #2a3039;
    opacity: 0.3;
    flex-shrink: 0;
}

.preview-hero__info-row[b-rdk3kgt8r7] {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    gap: 72px;
    align-items: center;
    justify-content: flex-start;
}

.preview-info-block[b-rdk3kgt8r7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    direction: rtl;
    flex-shrink: 0;
}

.preview-icon-badge[b-rdk3kgt8r7] {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fbd6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(19, 63, 106, 0.10);
}

.preview-icon-img[b-rdk3kgt8r7] {
    width: 40px;
    height: 40px;
    display: block;
}

.preview-info-text[b-rdk3kgt8r7] {
    direction: rtl;
    text-align: right;
}

.preview-info-text[b-rdk3kgt8r7]  p {
    margin: 0;
}

.preview-info-line[b-rdk3kgt8r7] {
    font-size: 18px;
    font-weight: 400;
    color: #2a3039;
    line-height: 1.4;
    margin: 0 0 4px 0;
}

.preview-info-line--sub[b-rdk3kgt8r7] {
    font-size: 16px;
    color: #3f4c5e;
}

.preview-body[b-rdk3kgt8r7] {
    padding: 2.5rem min(320px, 16.67%);
    direction: rtl;
}

.preview-content-col[b-rdk3kgt8r7] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.preview-content__notes[b-rdk3kgt8r7] {
    margin-bottom: 1.5rem;
}

.preview-content__notes p[b-rdk3kgt8r7] {
    font-size: 18px;
    font-weight: 400;
    color: #3f4c5e;
    line-height: 1.6;
    margin: 0;
}

.preview-tags-row[b-rdk3kgt8r7] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1.5rem;
}

.preview-tag[b-rdk3kgt8r7] {
    background: #fdebf3;
    color: #552b3d;
    font-size: 18px;
    font-weight: 400;
    padding: 8px;
    border-radius: 8px;
    white-space: nowrap;
    line-height: 1.4;
}

.preview-readonly-banner[b-rdk3kgt8r7] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    align-self: flex-start;
    background: #fff7e8;
    border: 1px solid #f2ddaf;
    border-radius: 999px;
    color: #7a5a12;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0.7rem 1rem;
}

.preview-inspector-grid[b-rdk3kgt8r7] {
    display: grid;
    gap: 1.5rem;
}

.preview-inspector-card[b-rdk3kgt8r7] {
    background: #fff;
    border: 1px solid #ece7eb;
    border-radius: 18px;
    padding: 1.25rem 1.25rem 1rem;
    box-shadow: 0 12px 40px rgba(42, 48, 57, 0.06);
}

.preview-pricing-card[b-rdk3kgt8r7] {
    padding-bottom: 1.25rem;
}

.preview-capacity-block[b-rdk3kgt8r7] {
    border-top: 1px solid #ece7eb;
    margin-top: 1.25rem;
    padding-top: 1rem;
}

.preview-capacity-head[b-rdk3kgt8r7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.4rem;
}

.preview-capacity-progress[b-rdk3kgt8r7] {
    height: 8px;
}

.preview-gallery-card[b-rdk3kgt8r7] {
    overflow: hidden;
}

.preview-inspector-card h5[b-rdk3kgt8r7] {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #2a3039;
}

.preview-image-col[b-rdk3kgt8r7]  h1.card-title,
.preview-image-col[b-rdk3kgt8r7]  p.text-muted {
    display: none;
}

.preview-image-col[b-rdk3kgt8r7]  .activity-hero-image img {
    border-radius: 8px;
    box-shadow: 0 4px 5px rgba(122, 134, 174, 0.15);
    width: 100%;
    max-height: 360px;
    object-fit: cover;
}

.preview-image-col[b-rdk3kgt8r7]  .activity-hero-image.rounded {
    border-radius: 8px;
    box-shadow: 0 4px 5px rgba(122, 134, 174, 0.15);
}

.preview-gallery-card[b-rdk3kgt8r7]  .activity-image-gallery {
    margin-top: 0;
}

.preview-inspector-card[b-rdk3kgt8r7]  .info-item {
    display: flex;
    align-items: start;
}

@media (max-width: 991.98px) {
    .preview-hero[b-rdk3kgt8r7] {
        margin-top: 0;
        padding-top: 32px;
    }

    .preview-hero__inner[b-rdk3kgt8r7],
    .preview-body[b-rdk3kgt8r7] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .preview-hero__title[b-rdk3kgt8r7] {
        font-size: 30px;
    }

    .preview-hero__info-row[b-rdk3kgt8r7] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .preview-info-block[b-rdk3kgt8r7] {
        flex-shrink: 1;
    }

    .preview-readonly-banner[b-rdk3kgt8r7] {
        align-self: stretch;
        border-radius: 16px;
    }
}
/* /Pages/Dataverse/Finance/CustomerBalance.razor.rz.scp.css */
.customer-balance-page[b-6370uslopg] {
  min-height: 100vh;
  color: #344054;
  font-family: var(--font-body);
}

@keyframes cb-spin-b-6370uslopg {
  to { transform: rotate(360deg); }
}

.cb-breadcrumb[b-6370uslopg] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 13px;
}

.cb-breadcrumb-link[b-6370uslopg] {
  color: #175cd3;
  text-decoration: none;
  font-weight: 600;
}

.cb-breadcrumb-current[b-6370uslopg],
.cb-breadcrumb-sep[b-6370uslopg] {
  color: #667085;
}

.cb-shell[b-6370uslopg] {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}

.cb-card[b-6370uslopg],
.cb-group[b-6370uslopg],
.cb-section[b-6370uslopg],
.cb-summary-card[b-6370uslopg] {
  background: #fff;
  border: none;
  box-shadow: none;
}

.cb-summary-grid[b-6370uslopg] {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 228px)) minmax(200px, 234px);
  justify-content: start;
  gap: 12px;
  justify-items: stretch;
  align-items: stretch;
}

.cb-summary-card[b-6370uslopg] {
  min-height: 108px;
  padding: 11px 12px;
  display: grid;
  gap: 4px;
  text-align: right;
  justify-items: stretch;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.cb-summary-card:hover[b-6370uslopg] {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.08);
}
.cb-summary-card:focus-visible[b-6370uslopg] {
  outline: 3px solid rgba(15, 108, 189, 0.22);
  outline-offset: 2px;
}

.cb-summary-card--neutral[b-6370uslopg] {
  border-color: #e4e7ec;
  background: #ffffff;
}

.cb-summary-card--positive[b-6370uslopg] {
  border-color: #2a8f5f;
  background: #ffffff;
}

.cb-summary-card--negative[b-6370uslopg] {
  border-color: #cc6062;
  background: #ffffff;
}

.cb-summary-card--future[b-6370uslopg] {
  border: 2px solid #0f6cbd;
  background: #ffffff;
}

.cb-summary-icon[b-6370uslopg] {
  display: inline-flex;
  margin-inline-end: 4px;
  color: #344054;
  font-weight: 700;
}

.cb-summary-label[b-6370uslopg] {
  color: #242424;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.cb-summary-value[b-6370uslopg] {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #101828;
  direction: ltr;
  text-align: right;
  justify-self: end;
  width: 100%;
}

.cb-summary-card--negative .cb-summary-value[b-6370uslopg] {
  color: #cc6062;
}

.cb-summary-card--positive .cb-summary-value[b-6370uslopg] {
  color: #2a8f5f;
}

.cb-summary-card--future .cb-summary-value[b-6370uslopg] {
  color: #0f6cbd;
}

.cb-summary-divider[b-6370uslopg] {
  display: block;
  width: 100%;
  height: 1px;
  background: #d0d5dd;
}

.cb-summary-description[b-6370uslopg] {
  color: #707070;
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}

.cb-direct-adjustment-actions[b-6370uslopg] {
  display: grid;
  gap: 8px;
  align-content: stretch;
  min-height: 108px;
}

.cb-direct-adjustment-entry[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 6px 10px;
  border: 1.5px solid;
  border-radius: 7px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.cb-direct-adjustment-entry i[b-6370uslopg] {
  font-size: 18px;
}

.cb-direct-adjustment-entry--credit[b-6370uslopg] {
  border-color: #2a8f5f;
  color: #067647;
}

.cb-direct-adjustment-entry--credit:hover[b-6370uslopg] {
  background: #f6fef9;
}

.cb-direct-adjustment-entry--debit[b-6370uslopg] {
  border-color: #cc6062;
  color: #b42318;
}

.cb-direct-adjustment-entry--debit:hover[b-6370uslopg] {
  background: #fff8f6;
}

.cb-direct-adjustment-entry:disabled[b-6370uslopg] {
  opacity: 0.58;
  cursor: not-allowed;
}

.cb-group[b-6370uslopg] {
  padding: 12px;
  display: grid;
  gap: 12px;
}

.cb-group-content[b-6370uslopg] {
  display: grid;
  gap: 24px;
}

.cb-group-toggle[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  background: transparent;
  color: #101828;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}

.cb-section[b-6370uslopg] {
  padding: 0;
  display: grid;
  gap: 0;
  border-top: none;
  scroll-margin-top: 110px;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.cb-section-header[b-6370uslopg] {
  display: grid;
  gap: 14px;
  align-items: stretch;
  padding: 1rem 1.25rem 0.9rem;
}

.cb-section-heading-wrap[b-6370uslopg] {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.cb-section-title[b-6370uslopg] {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #242424;
}

.cb-section--open-debts .cb-section-title[b-6370uslopg] {
  color: #cc6062;
}

.cb-section--future-charges .cb-section-title[b-6370uslopg] {
  color: #0f6cbd;
}

.cb-section--open-credits .cb-section-title[b-6370uslopg] {
  color: #2a8f5f;
}

.cb-section-toolbar-row[b-6370uslopg] {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.cb-count[b-6370uslopg] {
  color: #242424;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}

.cb-section-total[b-6370uslopg] {
  display: grid;
  gap: 2px;
  justify-items: end;
  min-width: 140px;
}

.cb-section-total-label[b-6370uslopg],
.cb-table-total-label[b-6370uslopg] {
  font-size: 11px;
  font-weight: 600;
  color: #667085;
}

.cb-section-total-value[b-6370uslopg],
.cb-table-total-value[b-6370uslopg] {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  direction: ltr;
  text-align: left;
}

.cb-section-total--debt .cb-section-total-value[b-6370uslopg],
.cb-table-total-value--debt[b-6370uslopg] {
  color: #d92d20;
}

.cb-section-total--credit .cb-section-total-value[b-6370uslopg],
.cb-table-total-value--credit[b-6370uslopg] {
  color: #15803d;
}

.cb-section-total--future .cb-section-total-value[b-6370uslopg],
.cb-table-total-value--future[b-6370uslopg] {
  color: #0f6cbd;
}

.cb-toolbar-actions[b-6370uslopg] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-self: end;
  flex-wrap: wrap;
}

.cb-toolbar-refresh-btn[b-6370uslopg],
.cb-filter-toggle[b-6370uslopg],
.cb-filters-reset[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #b7d0f5;
  border-radius: 0.5rem;
  color: #0f6cbd;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-height: 2.65rem;
}

.cb-toolbar-refresh-btn:hover:not(:disabled)[b-6370uslopg],
.cb-filter-toggle:hover[b-6370uslopg],
.cb-filters-reset:hover:not(:disabled)[b-6370uslopg] {
  background: #f0f7ff;
  border-color: #0f6cbd;
}

.cb-toolbar-refresh-btn:disabled[b-6370uslopg],
.cb-filters-reset:disabled[b-6370uslopg] {
  opacity: 0.6;
  cursor: not-allowed;
}

.cb-toolbar-refresh-btn[b-6370uslopg],
.cb-filter-toggle[b-6370uslopg] {
  justify-content: center;
  width: 2.65rem;
  min-width: 2.65rem;
  padding: 0;
}

.cb-filter-toggle.is-active[b-6370uslopg] {
  background: #eef6ff;
}

.cb-filter-toggle i[b-6370uslopg] {
  font-size: 1rem;
}

.cb-toolbar-refresh-icon[b-6370uslopg] {
  font-size: 1.1rem;
  line-height: 1;
}

.cb-toolbar-refresh-spinner[b-6370uslopg] {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid #cbd5e1;
  border-top-color: #5b6776;
  border-radius: 50%;
  animation: cb-spin-b-6370uslopg 0.6s linear infinite;
}

.cb-search-box[b-6370uslopg] {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 220px;
  max-width: 280px;
  flex: 0 0 280px;
}

.cb-school-year[b-6370uslopg] {
  min-width: 220px;
  max-width: 220px;
  flex: 0 0 220px;
}

.cb-search-box__icon[b-6370uslopg] {
  position: absolute;
  inset-inline-start: 0.85rem;
  color: #7c8da1;
  font-size: 0.95rem;
  pointer-events: none;
}

.cb-search-input[b-6370uslopg] {
  width: 100%;
  min-height: 2.65rem;
  height: 2.65rem;
  border: 1px solid #c9d6e3;
  outline: 0;
  font-size: 0.9rem;
  color: #1f2937;
  background: #ffffff;
  text-align: right;
  border-radius: 0.8rem;
  padding: 0.65rem 2.5rem 0.65rem 1rem;
}

.cb-search-input[b-6370uslopg]::placeholder {
  color: #3c4b5f;
  opacity: 1;
}

.cb-filters-panel[b-6370uslopg] {
  margin: 0 1rem 1rem;
  border: 1px solid #d9e2ec;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fb 100%);
  padding: 1rem;
}

.cb-filters-reset[b-6370uslopg] {
  min-height: 2.45rem;
  padding: 0.4rem 0.75rem;
}

.cb-filters-panel__layout[b-6370uslopg] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}

.cb-filters-panel__grid[b-6370uslopg] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem 1rem;
  direction: rtl;
  align-items: start;
}

.cb-filters-panel__actions[b-6370uslopg] {
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

.cb-filter-field[b-6370uslopg] {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: #2d4057;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: right;
}

.cb-filter-field label[b-6370uslopg] {
  font-size: 0.88rem;
  color: #6c7686;
  margin-bottom: 0.1rem;
}

.cb-filter-field label.cb-filter-label--required-missing[b-6370uslopg] {
  color: #b42318;
  font-weight: 700;
}

.cb-filter-input[b-6370uslopg] {
  width: 100%;
  min-height: 2.65rem;
  height: 2.65rem;
  padding: 0 0.9rem;
  border: 1px solid #c9d6e3;
  border-radius: 0.8rem;
  background: #ffffff;
  box-sizing: border-box;
  font-size: 0.9rem;
  color: #1f2a37;
  text-align: right;
}

.cb-filter-select[b-6370uslopg] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%236B7A90' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.875rem 0.5625rem;
  background-position: left 0.85rem center;
  padding-left: 2rem;
}

.cb-month-year-selector[b-6370uslopg] {
  display: grid;
  grid-template-columns: minmax(110px, 1fr) 34px minmax(82px, 110px) 34px 34px;
  gap: 6px;
  align-items: stretch;
}

.cb-month-year-step[b-6370uslopg],
.cb-month-year-clear[b-6370uslopg] {
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  background: #fff;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.cb-month-year-step:disabled[b-6370uslopg],
.cb-month-year-clear:disabled[b-6370uslopg] {
  opacity: 0.58;
  cursor: not-allowed;
}

.cb-filter-hint[b-6370uslopg] {
  color: #667085;
  font-size: 11px;
  line-height: 1.35;
}

.cb-filter-hint--danger[b-6370uslopg] {
  color: #b42318;
  font-weight: 600;
}

.cb-filter-textarea[b-6370uslopg] {
  min-height: 82px;
  resize: vertical;
}

.cb-filter-field--full[b-6370uslopg] {
  grid-column: 1 / -1;
}

.cb-modal-backdrop[b-6370uslopg] {
  position: fixed;
  inset: 0;
  z-index: 1050;
  background: rgba(16, 24, 40, 0.48);
  backdrop-filter: blur(2px);
}

.cb-modal-shell[b-6370uslopg] {
  position: fixed;
  inset: 0;
  z-index: 1051;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 18px;
  overflow-y: auto;
  pointer-events: none;
}

.cb-modal-card[b-6370uslopg] {
  width: min(920px, 100%);
  max-height: calc(100dvh - 64px);
  overflow-y: auto;
  pointer-events: auto;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(16, 24, 40, 0.24);
  padding: 18px 20px 16px;
}

.cb-modal-header[b-6370uslopg] {
  position: sticky;
  top: -18px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: -18px -20px 16px;
  padding: 16px 20px;
  border-bottom: 1px solid #eaecf0;
  background: #fff;
}

.cb-modal-title[b-6370uslopg] {
  margin: 0;
  color: #101828;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.cb-modal-subtitle[b-6370uslopg] {
  margin: 4px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.cb-modal-close[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  background: #fff;
  color: #475467;
  font-size: 22px;
  line-height: 1;
}

  .cb-modal-close:hover[b-6370uslopg] {
    background: #f2f4f7;
    color: #101828;
  }

  .cb-modal-close:disabled[b-6370uslopg] {
    opacity: 0.55;
    cursor: not-allowed;
  }

.cb-modal-loading[b-6370uslopg] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

.cb-modal-footer[b-6370uslopg] {
  position: sticky;
  bottom: -16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 18px -20px -16px;
  padding: 14px 20px;
  border-top: 1px solid #eaecf0;
  background: #fff;
}

  .cb-modal-footer .btn[b-6370uslopg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

.cb-actions-modal-card[b-6370uslopg] {
  width: min(520px, 100%);
}

.cb-actions-dialog-summary[b-6370uslopg] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 10px 12px;
  border: 1px solid #eaecf0;
  border-radius: 6px;
  background: #f8fafc;
  color: #667085;
  font-size: 12px;
}

  .cb-actions-dialog-summary strong[b-6370uslopg] {
    color: #101828;
    font-size: 15px;
    direction: ltr;
  }

.cb-actions-dialog-list[b-6370uslopg] {
  display: grid;
  gap: 8px;
}

.cb-actions-dialog-button[b-6370uslopg] {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  background: #fff;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

  .cb-actions-dialog-button i[b-6370uslopg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    background: #f2f4f7;
    color: #475467;
  }

  .cb-actions-dialog-button:hover[b-6370uslopg] {
    border-color: #b2ddff;
    background: #f8fbff;
    color: #175cd3;
  }

.cb-actions-dialog-button--primary[b-6370uslopg] {
  border-color: #a6f4c5;
  background: #f6fef9;
  color: #067647;
}

  .cb-actions-dialog-button--primary i[b-6370uslopg] {
    background: #dcfae6;
    color: #067647;
  }

.cb-actions-dialog-button--accent[b-6370uslopg] {
  border-color: #d7e3f4;
  background: #f8fbff;
}

.cb-direct-adjustment-modal-card[b-6370uslopg] {
  width: min(760px, 100%);
}

.cb-direct-adjustment-modal-card--credit[b-6370uslopg] {
  border-top: 4px solid #2a8f5f;
}

.cb-direct-adjustment-modal-card--debit[b-6370uslopg] {
  border-top: 4px solid #cc6062;
}

.cb-direct-adjustment-summary[b-6370uslopg] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.cb-direct-adjustment-summary div[b-6370uslopg] {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid #e4e7ec;
  border-radius: 6px;
  background: #f8fafc;
}

.cb-direct-adjustment-summary span[b-6370uslopg] {
  color: #667085;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.cb-direct-adjustment-summary strong[b-6370uslopg] {
  margin: 0;
  color: #101828;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.cb-direct-adjustment-summary.is-credit div[b-6370uslopg] {
  border-color: #a6f4c5;
  background: #f6fef9;
}

.cb-direct-adjustment-summary.is-debit div[b-6370uslopg] {
  border-color: #fecdca;
  background: #fff8f6;
}

.cb-direct-adjustment-form-grid[b-6370uslopg] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.cb-direct-adjustment-form-grid .cb-filter-field label[b-6370uslopg] {
  color: #344054;
  font-size: 12px;
  font-weight: 600;
}

.cb-direct-adjustment-form-grid .cb-filter-field label.cb-filter-label--required-missing[b-6370uslopg] {
  color: #b42318;
  font-weight: 700;
}

.cb-direct-adjustment-form-grid .cb-filter-input[b-6370uslopg] {
  width: 100%;
  min-height: 38px;
  font-size: 13px;
}

.cb-direct-adjustment-readonly-direction[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  color: #101828;
  font-size: 13px;
  font-weight: 700;
}

.cb-direct-adjustment-readonly-direction.is-credit[b-6370uslopg] {
  border-color: #a6f4c5;
  background: #f6fef9;
  color: #067647;
}

.cb-direct-adjustment-readonly-direction.is-debit[b-6370uslopg] {
  border-color: #fecdca;
  background: #fff8f6;
  color: #b42318;
}

.cb-direct-adjustment-success-panel[b-6370uslopg] {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 220px;
  padding: 34px 18px;
  text-align: center;
}

.cb-direct-adjustment-success-icon[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 28px;
}

.cb-direct-adjustment-success-panel.is-credit .cb-direct-adjustment-success-icon[b-6370uslopg] {
  background: #dcfae6;
  color: #067647;
}

.cb-direct-adjustment-success-panel.is-debit .cb-direct-adjustment-success-icon[b-6370uslopg] {
  background: #fee4e2;
  color: #b42318;
}

.cb-direct-adjustment-success-panel h3[b-6370uslopg] {
  margin: 0;
  color: #101828;
  font-size: 20px;
  font-weight: 700;
}

.cb-direct-adjustment-success-panel p[b-6370uslopg] {
  margin: 0;
  max-width: 440px;
  color: #475467;
  font-size: 14px;
  line-height: 1.55;
}

.cb-refund-submitting-panel[b-6370uslopg] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #b2ddff;
  border-radius: 6px;
  background: #eff8ff;
  color: #175cd3;
  font-size: 13px;
  font-weight: 600;
}

.cb-refund-success-panel[b-6370uslopg] {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 240px;
  padding: 34px 18px;
  text-align: center;
}

.cb-refund-success-icon[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #dcfae6;
  color: #067647;
  font-size: 28px;
}

.cb-refund-success-panel h3[b-6370uslopg] {
  margin: 0;
  color: #101828;
  font-size: 20px;
  font-weight: 700;
}

.cb-refund-success-panel p[b-6370uslopg] {
  margin: 0;
  max-width: 420px;
  color: #475467;
  font-size: 14px;
  line-height: 1.55;
}

.cb-refund-summary-grid[b-6370uslopg] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.cb-refund-summary-card[b-6370uslopg] {
  display: grid;
  gap: 5px;
  min-height: 82px;
  padding: 12px;
  border: 1px solid #e4e7ec;
  border-radius: 6px;
  background: #f8fafc;
}

.cb-refund-summary-label[b-6370uslopg] {
  color: #667085;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.cb-refund-summary-value[b-6370uslopg] {
  color: #101828;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.cb-refund-form-grid[b-6370uslopg] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

  .cb-refund-form-grid .cb-filter-field label[b-6370uslopg] {
    color: #344054;
    font-size: 12px;
    font-weight: 600;
  }

  .cb-refund-form-grid .cb-filter-input[b-6370uslopg] {
    min-height: 38px;
    font-size: 13px;
  }

.cb-refund-destination-panel[b-6370uslopg] {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid #d7e3f4;
  border-radius: 6px;
  background: #f8fbff;
}

.cb-refund-destination-header h3[b-6370uslopg] {
  margin: 0;
  color: #101828;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.cb-refund-destination-header p[b-6370uslopg] {
  margin: 3px 0 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.45;
}

.cb-refund-radio-row[b-6370uslopg] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cb-refund-transaction-selector[b-6370uslopg] {
  display: grid;
  gap: 12px;
  padding: 2px 0;
}

.cb-refund-transaction-card[b-6370uslopg] {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid #d7e3f4;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.cb-refund-transaction-card:hover[b-6370uslopg] {
  border-color: #0f6cbd;
  box-shadow: 0 6px 18px rgba(15, 108, 189, 0.08);
}

.cb-refund-transaction-card.is-selected[b-6370uslopg] {
  border-color: #0f6cbd;
  background: #f5f9ff;
}

.cb-refund-transaction-card.is-disabled[b-6370uslopg] {
  background: #f8fafc;
  opacity: 0.82;
  cursor: not-allowed;
}

.cb-refund-transaction-radio[b-6370uslopg] {
  margin: 2px 0 0;
}

.cb-refund-transaction-card__content[b-6370uslopg] {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.cb-refund-transaction-card__header[b-6370uslopg] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.cb-refund-transaction-card__title-group[b-6370uslopg] {
  display: grid;
  gap: 4px;
}

.cb-refund-transaction-card__title-group strong[b-6370uslopg] {
  color: #101828;
  font-size: 14px;
  line-height: 1.35;
}

.cb-refund-transaction-card__subtitle[b-6370uslopg] {
  color: #667085;
  font-size: 11px;
  line-height: 1.4;
  direction: ltr;
  unicode-bidi: plaintext;
  text-align: start;
}

.cb-refund-transaction-card__amount[b-6370uslopg] {
  display: grid;
  gap: 3px;
  justify-items: end;
  text-align: end;
  white-space: nowrap;
}

.cb-refund-transaction-card__amount strong[b-6370uslopg] {
  color: #101828;
  font-size: 13px;
  line-height: 1.35;
}

.cb-refund-transaction-card__caption[b-6370uslopg] {
  color: #667085;
  font-size: 11px;
  line-height: 1.4;
}

.cb-refund-transaction-card__badge[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  padding: 1px 6px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 10px;
  font-weight: 700;
}

.cb-refund-transaction-card__badge--muted[b-6370uslopg] {
  background: #e5e7eb;
  color: #4b5563;
}

.cb-refund-transaction-card__meta[b-6370uslopg] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  margin: 0;
}

.cb-refund-transaction-card__meta div[b-6370uslopg] {
  padding: 10px 12px;
  border: 1px solid #edf2f7;
  border-radius: 6px;
  background: #fff;
}

.cb-refund-transaction-card__meta dt[b-6370uslopg] {
  margin: 0 0 2px;
  color: #667085;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.cb-refund-transaction-card__meta dd[b-6370uslopg] {
  margin: 0;
  color: #344054;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.cb-refund-transaction-card__warning[b-6370uslopg] {
  padding: 6px 8px;
  border-radius: 4px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 11px;
  line-height: 1.4;
}

.cb-refund-radio-option[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  background: #fff;
  color: #344054;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

  .cb-refund-radio-option input[b-6370uslopg] {
    margin: 0;
  }

@media (max-width: 767px) {
  .cb-refund-transaction-card[b-6370uslopg] {
    grid-template-columns: 1fr;
  }

  .cb-refund-transaction-radio[b-6370uslopg] {
    margin-top: 0;
  }

  .cb-refund-transaction-card__header[b-6370uslopg] {
    flex-direction: column;
  }

  .cb-refund-transaction-card__amount[b-6370uslopg] {
    justify-items: start;
    text-align: start;
  }
}

.cb-refund-bank-field-block[b-6370uslopg] {
  display: grid;
  gap: 4px;
  margin-top: 10px;
}

  .cb-refund-bank-field-block:first-of-type[b-6370uslopg] {
    margin-top: 0;
  }

  .cb-refund-bank-field-block .form-label[b-6370uslopg] {
    margin-bottom: 0;
    font-size: 12px;
    color: #344054;
    font-weight: 600;
  }

.cb-refund-bank-account-input[b-6370uslopg] {
  min-height: 38px;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  background: #fff;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.cb-table-scroll[b-6370uslopg] {
  border: none;
  border-radius: 0;
}

.cb-table-shell[b-6370uslopg] {
  margin: 0 1rem 1rem;
  border: 1px solid #c1c1c1;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #ffffff;
  text-align: right;
}

.cb-table[b-6370uslopg],
.cb-nested-table[b-6370uslopg] {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  background: #fff;
}

.cb-table th[b-6370uslopg],
.cb-table td[b-6370uslopg] {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #c1c1c1;
  vertical-align: middle;
  text-align: right;
  color: #242424;
  line-height: 1.5625rem;
  background: #ffffff;
}

.cb-table thead th[b-6370uslopg] {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  color: #242424;
  white-space: nowrap;
}

.cb-table tbody tr:hover > td[b-6370uslopg],
.cb-nested-table tbody tr:hover > td[b-6370uslopg] {
  background-color: #fafafa;
}

.cb-table-expand[b-6370uslopg] {
  width: 41px;
  min-width: 41px;
  text-align: center;
  padding-inline: 8px;
}

.cb-table-actions-col[b-6370uslopg] {
  width: 60px;
  min-width: 60px;
  text-align: center;
  position: relative;
  overflow: visible;
  padding-inline: 12px;
}

.cb-table-actions-col--total[b-6370uslopg] {
  width: 149px;
  min-width: 149px;
  text-align: right;
  vertical-align: middle;
}

.cb-table-actions-col--spacer[b-6370uslopg] {
  width: 149px;
  min-width: 149px;
  padding: 0;
  background: transparent;
}

.cb-table-total-label[b-6370uslopg],
.cb-table-total-value[b-6370uslopg] {
  display: block;
}

.cb-table-total-value[b-6370uslopg] {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.cb-section--open-debts .cb-table tbody td:nth-child(7)[b-6370uslopg] {
  color: #cc6062;
  font-weight: 700;
}

.cb-section--future-charges .cb-table tbody td:nth-child(7)[b-6370uslopg] {
  color: #0f6cbd;
  font-weight: 700;
}

.cb-section--open-credits .cb-table tbody td:nth-child(7)[b-6370uslopg] {
  color: #2a8f5f;
  font-weight: 700;
}

.cb-status-badge[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  min-width: 0;
  border-radius: 8px;
  padding: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.cb-status-badge--draft[b-6370uslopg] {
  background: #f5f5f5;
  color: #171717;
}

.cb-status-badge--progress[b-6370uslopg] {
  background: #dceaff;
  color: #0f6cbd;
}

.cb-status-badge--approved[b-6370uslopg] {
  background: #dfeee7;
  color: #0f3221;
}

.cb-status-badge--cancelled[b-6370uslopg] {
  background: #fbe8e8;
  color: #cc6062;
}

.cb-expand-button[b-6370uslopg] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1.5px solid #115ea3;
  background: #ffffff;
  border-radius: 999px;
  box-sizing: border-box;
  padding: 0;
  flex-shrink: 0;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.cb-expand-button[b-6370uslopg]::before,
.cb-expand-button[b-6370uslopg]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #115ea3;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease, background-color 0.15s ease;
}

.cb-expand-button[b-6370uslopg]::before {
  width: 10px;
  height: 1.5px;
}

.cb-expand-button[b-6370uslopg]::after {
  width: 1.5px;
  height: 10px;
}

.cb-expand-button:hover[b-6370uslopg] {
  border-color: #0f548c;
}

.cb-expand-button.is-expanded[b-6370uslopg] {
  background: #115ea3;
  border-color: #115ea3;
}

.cb-expand-button.is-expanded[b-6370uslopg]::before,
.cb-expand-button.is-expanded[b-6370uslopg]::after {
  background: #ffffff;
}

.cb-expand-button.is-expanded[b-6370uslopg]::after {
  opacity: 0;
}

.cb-expand-button.is-expanded:hover[b-6370uslopg] {
  background: #0f548c;
  border-color: #0f548c;
}

.cb-expand-button:focus-visible[b-6370uslopg] {
  outline: 2px solid rgba(15, 108, 189, 0.28);
  outline-offset: 2px;
}

.cb-row--expanded[b-6370uslopg] {
  background: transparent;
  box-shadow: none;
}

.cb-row-actions-button[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #707070;
  font-size: 20px;
  padding: 0;
}

.cb-row-actions-button.is-open[b-6370uslopg] {
  color: #115ea3;
}

  .cb-row-actions-button:hover[b-6370uslopg] {
    color: #175cd3;
    background: transparent;
  }

  .cb-row-actions-button:disabled[b-6370uslopg] {
    opacity: 0.45;
    cursor: not-allowed;
  }

.cb-actions-menu-backdrop[b-6370uslopg] {
  position: fixed;
  inset: 0;
  z-index: 20;
  border: none;
  background: transparent;
  padding: 0;
}

.cb-row-actions-menu[b-6370uslopg] {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  min-width: 171px;
  padding: 8px;
  border: 1.5px solid #dceaff;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(205, 212, 222, 0.7);
  display: grid;
  gap: 8px;
}

.cb-row-actions-menu-item[b-6370uslopg] {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 32px;
  padding: 8px 8px 8px 12px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
}

.cb-row-actions-menu-item--selected[b-6370uslopg],
.cb-row-actions-menu-item:hover[b-6370uslopg] {
  background: #f5f5f5;
}

.cb-details-row td[b-6370uslopg] {
  background: #f5f5f5;
  border-bottom: 1px solid #c1c1c1;
  padding: 0;
}

.cb-details-panel[b-6370uslopg] {
  padding: 0;
  display: grid;
  gap: 0;
}

.cb-detail-block[b-6370uslopg] {
  border: none;
  border-radius: 0;
  background: #f5f5f5;
  padding: 12px 16px 16px;
}

.cb-detail-title[b-6370uslopg] {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #242424;
}

.cb-detail-fields[b-6370uslopg] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
}

.cb-detail-field[b-6370uslopg] {
  display: grid;
  gap: 3px;
  min-height: 40px;
  align-content: center;
}

.cb-detail-field-label[b-6370uslopg] {
  font-size: 11px;
  color: #667085;
}

.cb-detail-field-value[b-6370uslopg] {
  font-size: 12px;
  color: #101828;
}

.cb-nested-table th[b-6370uslopg],
.cb-nested-table td[b-6370uslopg] {
  height: 44px;
  padding: 8px 16px;
  border-bottom: 1px solid #c1c1c1;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}

.cb-nested-table thead th[b-6370uslopg] {
  background: #f5f5f5;
  font-weight: 700;
  color: #242424;
}

.cb-date-cell[b-6370uslopg] {
  white-space: nowrap;
}

.cb-empty[b-6370uslopg] {
  margin: 0 1rem 1rem;
  border: 1px dashed #d0d5dd;
  background: #fafcff;
  border-radius: 0.75rem;
  padding: 14px;
  text-align: center;
  color: #667085;
  font-size: 13px;
}

.cb-empty--inner[b-6370uslopg] {
  border: none;
  background: transparent;
  padding: 8px 0;
}

.cb-pagination[b-6370uslopg] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 1rem 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #e6e9ef;
  border-radius: 0.75rem;
  background: #ffffff;
}

.cb-pagination-actions[b-6370uslopg] {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cb-pagination-nav-group[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.2rem;
  border: 1px solid #e3eaf3;
  border-radius: 999px;
  background: #f8fbff;
}

.cb-pagination-page-size[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #3c4b5f;
  font-size: 0.85rem;
  line-height: 1.2;
  white-space: nowrap;
}

.cb-pagination-page-size-select[b-6370uslopg] {
  min-width: 4.5rem;
  width: 4.5rem;
  min-height: 2rem;
  height: 2rem;
  padding: 0 0.85rem 0 1.9rem;
  border: 1px solid #c9d6e3;
  border-radius: 0.5rem;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%236B7A90' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.55rem center;
  background-size: 0.75rem 0.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0.85rem;
  text-align: center;
  text-align-last: center;
  direction: ltr;
}

.cb-pagination-nav[b-6370uslopg] {
  min-width: 2rem;
  width: 2rem;
  min-height: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid #d9e4ef;
  border-radius: 999px;
  background: #ffffff;
  color: #5f7490;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cb-pagination-nav:hover:not(:disabled)[b-6370uslopg] {
  border-color: #b8cde0;
  color: #1f3b57;
  background: #eef5fc;
  box-shadow: 0 0 0 2px rgba(15, 108, 189, 0.08);
}

.cb-pagination-nav:disabled[b-6370uslopg] {
  opacity: 0.45;
  background: #f7f9fc;
  color: #9aa8b8;
  border-color: #dde5ee;
  cursor: not-allowed;
}

.cb-pagination-indicator[b-6370uslopg] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.25rem;
  min-height: 2rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d9e4ef;
  color: #3c4b5f;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .cb-filters-panel__grid[b-6370uslopg] {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
  }
}

@media (max-width: 992px) {
  .cb-summary-grid[b-6370uslopg] {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .cb-direct-adjustment-entry[b-6370uslopg] {
    min-height: 46px;
  }

  .cb-direct-adjustment-summary[b-6370uslopg],
  .cb-direct-adjustment-form-grid[b-6370uslopg],
  .cb-refund-summary-grid[b-6370uslopg],
  .cb-refund-form-grid[b-6370uslopg] {
    grid-template-columns: 1fr;
  }

  .cb-section-header[b-6370uslopg] {
    align-items: stretch;
  }

  .cb-section-toolbar-row[b-6370uslopg] {
    flex-direction: column;
    align-items: stretch;
  }

  .cb-toolbar-actions[b-6370uslopg] {
    width: 100%;
    flex-wrap: wrap;
    justify-content: stretch;
  }

  .cb-count[b-6370uslopg] {
    white-space: normal;
  }

  .cb-search-box[b-6370uslopg] {
    min-width: 0;
    width: 100%;
    max-width: none;
    flex: 1 1 100%;
  }

  .cb-pagination[b-6370uslopg] {
    justify-content: stretch;
  }

  .cb-pagination-actions[b-6370uslopg] {
    width: 100%;
    justify-content: space-between;
  }

  .cb-pagination-nav-group[b-6370uslopg] {
    margin-inline-start: auto;
  }

  .cb-filters-panel__layout[b-6370uslopg] {
    grid-template-columns: 1fr;
  }

  .cb-filters-panel__grid[b-6370uslopg] {
    grid-template-columns: 1fr;
  }

  .cb-month-year-selector[b-6370uslopg] {
    grid-template-columns: 1fr 34px minmax(74px, 96px) 34px 34px;
  }
}

@media (max-width: 768px) {
  .cb-modal-shell[b-6370uslopg] {
    align-items: flex-start;
    padding: 12px;
  }

  .cb-modal-card[b-6370uslopg] {
    max-height: calc(100dvh - 24px);
    padding: 16px;
  }

  .cb-modal-header[b-6370uslopg] {
    top: -16px;
    margin: -16px -16px 14px;
    padding: 14px 16px;
  }

  .cb-modal-footer[b-6370uslopg] {
    bottom: -16px;
    margin: 16px -16px -16px;
    padding: 12px 16px;
  }

    .cb-modal-footer .btn[b-6370uslopg] {
      flex: 1 1 0;
      min-width: 0;
    }

  .cb-refund-radio-option[b-6370uslopg] {
    width: 100%;
  }

  .cb-table[b-6370uslopg],
  .cb-nested-table[b-6370uslopg] {
    font-size: 11px;
  }

  .cb-section-header[b-6370uslopg],
  .cb-filters-panel[b-6370uslopg],
  .cb-table-shell[b-6370uslopg],
  .cb-empty[b-6370uslopg],
  .cb-pagination[b-6370uslopg] {
    margin-inline: 0.75rem;
  }

  .cb-pagination[b-6370uslopg] {
    padding: 0.65rem 0.75rem;
  }

  .cb-table th[b-6370uslopg],
  .cb-table td[b-6370uslopg],
  .cb-nested-table th[b-6370uslopg],
  .cb-nested-table td[b-6370uslopg] {
    padding: 0.6rem;
  }

  .cb-date-cell[b-6370uslopg] {
    white-space: nowrap;
    font-size: 0.72rem;
  }

  .cb-pagination-actions[b-6370uslopg] {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.65rem;
  }

  .cb-pagination-nav-group[b-6370uslopg] {
    width: 100%;
    justify-content: center;
    margin-inline-start: 0;
  }

  .cb-pagination-page-size[b-6370uslopg] {
    width: 100%;
    justify-content: center;
    gap: 0.65rem;
  }

  .cb-pagination-indicator[b-6370uslopg] {
    min-width: 6.4rem;
    padding-inline: 0.75rem;
  }
}

/* /Pages/Dataverse/Finance/CustomerCharges.razor.rz.scp.css */
.customer-charges-page[b-2onkt45cbs] {
  background: #fff;
  min-height: 100vh;
  color: #344054;
  font-family: var(--font-body);
}

.cc-summary[b-2onkt45cbs] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.cc-summary-card[b-2onkt45cbs],
.cc-panel[b-2onkt45cbs] {
  background: #fff;
  border: 1px solid #d6e2ee;
  border-radius: 1rem;
  box-shadow: none;
}

.cc-summary-card[b-2onkt45cbs] {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.25rem;
  justify-items: end;
  text-align: right;
}

.cc-summary-card-label[b-2onkt45cbs] {
  color: #6c7686;
  font-size: 0.95rem;
  font-weight: 700;
}

.cc-summary-card-value[b-2onkt45cbs] {
  color: #115ea3;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
}

.cc-summary-card-description[b-2onkt45cbs] {
  color: #757575;
  font-size: 0.95rem;
}

.cc-panel[b-2onkt45cbs] {
  padding: 0;
  overflow: hidden;
}

.cc-panel--center[b-2onkt45cbs] {
  text-align: center;
  padding-block: 3.5rem;
}

.cc-toolbar[b-2onkt45cbs] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e6edf5;
  direction: rtl;
}

.cc-count[b-2onkt45cbs] {
  margin-inline-end: auto;
  padding-inline-start: 0.25rem;
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  text-align: right;
}

.cc-toolbar-actions[b-2onkt45cbs] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cc-expand-button[b-2onkt45cbs] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1.5px solid #115ea3;
  background: #ffffff;
  border-radius: 999px;
  box-sizing: border-box;
  padding: 0;
  flex-shrink: 0;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.cc-expand-button[b-2onkt45cbs]::before,
.cc-expand-button[b-2onkt45cbs]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #115ea3;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease, background-color 0.15s ease;
}

.cc-expand-button[b-2onkt45cbs]::before {
  width: 10px;
  height: 1.5px;
}

.cc-expand-button[b-2onkt45cbs]::after {
  width: 1.5px;
  height: 10px;
}

.cc-expand-button:hover[b-2onkt45cbs] {
  border-color: #0f548c;
}

.cc-expand-button.is-expanded[b-2onkt45cbs] {
  background: #115ea3;
  border-color: #115ea3;
}

.cc-expand-button.is-expanded[b-2onkt45cbs]::before,
.cc-expand-button.is-expanded[b-2onkt45cbs]::after {
  background: #ffffff;
}

.cc-expand-button.is-expanded[b-2onkt45cbs]::after {
  opacity: 0;
}

.cc-expand-button.is-expanded:hover[b-2onkt45cbs] {
  background: #0f548c;
  border-color: #0f548c;
}

.cc-expand-button:focus-visible[b-2onkt45cbs] {
  outline: 2px solid rgba(15, 108, 189, 0.28);
  outline-offset: 2px;
}

.cc-expand-button i[b-2onkt45cbs] {
  font-size: 1rem;
}

.cc-expand-button i[b-2onkt45cbs] {
  opacity: 0;
  pointer-events: none;
}

.cc-expand-col[b-2onkt45cbs] {
  width: 41px;
  min-width: 41px;
  text-align: center;
  padding-inline: 8px;
}

.cc-search[b-2onkt45cbs] {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 220px;
  max-width: 280px;
  flex: 0 0 280px;
}

.cc-school-year[b-2onkt45cbs] {
  min-width: 220px;
  max-width: 220px;
  flex: 0 0 220px;
}

.cc-school-year .cc-filter-input[b-2onkt45cbs] {
  min-height: 2.65rem;
  height: 2.65rem;
}

.cc-search i[b-2onkt45cbs] {
  position: absolute;
  inset-inline-start: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: #7c8da1;
  font-size: 0.95rem;
  pointer-events: none;
}

.cc-search input[b-2onkt45cbs],
.cc-filter-input[b-2onkt45cbs] {
  width: 100%;
  border: 1px solid #c9d6e3;
  border-radius: 0.8rem;
  background: #fff;
  color: #1f2937;
  min-height: 2.65rem;
  height: 2.65rem;
  padding: 0.65rem 1rem;
  text-align: right;
}

.cc-search input[b-2onkt45cbs] {
  font-size: 0.9rem;
  padding: 0.65rem 2.5rem 0.65rem 1rem;
}

.cc-search input[b-2onkt45cbs]::placeholder,
.cc-filter-input[b-2onkt45cbs]::placeholder {
  color: #7c8da1;
}

.cc-toolbar-refresh-btn[b-2onkt45cbs],
.cc-filter-toggle[b-2onkt45cbs],
.cc-filters-reset[b-2onkt45cbs] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #b7d0f5;
  border-radius: 0.5rem;
  color: #0f6cbd;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-height: 2.65rem;
}

.cc-icon-button[b-2onkt45cbs] {
  border-radius: 0.5rem;
  border: 1px solid #c8d6e5;
  background: #ffffff;
  color: #1f3b57;
  min-height: 3rem;
  padding: 0.65rem 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cc-toolbar-refresh-btn[b-2onkt45cbs],
.cc-filter-toggle[b-2onkt45cbs] {
  justify-content: center;
  width: 2.65rem;
  min-width: 2.65rem;
  padding: 0;
}

.cc-toolbar-refresh-btn:hover:not(:disabled)[b-2onkt45cbs],
.cc-filter-toggle:hover[b-2onkt45cbs],
.cc-filters-reset:hover:not(:disabled)[b-2onkt45cbs] {
  background: #f0f7ff;
  border-color: #0f6cbd;
  box-shadow: 0 0 0 3px rgba(15, 108, 189, 0.08);
}

.cc-toolbar-refresh-btn:disabled[b-2onkt45cbs],
.cc-filters-reset:disabled[b-2onkt45cbs] {
  opacity: 0.6;
  cursor: not-allowed;
}

.cc-filter-toggle.is-active[b-2onkt45cbs] {
  background: #eef6ff;
}

.cc-filter-toggle i[b-2onkt45cbs] {
  font-size: 1rem;
}

.cc-refresh-icon[b-2onkt45cbs] {
  font-size: 1.1rem;
  line-height: 1;
}

.cc-refresh-spinner[b-2onkt45cbs] {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid #dceaff;
  border-top-color: #115ea3;
  border-radius: 50%;
  animation: cc-spin-b-2onkt45cbs 0.6s linear infinite;
}

@keyframes cc-spin-b-2onkt45cbs {
  to { transform: rotate(360deg); }
}

.cc-search input:focus[b-2onkt45cbs],
.cc-filter-input:focus[b-2onkt45cbs],
.cc-toolbar-refresh-btn:focus-visible[b-2onkt45cbs],
.cc-filter-toggle:focus-visible[b-2onkt45cbs],
.cc-filters-reset:focus-visible[b-2onkt45cbs],
.cc-expand-button:focus-visible[b-2onkt45cbs] {
  outline: none;
  border-color: #0f6cbd;
  box-shadow: 0 0 0 3px rgba(15, 108, 189, 0.12);
}

.cc-expand-button:focus-visible[b-2onkt45cbs] {
  outline: 2px solid rgba(15, 108, 189, 0.28);
  outline-offset: 2px;
  box-shadow: none;
}

.cc-filters-panel[b-2onkt45cbs] {
  margin: 0 1rem 1rem;
  padding: 1rem;
  border: 1px solid #e3eaf2;
  border-radius: 0.9rem;
  background: #f8fbff;
}

.cc-toolbar + .cc-filters-panel[b-2onkt45cbs],
.cc-toolbar + .cc-table-wrap[b-2onkt45cbs],
.cc-toolbar + .cc-empty[b-2onkt45cbs] {
  margin-top: 1rem;
}

.cc-filters-panel__layout[b-2onkt45cbs] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}

.cc-filters-panel__grid[b-2onkt45cbs] {
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: 0.85rem;
}

.cc-filter-field[b-2onkt45cbs] {
  display: grid;
  gap: 0.4rem;
}

.cc-filter-field label[b-2onkt45cbs] {
  color: #475467;
  font-size: 0.88rem;
  font-weight: 700;
}

.cc-filter-input[b-2onkt45cbs] {
  min-height: 2.65rem;
  height: 2.65rem;
  font-size: 0.9rem;
}

.cc-filters-reset[b-2onkt45cbs] {
  min-height: 2.45rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.9rem;
}

.cc-filter-select[b-2onkt45cbs] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-inline-start: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%236B7A90' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.85rem center;
  background-size: 0.875rem 0.5625rem;
}

.cc-filters-panel__actions[b-2onkt45cbs] {
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

.cc-pagination[b-2onkt45cbs] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 1rem 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #e6e9ef;
  border-radius: 0.75rem;
  background: #ffffff;
}

.cc-pagination-actions[b-2onkt45cbs] {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cc-pagination-page-size[b-2onkt45cbs] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #3c4b5f;
  font-size: 0.85rem;
  line-height: 1.2;
  white-space: nowrap;
}

.cc-pagination-page-size-select[b-2onkt45cbs] {
  min-width: 4.5rem;
  width: 4.5rem;
  min-height: 2rem;
  height: 2rem;
  padding: 0 0.85rem 0 1.9rem;
  border: 1px solid #c9d6e3;
  border-radius: 0.5rem;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%236B7A90' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.55rem center;
  background-size: 0.75rem 0.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0.85rem;
  text-align: center;
  text-align-last: center;
  direction: ltr;
}

.cc-pagination-nav-group[b-2onkt45cbs] {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.2rem;
  border: 1px solid #e3eaf3;
  border-radius: 999px;
  background: #f8fbff;
}

.cc-pagination-nav[b-2onkt45cbs] {
  min-width: 2rem;
  width: 2rem;
  min-height: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid #d9e4ef;
  border-radius: 999px;
  background: #ffffff;
  color: #5f7490;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cc-pagination-nav:hover:not(:disabled)[b-2onkt45cbs] {
  border-color: #b8cde0;
  color: #1f3b57;
  background: #eef5fc;
  box-shadow: 0 0 0 2px rgba(15, 108, 189, 0.08);
}

.cc-pagination-nav:disabled[b-2onkt45cbs] {
  opacity: 0.45;
  background: #f7f9fc;
  color: #9aa8b8;
  border-color: #dde5ee;
  cursor: not-allowed;
}

.cc-pagination-indicator[b-2onkt45cbs] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.25rem;
  min-height: 2rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d9e4ef;
  color: #3c4b5f;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

.cc-table-wrap[b-2onkt45cbs] {
  overflow-x: auto;
  margin: 0 1rem 1rem;
  border: 1px solid #d8dee8;
  border-radius: 0.75rem;
  background: #fff;
}

.cc-table[b-2onkt45cbs],
.cc-inner-table[b-2onkt45cbs] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.cc-table th[b-2onkt45cbs],
.cc-inner-table th[b-2onkt45cbs] {
  color: #242424;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: start;
  border-bottom: 1px solid #c1c1c1;
  padding: 0.95rem 1rem;
  white-space: nowrap;
  background: #fff;
}

.cc-table td[b-2onkt45cbs],
.cc-inner-table td[b-2onkt45cbs] {
  border-bottom: 1px solid #c1c1c1;
  padding: 1rem;
  vertical-align: middle;
  font-size: 1rem;
  background: #fff;
}

.cc-row.is-expanded[b-2onkt45cbs] {
  background: #f5f5f5;
}

.cc-row.is-expanded td[b-2onkt45cbs] {
  background: #fff;
}

.cc-table tbody tr:hover:not(.cc-detail-row) td[b-2onkt45cbs] {
  background: #fafcff;
}

.cc-date[b-2onkt45cbs],
.cc-activity[b-2onkt45cbs] {
  font-weight: 400;
}

.cc-payers[b-2onkt45cbs],
.cc-activity[b-2onkt45cbs] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cc-amount[b-2onkt45cbs] {
  font-weight: 600;
  white-space: nowrap;
}

.cc-muted[b-2onkt45cbs] {
  color: #6c7686;
  font-size: 0.8rem;
  margin-top: 0.15rem;
}

.cc-status[b-2onkt45cbs] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  border-radius: 8px;
  padding: 0.2rem 0.7rem;
  font-size: 0.95rem;
  font-weight: 400;
  background: #eef1f4;
  color: #3f4852;
  white-space: nowrap;
}

.cc-status--success[b-2onkt45cbs] {
  background: #dfeee7;
  color: #0f3221;
}

.cc-status--warning[b-2onkt45cbs] {
  background: #dceaff;
  color: #115ea3;
}

.cc-status--danger[b-2onkt45cbs] {
  background: #fef0e8;
  color: #cc6062;
}

.cc-detail-row td[b-2onkt45cbs] {
  background: #f5f5f5;
  padding: 0;
  border-bottom: 1px solid #c1c1c1;
}

.cc-detail-shell[b-2onkt45cbs] {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  min-width: 72rem;
  padding: 0 0 1rem;
  background: #f5f5f5;
}

.cc-detail-table-shell[b-2onkt45cbs] {
  overflow-x: auto;
}

.cc-inner-table[b-2onkt45cbs] {
  background: transparent;
  border: 0;
  overflow: visible;
}

.cc-inner-table th[b-2onkt45cbs] {
  background: #f5f5f5;
  border-bottom-color: #c1c1c1;
  padding-block: 0.6rem;
  font-size: 0.92rem;
}

.cc-inner-table td[b-2onkt45cbs] {
  background: #f5f5f5;
  border-bottom-color: #d4d4d4;
  padding-block: 0.75rem;
}

.cc-attempts-panel[b-2onkt45cbs] {
  display: grid;
  gap: 0.9rem;
  margin: 0 2.625rem;
  padding: 1rem;
  background: #fef0e8;
  border: 1px solid #fcd0b7;
  border-radius: 8px;
}

.cc-attempts-panel h3[b-2onkt45cbs] {
  margin: 0;
  color: #242424;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}

.cc-attempts-list[b-2onkt45cbs] {
  display: grid;
  gap: 0.65rem;
}

.cc-attempt-item[b-2onkt45cbs] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  color: #707070;
}

.cc-attempt-item--success .cc-attempt-status[b-2onkt45cbs] {
  color: #0f3221;
}

.cc-attempt-item--warning .cc-attempt-status[b-2onkt45cbs] {
  color: #115ea3;
}

.cc-attempt-item--danger .cc-attempt-status[b-2onkt45cbs] {
  color: #cc6062;
}

.cc-attempt-text[b-2onkt45cbs] {
  display: grid;
  gap: 0.25rem;
  justify-items: start;
  flex: 1;
}

.cc-attempt-row[b-2onkt45cbs] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cc-attempt-row--detail[b-2onkt45cbs] {
  gap: 1rem;
  color: #707070;
  font-size: 0.95rem;
}

.cc-attempt-title[b-2onkt45cbs] {
  color: #707070;
  font-size: 0.95rem;
}

.cc-attempt-date[b-2onkt45cbs] {
  color: #707070;
  font-size: 0.95rem;
  white-space: nowrap;
}

.cc-attempt-status[b-2onkt45cbs] {
  font-size: 0.95rem;
}

.cc-attempt-method[b-2onkt45cbs] {
  color: #707070;
  font-size: 0.95rem;
}

.cc-attempt-icon[b-2onkt45cbs] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #cc6062;
  flex: 0 0 auto;
}

.cc-attempt-item--success .cc-attempt-icon[b-2onkt45cbs] {
  color: #0f3221;
}

.cc-attempt-item--warning .cc-attempt-icon[b-2onkt45cbs] {
  color: #115ea3;
}

.cc-attempt-item--danger .cc-attempt-icon[b-2onkt45cbs] {
  color: #cc6062;
}

.cc-payment-table[b-2onkt45cbs] {
  background: transparent;
}

.cc-payment-table th[b-2onkt45cbs],
.cc-payment-table td[b-2onkt45cbs] {
  background: transparent;
  border-bottom: 0;
  padding-block: 0.25rem;
}

.cc-payment-table th[b-2onkt45cbs] {
  color: #7a4b38;
}

.cc-empty[b-2onkt45cbs] {
  color: #6c7686;
  background: #fff;
  border: 1px dashed #cfd7df;
  border-radius: 8px;
  padding: 1.4rem;
  text-align: center;
  font-weight: 600;
  margin: 0 1rem 1rem;
}

.cc-empty--compact[b-2onkt45cbs] {
  padding: 0.9rem;
  font-size: 0.85rem;
}

@media (max-width: 1200px) {
  .cc-filters-panel__grid[b-2onkt45cbs] {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
  }

  .cc-detail-shell[b-2onkt45cbs] {
    min-width: 60rem;
  }
}

@media (max-width: 992px) {
  .cc-filters-panel__layout[b-2onkt45cbs] {
    grid-template-columns: 1fr;
  }

  .cc-filters-panel__grid[b-2onkt45cbs] {
    grid-template-columns: 1fr;
  }

  .cc-pagination[b-2onkt45cbs] {
    justify-content: stretch;
  }

  .cc-pagination-actions[b-2onkt45cbs] {
    width: 100%;
    justify-content: space-between;
  }

  .cc-pagination-nav-group[b-2onkt45cbs] {
    margin-inline-start: auto;
  }
}

@media (max-width: 768px) {
  .cc-summary[b-2onkt45cbs] {
    grid-template-columns: 1fr;
  }

  .cc-toolbar[b-2onkt45cbs],
  .cc-toolbar-actions[b-2onkt45cbs] {
    align-items: stretch;
    max-width: none;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
  }

  .cc-search[b-2onkt45cbs] {
    width: 100%;
    max-width: none;
    min-width: 0;
    flex: 1 1 100%;
  }

  .cc-school-year[b-2onkt45cbs] {
    width: 100%;
    max-width: none;
    min-width: 0;
    flex: 1 1 100%;
  }

  .cc-toolbar[b-2onkt45cbs] {
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .cc-count[b-2onkt45cbs] {
    margin-inline-end: 0;
    white-space: normal;
  }

  .cc-attempts-panel[b-2onkt45cbs] {
    margin: 0 1rem;
  }

  .cc-filters-panel[b-2onkt45cbs],
  .cc-table-wrap[b-2onkt45cbs],
  .cc-empty[b-2onkt45cbs],
  .cc-pagination[b-2onkt45cbs] {
    margin-inline: 0.75rem;
  }

  .cc-pagination[b-2onkt45cbs] {
    padding: 0.65rem 0.75rem;
  }

  .cc-pagination-actions[b-2onkt45cbs] {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.65rem;
  }

  .cc-pagination-nav-group[b-2onkt45cbs] {
    width: 100%;
    justify-content: center;
    margin-inline-start: 0;
  }

  .cc-pagination-page-size[b-2onkt45cbs] {
    width: 100%;
    justify-content: center;
    gap: 0.65rem;
  }

  .cc-pagination-indicator[b-2onkt45cbs] {
    min-width: 6.4rem;
    padding-inline: 0.75rem;
  }

  .cc-detail-shell[b-2onkt45cbs] {
    min-width: 48rem;
  }
}

/* /Pages/Dataverse/Finance/PayerOrders.razor.rz.scp.css */
.rtl-order-modal .modal-content[b-a1typkb9vt] {
    direction: rtl;
    text-align: right;
}

.rtl-order-modal .modal-header[b-a1typkb9vt] {
    align-items: center;
}

.rtl-order-modal .modal-header .btn-close[b-a1typkb9vt] {
    margin: 0;
}

.rtl-order-modal .modal-footer[b-a1typkb9vt] {
    justify-content: flex-start;
}
/* /Pages/Dataverse/Finance/PayerReceipts.razor.rz.scp.css */

.finance-payer-receipts-page[b-brrpih50gp] {
  min-height: 100vh;
  background: #ffffff;
  color: #1f2937;
}

.payer-receipts-subtitle[b-brrpih50gp],
.section-header p[b-brrpih50gp],
.empty-state[b-brrpih50gp],
.payer-receipts-kind[b-brrpih50gp] {
  color: #5f6b7a;
}

.payer-receipts-section[b-brrpih50gp] {
  background: #ffffff;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.payer-receipts-detail-panel h3[b-brrpih50gp] {
    margin: 0px;
    color: rgb(15, 84, 140);
    font-size: 1rem;
}

.toolbar-label[b-brrpih50gp] {
  font-size: 0.88rem;
  color: #6c7686;
  margin-bottom: 0.3rem;
  display: inline-block;
}

.payer-receipts-filters[b-brrpih50gp] {
  border: 1px solid #d9e2ec;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, #fbfdff 0%, #f4f8fb 100%);
  padding: 1rem;
}

.payer-receipts-toolbar[b-brrpih50gp] {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.75rem;
  direction: rtl;
  background: #ffffff;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #edf2f7;
}

.payer-receipts-count[b-brrpih50gp] {
  margin-inline-end: auto;
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  text-align: right;
}

.payer-receipts-content[b-brrpih50gp] {
  padding: 1rem;
}

.payer-receipts-searchbox[b-brrpih50gp] {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 220px;
  max-width: 280px;
  flex: 0 0 280px;
}

.payer-receipts-school-year[b-brrpih50gp] {
  min-width: 220px;
  max-width: 220px;
  flex: 0 0 220px;
}

.payer-receipts-searchbox__input[b-brrpih50gp] {
  width: 100%;
  min-height: 2.65rem;
  height: 2.65rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.8rem;
  background: #ffffff;
  color: #1f2937;
  padding-block: 0.65rem;
  padding-inline-end: 1rem;
  padding-inline-start: 2.5rem;
  font-size: 0.9rem;
}

.payer-receipts-searchbox__icon[b-brrpih50gp] {
  position: absolute;
  inset-inline-start: 0.85rem;
  color: #7c8da1;
  font-size: 0.95rem;
  pointer-events: none;
}

.payer-receipts-refresh-btn[b-brrpih50gp],
.payer-receipts-filters-toggle[b-brrpih50gp],
.payer-receipts-filters-reset[b-brrpih50gp] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid #b7d0f5;
  border-radius: 0.5rem;
  color: #0f6cbd;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-height: 2.65rem;
}

.payer-receipts-refresh-btn:hover:not(:disabled)[b-brrpih50gp],
.payer-receipts-filters-toggle:hover[b-brrpih50gp],
.payer-receipts-filters-reset:hover:not(:disabled)[b-brrpih50gp] {
  background: #f0f7ff;
  border-color: #0f6cbd;
}

.payer-receipts-refresh-btn:disabled[b-brrpih50gp] {
  opacity: 0.6;
  cursor: not-allowed;
}

.payer-receipts-refresh-btn[b-brrpih50gp],
.payer-receipts-filters-toggle[b-brrpih50gp] {
  justify-content: center;
  width: 2.65rem;
  min-width: 2.65rem;
  padding: 0;
}

.payer-receipts-filters-toggle.is-active[b-brrpih50gp] {
  background: #eef6ff;
}

.payer-receipts-refresh-icon[b-brrpih50gp] {
  font-size: 1.1rem;
  line-height: 1;
}

.payer-receipts-filters-toggle i[b-brrpih50gp] {
  font-size: 1rem;
}

.payer-receipts-refresh-spinner[b-brrpih50gp] {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid #cbd5e1;
  border-top-color: #5b6776;
  border-radius: 50%;
  animation: payer-receipts-spin-b-brrpih50gp 0.6s linear infinite;
}

@keyframes payer-receipts-spin-b-brrpih50gp {
  to { transform: rotate(360deg); }
}

.payer-receipts-searchbox__input[b-brrpih50gp] {
  min-height: 2.65rem;
  border: 1px solid #c9d6e3;
  border-radius: 0.8rem;
  background: #ffffff;
  padding: 0.65rem 2.5rem 0.65rem 1rem;
  text-align: right;
}

.payer-receipts-field[b-brrpih50gp] {
  width: 100%;
  min-height: 2.65rem;
  height: 2.65rem;
  padding: 0 0.9rem;
  border: 1px solid #c9d6e3;
  border-radius: 0.8rem;
  background: #ffffff;
  text-align: right;
  box-sizing: border-box;
  font-size: 0.9rem;
  color: #1f2a37;
}

select.payer-receipts-field[b-brrpih50gp] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%236B7A90' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.875rem 0.5625rem;
  background-position: left 0.85rem center;
}

input.payer-receipts-field[b-brrpih50gp]::placeholder {
  text-align: right;
}

.payer-receipts-filters__layout[b-brrpih50gp] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}

.payer-receipts-filters__grid[b-brrpih50gp] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem 1rem;
  direction: rtl;
  align-items: start;
}

.payer-receipts-filter-field[b-brrpih50gp] {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: #2d4057;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: right;
}

.payer-receipts-filters-reset[b-brrpih50gp] {
  min-height: 2.45rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.9rem;
}

.payer-receipts-filters__actions[b-brrpih50gp] {
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

.payer-receipts-table[b-brrpih50gp],
.payer-receipts-inner-table[b-brrpih50gp] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
  table-layout: fixed;
  direction: rtl;
}

.payer-receipts-table-wrap[b-brrpih50gp],
.payer-receipts-inner-table-wrap[b-brrpih50gp] {
  overflow-x: auto;
}

.payer-receipts-table-shell[b-brrpih50gp] {
  border: 1px solid #c1c1c1;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #ffffff;
  text-align: right;
  margin-top: 0.25rem;
}

.payer-receipts-table th[b-brrpih50gp],
.payer-receipts-inner-table th[b-brrpih50gp] {
  background: #ffffff;
  font-size: 0.95rem;
  color: #242424;
  padding: 0.85rem 1rem;
  text-align: right;
  border-bottom: 1px solid #c1c1c1;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.5625rem;
  white-space: nowrap;
}

.payer-receipts-table td[b-brrpih50gp],
.payer-receipts-inner-table td[b-brrpih50gp] {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #c1c1c1;
  vertical-align: middle;
  color: #242424;
  font-size: 1rem;
  line-height: 1.5625rem;
  background: #ffffff;
  transition: background-color 0.18s ease;
}

.payer-receipts-table tbody tr:hover > td[b-brrpih50gp],
.payer-receipts-inner-table tbody tr:hover > td[b-brrpih50gp] {
  background-color: #fafafa;
}

.payer-receipts-detail-row td[b-brrpih50gp] {
  background: #f5f5f5;
}

.payer-receipts-table__expand-col[b-brrpih50gp] {
  width: 3.625rem;
}

.payer-receipts-table__date-col[b-brrpih50gp] {
  width: 11%;
}

.payer-receipts-table__number-col[b-brrpih50gp] {
  width: 12%;
}

.payer-receipts-table__method-col[b-brrpih50gp] {
  width: 22%;
}

.payer-receipts-table__amount-col[b-brrpih50gp] {
  width: 16%;
}

.payer-receipts-table__status-col[b-brrpih50gp] {
  width: 14%;
}

.payer-receipts-table__document-col[b-brrpih50gp] {
  width: 7.5rem;
}

.payer-receipts-expand-button[b-brrpih50gp],
.payer-receipts-document-button[b-brrpih50gp] {
  width: 1.875rem;
  height: 1.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #0f6cbd;
  padding: 0;
  transition: background-color 0.15s ease, color 0.15s ease;
}

  .payer-receipts-expand-button:hover[b-brrpih50gp],
  .payer-receipts-document-button:hover[b-brrpih50gp] {
    background: #f7faff;
    color: #0f548c;
  }

.payer-receipts-table__value[b-brrpih50gp],
.payer-receipts-number[b-brrpih50gp],
.payer-receipts-kind[b-brrpih50gp] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.payer-receipts-table__value[b-brrpih50gp] {
  white-space: normal;
  word-break: break-word;
}

.payer-receipts-number[b-brrpih50gp] {
  font-weight: 400;
  color: #242424;
}

.payer-receipts-kind[b-brrpih50gp] {
  font-size: 0.9rem;
  color: #757575;
  margin-top: 0.15rem;
}

.payer-receipts-amount[b-brrpih50gp] {
  white-space: nowrap;
  font-size: 1rem;
}

.payer-receipts-table__value--muted[b-brrpih50gp] {
  color: #757575;
}

.payer-receipts-status[b-brrpih50gp] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-weight: 400;
}

.payer-receipts-status--draft[b-brrpih50gp] {
  background: #f5f5f5;
  color: #171717;
}

.payer-receipts-status--progress[b-brrpih50gp] {
  background: #dceaff;
  color: #0f6cbd;
}

.payer-receipts-status--approved[b-brrpih50gp] {
  background: #dfeee7;
  color: #0f3221;
}

.payer-receipts-status--cancelled[b-brrpih50gp] {
  background: #fee8dc;
  color: #562408;
}

.payer-receipts-detail-row td[b-brrpih50gp] {
  padding: 0;
}

.payer-receipts-detail-panel[b-brrpih50gp] {
  padding: 0;
  background: #f5f5f5;
  border-bottom: 1px solid #c1c1c1;
}

.payer-receipts-detail-stack[b-brrpih50gp] {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.payer-receipts-detail-card[b-brrpih50gp] {
  background: #f5f5f5;
  min-width: 0;
}

.payer-receipts-detail-card--content[b-brrpih50gp] {
  padding: 1rem 2.5rem 0.75rem 1rem;
}

.payer-receipts-detail-card__header[b-brrpih50gp] {
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem 0.625rem 0.625rem;
}

.payer-receipts-detail-card__body[b-brrpih50gp] {
  padding: 0 1rem 0 0;
}

.payer-receipts-detail-links-row[b-brrpih50gp] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  padding: 0 2.5rem 1rem 0.875rem;
  background: #f5f5f5;
}

.payer-receipts-detail-links-row__header[b-brrpih50gp] {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.625rem 1rem 0.25rem 0.625rem;
}

.payer-receipts-detail-links-row__body[b-brrpih50gp] {
  align-self: flex-end;
  width: min(100%, 14.5625rem);
  padding-right: 0.875rem;
}

.payer-receipts-detail-card h3[b-brrpih50gp] {
  margin: 0;
  color: #0f548c;
  font-size: 1rem;
}

.payer-receipts-inner-table th[b-brrpih50gp],
.payer-receipts-inner-table td[b-brrpih50gp] {
  background: #f5f5f5;
  font-size: 0.95rem;
  padding: 0.65rem 0.8rem;
  text-align: right;
}

.payer-receipts-inner-table th[b-brrpih50gp] {
  color: #242424;
  font-size: 1rem;
  font-weight: 700;
}

.payer-receipts-inner-table td[b-brrpih50gp] {
  color: #242424;
  font-size: 1rem;
}

.linked-document-list[b-brrpih50gp] {
  display: grid;
  gap: 1rem;
  width: 100%;
  justify-items: end;
}

.payer-receipts-linked-file[b-brrpih50gp] {
  width: 100%;
}

.payer-receipts-linked-file__link[b-brrpih50gp] {
  display: flex;
  align-items: center;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.5rem;
  color: #115ea3;
  text-decoration: none;
  width: 100%;
}

  .payer-receipts-linked-file__link:hover[b-brrpih50gp] {
    color: #0f548c;
  }

.payer-receipts-linked-file__link--disabled[b-brrpih50gp] {
  color: #6c7686;
}

.payer-receipts-linked-file__name[b-brrpih50gp] {
  font-size: 1rem;
  line-height: 1.125rem;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  text-align: right;
  max-width: 12.5625rem;
  word-break: break-word;
}

.payer-receipts-linked-file__icon[b-brrpih50gp] {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex: 0 0 auto;
}

.payer-receipts-empty-state[b-brrpih50gp] {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0.5rem 0;
  text-align: right;
}

.empty-state[b-brrpih50gp] {
  border: 1px dashed #cbd5e1;
  border-radius: 0.85rem;
  padding: 1.2rem;
  text-align: center;
  background: #fbfdff;
}

.empty-state--compact[b-brrpih50gp] {
  padding: 0.9rem;
}

@media (max-width: 1200px) {
  .payer-receipts-filters__grid[b-brrpih50gp] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .payer-receipts-table[b-brrpih50gp] {
    font-size: 0.9rem;
  }

    .payer-receipts-table th[b-brrpih50gp],
    .payer-receipts-table td[b-brrpih50gp] {
      padding: 0.8rem 0.7rem;
    }
}

@media (max-width: 767px) {
  .payer-receipts-toolbar[b-brrpih50gp] {
    flex-direction: column;
    align-items: stretch;
  }

  .payer-receipts-count[b-brrpih50gp] {
    margin-inline-end: 0;
    white-space: normal;
  }

  .payer-receipts-searchbox[b-brrpih50gp] {
    min-width: 100%;
    max-width: none;
    flex: 1 1 auto;
  }

  .payer-receipts-school-year[b-brrpih50gp] {
    min-width: 100%;
    max-width: none;
    flex: 1 1 auto;
  }

  .payer-receipts-filters__layout[b-brrpih50gp] {
    grid-template-columns: minmax(0, 1fr);
  }

  .payer-receipts-filters__actions[b-brrpih50gp] {
    justify-content: flex-start;
  }

  .payer-receipts-toolbar__controls[b-brrpih50gp] {
    width: 100%;
    justify-content: flex-end;
  }

  .payer-receipts-toolbar__search[b-brrpih50gp] {
    flex: 1 1 100%;
    max-width: none;
    width: 100%;
  }

  .payer-receipts-toolbar__count[b-brrpih50gp] {
    width: 100%;
  }

  .payer-receipts-section__actions[b-brrpih50gp] {
    width: auto;
  }

  .payer-receipts-filters__grid[b-brrpih50gp] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payer-receipts-detail-card--content[b-brrpih50gp],
  .payer-receipts-detail-links-row[b-brrpih50gp] {
    padding: 1rem;
  }

  .payer-receipts-detail-links-row__header[b-brrpih50gp],
  .payer-receipts-detail-links-row__body[b-brrpih50gp],
  .payer-receipts-detail-card__body[b-brrpih50gp] {
    padding: 0;
  }

  .payer-receipts-detail-links-row__body[b-brrpih50gp] {
    width: 100%;
  }

  .payer-receipts-table[b-brrpih50gp],
  .payer-receipts-inner-table[b-brrpih50gp] {
    table-layout: auto;
  }
}

@media (max-width: 640px) {
  .payer-receipts-filters__grid[b-brrpih50gp] {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* /Pages/Dataverse/Order/StaffPayment.razor.rz.scp.css */
.btn[b-5pz7ybo2sk] {
    font-weight: 600 !important;
}
.checkout-payment-page[b-5pz7ybo2sk] {
    background:
        radial-gradient(circle at top right, rgba(48, 104, 213, 0.12), transparent 28rem),
        linear-gradient(180deg, #f1f7ff 0%, #f5f8ff 100%);
    font-family: "Noto Sans Hebrew New", "Noto Sans Hebrew", sans-serif;
    margin-top: -82px;
    min-height: 100vh;
    padding: 82px 0 3rem;
    position: relative;
}

.checkout-payment-page[b-5pz7ybo2sk]::before {
    background: url("/images/Vector.png") no-repeat center / contain;
    content: "";
    height: 89.76px;
    pointer-events: none;
    position: absolute;
    right: -0.5rem;
    top: 204px;
    width: 397px;
    z-index: 0;
}

.checkout-payment-page > *[b-5pz7ybo2sk] {
    position: relative;
    z-index: 110;
}

.checkout-container[b-5pz7ybo2sk] {
    padding-top: 1.5rem;
}

.checkout-layout[b-5pz7ybo2sk] {
    display: grid;
    gap: 1.5rem;
}

.checkout-main-column[b-5pz7ybo2sk] {
    min-width: 0;
}

.checkout-sidebar-column[b-5pz7ybo2sk] {
    min-width: 0;
}

.checkout-wizard-card[b-5pz7ybo2sk],
.checkout-sidebar-card[b-5pz7ybo2sk] {
    border-radius: 1.5rem;
    overflow: hidden;
}

.checkout-wizard-header[b-5pz7ybo2sk] {
    align-items: flex-start;
    background: linear-gradient(135deg, #0a4aa3 0%, #0f6ec8 50%, #1aa3b0 100%);
    color: #fff;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1.5rem;
}

.checkout-wizard-body[b-5pz7ybo2sk] {
    padding: 1.5rem;
}

.checkout-eyebrow[b-5pz7ybo2sk] {
    color: #5e6c84;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.checkout-wizard-header .checkout-eyebrow[b-5pz7ybo2sk] {
    color: rgba(255, 255, 255, 0.72);
}

.checkout-page-title[b-5pz7ybo2sk] {
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0.35rem 0 0.5rem;
}

.checkout-step-pills[b-5pz7ybo2sk] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.checkout-step-pill[b-5pz7ybo2sk] {
    align-items: center;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 700;
    gap: 0.6rem;
    padding: 0.55rem 0.9rem;
}

.checkout-step-marker[b-5pz7ybo2sk] {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    height: 1.6rem;
    justify-content: center;
    width: 1.6rem;
}

.checkout-stage-panel[b-5pz7ybo2sk] {
    border: 1px solid #e2e8f0;
    border-radius: 1.35rem;
    margin-bottom: 1rem;
    padding: 1.35rem;
}

.link-action[b-5pz7ybo2sk] {
  color: var(--Foundation-Blue-Normal, #3068D5);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.btn-plaintext[b-5pz7ybo2sk] {
  color: var(--tenant-light);
  font-weight: 600;
  font-size: 16px;
}

.future-panel[b-5pz7ybo2sk] {
    background: linear-gradient(180deg, #fcfdff 0%, #f7fbff 100%);
}

.checkout-stage-header[b-5pz7ybo2sk] {
    margin-bottom: 1.25rem;
}

.checkout-stage-kicker[b-5pz7ybo2sk] {
    color: #0f6ec8;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.checkout-stage-title[b-5pz7ybo2sk] {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0;
}

.checkout-stage-copy[b-5pz7ybo2sk] {
    color: #52627a;
    margin: 0.45rem 0 0;
}

.checkout-metrics-grid[b-5pz7ybo2sk],
.checkout-summary-grid[b-5pz7ybo2sk],
.checkout-choice-grid[b-5pz7ybo2sk],
.checkout-method-grid[b-5pz7ybo2sk] {
    display: grid;
    gap: 1rem;
}

.checkout-metrics-grid[b-5pz7ybo2sk] {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.checkout-summary-grid[b-5pz7ybo2sk] {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.checkout-choice-grid[b-5pz7ybo2sk],
.checkout-method-grid[b-5pz7ybo2sk] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.checkout-metric-card[b-5pz7ybo2sk],
.checkout-surface-card[b-5pz7ybo2sk],
.checkout-choice-card[b-5pz7ybo2sk],
.checkout-method-card[b-5pz7ybo2sk],
.checkout-toggle-card[b-5pz7ybo2sk],
.checkout-sidebar-card[b-5pz7ybo2sk] {
    background: #fff;
}

.checkout-metric-card[b-5pz7ybo2sk] {
    border: 1px solid #d8e1ee;
    border-radius: 1.1rem;
    padding: 1rem 1.1rem;
}

.checkout-metric-card.highlight[b-5pz7ybo2sk] {
    background: linear-gradient(135deg, #0f6ec8 0%, #1f8ef1 100%);
    border-color: transparent;
    color: #fff;
}

.checkout-metric-label[b-5pz7ybo2sk] {
    display: block;
    font-size: 0.9rem;
    opacity: 0.82;
}

.checkout-metric-value[b-5pz7ybo2sk] {
    display: block;
    font-size: 1.45rem;
    font-weight: 800;
    margin-top: 0.35rem;
}

.checkout-surface-card[b-5pz7ybo2sk] {
    border: 1px solid #d8e1ee;
    border-radius: 1.15rem;
    padding: 1rem 1.1rem;
}

.checkout-surface-card.emphasis[b-5pz7ybo2sk] {
    background: #f8fbff;
}

.checkout-surface-title[b-5pz7ybo2sk],
.checkout-sidebar-heading[b-5pz7ybo2sk] {
    font-size: 0.98rem;
    font-weight: 800;
    margin-bottom: 0.9rem;
}

.checkout-summary-row[b-5pz7ybo2sk],
.checkout-sidebar-row[b-5pz7ybo2sk],
.checkout-sidebar-line[b-5pz7ybo2sk] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.checkout-summary-row[b-5pz7ybo2sk],
.checkout-sidebar-row[b-5pz7ybo2sk] {
    border-bottom: 1px solid #edf2f7;
    padding: 0.6rem 0;
}

.checkout-summary-row:last-child[b-5pz7ybo2sk],
.checkout-sidebar-row:last-child[b-5pz7ybo2sk],
.checkout-sidebar-line:last-child[b-5pz7ybo2sk] {
    border-bottom: 0;
}

.checkout-summary-row.total[b-5pz7ybo2sk] {
    font-size: 1.05rem;
    font-weight: 800;
}

.checkout-summary-row.positive[b-5pz7ybo2sk] {
    color: #0d8b5c;
}

.checkout-summary-stack[b-5pz7ybo2sk] {
    display: grid;
}

.checkout-line-list[b-5pz7ybo2sk],
.checkout-sidebar-lines[b-5pz7ybo2sk] {
    display: grid;
}

.checkout-line-item[b-5pz7ybo2sk],
.checkout-sidebar-line[b-5pz7ybo2sk] {
    border-bottom: 1px solid #edf2f7;
    padding: 0.7rem 0;
}

.checkout-line-item[b-5pz7ybo2sk] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.checkout-line-title[b-5pz7ybo2sk] {
    font-weight: 700;
}

.checkout-line-meta[b-5pz7ybo2sk] {
    color: #5e6c84;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.checkout-line-badge[b-5pz7ybo2sk] {
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.18rem 0.55rem;
    text-transform: uppercase;
}

.checkout-line-badge.immediate[b-5pz7ybo2sk] {
    background: #e7f2ff;
    color: #0f6ec8;
}

.checkout-line-badge.recurring[b-5pz7ybo2sk] {
    background: #ebfaf1;
    color: #15803d;
}

.checkout-choice-card[b-5pz7ybo2sk],
.checkout-method-card[b-5pz7ybo2sk] {
    border: 1px solid #d8e1ee;
    border-radius: 1.15rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding: 1rem;
    text-align: left;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.checkout-choice-card:hover[b-5pz7ybo2sk],
.checkout-method-card:hover[b-5pz7ybo2sk] {
    border-color: #93c5fd;
    box-shadow: 0 10px 28px rgba(15, 110, 200, 0.12);
    transform: translateY(-1px);
}

.checkout-choice-card.selected[b-5pz7ybo2sk],
.checkout-method-card.selected[b-5pz7ybo2sk] {
    border-color: #0f6ec8;
    box-shadow: 0 12px 30px rgba(15, 110, 200, 0.14);
}

.checkout-choice-icon[b-5pz7ybo2sk],
.checkout-method-icon[b-5pz7ybo2sk] {
    align-items: center;
    background: #eef6ff;
    border-radius: 0.95rem;
    color: #0f6ec8;
    display: inline-flex;
    font-size: 1.15rem;
    height: 2.6rem;
    justify-content: center;
    width: 2.6rem;
}

.checkout-choice-title[b-5pz7ybo2sk],
.checkout-method-title[b-5pz7ybo2sk] {
    font-size: 1rem;
    font-weight: 800;
}

.checkout-choice-copy[b-5pz7ybo2sk],
.checkout-choice-footer[b-5pz7ybo2sk],
.checkout-method-description[b-5pz7ybo2sk] {
    color: #5e6c84;
    font-size: 0.92rem;
}

.checkout-method-card[b-5pz7ybo2sk] {
    align-items: flex-start;
    flex-direction: row;
}

.checkout-method-copy[b-5pz7ybo2sk] {
    display: grid;
    flex: 1;
    gap: 0.22rem;
}

.checkout-method-check[b-5pz7ybo2sk] {
    color: #0f6ec8;
    font-size: 1.1rem;
}

.checkout-toggle-card[b-5pz7ybo2sk] {
    align-items: flex-start;
    border: 1px solid #d8e1ee;
    border-radius: 1rem;
    cursor: pointer;
    display: flex;
    gap: 0.8rem;
    padding: 1rem;
}

.checkout-toggle-card input[b-5pz7ybo2sk] {
    margin-top: 0.2rem;
}

.checkout-toggle-card small[b-5pz7ybo2sk] {
    color: #5e6c84;
    display: block;
    margin-top: 0.35rem;
}

.checkout-payer-summary[b-5pz7ybo2sk] {
    border-bottom: 1px solid #edf2f7;
    padding: 0.75rem 0;
}

.checkout-payer-summary:last-child[b-5pz7ybo2sk] {
    border-bottom: 0;
}

.checkout-confirmation-note[b-5pz7ybo2sk] {
    align-items: center;
    color: #52627a;
    display: flex;
    gap: 0.6rem;
    margin-top: 1rem;
}

.checkout-execution-panel[b-5pz7ybo2sk] {
    border-top: 1px solid #e2e8f0;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.checkout-execution-runner[b-5pz7ybo2sk] {
    display: grid;
    gap: 1rem;
}

.checkout-execution-header[b-5pz7ybo2sk] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.checkout-execution-amount[b-5pz7ybo2sk] {
    align-items: flex-end;
    color: #0f172a;
    display: grid;
    justify-items: end;
    min-width: 7rem;
}

.checkout-execution-amount span[b-5pz7ybo2sk] {
    color: #5e6c84;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.checkout-execution-amount strong[b-5pz7ybo2sk] {
    font-size: 1.35rem;
    font-weight: 800;
}

.checkout-execution-queue[b-5pz7ybo2sk] {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.checkout-execution-queue-item[b-5pz7ybo2sk] {
    align-items: center;
    border: 1px solid #d8e1ee;
    border-radius: 1rem;
    display: grid;
    gap: 0.9rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 0.85rem 1rem;
}

.checkout-execution-queue-item.current[b-5pz7ybo2sk] {
    border-color: #0f6ec8;
    box-shadow: 0 10px 24px rgba(15, 110, 200, 0.12);
}

.checkout-execution-queue-item.completed[b-5pz7ybo2sk] {
    background: #f3fbf6;
    border-color: #bbf7d0;
}

.checkout-execution-queue-item.interrupted[b-5pz7ybo2sk] {
    background: #fff7ed;
    border-color: #fdba74;
}

.checkout-execution-queue-marker[b-5pz7ybo2sk] {
    align-items: center;
    background: #eff6ff;
    border-radius: 999px;
    color: #0f6ec8;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.checkout-execution-queue-item.completed .checkout-execution-queue-marker[b-5pz7ybo2sk] {
    background: #dcfce7;
    color: #15803d;
}

.checkout-execution-queue-item.interrupted .checkout-execution-queue-marker[b-5pz7ybo2sk] {
    background: #ffedd5;
    color: #c2410c;
}

.checkout-execution-queue-copy[b-5pz7ybo2sk] {
    display: grid;
    min-width: 0;
}

.checkout-execution-queue-copy strong[b-5pz7ybo2sk] {
    font-size: 0.98rem;
}

.checkout-execution-queue-copy span[b-5pz7ybo2sk] {
    color: #5e6c84;
    font-size: 0.9rem;
}

.checkout-execution-queue-state[b-5pz7ybo2sk] {
    color: #52627a;
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
}

.checkout-sidebar-card[b-5pz7ybo2sk] {
    position: sticky;
    top: 1.5rem;
}

.checkout-sidebar-title[b-5pz7ybo2sk] {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0.35rem 0 0;
}

.checkout-sidebar-section[b-5pz7ybo2sk] {
    border-top: 1px solid #edf2f7;
    margin-top: 1.1rem;
    padding-top: 1.1rem;
}

.checkout-sidebar-lines[b-5pz7ybo2sk] {
    gap: 0.6rem;
}

.checkout-alert[b-5pz7ybo2sk] {
    border-radius: 1rem;
}

@media (min-width: 1100px) {
    .checkout-layout[b-5pz7ybo2sk] {
        align-items: start;
        grid-template-columns: minmax(0, 1.8fr) minmax(300px, 0.9fr);
    }
}

@media (max-width: 1099px) {
    .checkout-sidebar-card[b-5pz7ybo2sk] {
        position: static;
    }
}

@media (max-width: 767px) {
    .checkout-wizard-header[b-5pz7ybo2sk] {
        flex-direction: column;
    }

    .checkout-page-title[b-5pz7ybo2sk] {
        font-size: 1.55rem;
    }

    .checkout-step-pill[b-5pz7ybo2sk] {
        width: 100%;
    }

    .checkout-line-item[b-5pz7ybo2sk],
    .checkout-summary-row[b-5pz7ybo2sk],
    .checkout-sidebar-row[b-5pz7ybo2sk],
    .checkout-sidebar-line[b-5pz7ybo2sk] {
        align-items: flex-start;
        flex-direction: column;
    }
}

.checkout-layout-redesign[b-5pz7ybo2sk] {
    align-items: start;
    gap: 2rem;
}

.checkout-redesign-card[b-5pz7ybo2sk],
.checkout-summary-side-card[b-5pz7ybo2sk] {
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: none;
    overflow: hidden;
}

.checkout-redesign-card[b-5pz7ybo2sk] {
    border: 1px solid #bfd0f2;
}

.checkout-summary-side-card[b-5pz7ybo2sk] {
    border: 1px solid #bfd0f2;
    box-shadow: none;
    overflow: visible;
}

.checkout-redesign-body[b-5pz7ybo2sk],
.checkout-summary-side-body[b-5pz7ybo2sk] {
    padding: 2rem;
}

.checkout-summary-side-body[b-5pz7ybo2sk] {
    padding: 1.5rem;
}

.checkout-redesign-header[b-5pz7ybo2sk] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.checkout-redesign-title[b-5pz7ybo2sk] {
    color: #2a3039;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.checkout-redesign-subtitle[b-5pz7ybo2sk] {
    color: #9a9a9a;
    font-size: 1rem;
    margin: 0.5rem 0 0;
}

.checkout-workflow-progress[b-5pz7ybo2sk] {
    align-items: flex-start;
    display: flex;
    gap: 0;
    margin-bottom: 2rem;
    padding-inline: clamp(0rem, 2vw, 2.5rem);
}

.checkout-workflow-progress-segment[b-5pz7ybo2sk] {
    align-items: flex-start;
    display: flex;
    flex: 1 1 0;
    gap: 1rem;
    min-width: 0;
}

.checkout-workflow-progress-node[b-5pz7ybo2sk] {
    display: grid;
    gap: 0.5rem;
    justify-items: center;
    min-width: 7rem;
}

.checkout-workflow-progress-marker[b-5pz7ybo2sk] {
    align-items: center;
    background: #ffffff;
    border: 2px solid #bfd0f2;
    border-radius: 999px;
    color: #9aa7bc;
    display: inline-flex;
    font-size: 1.15rem;
    height: 2.75rem;
    justify-content: center;
    width: 2.75rem;
}

.checkout-workflow-progress-label[b-5pz7ybo2sk] {
    color: #7b8aa0;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
}

.checkout-workflow-progress-line[b-5pz7ybo2sk] {
    align-self: flex-start;
    background: #bfd0f2;
    border-radius: 999px;
    flex: 1 1 auto;
    height: 2px;
    margin-top: 1.35rem;
}

.checkout-workflow-progress-segment.current .checkout-workflow-progress-marker[b-5pz7ybo2sk],
.checkout-workflow-progress-segment.complete .checkout-workflow-progress-marker[b-5pz7ybo2sk] {
    background: #3068d5;
    border-color: #3068d5;
    color: #ffffff;
}

.checkout-workflow-progress-segment.current .checkout-workflow-progress-label[b-5pz7ybo2sk],
.checkout-workflow-progress-segment.complete .checkout-workflow-progress-label[b-5pz7ybo2sk] {
    color: #3068d5;
    font-weight: 600;
}

.checkout-workflow-progress-segment.complete .checkout-workflow-progress-line[b-5pz7ybo2sk] {
    background: #3068d5;
}

.checkout-horizontal-stepper[b-5pz7ybo2sk] {
    display: flex;
    gap: 0;
    margin-bottom: 1.75rem;
    padding-inline: 0.25rem;
}

.checkout-horizontal-step[b-5pz7ybo2sk] {
    align-items: center;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
    position: relative;
    text-align: center;
}

.checkout-horizontal-step:not(:first-child)[b-5pz7ybo2sk]::before {
    background: #bfd0f2;
    content: "";
    height: 2px;
    position: absolute;
    left: calc(50% + 2rem);
    top: 21px;
    width: calc(100% - 4rem);
    z-index: 0;
}

.checkout-horizontal-step-marker[b-5pz7ybo2sk] {
    align-items: center;
    background: #f1f7ff;
    border-radius: 999px;
    color: #3068d5;
    display: inline-flex;
    flex: 0 0 2.75rem;
    font-size: 1rem;
    font-weight: 600;
    height: 2.75rem;
    justify-content: center;
    position: relative;
    width: 2.75rem;
    z-index: 1;
}

.checkout-horizontal-step-marker > i[b-5pz7ybo2sk] {
    font-size: 1.05rem;
    line-height: 1;
}

.checkout-horizontal-step-marker > .checkout-step-icon-svg[b-5pz7ybo2sk] {
    display: block;
}

.checkout-horizontal-step-label[b-5pz7ybo2sk] {
    color: #3f4c5e;
    font-size: 1rem;
    font-weight: 400;
}

.checkout-horizontal-step.current[b-5pz7ybo2sk] {
    background: transparent;
}

.checkout-horizontal-step.current .checkout-horizontal-step-marker[b-5pz7ybo2sk] {
    background: #3068d5;
    color: #fff;
}

.checkout-horizontal-step.current .checkout-horizontal-step-label[b-5pz7ybo2sk] {
    color: #3068d5;
    font-weight: 600;
}

.checkout-horizontal-step.complete[b-5pz7ybo2sk] {
    background: transparent;
}

.checkout-horizontal-step.complete .checkout-horizontal-step-marker[b-5pz7ybo2sk] {
    background: #3068d5;
    color: #fff;
}

.checkout-horizontal-step.complete[b-5pz7ybo2sk]::before,
.checkout-horizontal-step.current[b-5pz7ybo2sk]::before {
    background: #3068d5;
}

.checkout-horizontal-step-action[b-5pz7ybo2sk] {
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    padding: 0;
    text-align: inherit;
}

.checkout-horizontal-step-action:not(:disabled)[b-5pz7ybo2sk] {
    cursor: pointer;
}

.checkout-horizontal-step-action:not(:disabled):hover .checkout-horizontal-step-marker[b-5pz7ybo2sk],
.checkout-horizontal-step-action:not(:disabled):focus-visible .checkout-horizontal-step-marker[b-5pz7ybo2sk] {
    box-shadow: 0 0 0 0.2rem rgba(48, 104, 213, 0.18);
    transform: translateY(-1px);
}

.checkout-horizontal-step-action:disabled[b-5pz7ybo2sk] {
    cursor: default;
}

.checkout-redesign-panel[b-5pz7ybo2sk] {
    background: #fff;
    padding: 1.35rem;
}

.checkout-panel-title[b-5pz7ybo2sk] {
    color: #3068d5;
    font-size: 1.375rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
}

.checkout-panel-copy[b-5pz7ybo2sk] {
    color: var(--Foundation-Blue-Normal, #3068D5);
    margin: 0 0 1.2rem;
}

.checkout-stage-stack[b-5pz7ybo2sk] {
    display: grid;
    gap: 1rem;
}

.checkout-stage-panel[b-5pz7ybo2sk] {
    display: grid;
    gap: 1rem;
}

.checkout-stage-panel-blocked[b-5pz7ybo2sk] {
    background: linear-gradient(180deg, #fffaf5 0%, #fff 100%);
    border-color: #f4c58d;
}

.checkout-stage-complete-panel[b-5pz7ybo2sk] {
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.checkout-stage-header[b-5pz7ybo2sk] {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.checkout-stage-metrics[b-5pz7ybo2sk] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    width: min(100%, 34rem);
}

.checkout-stage-metric[b-5pz7ybo2sk] {
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    border-radius: 1rem;
    padding: 0.8rem 0.9rem;
}

.checkout-stage-metric span[b-5pz7ybo2sk] {
    color: #64748b;
    display: block;
    font-size: 0.84rem;
    margin-bottom: 0.2rem;
}

.checkout-stage-metric strong[b-5pz7ybo2sk] {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 800;
}

.checkout-stage-card-header[b-5pz7ybo2sk] {
    align-items: flex-start;
    background: var(--Basic-BG-2, #F1F7FF);
    border-radius: 0.5rem 0.5rem 0 0;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin: -1.1rem -1.1rem 0.25rem;
    padding: 1rem 1.1rem 0.85rem;
}

.checkout-stage-card-header-emphasis[b-5pz7ybo2sk] {
    background: #f1f7ff;
    margin: -1.1rem -1.1rem 0;
    padding: 1rem 1.25rem;
}

.checkout-stage-card-header-completed[b-5pz7ybo2sk] {
    border-color: #e0e8f9;
}

.checkout-stage-card-toggle[b-5pz7ybo2sk] {
    align-items: flex-start;
    background: transparent;
    border: 0;
    color: inherit;
    display: flex;
    flex: 1 1 auto;
    padding: 0;
    text-align: right;
}

.checkout-stage-card-toggle-emphasis[b-5pz7ybo2sk] {
    align-items: stretch;
}

.checkout-stage-card-heading[b-5pz7ybo2sk] {
    display: grid;
    gap: 0.45rem;
    width: 100%;
}

.checkout-stage-card-title-row[b-5pz7ybo2sk] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.checkout-stage-card-title-row-emphasis[b-5pz7ybo2sk] {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.checkout-stage-card-title-stack[b-5pz7ybo2sk] {
    display: grid;
    gap: 0.5rem;
    min-width: 0;
}

.checkout-stage-card-status-group[b-5pz7ybo2sk] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 0.5rem;
}

.checkout-status-pill[b-5pz7ybo2sk] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 600;
    gap: 0.35rem;
    line-height: 1;
    min-height: 1.5rem;
    padding: 0.35rem 0.7rem;
}

.checkout-status-pill.text-bg-primary[b-5pz7ybo2sk] {
    background: #e0e8f9;
    color: #3068d5;
}

.checkout-status-pill.text-bg-secondary[b-5pz7ybo2sk] {
    background: #f1f5f9;
    color: #64748b;
}

.checkout-status-pill.text-bg-danger[b-5pz7ybo2sk] {
    background: #fee2e2;
    color: #991b1b;
}

.checkout-status-pill-success[b-5pz7ybo2sk] {
    background: #dff4ea;
    color: #0e4029;
}

.checkout-stage-card-summary-row[b-5pz7ybo2sk] {
    color: #3f4c5e;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.92rem;
    gap: 0.85rem;
}

.checkout-stage-card-summary-strip[b-5pz7ybo2sk] {
    margin: 0 -1.1rem;
    padding: 0 1.1rem 0.95rem;
}

.checkout-stage-card-check[b-5pz7ybo2sk] {
    color: #16a34a;
    display: inline-flex;
    font-size: 1rem;
}

.checkout-stage-card-complete[b-5pz7ybo2sk] {
    background: linear-gradient(180deg, #f7fff9 0%, #fff 100%);
}

.checkout-payer-card[b-5pz7ybo2sk] {
    background: #ffffff;
    overflow: hidden;
    padding: 1.1rem;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
    border: 1px solid #d6dfec;
    border-radius: 0.5rem;
}

.checkout-payer-card + .checkout-payer-card[b-5pz7ybo2sk] {
    margin-top: 1rem;
}

.checkout-payer-card-self-service[b-5pz7ybo2sk] {
    border: none;
    box-shadow: none;
    padding: 0;
}

.checkout-payer-card-header-figma[b-5pz7ybo2sk] {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 1rem 1.5rem 0.5rem;
}

.checkout-payer-identity[b-5pz7ybo2sk] {
    align-items: flex-start;
    display: flex;
    gap: 0;
    min-width: 0;
    width: 100%;
}

.checkout-payer-avatar[b-5pz7ybo2sk] {
    align-items: center;
    background: #3068d5;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.checkout-payer-identity-copy[b-5pz7ybo2sk] {
    display: grid;
    gap: 0.4rem;
    min-width: 0;
}

.checkout-payer-inline-details[b-5pz7ybo2sk] {
    color: #475467;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.94rem;
    gap: 0.9rem;
}

.checkout-payer-inline-detail[b-5pz7ybo2sk] {
    position: relative;
}

.checkout-payer-inline-detail + .checkout-payer-inline-detail[b-5pz7ybo2sk]::before {
    background: #d0d9e5;
    content: "";
    height: 1rem;
    inset-inline-start: -0.45rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.checkout-payer-card-summary-grid[b-5pz7ybo2sk] {
    align-items: start;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.5rem 1.5rem 0;
}

.checkout-payer-summary-choice[b-5pz7ybo2sk],
.checkout-payer-amount-cell[b-5pz7ybo2sk],
.checkout-self-service-mode-card[b-5pz7ybo2sk],
.checkout-field-surface[b-5pz7ybo2sk] {
    background: #ffffff;
    border: 1px solid #d6dfec;
    border-radius: 1.25rem;
}

.checkout-payer-summary-choice[b-5pz7ybo2sk] {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #d6dfec;
    border-radius: 1.25rem;
    display: flex;
    gap: 0.9rem;
    min-height: 4.625rem;
    padding: 1.5rem 1.1rem;
}

.checkout-payer-summary-choice-indicator[b-5pz7ybo2sk] {
    background: #ffffff;
    border: 1.5px solid #3068d5;
    border-radius: 999px;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    margin-top: 0.2rem;
    position: relative;
    width: 1.25rem;
}

.checkout-payer-summary-choice-indicator[b-5pz7ybo2sk]::after {
    background: #3068d5;
    border-radius: 999px;
    content: "";
    height: 0.625rem;
    inset: 50% auto auto 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 0.625rem;
}

.checkout-payer-summary-choice-copy[b-5pz7ybo2sk] {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.checkout-payer-summary-label[b-5pz7ybo2sk],
.checkout-payer-amount-label[b-5pz7ybo2sk] {
    color: #667085;
    font-size: 0.75rem;
    font-weight: 500;
}

.checkout-payer-summary-value[b-5pz7ybo2sk],
.checkout-payer-amount-value[b-5pz7ybo2sk] {
    color: #101828;
    font-size: 1rem;
    font-weight: 700;
}

.checkout-payer-summary-meta[b-5pz7ybo2sk] {
    color: #475467;
    font-size: 0.9rem;
}

.checkout-payer-amount-cell[b-5pz7ybo2sk] {
    align-content: center;
    display: grid;
    gap: 0.25rem;
    min-width: 8.875rem;
    min-height: 4.625rem;
    padding: 0.95rem 1rem;
    text-align: right;
}

.checkout-payer-body-self-service[b-5pz7ybo2sk] {
    gap: 1.25rem;
    margin-top: 0.75rem;
    padding: 1rem 1.5rem 1.5rem;
}

.checkout-self-service-mode-grid[b-5pz7ybo2sk],
.checkout-self-service-field-grid[b-5pz7ybo2sk] {
    display: grid;
    gap: 1rem;
}

.checkout-self-service-mode-grid[b-5pz7ybo2sk] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.checkout-self-service-field-grid[b-5pz7ybo2sk] {
    direction: rtl;
    padding: 0rem 1rem 0rem 2.25rem;
    justify-content: start;
    justify-items: stretch;
}

.checkout-self-service-field-grid .checkout-field-surface[b-5pz7ybo2sk] {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.checkout-self-service-checkbox-row[b-5pz7ybo2sk] {
    align-items: center;
    color: #2a3039;
    direction: rtl;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
    min-height: 22px;
}

.checkout-self-service-checkbox-row.checkout-form-check[b-5pz7ybo2sk] {
    padding: 0;
}

.checkout-self-service-checkbox-row .form-check-input[b-5pz7ybo2sk] {
    accent-color: #3068d5;
    float: none;
    height: 1rem;
    margin: 0;
    width: 1rem;
}

.checkout-self-service-checkbox-row .form-check-label[b-5pz7ybo2sk] {
    color: #2a3039;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
}

.checkout-self-service-checkbox-row .form-check-input:disabled + .form-check-label[b-5pz7ybo2sk] {
    cursor: default;
}

.checkout-self-service-recurring-checkbox[b-5pz7ybo2sk] {
    align-items: center;
    direction: rtl;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
    margin-bottom: 1rem;
    padding: 0;
}

.checkout-self-service-recurring-checkbox .form-check-input[b-5pz7ybo2sk] {
    accent-color: #3068d5;
    border-radius: 0.25rem;
    float: none;
    height: 18px;
    margin: 0;
    min-height: 18px;
    min-width: 18px;
    width: 18px;
}

.checkout-self-service-recurring-checkbox .form-check-label[b-5pz7ybo2sk] {
    color: #2a3039;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
}

.checkout-self-service-recurring-checkbox .form-check-input:disabled + .form-check-label[b-5pz7ybo2sk] {
    color: #64748b;
    cursor: default;
}

.checkout-self-service-mode-card[b-5pz7ybo2sk] {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 1rem;
    min-height: 4.625rem;
    padding: 1rem 1.1rem;
    text-align: right;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.checkout-self-service-mode-card:hover[b-5pz7ybo2sk],
.checkout-field-surface:hover[b-5pz7ybo2sk],
.checkout-payer-summary-choice:hover[b-5pz7ybo2sk] {
    border-color: #bfd0f2;
}

.checkout-self-service-mode-card.selected[b-5pz7ybo2sk] {
    border-color: #3068d5;
    box-shadow: 0 0 0 1px rgba(48, 104, 213, 0.14);
}

.checkout-self-service-mode-title[b-5pz7ybo2sk] {
    color: #2a3039;
    font-size: 1rem;
    font-weight: 600;
}

.checkout-field-surface[b-5pz7ybo2sk] {
    padding: 1rem;
}

.checkout-payer-card-self-service .checkout-option-card-grid[b-5pz7ybo2sk] {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    justify-content: stretch;
    margin-bottom: 0;
    width: 100%;
}

.checkout-payer-card-self-service .checkout-option-card[b-5pz7ybo2sk] {
    border-color: #d6dfec;
    border-radius: 1.25rem;
    min-height: 4.625rem;
}

.checkout-payer-card-self-service .checkout-option-card.selected[b-5pz7ybo2sk] {
    box-shadow: 0 0 0 1px rgba(48, 104, 213, 0.14);
}

.checkout-payer-card-self-service .checkout-installments-field[b-5pz7ybo2sk] {
    max-width: none;
}

.checkout-payer-card-self-service .checkout-panel-actions[b-5pz7ybo2sk] {
    margin-top: 0.25rem;
}

.checkout-payer-card.active[b-5pz7ybo2sk] {
    border: 1px solid var(--Foundation-Blue-Normal, #3068D5);
    box-shadow: 0 0 0 1px rgba(48, 104, 213, 0.12);
    
}

.checkout-payer-card-completed[b-5pz7ybo2sk] {
    border-color: #e0e8f9;
}

.checkout-payer-card-completed.active[b-5pz7ybo2sk] {
    border-color: #e0e8f9;
    box-shadow: none;
}

.checkout-payer-card.inactive[b-5pz7ybo2sk] {
    cursor: pointer;
}

.checkout-payer-heading-row[b-5pz7ybo2sk] {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.checkout-payer-meta-list[b-5pz7ybo2sk] {
    color: #475569;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.45rem;
}

.checkout-payer-meta-item[b-5pz7ybo2sk] {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
}

.checkout-delete-icon-button[b-5pz7ybo2sk] {
    color: #b42318;
    font-size: 1rem;
    padding: 0.1rem;
    text-decoration: none;
}

.checkout-delete-icon-button-surface[b-5pz7ybo2sk] {
    color: #3f4c5e;
}

.checkout-stage-card-header-spacer[b-5pz7ybo2sk] {
    flex: 0 0 1.75rem;
}

.checkout-payer-detail-strip[b-5pz7ybo2sk] {
    color: #676767;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.95rem;
    gap: 0.9rem;
}

.checkout-payer-detail[b-5pz7ybo2sk] {
    position: relative;
}

.checkout-payer-detail + .checkout-payer-detail[b-5pz7ybo2sk]::before {
    background: #bfd0f2;
    content: "";
    height: 1rem;
    inset-inline-start: -0.45rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.checkout-delete-icon-button:disabled[b-5pz7ybo2sk] {
    color: #94a3b8;
    cursor: not-allowed;
}

.checkout-payer-body.disabled[b-5pz7ybo2sk] {
    opacity: 0.55;
    pointer-events: none;
}

.checkout-payer-body[b-5pz7ybo2sk] {
    display: grid;
    gap: 1rem;
    padding-top: 1rem;
}

.checkout-completed-payment-note[b-5pz7ybo2sk] {
    align-items: center;
    background: #eaf8f1;
    border: 1px solid #29b674;
    border-radius: 0.5rem;
    color: #0e4029;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: flex-end;
    padding: 0.75rem 1rem;
}

.checkout-payer-card-completed .checkout-payer-body[b-5pz7ybo2sk] {
    gap: 0.75rem;
    padding-top: 0.75rem;
}

.checkout-payer-field-grid[b-5pz7ybo2sk] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.checkout-immediate-config-grid[b-5pz7ybo2sk] {
    align-items: end;
    display: grid;
    gap: 1.25rem 1.5rem;
    grid-template-columns: 9rem minmax(0, 1fr);
}

.checkout-immediate-amount-field[b-5pz7ybo2sk],
.checkout-immediate-method-field[b-5pz7ybo2sk] {
    margin-top: 0;
    min-width: 0;
}

.checkout-staff-total-field[b-5pz7ybo2sk] {
    align-content: center;
}

.checkout-staff-checkbox[b-5pz7ybo2sk] {
    margin-top: 1rem;
}

.checkout-payment-method-block[b-5pz7ybo2sk] {
    display: grid;
    gap: 1rem;
}

.checkout-payment-method-divider[b-5pz7ybo2sk] {
    width: 100%;
    height: 1px;
    background: #bfd0f2;
}

.checkout-staff-method-grid[b-5pz7ybo2sk] {
    display: grid;
    gap: 1rem 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(110px, max-content));
}

.checkout-staff-method-grid-inline[b-5pz7ybo2sk] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
}

.checkout-inline-installment-picker[b-5pz7ybo2sk] {
    align-items: center;
    display: inline-flex;
}

.checkout-installment-select[b-5pz7ybo2sk] {
    background-color: #ffffff;
    border: 1px solid #bfd0f2;
    border-radius: 0.625rem;
    color: #2a3039;
    font-size: 1.125rem;
    min-height: 2.5rem !important;
    padding-inline: 0.75rem 2rem;
    text-align: center;
    width: 5.25rem;
}

.checkout-installment-select:focus[b-5pz7ybo2sk] {
    border-color: #3068d5;
    box-shadow: 0 0 0 0.15rem rgba(48, 104, 213, 0.14);
}

.checkout-staff-method-option[b-5pz7ybo2sk] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    gap: 0.6rem;
    min-height: auto;
    padding: 0;
}

.checkout-staff-method-option.selected[b-5pz7ybo2sk] {
    background: transparent;
    border-color: transparent;
}

.checkout-staff-method-option.selected span[b-5pz7ybo2sk] {
    color: #3068d5;
    font-weight: 600;
}

.checkout-staff-method-option input[b-5pz7ybo2sk] {
    margin: 0;
    accent-color: #3068d5;
}

.checkout-additional-payer-card[b-5pz7ybo2sk] {
    margin-top: 1rem;
}

.checkout-additional-payer-grid[b-5pz7ybo2sk] {
    align-items: end;
}

.checkout-additional-payer-action[b-5pz7ybo2sk] {
    display: flex;
    justify-content: flex-start;
}

.checkout-payer-card-header[b-5pz7ybo2sk] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.checkout-payer-title[b-5pz7ybo2sk] {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
}

.checkout-payer-subtitle[b-5pz7ybo2sk] {
    color: #64748b;
    font-size: 0.92rem;
    margin-top: 0.25rem;
}

.checkout-payer-actions[b-5pz7ybo2sk] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.checkout-icon-button[b-5pz7ybo2sk],
.checkout-delete-button[b-5pz7ybo2sk] {
    border-radius: 999px;
    color: #0f6ec8;
    font-weight: 700;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
}

.checkout-delete-button[b-5pz7ybo2sk] {
    color: #b42318;
}

.checkout-option-card-grid[b-5pz7ybo2sk] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 246px));
    justify-content: start;
    margin-bottom: 1rem;
    width: min(100%, 508px);
}

.checkout-installments-field[b-5pz7ybo2sk] {
    max-width: 246px;
    width: 100%;
}

.checkout-option-card[b-5pz7ybo2sk] {
    align-items: center;
    background: #fff;
    border: 1px solid #eaf0fb;
    border-radius: 0.5rem;
    cursor: pointer;
    display: flex;
    gap: 1rem;
    min-height: 80px;
    padding: 1rem;
    text-align: right;
    transition: border-color 0.18s ease;
}

.checkout-option-card:hover[b-5pz7ybo2sk] {
    border-color: #bfd0f2;
}

.checkout-option-card.selected[b-5pz7ybo2sk] {
    background: #ffffff;
    border: 2px solid #3068d5;
}

.checkout-option-content[b-5pz7ybo2sk] {
    display: grid;
    gap: 0.35rem;
    min-width: 0;
}

.checkout-option-title[b-5pz7ybo2sk] {
    font-size: 1rem;
    font-weight: 600;
    color: #2a3039;
}

.checkout-option-radio[b-5pz7ybo2sk] {
    background: #ffffff;
    border: 1px solid #bfd0f2;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 18px;
    height: 18px;
    position: relative;
    width: 18px;
}

.checkout-option-card.selected .checkout-option-radio[b-5pz7ybo2sk] {
    border-color: #3068d5;
}

.checkout-option-card.selected .checkout-option-radio[b-5pz7ybo2sk]::after {
    background: #3068d5;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
}

.checkout-form-check[b-5pz7ybo2sk] {
    margin: 0;
    padding: 0rem 1rem 0rem 2.25rem;
}

.checkout-form-check .form-check-input[b-5pz7ybo2sk] {
    float: right;
}

.checkout-add-payer-button[b-5pz7ybo2sk] {
    margin-top: 1rem;
}

.checkout-panel-actions[b-5pz7ybo2sk] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.25rem;
}

.checkout-payer-card .checkout-panel-actions[b-5pz7ybo2sk] {
    justify-content: flex-end;
}

.checkout-primary-button[b-5pz7ybo2sk] {
    background: #2a3039;
    border: 0;
    border-radius: 24px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    min-height: 38px;
    min-width: 105px;
    padding: 0.5rem 1.5rem;
}

.btn-outline-secondary[b-5pz7ybo2sk] {
    border-radius: 24px;
    border: 1px solid var(--Basic-Dark---Text, #3F4C5E);
    background: var(--Basic-White, #FFF);
    color: var(--Basic-Dark---Text, #3F4C5E);
    font-size: 1rem;
    font-weight: 600;
    min-height: 38px;
    min-width: 105px;
    padding: 0.5rem 1.5rem;
}

.checkout-primary-button:hover[b-5pz7ybo2sk],
.checkout-primary-button:focus[b-5pz7ybo2sk] {
    background: #1f252d;
    border-color: transparent;
    color: #ffffff;
}

.checkout-primary-button:disabled[b-5pz7ybo2sk] {
    background: #9aa3b1;
    border-color: transparent;
    color: #ffffff;
}

.checkout-active-payer-name[b-5pz7ybo2sk] {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.checkout-payment-payer-step-indicator[b-5pz7ybo2sk] {
    align-items: center;
    background: #eef6ff;
    border: 1px solid #cfe2ff;
    border-radius: 1rem;
    display: inline-flex;
    gap: 0.55rem;
    margin-bottom: 1rem;
    padding: 0.65rem 0.9rem;
}

.checkout-payment-payer-step-label[b-5pz7ybo2sk] {
    color: #52627a;
    font-size: 0.88rem;
    font-weight: 700;
}

.checkout-payment-payer-step-value[b-5pz7ybo2sk] {
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 800;
}

.checkout-payment-summary-grid[b-5pz7ybo2sk] {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 1fr;
}

.checkout-payment-summary-grid .checkout-readonly-field[b-5pz7ybo2sk] {
    align-items: baseline;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    gap: 1rem;
    padding: 0;
}

.checkout-payment-summary-grid .checkout-readonly-label[b-5pz7ybo2sk] {
    color: #2a3039;
    font-size: 1rem;
    font-weight: 600;
}

.checkout-payment-summary-grid .checkout-readonly-value[b-5pz7ybo2sk] {
    color: #2a3039;
    font-size: 1rem;
    font-weight: 400;
}

.checkout-inline-manual-payment[b-5pz7ybo2sk] {
    margin-top: 1rem;
    min-width: 0;
    overflow: visible;
}

.checkout-inline-cash-payment[b-5pz7ybo2sk] {
    display: grid;
}

.checkout-manual-cash-card[b-5pz7ybo2sk] {
    border: 1px solid #dbe3ee;
    border-radius: 1rem;
    overflow: hidden;
}

.checkout-manual-cash-header[b-5pz7ybo2sk] {
    background: #198754;
    color: #fff;
    font-weight: 800;
}

.checkout-manual-cash-grid[b-5pz7ybo2sk] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.checkout-manual-cash-input[b-5pz7ybo2sk] {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
}

.checkout-readonly-field[b-5pz7ybo2sk] {
    background: #ffffff;
    /* border: 1px solid #bfd0f2; */
    border-radius: 0.5rem;
    display: grid;
    gap: 0.3rem;
    padding: 1rem;
}

.checkout-readonly-label[b-5pz7ybo2sk] {
    color: #2a3039;
    font-size: 0.88rem;
    font-weight: 400;
}

.checkout-readonly-value[b-5pz7ybo2sk] {
    color: #3f4c5e;
    font-size: 1rem;
    font-weight: 800;
}

.checkout-payer-card .form-label[b-5pz7ybo2sk] {
    color: #2a3039;
    font-size: 0.875rem;
    font-weight: 400;
}

.checkout-payer-card .form-control[b-5pz7ybo2sk],
.checkout-payer-card .form-select[b-5pz7ybo2sk] {
    border: 1px solid #bfd0f2;
    border-radius: 0.5rem;
    color: #676767;
    min-height: 3rem;
}

.checkout-payer-card .form-control:focus[b-5pz7ybo2sk],
.checkout-payer-card .form-select:focus[b-5pz7ybo2sk] {
    border-color: #3068d5;
    box-shadow: 0 0 0 0.2rem rgba(48, 104, 213, 0.14);
}

.checkout-bank-account-input[b-5pz7ybo2sk] {
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    border-radius: 0.85rem;
    box-shadow: 0 8px 18px rgba(48, 104, 213, 0.06);
    color: #2a3039;
    font-weight: 500;
}

.checkout-save-card-toggle[b-5pz7ybo2sk] {
    margin-top: 1rem;
}

.checkout-commercial-terms[b-5pz7ybo2sk] {
    margin-top: 1.25rem;
}

.checkout-commercial-terms-check[b-5pz7ybo2sk] {
    margin-top: 0.75rem;
}

.checkout-saved-card-toggle-inline[b-5pz7ybo2sk] {
    background: transparent;
    border: 0;
    padding: 0;
}

.checkout-saved-card-toggle-inline .form-check-input[b-5pz7ybo2sk] {
    accent-color: #3068d5;
}

.checkout-saved-card-toggle-inline .form-check-label[b-5pz7ybo2sk] {
    color: #2a3039;
    font-size: 1rem;
}

.checkout-saved-card-select-field[b-5pz7ybo2sk] {
    max-width: 20rem;
}

.checkout-iframe-host[b-5pz7ybo2sk] {
    margin-top: 1rem;
}

.checkout-payment-iframe[b-5pz7ybo2sk] {
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 1rem;
    min-height: 38rem;
    width: 100%;
}

.checkout-summary-side-card[b-5pz7ybo2sk] {
    border: 1px solid #bfd0f2;
    border-radius: 0.5rem;
    position: sticky;
    top: 1.5rem;
}

.checkout-summary-side-heading[b-5pz7ybo2sk] {
    border-radius: 0.5rem 0.5rem 0 0;
    
}

.checkout-summary-side-title[b-5pz7ybo2sk] {
    color: var(--Foundation-Blue-Normal, #3068D5);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-align: center;
    background: var(--Basic-BG-2, #F1F7FF);
}

.checkout-summary-payer-section + .checkout-summary-payer-section[b-5pz7ybo2sk] {
    border-top: 0;
    background-image: repeating-linear-gradient(to right, #E0E8F9 0, #E0E8F9 16px, transparent 16px, transparent 26px);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: auto 2px;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    position: relative;
}

.checkout-summary-payer-section + .checkout-summary-payer-section[b-5pz7ybo2sk]::before,
.checkout-summary-payer-section + .checkout-summary-payer-section[b-5pz7ybo2sk]::after {
    background: #F1F7FF;
    border: 1px solid #bfd0f2;
    box-sizing: border-box;
    content: "";
    height: 2rem;
    pointer-events: none;
    position: absolute;
    top: -1rem;
    width: 1rem;
    z-index: 1;
}

.checkout-summary-payer-section + .checkout-summary-payer-section[b-5pz7ybo2sk]::before {
    border-left: 0;
    border-radius: 0 1rem 1rem 0;
    left: calc(-1.5rem - 1px);
}

.checkout-summary-payer-section + .checkout-summary-payer-section[b-5pz7ybo2sk]::after {
    border-radius: 1rem 0 0 1rem;
    border-right: 0;
    right: calc(-1.5rem - 1px);
}

.checkout-summary-payer-title[b-5pz7ybo2sk] {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 1rem;
}

.checkout-summary-subsection + .checkout-summary-subsection[b-5pz7ybo2sk] {
    margin-top: 1rem;
}

.checkout-summary-subtitle[b-5pz7ybo2sk] {
    color: #2a3039;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.9rem;
}

.checkout-summary-line[b-5pz7ybo2sk],
.checkout-summary-total-line[b-5pz7ybo2sk] {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.55rem 0;
}

.checkout-summary-line[b-5pz7ybo2sk] {
    color: #3f4c5e;
    font-size: 1rem;
    line-height: 1.25;
}

.checkout-summary-line > strong[b-5pz7ybo2sk],
.checkout-summary-future-price > strong[b-5pz7ybo2sk] {
    color: #3f4c5e;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.15;
}

.checkout-summary-line > div span[b-5pz7ybo2sk],
.checkout-summary-line > span[b-5pz7ybo2sk] {
    color: #3f4c5e;
    font-size: 1rem;
    font-weight: 400;
}

.checkout-summary-total-line[b-5pz7ybo2sk] {
    color: #3068d5;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.3;
    padding-top: 1.1rem;
}

.checkout-summary-total-line-primary[b-5pz7ybo2sk] {
    border-top: 1px solid #d6e2f7;
    margin-top: 0.6rem;
}

.checkout-summary-total-line > span[b-5pz7ybo2sk] {
    font-size: 1.25rem;
    font-weight: 400;
}

.checkout-summary-total-line > strong[b-5pz7ybo2sk] {
    font-size: 1.375rem;
    font-weight: 700;
}

.checkout-summary-future-price[b-5pz7ybo2sk] {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.checkout-summary-future-meta[b-5pz7ybo2sk] {
    color: #9a9a9a;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

.checkout-summary-paid-banner[b-5pz7ybo2sk] {
    align-items: center;
    background: #eaf8f1;
    border: 1px solid #29b674;
    border-radius: 0.5rem;
    color: #0e4029;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    justify-content: space-between;
    margin-top: 0.75rem;
    padding: 0.65rem 0.9rem;
}

.checkout-payer-card .checkout-primary-button[b-5pz7ybo2sk] {
    min-width: 105px;
}

.checkout-payer-card .checkout-primary-button:hover[b-5pz7ybo2sk],
.checkout-payer-card .checkout-primary-button:focus[b-5pz7ybo2sk] {
    background: #1f252d;
    border-color: transparent;
    color: #ffffff;
}

.checkout-payer-card .checkout-primary-button:disabled[b-5pz7ybo2sk] {
    background: #9aa3b1;
    border-color: transparent;
    color: #ffffff;
}

.checkout-summary-future-price[b-5pz7ybo2sk] {
    align-items: flex-end;
    color: #3f4c5e;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.checkout-summary-future-meta[b-5pz7ybo2sk] {
    color: #9a9a9a;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

.checkout-modal-backdrop[b-5pz7ybo2sk],
.checkout-processing-overlay[b-5pz7ybo2sk] {
    align-items: center;
    background: rgba(15, 23, 42, 0.65);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.25rem;
    position: fixed;
    z-index: 1050;
}

.checkout-modal-card[b-5pz7ybo2sk],
.checkout-status-modal[b-5pz7ybo2sk],
.checkout-processing-card[b-5pz7ybo2sk] {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);
    width: min(100%, 34rem);
}

.checkout-contact-search-modal[b-5pz7ybo2sk] {
    width: min(100%, 46.75rem);
}

.checkout-modal-header[b-5pz7ybo2sk],
.checkout-modal-footer[b-5pz7ybo2sk] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
}

.checkout-modal-header[b-5pz7ybo2sk] {
    border-bottom: 0;
    padding: 1rem 1.5rem 0.5rem;
}

.checkout-modal-footer[b-5pz7ybo2sk] {
    border-top: 1px solid #e0e8f9;
    gap: 0.75rem;
    justify-content: flex-end;
    padding: 0.9rem 1.5rem 1.25rem;
}

.checkout-contact-search-modal[b-5pz7ybo2sk] {
    display: flex;
    flex-direction: column;
    max-height: min(90vh, 52rem);
}

.checkout-modal-title[b-5pz7ybo2sk] {
    color: #3068d5;
    font-size: 1.375rem;
    font-weight: 700;
    margin: 0;
}

.checkout-modal-body[b-5pz7ybo2sk] {
    display: grid;
    gap: 1rem;
    padding: 0.75rem 1.5rem 1.5rem;
}

.checkout-new-payer-search-row[b-5pz7ybo2sk] {
    align-items: end;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
}

.checkout-contact-search-shell[b-5pz7ybo2sk] {
    margin-bottom: 0.25rem;
}

.checkout-contact-search-input-group[b-5pz7ybo2sk] {
    display: grid;
    flex: 1 1 auto;
    gap: 0.4rem;
    min-width: 0;
}

.checkout-contact-search-label[b-5pz7ybo2sk] {
    color: #676767;
    font-size: 0.8rem;
    font-weight: 400;
    margin-bottom: 0;
}

.checkout-contact-search-input[b-5pz7ybo2sk] {
    border-color: #bfd0f2;
    border-radius: 0.5rem;
    color: #2a3039;
    min-height: 2.75rem;
    text-align: right;
}

.checkout-contact-search-input[b-5pz7ybo2sk]::placeholder {
    color: #9a9a9a;
}

.checkout-contact-search-button[b-5pz7ybo2sk] {
    align-items: center;
    background: #2a3039;
    border: 0;
    border-radius: 0.5rem;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 600;
    justify-content: center;
    min-height: 2.75rem;
    min-width: 4rem;
    padding: 0.5rem 1rem;
}

.checkout-contact-search-button:hover[b-5pz7ybo2sk],
.checkout-contact-search-button:focus[b-5pz7ybo2sk] {
    background: #20252d;
    color: #ffffff;
}

.checkout-contact-search-button:disabled[b-5pz7ybo2sk] {
    background: #9aa6b2;
    color: #ffffff;
}

.checkout-modal-close[b-5pz7ybo2sk] {
    flex: 0 0 auto;
    margin: 0;
    opacity: 0.5;
}

.checkout-new-payer-results[b-5pz7ybo2sk] {
    display: grid;
    gap: 0.625rem;
    max-height: min(45vh, 24rem);
    overflow-y: auto;
    padding-inline-end: 0.25rem;
    box-shadow: none;
}

.checkout-new-payer-result-card[b-5pz7ybo2sk] {
  align-items: center;
  border: 1px solid var(--Foundation-Blue-Normal, #3068D5);
  background: var(--Basic-BG-2, #F1F7FF);
  border-radius: 0.5rem;
  color: inherit;
  display: flex;
  gap: 0;
  justify-content: stretch;
  padding: 0.8rem 0.9rem;
  text-align: right;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.checkout-new-payer-result-card:hover:enabled[b-5pz7ybo2sk] {
    border-color: #3068d5;
    box-shadow: 0 0 0 1px rgba(48, 104, 213, 0.1);
}

.checkout-new-payer-result-card.selected[b-5pz7ybo2sk] {
    background: #f8fbff;
    border-color: #3068d5;
    box-shadow: 0 0 0 1px rgba(48, 104, 213, 0.18);
}

.checkout-new-payer-result-card:disabled[b-5pz7ybo2sk] {
    cursor: not-allowed;
    opacity: 0.6;
}

.checkout-new-payer-result-grid[b-5pz7ybo2sk] {
    align-items: center;
    display: flex;
    min-width: 0;
    width: 100%;
}

.checkout-new-payer-result-cell[b-5pz7ybo2sk] {
    min-width: 0;
    overflow: hidden;
    padding-inline: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-new-payer-result-cell + .checkout-new-payer-result-cell[b-5pz7ybo2sk] {
    border-inline-start: 1px solid #dbe7fb;
}

.checkout-new-payer-result-name[b-5pz7ybo2sk] {
    color: #2a3039;
    flex: 0 0 auto;
    font-weight: 700;
    padding-inline-start: 0;
}

.checkout-new-payer-result-meta[b-5pz7ybo2sk] {
    color: #676767;
    flex: 1 1 0;
    font-size: 0.875rem;
    text-align: center;
}

.checkout-contact-search-empty-state[b-5pz7ybo2sk] {
    color: #676767;
}

.checkout-contact-create-link[b-5pz7ybo2sk] {
    align-self: flex-start;
    color: #3068d5;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}

.checkout-contact-create-link:hover[b-5pz7ybo2sk],
.checkout-contact-create-link:focus[b-5pz7ybo2sk] {
    color: #1f56bf;
    text-decoration: underline;
}

.checkout-contact-create-form[b-5pz7ybo2sk] {
    border-top: 1px solid #e0e8f9;
    display: grid;
    gap: 0.75rem;
    padding-top: 1rem;
}

.checkout-contact-create-form-header[b-5pz7ybo2sk] {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.checkout-status-modal[b-5pz7ybo2sk] {
    padding: 1.75rem;
    text-align: center;
}

.checkout-status-icon[b-5pz7ybo2sk] {
    font-size: 3rem;
    margin-bottom: 0.75rem;
}

.checkout-status-modal.success .checkout-status-icon[b-5pz7ybo2sk] {
    color: #16a34a;
}

.checkout-status-modal.failure .checkout-status-icon[b-5pz7ybo2sk] {
    color: #dc2626;
}

.checkout-status-title[b-5pz7ybo2sk] {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0;
}

.checkout-status-message[b-5pz7ybo2sk] {
    color: #52627a;
    margin: 0.75rem 0 1.25rem;
}

.checkout-processing-card[b-5pz7ybo2sk] {
    align-items: center;
    background: transparent;
    box-shadow: none;
    display: flex;
    justify-content: center;
    min-height: 8rem;
    width: auto;
}

.link-ation[b-5pz7ybo2sk] {
  color: var(--Foundation-Blue-Normal, #3068D5);
  text-align: right;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 1100px) {
    .checkout-layout-redesign[b-5pz7ybo2sk] {
        grid-template-columns: minmax(0, 848px) minmax(320px, 416px);
        justify-content: center;
    }
}

@media (max-width: 1099px) {
    .checkout-summary-side-card[b-5pz7ybo2sk] {
        position: static;
    }
}

@media (max-width: 767px) {
    .checkout-payment-page[b-5pz7ybo2sk]::before {
        height: 68px;
        opacity: 0.8;
        right: -5rem;
        top: 154px;
        width: 300px;
    }

    .checkout-redesign-header[b-5pz7ybo2sk],
    .checkout-payer-card-header[b-5pz7ybo2sk],
    .checkout-payer-heading-row[b-5pz7ybo2sk],
    .checkout-modal-header[b-5pz7ybo2sk],
    .checkout-modal-footer[b-5pz7ybo2sk] {
        flex-direction: column;
    }

    .checkout-new-payer-result-card[b-5pz7ybo2sk] {
        align-items: flex-start;
    }

    .checkout-new-payer-search-row[b-5pz7ybo2sk],
    .checkout-contact-create-form-header[b-5pz7ybo2sk],
    .checkout-new-payer-result-grid[b-5pz7ybo2sk] {
        flex-direction: column;
    }

    .checkout-contact-search-button[b-5pz7ybo2sk] {
        width: 100%;
    }

    .checkout-new-payer-result-cell[b-5pz7ybo2sk] {
        border-inline-start: 0;
        padding-inline: 0;
        text-align: right;
        width: 100%;
    }

    .checkout-new-payer-result-meta[b-5pz7ybo2sk] {
        white-space: normal;
    }

    .checkout-horizontal-stepper[b-5pz7ybo2sk] {
        flex-direction: column;
        gap: 1rem;
    }

    .checkout-horizontal-step:not(:first-child)[b-5pz7ybo2sk]::before {
        display: none;
    }

    .checkout-workflow-progress[b-5pz7ybo2sk] {
        flex-direction: column;
        gap: 1rem;
        padding-inline: 0;
    }

    .checkout-workflow-progress-segment[b-5pz7ybo2sk] {
        width: 100%;
    }

    .checkout-workflow-progress-line[b-5pz7ybo2sk] {
        display: none;
    }

    .checkout-stage-card-title-row-emphasis[b-5pz7ybo2sk] {
        flex-wrap: wrap;
    }

    .checkout-immediate-config-grid[b-5pz7ybo2sk] {
        grid-template-columns: 1fr;
    }

    .checkout-option-card-grid[b-5pz7ybo2sk] {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .checkout-payer-card-summary-grid[b-5pz7ybo2sk],
    .checkout-self-service-mode-grid[b-5pz7ybo2sk],
    .checkout-self-service-field-grid[b-5pz7ybo2sk] {
        grid-template-columns: 1fr;
    }

    .checkout-payer-card-header-figma[b-5pz7ybo2sk],
    .checkout-payer-body-self-service[b-5pz7ybo2sk] {
        padding-inline: 1rem;
    }

    .checkout-payer-card-summary-grid[b-5pz7ybo2sk] {
        padding-inline: 1rem;
    }

    .checkout-payer-amount-cell[b-5pz7ybo2sk] {
        min-width: 0;
    }

    .checkout-installments-field[b-5pz7ybo2sk] {
        max-width: 100%;
    }

    .checkout-summary-side-heading[b-5pz7ybo2sk] {
        margin: -1.5rem -1.5rem 1.25rem;
    }

    .checkout-panel-actions[b-5pz7ybo2sk] {
        justify-content: stretch;
    }

    .checkout-primary-button[b-5pz7ybo2sk] {
        width: 100%;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.home-page[b-etr6q9adi7] {
    margin: -82px calc(var(--spacing-lg) * -1) 0;
    overflow-x: clip;
}

.home-hero[b-etr6q9adi7] {
    background: #ffffff;
    box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);
    overflow: clip;
}

.home-hero__inner[b-etr6q9adi7] {
    max-width: 1440px;
    margin: 0 auto;
    min-height: 520px;
    padding: 112px 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 72px;
}

.home-hero__content[b-etr6q9adi7] {
    flex: 0 1 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
    text-align: right;
}

.home-hero__title[b-etr6q9adi7] {
    margin: 0;
    max-width: 520px;
    color: #2A3039;
    font-size: clamp(3rem, 4.7vw, 4.375rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.home-hero__title-site[b-etr6q9adi7] {
    display: block;
    white-space: normal;
    text-wrap: balance;
}

.home-hero__search[b-etr6q9adi7] {
    width: 100%;
    max-width: 464px;
    height: 60px;
    border: 1px solid #2A3039;
    border-radius: 8px;
    background: #ffffff;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    overflow: hidden;
}

.home-hero__search-input[b-etr6q9adi7] {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 0 24px;
    color: #2A3039;
    font-size: 20px;
    text-align: right;
}

.home-hero__search-input[b-etr6q9adi7]::placeholder {
    color: #676767;
    opacity: 1;
}

.home-hero__search-input:focus[b-etr6q9adi7] {
    outline: none;
}

.home-hero__search-button[b-etr6q9adi7] {
    width: 60px;
    border: 0;
    background: #2A3039;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
}

.home-hero__search-button:focus-visible[b-etr6q9adi7] {
    outline: 2px solid #3068D5;
    outline-offset: -2px;
}

.home-hero__visual[b-etr6q9adi7] {
    flex: 0 0 560px;
    display: flex;
    justify-content: flex-start;
}

.home-hero__collage[b-etr6q9adi7] {
    position: relative;
    width: min(100%, 560px);
    height: 410px;
}

.home-hero__panel[b-etr6q9adi7] {
    position: absolute;
    overflow: hidden;
    border-radius: 8px;
}

.home-hero__panel--small[b-etr6q9adi7] {
    width: 170px;
    box-shadow: 0 2px 20px rgba(144, 159, 187, 0.1);
}

.home-hero__panel--top[b-etr6q9adi7] {
    top: 22px;
    left: 28px;
    height: 130px;
    background: #FDEADF;
}

.home-hero__panel--bottom[b-etr6q9adi7] {
    top: 182px;
    left: 28px;
    height: 170px;
    background: #FDEBF3;
}

.home-hero__panel--large[b-etr6q9adi7] {
    top: 0;
    right: 36px;
    width: 238px;
    height: 360px;
    background: #FEF3CB;
    box-shadow: 0 2px 20px rgba(144, 159, 187, 0.1);
}

.home-hero__panel-image[b-etr6q9adi7] {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('/images/homepage_collage.png');
    background-repeat: no-repeat;
}

.home-hero__panel-image--top[b-etr6q9adi7] {
    background-size: 305% auto;
    background-position: 10% 10%;
}

.home-hero__panel-image--bottom[b-etr6q9adi7] {
    background-size: 290% auto;
    background-position: 11% 69%;
}

.home-hero__panel-image--large[b-etr6q9adi7] {
    background-size: 215% auto;
    background-position: 79% 14%;
}

.home-hero__doodle[b-etr6q9adi7],
.home-hero__dot[b-etr6q9adi7] {
    position: absolute;
    display: block;
}

.home-hero__doodle--green[b-etr6q9adi7] {
    top: 118px;
    right: 6px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #29B674 0 38%, transparent 39%),
        radial-gradient(circle at top, #29B674 0 36%, transparent 37%),
        radial-gradient(circle at right, #29B674 0 36%, transparent 37%),
        radial-gradient(circle at bottom, #29B674 0 36%, transparent 37%),
        radial-gradient(circle at left, #29B674 0 36%, transparent 37%);
}

.home-hero__doodle--blue[b-etr6q9adi7] {
    top: 222px;
    right: 22px;
    width: 52px;
    height: 52px;
    border: 2px solid #3068D5;
    border-color: #3068D5 transparent transparent transparent;
    border-radius: 50%;
    transform: rotate(-26deg);
}

.home-hero__doodle--pink[b-etr6q9adi7] {
    left: -18px;
    bottom: -8px;
    width: 72px;
    height: 132px;
    background:
        linear-gradient(#2A3039, #2A3039) 50% 71% / 4px 48px no-repeat,
        linear-gradient(#2A3039, #2A3039) 50% 88% / 4px 42px no-repeat,
        radial-gradient(circle at 50% 19%, #F37AAD 0 34px, transparent 35px);
}

.home-hero__dot[b-etr6q9adi7] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2A3039;
}

.home-hero__dot--top[b-etr6q9adi7] {
    top: 116px;
    left: 14px;
}

.home-hero__dot--middle[b-etr6q9adi7] {
    top: 254px;
    left: 18px;
}

.home-hero__dot--bottom[b-etr6q9adi7] {
    right: 66px;
    bottom: 30px;
}

.home-discovery[b-etr6q9adi7] {
    background: #F1F7FF;
    padding: 24px 0 80px;
}

.home-discovery__inner[b-etr6q9adi7] {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.home-discovery__cards[b-etr6q9adi7] {
    display: flex;
    gap: 24px;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 920px;
    margin: 0 auto;
}

.at-card[b-etr6q9adi7] {
    width: 150px;
    min-height: 180px;
    padding: 24px 16px;
    border: 1px solid #E0E8F9;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(144, 159, 187, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}

.at-card:hover[b-etr6q9adi7] {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(144, 159, 187, 0.22);
}

.at-card:focus-visible[b-etr6q9adi7] {
    outline: 2px solid #3068D5;
    outline-offset: 2px;
}

.at-card__icon[b-etr6q9adi7] {
    width: 55px;
    height: 60px;
    object-fit: contain;
    display: block;
}

.at-card__label[b-etr6q9adi7] {
    font-size: 22px;
    font-weight: 500;
    color: #2A3039;
    line-height: 1.2;
    text-align: center;
}

.home-featured[b-etr6q9adi7] {
    margin-top: 72px;
}

.home-featured--narrow[b-etr6q9adi7] {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.home-featured__header[b-etr6q9adi7] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.home-featured__title[b-etr6q9adi7] {
    margin: 0;
    color: #2A3039;
    font-size: 32px;
    font-weight: 700;
}

.home-featured__subtitle[b-etr6q9adi7] {
    margin: 8px 0 0;
    color: #3F4C5E;
    font-size: 18px;
    line-height: 1.6;
    max-width: 760px;
}

.home-featured__link[b-etr6q9adi7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1.5px solid #BFD0F2;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    color: #2A3039;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.home-featured__link:hover[b-etr6q9adi7],
.home-featured__link:focus-visible[b-etr6q9adi7] {
    border-color: #3068D5;
    color: #2A3039;
}

@media (max-width: 1399.98px) {
    .home-hero__inner[b-etr6q9adi7] {
        max-width: 1280px;
        min-height: 389px;
        padding: 70px 72px 0;
        gap: 40px;
    }

    .home-hero__content[b-etr6q9adi7] {
        flex-basis: 464px;
        gap: 32px;
    }

    .home-hero__title[b-etr6q9adi7] {
        max-width: 464px;
        font-size: 50px;
    }

    .home-hero__search[b-etr6q9adi7] {
        max-width: 464px;
        height: 50px;
    }

    .home-hero__search-input[b-etr6q9adi7] {
        padding-inline: 16px;
        font-size: 16px;
    }

    .home-hero__search-button[b-etr6q9adi7] {
        width: 50px;
    }

    .home-hero__search-button svg[b-etr6q9adi7] {
        width: 24px;
        height: 24px;
    }

    .home-hero__visual[b-etr6q9adi7] {
        flex-basis: 520px;
    }

    .home-hero__collage[b-etr6q9adi7] {
        width: 520px;
        height: 340px;
    }

    .home-hero__panel--top[b-etr6q9adi7] {
        top: 6px;
        left: 64px;
        width: 166px;
        height: 104px;
    }

    .home-hero__panel--bottom[b-etr6q9adi7] {
        top: 154px;
        left: 64px;
        width: 166px;
        height: 138px;
    }

    .home-hero__panel--large[b-etr6q9adi7] {
        top: 0;
        right: 40px;
        width: 205px;
        height: 312px;
    }

    .home-hero__doodle--green[b-etr6q9adi7] {
        top: 96px;
        right: 2px;
        width: 28px;
        height: 28px;
    }

    .home-hero__doodle--blue[b-etr6q9adi7] {
        top: 188px;
        right: 16px;
        width: 44px;
        height: 44px;
    }

    .home-hero__doodle--pink[b-etr6q9adi7] {
        left: 8px;
        bottom: -12px;
        transform: scale(0.92);
        transform-origin: left bottom;
    }

    .home-hero__dot--top[b-etr6q9adi7] {
        top: 92px;
        left: 52px;
    }

    .home-hero__dot--middle[b-etr6q9adi7] {
        top: 216px;
        left: 56px;
    }

    .home-hero__dot--bottom[b-etr6q9adi7] {
        right: 72px;
        bottom: 22px;
    }

    .home-discovery[b-etr6q9adi7] {
        padding-top: 24px;
    }

    .home-discovery__cards[b-etr6q9adi7] {
        max-width: 752px;
        gap: 24px;
    }

    .at-card[b-etr6q9adi7] {
        width: 130px;
        min-height: 148px;
        padding: 20px 12px;
        gap: 8px;
    }

    .at-card__label[b-etr6q9adi7] {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .home-page[b-etr6q9adi7] {
        margin-right: calc(var(--spacing-lg) * -1);
        margin-left: calc(var(--spacing-lg) * -1);
    }

    .home-hero__inner[b-etr6q9adi7] {
        min-height: unset;
        padding: 104px 24px 0;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
    }

    .home-hero__content[b-etr6q9adi7] {
        flex-basis: auto;
        max-width: 520px;
        width: 100%;
        margin-inline: auto;
    }

    .home-hero__search[b-etr6q9adi7] {
        max-width: none;
    }

    .home-hero__visual[b-etr6q9adi7] {
        flex-basis: auto;
        justify-content: center;
    }

    .home-hero__collage[b-etr6q9adi7] {
        width: min(100%, 440px);
        height: 328px;
    }

    .home-hero__panel--top[b-etr6q9adi7] {
        top: 10px;
        left: 20px;
        width: 146px;
        height: 94px;
    }

    .home-hero__panel--bottom[b-etr6q9adi7] {
        top: 146px;
        left: 20px;
        width: 146px;
        height: 126px;
    }

    .home-hero__panel--large[b-etr6q9adi7] {
        right: 28px;
        width: 188px;
        height: 286px;
    }

    .home-hero__doodle--green[b-etr6q9adi7] {
        top: 94px;
        right: 6px;
    }

    .home-hero__doodle--blue[b-etr6q9adi7] {
        top: 176px;
        right: 18px;
    }

    .home-hero__doodle--pink[b-etr6q9adi7] {
        left: -8px;
        bottom: -18px;
        transform: scale(0.84);
    }

    .home-discovery__inner[b-etr6q9adi7] {
        padding: 0 24px;
    }

    .home-featured__header[b-etr6q9adi7] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .home-page[b-etr6q9adi7] {
        margin-right: calc(var(--spacing-md) * -1);
        margin-left: calc(var(--spacing-md) * -1);
    }

    .home-hero__inner[b-etr6q9adi7] {
        padding: 72px 16px 0;
        gap: 24px;
    }

    .home-hero__content[b-etr6q9adi7] {
        gap: 16px;
    }

    .home-hero__title[b-etr6q9adi7] {
        max-width: 100%;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
    }

    .home-hero__search[b-etr6q9adi7] {
        height: 40px;
    }

    .home-hero__search-input[b-etr6q9adi7] {
        padding-inline: 16px;
        font-size: 14px;
    }

    .home-hero__search-button[b-etr6q9adi7] {
        width: 40px;
    }

    .home-hero__search-button svg[b-etr6q9adi7] {
        width: 24px;
        height: 24px;
    }

    .home-hero__collage[b-etr6q9adi7] {
        width: min(100%, 343px);
        height: 302px;
    }

    .home-hero__panel--top[b-etr6q9adi7],
    .home-hero__panel--bottom[b-etr6q9adi7] {
        left: auto;
        width: 161px;
    }

    .home-hero__panel--top[b-etr6q9adi7] {
        top: 0;
        right: 0;
        height: 144px;
    }

    .home-hero__panel--bottom[b-etr6q9adi7] {
        top: 158px;
        right: 0;
        height: 123px;
    }

    .home-hero__panel--large[b-etr6q9adi7] {
        top: 0;
        left: 0;
        right: auto;
        width: 161px;
        height: 281px;
    }

    .home-hero__panel-image--top[b-etr6q9adi7] {
        background-size: 290% auto;
        background-position: 11% 11%;
    }

    .home-hero__panel-image--bottom[b-etr6q9adi7] {
        background-size: 285% auto;
        background-position: 10% 68%;
    }

    .home-hero__panel-image--large[b-etr6q9adi7] {
        background-size: 280% auto;
        background-position: 77% 16%;
    }

    .home-hero__doodle--green[b-etr6q9adi7] {
        display: none;
    }

    .home-hero__doodle--blue[b-etr6q9adi7] {
        top: 184px;
        right: -6px;
        width: 40px;
        height: 40px;
    }

    .home-hero__doodle--pink[b-etr6q9adi7] {
        left: 140px;
        bottom: 18px;
        width: 48px;
        height: 88px;
        transform: none;
    }

    .home-hero__dot--top[b-etr6q9adi7] {
        top: 30px;
        right: 168px;
        left: auto;
    }

    .home-hero__dot--middle[b-etr6q9adi7] {
        top: 190px;
        right: 168px;
        left: auto;
    }

    .home-hero__dot--bottom[b-etr6q9adi7] {
        right: 20px;
        bottom: 34px;
    }

    .home-discovery[b-etr6q9adi7] {
        padding: 18px 0 56px;
    }

    .home-discovery__inner[b-etr6q9adi7] {
        padding: 0 16px;
    }

    .home-discovery__cards[b-etr6q9adi7] {
        max-width: 343px;
        gap: 8px;
    }

    .at-card[b-etr6q9adi7] {
        width: 109px;
        min-height: 109px;
        padding: 16px 10px;
        gap: 8px;
    }

    .at-card__icon[b-etr6q9adi7] {
        width: 30px;
        height: 30px;
    }

    .at-card__label[b-etr6q9adi7] {
        font-size: 16px;
        line-height: 1;
    }

    .home-featured[b-etr6q9adi7] {
        margin-top: 48px;
    }

    .home-featured__title[b-etr6q9adi7] {
        font-size: 24px;
    }

    .home-featured__subtitle[b-etr6q9adi7],
    .home-featured__link[b-etr6q9adi7] {
        font-size: 16px;
    }
}

/* /Pages/Login/Any.razor.rz.scp.css */
.any-login-shell[b-l2xagnvs01] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 220px);
    width: 100%;
    padding: 48px 24px;
    direction: rtl;
    box-sizing: border-box;
}

.any-login-card[b-l2xagnvs01] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 144px;
    direction: ltr;
    width: min(100%, 1280px);
    min-height: 638px;
    padding: 16px 144px 16px 16px;
    background: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(19, 63, 106, 0.08);
    overflow: hidden;
    box-sizing: border-box;
}

.any-login-card__art[b-l2xagnvs01] {
    flex: 0 0 558px;
    padding: 0;
}

.any-login-card__art-image[b-l2xagnvs01] {
    display: block;
    width: 100%;
    height: 606px;
    object-fit: cover;
    border-radius: 8px;
}

.any-login-card__content[b-l2xagnvs01] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 1 418px;
    min-height: 470px;
    padding: 0;
    direction: rtl;
}

.any-login-card__content-inner[b-l2xagnvs01] {
    width: min(100%, 418px);
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

.any-login-card__header[b-l2xagnvs01] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: right;
}

.any-login-card__title[b-l2xagnvs01] {
    margin: 0;
    color: var(--color-dark-headline);
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.any-login-card__subtitle[b-l2xagnvs01] {
    margin: 0;
    color: var(--color-dark-text);
    font-size: 16px;
    line-height: 1.5;
}

.any-login-card__tenant[b-l2xagnvs01] {
    display: inline-flex;
    align-self: flex-end;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f4f8ff;
    color: var(--color-dark-headline);
    font-size: 14px;
}

.any-login-card__tenant-label[b-l2xagnvs01] {
    color: var(--color-dark-grey);
}

.any-login-card__tenant-value[b-l2xagnvs01] {
    font-weight: 600;
}

.any-login-card__alert[b-l2xagnvs01] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.any-login-card__alert--error[b-l2xagnvs01] {
    background: #fff3f3;
    color: var(--color-red-error);
}

.any-login-card__actions[b-l2xagnvs01] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.any-login-card__button[b-l2xagnvs01] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 20px;
    border-radius: 8px;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.any-login-card__button:hover[b-l2xagnvs01] {
    transform: translateY(-1px);
    text-decoration: none;
}

.any-login-card__button--primary[b-l2xagnvs01] {
    border: 1px solid var(--color-dark-headline);
    background: var(--color-dark-headline);
    color: var(--color-white);
}

.any-login-card__button--primary:hover[b-l2xagnvs01] {
    color: var(--color-white);
}

.any-login-card__button--secondary[b-l2xagnvs01] {
    border: 1px solid #bfd0f2;
    background: var(--color-white);
    color: var(--color-dark-headline);
}

.any-login-card__button--secondary:hover[b-l2xagnvs01] {
    border-color: var(--color-dark-headline);
    color: var(--color-dark-headline);
}

@media (max-width: 991px) {
    .any-login-card[b-l2xagnvs01] {
        flex-direction: column;
        gap: 24px;
        width: min(100%, 46rem);
        min-height: auto;
        padding: 12px;
    }

    .any-login-card__art[b-l2xagnvs01] {
        flex: none;
        width: 100%;
    }

    .any-login-card__art-image[b-l2xagnvs01] {
        width: 100%;
        height: 220px;
    }

    .any-login-card__content[b-l2xagnvs01] {
        flex: none;
        width: 100%;
        min-height: auto;
        padding: 20px 16px 16px;
    }

    .any-login-card__content-inner[b-l2xagnvs01] {
        width: min(100%, 420px);
    }
}

@media (max-width: 576px) {
    .any-login-shell[b-l2xagnvs01] {
        padding: 0;
        min-height: 100vh;
    }

    .any-login-card[b-l2xagnvs01] {
        width: 100%;
        min-height: 100vh;
        gap: 0;
        padding: 0;
        border-radius: 0;
    }

    .any-login-card__art-image[b-l2xagnvs01] {
        height: 164px;
        border-radius: 0;
    }

    .any-login-card__content[b-l2xagnvs01] {
        padding: 28px 20px 24px;
    }

    .any-login-card__title[b-l2xagnvs01] {
        font-size: 26px;
    }

    .any-login-card__subtitle[b-l2xagnvs01] {
        font-size: 15px;
    }
}
/* /Pages/Payment/PaymentCallback.razor.rz.scp.css */
.payment-callback-container[b-cjhsr5vify] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.loading-section[b-cjhsr5vify],
.status-section[b-cjhsr5vify] {
    background: white;
    border-radius: 16px;
    padding: 3rem 2rem;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
    animation: fadeInUp-b-cjhsr5vify 0.5s ease-out;
}

@keyframes fadeInUp-b-cjhsr5vify {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.loading-section h4[b-cjhsr5vify] {
    color: #212529;
    margin-bottom: 0.5rem;
}

.status-icon[b-cjhsr5vify] {
    font-size: 5rem;
    margin-bottom: 1.5rem;
    animation: scaleIn-b-cjhsr5vify 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes scaleIn-b-cjhsr5vify {
    from {
        transform: scale(0) rotate(-180deg);
        opacity: 0;
    }
    to {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}

.status-section.success .status-icon[b-cjhsr5vify] {
    color: #28a745;
}

.status-section.error .status-icon[b-cjhsr5vify] {
    color: #dc3545;
}

.status-section.pending .status-icon[b-cjhsr5vify] {
    color: #ffc107;
}

.status-section h2[b-cjhsr5vify] {
    color: #212529;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.status-section p[b-cjhsr5vify] {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.error-message[b-cjhsr5vify] {
    color: #dc3545;
    font-weight: 500;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 1rem;
    margin: 1.5rem 0;
}

.transaction-details[b-cjhsr5vify] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
    text-align: right;
}

.detail-row[b-cjhsr5vify] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #dee2e6;
}

.detail-row:last-child[b-cjhsr5vify] {
    border-bottom: none;
}

.detail-label[b-cjhsr5vify] {
    font-weight: 600;
    color: #495057;
}

.detail-value[b-cjhsr5vify] {
    color: #212529;
    font-family: monospace;
    font-size: 0.95rem;
}

.action-buttons[b-cjhsr5vify] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.action-buttons .btn[b-cjhsr5vify] {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.action-buttons .btn-primary[b-cjhsr5vify] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.action-buttons .btn-primary:hover[b-cjhsr5vify] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.action-buttons .btn-outline-secondary[b-cjhsr5vify] {
    border: 2px solid #6c757d;
    color: #6c757d;
}

.action-buttons .btn-outline-secondary:hover[b-cjhsr5vify] {
    background-color: #6c757d;
    color: white;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .payment-callback-container[b-cjhsr5vify] {
        padding: 1rem;
    }

    .loading-section[b-cjhsr5vify],
    .status-section[b-cjhsr5vify] {
        padding: 2rem 1.5rem;
    }

    .status-icon[b-cjhsr5vify] {
        font-size: 4rem;
    }

    .status-section h2[b-cjhsr5vify] {
        font-size: 1.5rem;
    }

    .transaction-details[b-cjhsr5vify] {
        padding: 1rem;
    }

    .detail-row[b-cjhsr5vify] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* Main Layout Styles */
.main-layout[b-cxzn719mrn] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

/* Logos — right side in RTL */
.mh-logos[b-cxzn719mrn] {
    display: flex;
    align-items: center;
    gap: 16px;
}
/* Language switcher — inherits mh-btn style, remove bootstrap override */
.mh-btn--lang[b-cxzn719mrn] {
    min-width: 108px;
    height: 40px;
    padding: 8px 12px;
    justify-content: center;
}

.mh-btn--lang.dropdown-toggle[b-cxzn719mrn]::after { display: none; }
.mh-btn--lang:focus[b-cxzn719mrn] { outline: none; box-shadow: 0 0 0 3px rgba(191,208,242,0.5); }

.mh-btn--lang-content[b-cxzn719mrn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    direction: rtl;
}

.mh-btn--lang-label[b-cxzn719mrn] {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.mh-btn--lang-globe[b-cxzn719mrn] {
    font-size: 18px;
    line-height: 1;
}

.mh-btn--lang-chevron[b-cxzn719mrn] {
    font-size: 12px;
    line-height: 1;
    color: #3F4C5E;
}

/* ============================================================
   Header — Figma node 243:36436, kind="Transparent"
   Absolute → overlays hero sections on each page
   ============================================================ */

.main-header[b-cxzn719mrn] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 82px;
    background: transparent;
}

/* Inner row: logos right, nav center, actions left (RTL) */
.mh__inner[b-cxzn719mrn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: rtl;
    height: 82px;
    padding: 0 40px;
    gap: 24px;
}

/* Logo — rightmost in RTL */
.mh__logo-link[b-cxzn719mrn] {
    flex-shrink: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.mh__logo-img[b-cxzn719mrn] {
    height: 50px;
    max-width: 200px;
    object-fit: contain;
}

.mh__logo-name[b-cxzn719mrn] {
    font-size: 22px;
    font-weight: 700;
    color: #2A3039;
    white-space: nowrap;
}

/* Nav links — center */
.mh__nav[b-cxzn719mrn] {
    display: flex;
    align-items: center;
    gap: 4px;
    direction: rtl;
    flex: 1;
    justify-content: center;
}

.mh__nav-link[b-cxzn719mrn] {
    font-size: 16px;
    font-weight: 500;
    color: #2A3039;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

.mh__nav-link:hover[b-cxzn719mrn],
.mh__nav-link:focus[b-cxzn719mrn] {
    background: rgba(255, 255, 255, 0.45);
    color: #2A3039;
    text-decoration: none;
}

.mh__nav-link.active[b-cxzn719mrn] {
    background: rgba(255, 255, 255, 0.6);
    color: #3068D5;
    font-weight: 600;
}

.mh__cart-badge[b-cxzn719mrn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    background: #E14043;
    color: #ffffff;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    padding: 0 3px;
    margin-right: 4px;
}

.mh__user-name[b-cxzn719mrn] {
    font-size: 14px;
    color: #2A3039;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

/* Action buttons — leftmost in RTL */
.mh__actions[b-cxzn719mrn] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    direction: ltr;
}

.mh-account-menu[b-cxzn719mrn] {
    flex-shrink: 0;
}

.mh-account-menu__toggle[b-cxzn719mrn] {
    display: inline-flex;
    align-items: stretch;
    width: 191px;
    min-height: 40px;
    padding: 0;
    border: 1.5px solid #BFD0F2;
    border-radius: 8px;
    background: transparent;
    overflow: hidden;
    color: #2A3039;
    text-decoration: none;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.mh-account-menu__toggle:hover[b-cxzn719mrn],
.mh-account-menu__toggle:focus-visible[b-cxzn719mrn] {
    border-color: #3068D5;
    box-shadow: 0 0 0 3px rgba(191, 208, 242, 0.35);
    outline: none;
}

.mh-account-menu__drop[b-cxzn719mrn] {
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #F1F7FF;
    color: #3F4C5E;
    flex-shrink: 0;
}

.mh-account-menu__drop-user[b-cxzn719mrn] {
    display: none;
    font-size: 16px;
    line-height: 1;
}

.mh-account-menu__drop-chevron[b-cxzn719mrn] {
    font-size: 12px;
    line-height: 1;
}

.mh-account-menu__name[b-cxzn719mrn] {
    flex: 1;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px 0 0;
    background: rgba(255, 255, 255, 0.8);
}

.mh-account-menu__name-inner[b-cxzn719mrn] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    direction: rtl;
}

.mh-account-menu__label[b-cxzn719mrn] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
}

.mh-account-menu__user-icon[b-cxzn719mrn] {
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1;
    color: #2A3039;
}

.mh-account-menu__panel[b-cxzn719mrn] {
    min-width: 191px;
    padding: 16px;
    margin-top: 8px;
    border: 1.5px solid #BFD0F2;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 16px 36px rgba(42, 48, 57, 0.12);
}

.mh-account-menu__item[b-cxzn719mrn] {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 38px;
    padding: 8px 8px 8px 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #3F4C5E;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: right;
    justify-content: flex-end;
    text-decoration: none;
    appearance: none;
    cursor: pointer;
}

.mh-account-menu__item + .mh-account-menu__item[b-cxzn719mrn] {
    margin-top: 8px;
}

.mh-account-menu__item:hover[b-cxzn719mrn],
.mh-account-menu__item:focus[b-cxzn719mrn],
.mh-account-menu__item.active[b-cxzn719mrn] {
    background: #F1F7FF;
    color: #2A3039;
}

/* Frosted glass button — Figma: rgba(255,255,255,0.8), 1.5px #BFD0F2, 8px radius */
.mh-btn[b-cxzn719mrn] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.8);
    border: 1.5px solid #BFD0F2;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 600;
    color: #2A3039;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s, border-color 0.15s;
    line-height: 1.2;
}

.mh-btn:hover[b-cxzn719mrn],
.mh-btn:focus[b-cxzn719mrn] {
    background: rgba(255, 255, 255, 0.97);
    border-color: #3068D5;
    color: #2A3039;
    text-decoration: none;
}

.mh-btn__icon[b-cxzn719mrn] {
    font-size: 18px;
    flex-shrink: 0;
}

.mh-icon-btn[b-cxzn719mrn] {
  border-radius: 8px;
  border: 1.5px solid var(--foundation-blue-light-active, #BFD0F2);
  background: rgba(255, 255, 255, 0.80);
  display: flex;
    position: relative;
  padding: 8px;
  align-items: center;
  gap: 8px;
}

.mh-icon-btn:hover[b-cxzn719mrn],
.mh-icon-btn:focus[b-cxzn719mrn],
.mh-icon-btn.active[b-cxzn719mrn] {
    background: rgba(255, 255, 255, 0.97);
    border-color: #3068D5;
    color: #2A3039;
    text-decoration: none;
}

.mh-icon-btn i[b-cxzn719mrn] {
    font-size: 20px;
    line-height: 1;
}

.mh-icon-btn--cart[b-cxzn719mrn] {
    overflow: visible;
}

.mh-icon-btn__badge[b-cxzn719mrn] {
    position: absolute;
    inset-block-start: -10px;
    inset-inline-end: -10px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 16px;
    border: 0.75px solid #2A3039;
    background: #FBD6E6;
    color: #2A3039;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
}

/* Mobile hamburger */
.mh__hamburger[b-cxzn719mrn] {
    background: rgba(255, 255, 255, 0.8);
    border: 1.5px solid #BFD0F2;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 20px;
    color: #2A3039;
    cursor: pointer;
    line-height: 1;
}

/* Mobile menu panel */
.mh__mobile-menu[b-cxzn719mrn] {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid #EAF0FB;
    box-shadow: 0 4px 16px rgba(19, 63, 106, 0.10);
    direction: rtl;
}

.mh__mobile-links[b-cxzn719mrn] {
    display: flex;
    flex-direction: column;
    padding: 12px 24px 16px;
    gap: 0;
}

.mh__mobile-link[b-cxzn719mrn] {
    font-size: 16px;
    font-weight: 500;
    color: #2A3039;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #EAF0FB;
    display: block;
    transition: color 0.15s;
}

.mh__mobile-link:last-child[b-cxzn719mrn] {
    border-bottom: none;
}

.mh__mobile-link.active[b-cxzn719mrn],
.mh__mobile-link:hover[b-cxzn719mrn] {
    color: #3068D5;
}

/* ============================================================
   Main content — padding-top reserves 82px for absolute header
   Hero pages override with margin-top: -82px on their hero div
   ============================================================ */

.main-content[b-cxzn719mrn] {
    flex: 1;
    background-color: #ffffff;
    padding-top: 82px;
    padding-bottom: 2rem;
}

/* Footer */
.main-footer[b-cxzn719mrn] {
    margin-top: auto;
}

.main-footer__content[b-cxzn719mrn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}

.main-footer__version[b-cxzn719mrn] {
    font-size: 0.72rem;
    line-height: 1;
    color: rgba(42, 48, 57, 0.5);
    letter-spacing: 0.04em;
    font-variant-numeric: tabular-nums;
    user-select: all;
}

/* Responsive */
@media (max-width: 991.98px) {
    .mh__inner[b-cxzn719mrn] {
        padding: 0 20px;
    }

    .mh__nav[b-cxzn719mrn] {
        display: none;
    }

    .mh-account-menu__toggle[b-cxzn719mrn] {
        width: 168px;
    }

    .mh-account-menu__label[b-cxzn719mrn] {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .mh__inner[b-cxzn719mrn] {
        padding: 0 12px;
        gap: 12px;
    }

    .mh-btn span[b-cxzn719mrn] {
        display: none;
    }

    .mh__user-name[b-cxzn719mrn] {
        display: none;
    }

    .mh__actions[b-cxzn719mrn] {
        gap: 10px;
    }

    .mh-account-menu__toggle[b-cxzn719mrn] {
        width: 40px;
    }

    .mh-account-menu__drop[b-cxzn719mrn] {
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.8);
    }

    .mh-account-menu__drop-user[b-cxzn719mrn] {
        display: inline-flex;
    }

    .mh-account-menu__name[b-cxzn719mrn] {
        display: none;
    }

    .mh-account-menu__panel[b-cxzn719mrn] {
        min-width: 160px;
        padding: 12px;
    }
}

/* RTL icon spacing */
[dir="rtl"] .mh-btn__icon[b-cxzn719mrn] {
    margin-left: 0;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-99zxwbww4e] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-99zxwbww4e] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-99zxwbww4e] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-99zxwbww4e] {
    font-size: 1.1rem;
}

.bi[b-99zxwbww4e] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
}

.nav-item[b-99zxwbww4e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-99zxwbww4e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-99zxwbww4e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-99zxwbww4e]  .nav-link {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-99zxwbww4e]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-99zxwbww4e]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-99zxwbww4e] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-99zxwbww4e] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-99zxwbww4e] {
        display: none;
    }

    .nav-scrollable[b-99zxwbww4e] {
        display: block;
        overflow-y: auto;
    }
}
