/* /Pages/Finance/CreditCards.razor.rz.scp.css */
.credit-bill-grid[b-1l44krdfip] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 1rem;
}

.credit-bill-card[b-1l44krdfip] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    padding: 1rem;
    min-height: 20rem;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
}

.credit-bill-card[b-1l44krdfip]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
}

.credit-bill-card--open[b-1l44krdfip]::before {
    background: linear-gradient(90deg, rgba(245, 158, 11, 0.25), rgba(245, 158, 11, 0.95));
}

.credit-bill-card--paid[b-1l44krdfip]::before {
    background: linear-gradient(90deg, rgba(61, 203, 91, 0.25), rgba(61, 203, 91, 0.95));
}

.credit-bill-card--overdue[b-1l44krdfip]::before {
    background: linear-gradient(90deg, rgba(228, 79, 78, 0.25), rgba(228, 79, 78, 0.95));
}

.credit-bill-card--selected[b-1l44krdfip] {
    border-color: rgba(61, 203, 91, 0.45);
    box-shadow: 0 10px 26px rgba(61, 203, 91, 0.16);
}

.credit-bill-card__header[b-1l44krdfip] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.credit-bill-card__header-actions[b-1l44krdfip] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.credit-bill-card__header-main[b-1l44krdfip] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.credit-bill-card__config-btn[b-1l44krdfip] {
    width: 1.95rem;
    height: 1.95rem;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
    background: #fff;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.credit-bill-card__config-btn:hover[b-1l44krdfip] {
    border-color: #86efac;
    background: #f0fdf4;
    color: #166534;
}

.credit-bill-card__icon[b-1l44krdfip] {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #137333;
    background: linear-gradient(145deg, rgba(61, 203, 91, 0.2), rgba(61, 203, 91, 0.09));
}

.credit-bill-card__name[b-1l44krdfip] {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.credit-bill-card__period[b-1l44krdfip] {
    margin: 0.2rem 0 0;
    font-size: 0.78rem;
    color: #64748b;
}

.credit-bill-card__amount-block[b-1l44krdfip] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.credit-bill-card__caption[b-1l44krdfip] {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
}

.credit-bill-card__amount[b-1l44krdfip] {
    margin: 0;
    font-size: 1.48rem;
    line-height: 1.12;
    font-weight: 800;
}

.credit-bill-card__info[b-1l44krdfip] {
    margin: 0;
    font-size: 0.79rem;
    color: #64748b;
}

.credit-bill-card__meter[b-1l44krdfip] {
    padding: 0.7rem 0.75rem;
    border-radius: 0.85rem;
    background: #f8fafc;
    border: 1px solid #edf2f7;
}

.credit-bill-card__meter-top[b-1l44krdfip] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.74rem;
    color: #475569;
}

.credit-bill-card__meter-top strong[b-1l44krdfip] {
    color: #0f172a;
    font-size: 0.76rem;
}

.credit-bill-card__meter-track[b-1l44krdfip] {
    width: 100%;
    height: 0.6rem;
    border-radius: 999px;
    margin: 0.52rem 0 0.48rem;
    background: #e2e8f0;
    overflow: hidden;
}

.credit-bill-card__meter-value[b-1l44krdfip] {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #1ba340, #3dcb5b);
    transition: width 320ms ease-out;
}

.credit-bill-card__payments[b-1l44krdfip] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.credit-bill-card__actions[b-1l44krdfip] {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
}

.credit-bill-card__actions .btn-secondary[b-1l44krdfip],
.credit-bill-card__actions .btn-primary[b-1l44krdfip] {
    min-height: 2.2rem;
}

.bill-detail-shell[b-1l44krdfip] {
    padding: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.07);
}

.bill-detail-shell__header[b-1l44krdfip] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 0.85rem;
}

.bill-detail-shell__eyebrow[b-1l44krdfip] {
    margin: 0;
    font-size: 0.74rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #16a34a;
}

.bill-detail-shell__title[b-1l44krdfip] {
    margin: 0.2rem 0 0;
    font-size: 1.18rem;
    line-height: 1.2;
    font-weight: 800;
    color: #111827;
}

.bill-detail-shell__subtitle[b-1l44krdfip] {
    margin: 0.22rem 0 0;
    font-size: 0.82rem;
    color: #64748b;
}

.bill-detail-shell__layout[b-1l44krdfip] {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
}

.bill-detail-shell__transactions[b-1l44krdfip] {
    border: 1px solid #eef2f7;
    border-radius: 0.85rem;
    background: #fff;
    padding: 0.7rem;
}

.bill-detail-shell__empty[b-1l44krdfip] {
    border-radius: 0.75rem;
    border: 1px dashed #cbd5e1;
    background: #f8fafc;
    padding: 1rem;
}

.bill-detail-table[b-1l44krdfip] {
    border-collapse: collapse;
}

.bill-detail-table thead th[b-1l44krdfip] {
    border-bottom: 1px solid #e2e8f0;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.bill-detail-table tbody tr[b-1l44krdfip] {
    border-bottom: 1px solid #f1f5f9;
}

.bill-detail-table tbody tr:last-child[b-1l44krdfip] {
    border-bottom: 0;
}

.bill-detail-shell__summary[b-1l44krdfip] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-content: start;
}

.bill-kpi-card[b-1l44krdfip] {
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    padding: 0.85rem;
    background: linear-gradient(155deg, #ffffff, #f8fafc);
}

.bill-kpi-card__label[b-1l44krdfip] {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
}

.bill-kpi-card__value[b-1l44krdfip] {
    margin: 0.35rem 0 0;
    font-size: 1.28rem;
    line-height: 1.2;
    color: #111827;
    font-weight: 800;
}

.bill-kpi-card__aux[b-1l44krdfip] {
    margin: 0.26rem 0 0;
    font-size: 0.75rem;
    color: #64748b;
}

.bill-detail-shell__summary > .btn-primary[b-1l44krdfip] {
    grid-column: 1 / -1;
}

@media (min-width: 1180px) {
    .bill-detail-shell__layout[b-1l44krdfip] {
        grid-template-columns: minmax(0, 1fr) 19rem;
    }

    .bill-detail-shell__summary[b-1l44krdfip] {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.65rem;
    }
}

@media (max-width: 680px) {
    .credit-bill-card[b-1l44krdfip] {
        min-height: 0;
    }

    .credit-bill-card__actions[b-1l44krdfip] {
        flex-direction: column;
    }

    .credit-bill-card__actions .btn-secondary[b-1l44krdfip],
    .credit-bill-card__actions .btn-primary[b-1l44krdfip] {
        width: 100%;
    }

    .bill-detail-shell[b-1l44krdfip] {
        padding: 0.85rem;
    }

    .bill-detail-shell__header[b-1l44krdfip] {
        flex-direction: column;
        align-items: flex-start;
    }

    .bill-detail-shell__summary[b-1l44krdfip] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* /Shared/Components/CustomSelect.razor.rz.scp.css */
.custom-select-search-container[b-thtrh8umi9] {
    position: sticky;
    top: 0;
    z-index: 1;
    margin-bottom: 0.25rem;
    padding: 0.25rem 0.25rem 0.5rem;
    background: #fff;
    border-bottom: 1px solid #f3f4f6;
}

.custom-select-search-input-wrapper[b-thtrh8umi9] {
    position: relative;
}

.custom-select-search-icon[b-thtrh8umi9] {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    transform: translateY(-50%);
    pointer-events: none;
}

.custom-select-search-icon svg[b-thtrh8umi9] {
    width: 1rem;
    height: 1rem;
    display: block;
}

.custom-select-search-input[b-thtrh8umi9] {
    padding: 0.6rem 0.75rem 0.6rem 2.25rem;
    font-size: 0.95rem;
}

.custom-select-options-content[b-thtrh8umi9] {
    padding-top: 0.4rem;
}

.custom-select-empty[b-thtrh8umi9] {
    padding: 0.75rem 1rem;
    color: #6b7280;
    font-size: 0.95rem;
    text-align: center;
}
