.customer-invoices .invoice-status-badge {
    background-color: #fef0c7;
    border-color: #fec84b !important;
}

.customer-invoices .invoice-card-container {
    height: auto;
    min-height: fit-content;
}

.customer-invoices .invoice-decorative-circle {
    width: 250px;
    height: 250px;
    background-color: #fff0f1;
    top: 80px;
    right: 40px;
    opacity: 0.5;
    z-index: 0;
}

.customer-invoices .invoice-content-wrapper {
    z-index: 1;
}

.customer-invoices .invoice-logo-text {
    color: #444;
}

.customer-invoices .invoice-logo-accent {
    color: #e53e3e;
}

.customer-invoices .invoice-service-package-box {
    background-color: #f7f7f7ff;
}

.customer-invoices .invoice-tax-note {
    font-size: 0.7rem;
}

.customer-invoices .invoice-footer-text {
    font-size: 0.75rem;
}

.customer-invoices .invoice-logo {
    height: 30px;
}

.customer-invoices .invoice-watermark-logo {
    top: 30px;
    right: 30px;
    opacity: 0.05;
    width: 200px;
    z-index: 0;
    pointer-events: none;
}

.customer-invoices .invoice-watermark-content {
    z-index: 1;
}

.customer-invoices .invoice-document-select {
    width: 350px !important;
}

.customer-invoices .invoice-card-container .alert-container {
    border-radius: 5px;
    padding: 15px;
    border-width: 1px;
    border-style: solid;
}

.customer-invoices .invoice-card-container .alert-container p {
    color: var(--app-color-gray-text);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.customer-invoices .invoice-card-container .alert-container p strong {
    font-weight: 500;
}

.customer-invoices .invoice-card-container .alert-container h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.customer-invoices .invoice-card-container .alert-container.bg-due {
    background-color: #fff8d2FF;
    color: #504922FF;
    border-color: #fff3b1FF;
}

.customer-invoices .invoice-card-container .alert-container.bg-overdue {
    background-color: #ffe9e9FF;
    color: #87363aFF;
    border-color: #f5b1a5FF;
}
