.card-wrapper {
    padding: 20px;
}

.card {
    margin: 20px;
}

.accordion-button {
    background-color: #fff;
    color: #000;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #000;
}

.payment-method.active {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.payment-method.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.payment-method p {
    font-size: 0.8rem;
    color: #6c757d;
}

.payment-logo {
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.payment-info-container {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.virtual-account {
    font-size: 24px;
    font-weight: bold;
    background-color: #e9ecef;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.payment-amount {
    font-size: 20px;
    font-weight: bold;
    color: #28a745;
}

.payment-instructions {
    margin-top: 20px;
    padding: 15px;
    background-color: #e9ecef;
    border-radius: 5px;
}

.payment-instructions ol {
    padding-left: 20px;
}

.qr-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.btn-outline-custom {
    border: 1px solid #dee2e6;
    background-color: #fff;
}

.btn-outline-custom:hover {
    background-color: #f8f9fa;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 24px;
    color: #495057;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
}

.select2-dropdown {
    border: 1px solid #ced4da;
}
