﻿.payment-modal {
    border-radius: 14px;
    overflow: hidden;
    background-color:white;
}

.payment-modal .modal-header {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.payment-modal .modal-title {
    font-weight: 700;
    font-size: 1.05rem;
}

.payment-summary-box {
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 14px 16px;
}

.summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 32px;
}

.summary-label {
    color: #6c757d;
    font-weight: 600;
}

.summary-value {
    color: #212529;
    font-weight: 700;
}

.payment-section {
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 12px;
    padding: 16px;
}

.section-title {
    font-weight: 700;
    margin-bottom: 14px;
    color: #343a40;
}

.wallet-item-moudal,
.payment-type-item {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 10px;
    transition: all 0.2s ease;
    background: #fff;
}

.wallet-item-moudal:hover,
.payment-type-item:hover {
    border-color: #b8d4ff;
    background: #f8fbff;
}

.wallet-label-moudal,
.payment-type-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    cursor: pointer;
    gap: 12px;
}

.wallet-info-moudal,
.payment-type-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wallet-name-moudal,
.payment-type-name {
    font-weight: 700;
    color: #212529;
}

.wallet-remain-moudal {
    font-size: 0.92rem;
    color: #28a745;
    font-weight: 600;
}

.wallet-check-moudal,
.payment-type-radio {
    flex-shrink: 0;
}

.payment-empty {
    padding: 12px;
    border-radius: 8px;
    background: #fff3cd;
    color: #856404;
    font-size: 0.95rem;
}
