.pay-popup-form {
    max-width: 420px;
    padding: 20px;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.pay-popup-form input,
.pay-popup-form select,
.pay-popup-form button {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.pay-popup-form button {
    background: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}

.pay-popup-form button:hover {
    background: #005f8d;
}
.pay-popup-error-popup {
    border-radius: 20px !important;
    padding: 30px !important;
    max-width: 480px;
}

.pay-popup-error-wrap {
    text-align: left;
    padding: 10px;
}

.pay-popup-error-icon {
    margin-bottom: 20px;
}

.pay-popup-error-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #192023;
}

.pay-popup-error-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #4a5568;
}

.pay-popup-error-btn {
    display: inline-block;
    padding: 12px 22px;
    background: white;
    border: 1px solid #cfd8dc;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
}

.pay-popup-error-btn:hover {
    background: #f1f1f1;
}
