/**
 * This file is part of the Airwallex Payments module.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade
 * to newer versions in the future.
 *
 * @copyright Copyright (c) 2021 Magebit, Ltd. (https://magebit.com/)
 * @license   GNU General Public License ("GPL") v3.0
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

.airwallex-card {
    border: 1px solid #612fff;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: #612fff 0 0 0 1px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.airwallex-card.error {
    border: 1px solid red;
    box-shadow: red 0 0 0 1px;
}

.airwallex-payment-frame {
    width: 100%;
}

.airwallex-error {
    margin-top: 5px;
    color: red;
}

#threeDs {
    z-index: 2147483647 !important;
}

#threeDsChallenge {
    z-index: 2147483647 !important;
}

.express-title {
    font-weight: 300;
    font-size: 2.6rem;
    color: #333333;
}

.minicart-awx-express {
    margin: 0 10px 15px
}

.aws-button-mask,
.aws-button-mask-for-login {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    display: none;
}

.airwallex-express-checkout {
    position: relative;
}

#minicart-content-wrapper .airwallex-express-checkout {
    margin: 0 10px 15px;
}

.airwallex-express-checkout .express-title {
    display: none;
}

#co-payment-form .airwallex-express-checkout .express-title {
    display: block;
}

@media screen and (min-width: 768px) {
    @media (min-width: 769px),
    print {
        .box-tocart .airwallex-express-checkout {
            margin-bottom: 15px;
            width: 49%;
            min-width: 240px;
        }
    }
}

#airwallex-payments-saved-card-list {
    margin-bottom: 20px;
    width: 100%;
}

.airwallex-payments-saved-card-item {
    border-top: 1px solid gray;
    cursor: pointer;
    width: 100%;
    padding: 10px 3px;
}

.airwallex-payments-saved-card-item label {
    width: 100%;
    display: flex;
    align-items: center;
}

.airwallex-payments-saved-card-item span {
    display: inline-block;
    padding: 0 5px;
    flex-grow: 0;
}

.airwallex-payments-saved-card-item span.brand {
    flex-grow: 1;
}

.airwallex-payments-saved-card-item span.last4 {
    font-family: 'Courier New', Courier, monospace;
}

#airwallex-payments-card-save {
    cursor: pointer;
}

.airwallex-payments-saved-card-item img {
    height: 25px;
    border: 1px solid lightgrey;
    border-radius: 3px;
}

.cvc-underline {
    margin: 0;
    width: 26px;
    color: black;
    /* border: 1px solid; */
    position: relative;
    top: -6px;
}