.HP_supported-brans-icons {
    display: flex;
    align-items: center;
    float: right;
}

[data-action="show-initial-forms"] {
    display: none !important;
}

.HP_supported-brans-icons li {
    flex: 1
}

.input-error {
    border: 2px solid !important;
    border-radius: 4px !important;
    border-color: #d63638 !important;
}

.input-error-msg {
    color: #d63638 !important;
    font-weight: bold;
}

.hyperpay_custom_style {
    width: 400px !important;
    height: 175px !important;
    /* visibility: hidden !important; */
}

.hyperpay_custom_style~.CodeMirror {
    width: 400px !important;
    height: 175px !important;
    border: #8c8f94 1px solid;
    border-radius: 3px;
}

.hyperpay_gateways_logo {
    border-radius: 3px;
    border: #0000001e 1px solid !important;
    margin: 0px !important;

}

.wpwl-button-brand {
    padding: 0px !important;
    border-radius: 40px;
}

.wpwl-apple-pay-button {
    -webkit-appearance: -apple-pay-button !important;
}

.wpwl-brand-ZOODPAY {
    background: url(../images/continue-button.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 177px;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    max-width: 550px;
    ;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.terms_zoodpay {
    padding: 15px 20px;
}

.wpwl-control-iframe {
    direction: ltr !important;
}

#payment .payment_methods li img {
    height: 2em !important;
    max-height: 2.5em !important;
}

.customLabel {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 12px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #0a3254;
}

.wpwl-group-registration.wpwl-selected .wpwl-wrapper.wpwl-wrapper-registration.wpwl-wrapper-registration-cvv {
    border: none !important;
}

.customLabel input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #ff4e00;
    /* HyperPay orange */
    margin-top: 3px;
    cursor: pointer;
}

.customLabel label {
    cursor: pointer;
}


.wpwl-group-registration {
    border: 2px solid #dcdcdc;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 14px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.wpwl-group-registration.wpwl-selected {
    border-color: #ff4e00;
    outline: none;
}

.wpwl-form.wpwl-form-registrations.wpwl-form-has-inputs.wpwl-clearfix {
    margin: 0 !important;
}


#wpwl-registrations {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);*/
    font-family: "Inter", sans-serif;
    color: #2b2b2b;
}

.wpwl-form-registrations {
    box-shadow: none !important;
}


.wpwl-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpwl-container input[type="radio"] {
    accent-color: #ff4e00;
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.card-info {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 10px;
    font-size: 15px;
    color: #555;
}

.card-icon {
    font-size: 18px;
}

.card-type {
    font-weight: 600;
    color: #222;
}

.wpwl-group-registration.wpwl-selected .wpwl-wrapper.wpwl-wrapper-registration.wpwl-wrapper-registration-cvv {
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
    transition: border-color 0.2s ease;
}


#wpwl-registrations button[type="submit"].wpwl-button-pay {
    background: #ff4e00;
    color: #fff;
    border: none;
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s ease;
}

#wpwl-registrations button[type="submit"].wpwl-button-pay:hover {
    background: #e64500;
}

#wpwl-registrations button[type="submit"].wpwl-button-pay::before {
    content: "🔒 ";
    /* Inserts the lock emoji */
    display: inline-block;
    /* Ensures proper spacing */
    margin-right: 5px;
    /* Adds space between the icon and text */
}

.wpwl-container input[type="radio"] {
    accent-color: #ff4e00;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    /* margin-top: 10px; */
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wpwl-control.wpwl-control-iframe.wpwl-control-cvv {
    border-color: #ccc !important;
}

@media only screen and (max-width: 782px) {
    .hyperpay_custom_style {
        width: 100% !important;
    }

    .hyperpay_custom_style~.CodeMirror {
        width: 100% !important;
    }
}

.wpwl-wrapper-registration-brand, .add_new_card_brand {
    margin-left: 20px;
}