﻿.pc-muted {
    color: #6c757d;
}

.pc-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

/* ---------- Table ---------- */
#paymentsTableBody tr {
    transition: background-color 0.15s ease-in-out;
}

    #paymentsTableBody tr:hover {
        background-color: rgba(0, 0, 0, 0.03);
    }

    #paymentsTableBody tr.table-success {
        background-color: rgba(25, 135, 84, 0.08);
    }

/* ---------- Status Labels ---------- */
.pc-status-processed {
    color: #198754;
    font-weight: 600;
}

.pc-status-unprocessed {
    color: #dc3545;
    font-weight: 600;
}

/* ---------- Filters ---------- */
.pc-filters .form-label {
    font-size: 0.85rem;
    color: #495057;
}

.pc-filters .form-control,
.pc-filters .form-select {
    font-size: 0.9rem;
}

/* ---------- Modal (Payment Detail) ---------- */
body.valk-theme #paymentDetailModal .modal-content {
    border-radius: 16px;
    overflow: hidden; 
    border: 0;
}

body.valk-theme #paymentDetailModal .modal-header {
    background-color: #0d6efd;
    color: #fff;
    border-bottom: 0;
}

    body.valk-theme #paymentDetailModal .modal-header .btn-close {
        filter: invert(1);
    }

body.valk-theme #paymentDetailModal .modal-body {
    background-color: #f8f9fa;
}

body.valk-theme #paymentDetailModal hr {
    opacity: 0.15;
}

/* ---------- Invoice Table (Modal) ---------- */
body.valk-theme #paymentDetailModal table thead th {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #6c757d;
}

body.valk-theme #paymentDetailModal table tbody td {
    font-size: 0.9rem;
}

/* ---------- Validation Messages ---------- */
#validationSummary .alert {
    font-size: 0.9rem;
    padding: 0.6rem 0.75rem;
}

/* ---------- QR ---------- */
#qrContainer img {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 6px;
    background-color: #fff;
}

/* ---------- Loader ---------- */
#generateLoader {
    font-size: 0.9rem;
    color: #495057;
}

/* ---------- Toasts ---------- */
.toast-container {
    z-index: 1080;
}

.toast-body {
    word-break: break-word;
}

/* ---------- Header (Hero) ---------- */
.pc-header {
    background: linear-gradient(135deg, #0d6efd 0%, #3da9fc 100%);
    color: #fff;
    border-radius: 16px;
    padding: 24px 28px;
}

.pc-header-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.pc-header h3 {
    font-weight: 600;
}

.pc-header-subtitle {
    font-size: 0.95rem;
    opacity: 0.9;
}
