/**
 * @author    ELEGANTAL <info@elegantal.com>
 * @copyright (c) 2022, ELEGANTAL <www.elegantal.com>
 * @license   Proprietary License - It is forbidden to resell or redistribute copies of the module or modified copies of the module.
 */

p.payment_module .elegantalpaymentpaypal_logo {
    padding: 12px;
}
p.payment_module .elegantalpaymentpaypal_logo img {
    vertical-align: middle;
    margin-right: 12px;
}
p.payment_module .elegantalpaymentpaypal_logo_bg {
    background: #fbfbfb;
}
p.payment_module .elegantalpaymentpaypal_logo_arrow:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #777;
}
#elegantalpaymentpaypal_instruction_popup button.close {
    position: absolute;
    top: 12px;
    right: 12px;
}

/* elegantal-popup */
#elegantalpaymentpaypal_instruction_popup.elegantal-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
}
#elegantalpaymentpaypal_instruction_popup.elegantal-popup .elegantal-popup-inner {
    position: relative;
    max-width: 700px;
    width: 90%;
    margin: 30px auto;
    padding: 40px;
    box-shadow: 0px 2px 6px black;
    border-radius: 3px;
    background: #fff;
}
#elegantalpaymentpaypal_instruction_popup.elegantal-popup .elegantal-popup-close-x {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}
#elegantalpaymentpaypal_instruction_popup.elegantal-popup .elegantal-popup-close-x:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: black;
    text-decoration: none;
}
#elegantalpaymentpaypal_instruction_popup.elegantal-popup .elegantal-popup-header {
    padding: 0 0 10px 0;
}
#elegantalpaymentpaypal_instruction_popup.elegantal-popup .elegantal-popup-body {
    padding: 0 0 10px 0;
}
#elegantalpaymentpaypal_instruction_popup.elegantal-popup .elegantal-popup-footer {
    text-align: right;
}
/* END elegantal-popup */