/* ============================================================
   Asset Custody & PettyCash — custom styles
   ============================================================ */

/* ── Custody Grid Row Highlights ────────────────────────────── */
.slick-row.custody-overdue,
.slick-row.custody-overdue:hover {
    background-color: #fde8e8 !important;
    color: #c0392b !important;
}

.slick-row.custody-expiring-soon,
.slick-row.custody-expiring-soon:hover {
    background-color: #fff3cd !important;
    color: #856404 !important;
}

/* Overdue badge */
.custody-overdue-badge {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 700;
    margin-right: 4px;
}

/* Expiring-soon badge */
.custody-expiring-badge {
    display: inline-block;
    background: #f39c12;
    color: #fff;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 700;
    margin-right: 4px;
}

/* ── Signature Canvas ────────────────────────────────────────── */
#SignatureCanvas,
canvas[id$="SignatureCanvas"] {
    border: 2px dashed #aaa;
    border-radius: 6px;
    cursor: crosshair;
    background: #fff;
    touch-action: none;
}

/* ── Asset Lifecycle Dialog ─────────────────────────────────── */
.asset-lifecycle-dialog .timeline {
    position: relative;
    padding-right: 16px;
}

.asset-lifecycle-dialog .timeline li {
    padding: 0 0 18px 36px;
    border-left: 3px solid #bdc3c7;
    position: relative;
    list-style: none;
}

[dir="rtl"] .asset-lifecycle-dialog .timeline li {
    padding: 0 36px 18px 0;
    border-left: none;
    border-right: 3px solid #bdc3c7;
}

/* ── PettyCash Balance Badge ─────────────────────────────────── */
.petty-cash-balance-badge {
    font-size: 13px;
    border-radius: 6px;
    padding: 8px 12px;
    margin: 6px 0;
}

/* ── Location URL preview ────────────────────────────────────── */
.location-url-preview {
    margin: 4px 0 8px 0;
}

.location-url-preview iframe {
    display: block;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* ── Evaluate Beneficiary Button ─────────────────────────────── */
.evaluate-beneficiary-btn {
    margin: 8px;
    font-size: 14px;
    padding: 6px 16px;
}

/* ── Supplier Email Dialog ───────────────────────────────────── */
.supplier-email-dialog .email-preview-box {
    max-height: 260px;
    overflow-y: auto;
    font-size: 13px;
    line-height: 1.6;
}
