/* /Components/Features/PaymentPlans/PaymentPlanCard.razor.rz.scp.css */
.fm-payment-plan-card[b-q71sbexcmw] {
    overflow: visible;
}

.min-width-0[b-q71sbexcmw] {
    min-width: 0;
}

.fm-payment-progress[b-q71sbexcmw] {
    display: flex;
    width: 100%;
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: var(--fm-surface-2);
}

.fm-payment-progress-paid[b-q71sbexcmw] {
    background: var(--fm-success-text);
}

.fm-payment-progress-reserved[b-q71sbexcmw] {
    background: var(--fm-accent);
    opacity: .55;
}

.fm-payment-plan-facts[b-q71sbexcmw] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.fm-payment-plan-facts > div[b-q71sbexcmw] {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    min-width: 0;
}

.fm-payment-plan-facts strong[b-q71sbexcmw] {
    overflow-wrap: anywhere;
}

.fm-payment-plan-actions[b-q71sbexcmw] {
    flex: 0 0 auto;
    position: relative;
}

.fm-payment-plan-actions-menu[b-q71sbexcmw] {
    top: 0;
    right: calc(100% + .5rem);
    left: auto;
    min-width: 13.5rem;
    max-width: calc(100vw - 2rem);
    z-index: 20;
}

.dropdown-menu[b-q71sbexcmw] {
    z-index: 20;
}

@media (max-width: 767.98px) {
    .fm-payment-plan-facts[b-q71sbexcmw] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .fm-payment-plan-facts[b-q71sbexcmw] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-lpd026vlvd] {
    color-scheme: light dark;
    background: var(--fm-warning-bg);
    bottom: 0;
    border-top: 0.5px solid var(--fm-warning-border);
    box-shadow: var(--fm-shadow-popover);
    box-sizing: border-box;
    color: var(--fm-warning-text);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-lpd026vlvd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/PaymentPlans/PaymentPlans.razor.rz.scp.css */
.fm-payment-summary[b-h3zlwqovy7] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

@media (max-width: 767.98px) {
    .fm-payment-summary[b-h3zlwqovy7] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
