.HP_supported-brans-icons {
    display: flex;
    align-items: center;
    float: right;
}

.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;
}

@media only screen and (max-width: 782px) {
    .hyperpay_custom_style {
        width: 100% !important;
    }

    .hyperpay_custom_style~.CodeMirror {
        width: 100% !important;
    }
}