/**
 * 2008-2024 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2024 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */

#presta_copy_test_card1, #presta_copy_test_card2 {
    font-weight: bolder;
    cursor: pointer;
}

/* CARD ELEMENT */
/* Add some basic styling to the form */
#presta_stripe_card_form .StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    transition: box-shadow 150ms ease;
}
#presta_stripe_card_form .StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
#presta_stripe_card_form .StripeElement--invalid {
    border-color: #fa755a;
}
#presta_stripe_card_form .StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#presta_stripe_error_message {
    margin-top: 15px;
    color: #ff0000;
}
.presta_stripe_gif {
    display : none;
    position : fixed;
    z-index: 100;
    opacity : 0.4;
    left : 33%;
    bottom : 0;
    right : 0;
    top : 30%;
}
