/* _content/Yap.Checkout/Pages/Checkout/Index.cshtml.rz.scp.css */
.checkout-main[b-52yvdunlx5] {
    margin: 1rem;
}

.summary-card[b-52yvdunlx5] {
    border-radius: 10px;
    border: 1px solid #c9c9c9;
    padding: 1rem;
    background-color: #fdfdfd;
}

.summary-card h1[b-52yvdunlx5] {
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.amount-due[b-52yvdunlx5] {
    display: flex;
    justify-content: space-between;
}

.amount-due-value[b-52yvdunlx5] {
    font-weight: 600;
}

ul.accepted-cards-list[b-52yvdunlx5] {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-message[b-52yvdunlx5] {
    display: flex;
    gap: 0.5rem;
    margin-block: 1rem;
}

.checkout-container h1[b-52yvdunlx5] {
    margin-block: 0.5rem;
}

.checkout-container > p[b-52yvdunlx5] {
    margin-block: 1rem;
    font-weight: 500;
}

@media (min-width:900px) {
    .checkout-main[b-52yvdunlx5] {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 1rem;
    }

    .checkout-container[b-52yvdunlx5] {
        flex: 1;
        max-width: 490px;
        border-radius: 10px;
        border: 1px solid #c9c9c9;
        padding: 1rem;
        background-color: #fdfdfd;
    }
}
/* _content/Yap.Checkout/Pages/Checkout/QuickPay-Index.cshtml.rz.scp.css */
.checkout-main[b-usu92i64lf] {
    margin: 1rem;
}

.checkout-container h1[b-usu92i64lf] {
    margin-block: 0.5rem;
}

.checkout-container > p[b-usu92i64lf] {
    margin-block: 1rem;
    font-weight: 500;
}

@media (min-width:900px) {
    .checkout-main[b-usu92i64lf] {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        gap: 1rem;
    }

    .checkout-container[b-usu92i64lf] {
        flex: 1;
        max-width: 490px;
        padding: 1rem;
    }
}
/* _content/Yap.Checkout/Pages/Checkout/Test/_Checkout.cshtml.rz.scp.css */
.express-checkout-methods[b-jdx9cw58ap] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.saved-cards[b-jdx9cw58ap] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-block: 1rem;
}

.saved-card[b-jdx9cw58ap] {
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0.5rem;
    padding-inline: 0.5rem;
    cursor: pointer;
    background-color: #fff;
}

.card-info[b-jdx9cw58ap] {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.9rem;
}

.card-fields[b-jdx9cw58ap] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-block: 1rem;
}

.saved-card-check[b-jdx9cw58ap] {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.saved-card-check input[type=checkbox][b-jdx9cw58ap] {
    width: 1rem;
}

.cc-input[b-jdx9cw58ap] {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-inline: 1rem;
    height: 2.8rem;
    width: 100%;
    display: flex;
    gap: 0.5rem;
}

.cc-input img[b-jdx9cw58ap] {
    width: 1.5rem;
}

.cc-card-inline[b-jdx9cw58ap] {
    display: flex;
    gap: 1rem;
}

.hidden[b-jdx9cw58ap] {
    display: none !important;
}

.card-fields.is-loading .cc-input[b-jdx9cw58ap] {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine-b-jdx9cw58ap linear infinite;
}
.card-fields.is-loading .cc-input img[b-jdx9cw58ap] {
    display: none;
}

@keyframes shine-b-jdx9cw58ap {
  to {
    background-position-x: -200%;
  }
}

.add-new-card-btn[b-jdx9cw58ap] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding-block: 0.7rem;
    padding-inline: 0.5rem;
    border: 1px dashed #137917;
    background-color: #1379171A;
    color: #137917;
    border-radius: 10px;
}

.checkbox[b-jdx9cw58ap] {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.checkbox input[type=checkbox][b-jdx9cw58ap] {
    width: 1rem;
}

form button[type=submit][b-jdx9cw58ap] {
    display: block;
    width: 100%;
    padding-block: 1rem;
    margin-top: 1rem;
    border-radius: 10px;
    border: none;
    background-color: #E94057;
    color: #fff;
    font-weight: 500;
}

@media (min-width:900px) {
    .express-checkout-methods[b-jdx9cw58ap] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        grid-auto-rows: var(--payment-button-height);
        gap: 0.5rem;
        align-items: center;
    }
}
/* _content/Yap.Checkout/Pages/Checkout/TrustPayments/QuickPay/_Checkout.cshtml.rz.scp.css */
.quickpay-checkout-methods[b-b83wo8jxpz] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#submit-btn[b-b83wo8jxpz] {
    display: block;
    width: 100%;
    padding-block: 1rem;
    margin-top: 1rem;
    border-radius: 10px;
    border: none;
    background-color: #01aef0;
    color: #fff;
    font-weight: 500;
}

.btn-free[b-b83wo8jxpz] {
    background-color: #01aef0 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.btn-continuefree[b-b83wo8jxpz] {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border-radius: 25px !important;
    overflow: hidden;
    padding-block: 1.5rem !important;
    width: 300px !important;
    height: 35px;
}

    .btn-continuefree[b-b83wo8jxpz] .left[b-b83wo8jxpz][b-b83wo8jxpz] {
        flex: 1;
        text-align: center;
        padding: 12px 0;
        margin-left: -15px;
    }

    .btn-continuefree[b-b83wo8jxpz] .right[b-b83wo8jxpz][b-b83wo8jxpz] {
        flex: 1;
        text-align: center;
        padding: 12px 0;
        margin-right: -15px;
    }

@media (min-width:900px) {
    .quickpay-checkout-methods[b-b83wo8jxpz] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #submit-btn[b-b83wo8jxpz] {
        width: 300px !important;
    }
}
/* _content/Yap.Checkout/Pages/Checkout/TrustPayments/_Checkout.cshtml.rz.scp.css */
.express-checkout-methods[b-4529orj8po] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.card-fields[b-4529orj8po] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-block: 1rem;
}

.cc-input[b-4529orj8po] {
    height: 4.2rem;
    width: 100%;
    display: flex;
    gap: 0.5rem;
    position: relative;
}

    .cc-input img[b-4529orj8po] {
        width: 1.5rem;
        position: absolute;
        top: 28px;
        right: 12px;
    }

.cc-card-inline[b-4529orj8po] {
    display: flex;
    gap: 1rem;
}

.hidden[b-4529orj8po] {
    display: none !important;
}

.card-fields.is-loading .cc-input[b-4529orj8po] {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine-b-4529orj8po linear infinite;
}
.card-fields.is-loading .cc-input img[b-4529orj8po] {
    display: none;
}

@keyframes shine-b-4529orj8po {
  to {
    background-position-x: -200%;
  }
}

.checkbox[b-4529orj8po] {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.checkbox input[type=checkbox][b-4529orj8po] {
    width: 1rem;
}

form button[type=submit][b-4529orj8po] {
    display: block;
    width: 100%;
    padding-block: 1rem;
    margin-top: 1rem;
    border-radius: 10px;
    border: none;
    background-color: #E94057;
    color: #fff;
    font-weight: 500;
}

/*iframe[id^=st-] {
    width: inherit !important;
}

#st-card-number-input {
    padding: 1.1rem 1.8rem !important;
}*/

@media (min-width:900px) {
    .express-checkout-methods[b-4529orj8po] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        grid-auto-rows: var(--payment-button-height);
        gap: 0.5rem;
        align-items: center;
    }
}



/* _content/Yap.Checkout/Pages/Checkout/WLPayments/QuickPay/_Checkout.cshtml.rz.scp.css */
.quickpay-checkout-methods[b-mare0q69rv] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#submit-btn[b-mare0q69rv],
#cc-submit-btn[b-mare0q69rv] {
    display: block;
    width: 100%;
    padding-block: 1rem;
    margin-top: 1rem;
    border-radius: 10px;
    border: none;
    background-color: #01aef0;
    color: #fff;
    font-weight: 500;
}

#cc-submit-btn[b-mare0q69rv] {
    background-color: #e94057 !important;
    border-radius: 0px !important;
}

.btn-free[b-mare0q69rv] {
    background-color: #01aef0 !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.btn-continuefree[b-mare0q69rv] {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 300px !important;
    height: 35px;
    padding-block: 1.5rem !important;
    border-radius: 25px !important;
    overflow: hidden;
}

    .btn-continuefree[b-mare0q69rv] .left[b-mare0q69rv][b-mare0q69rv] {
        flex: 1;
        text-align: center;
        padding: 12px 0;
        margin-left: -15px;
    }

    .btn-continuefree[b-mare0q69rv] .right[b-mare0q69rv][b-mare0q69rv] {
        flex: 1;
        text-align: center;
        padding: 12px 0;
        margin-right: -15px;
    }

.card-info[b-mare0q69rv] {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 500;
}

.card-fields[b-mare0q69rv] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-block: 1rem;
}

.cc-card-inline[b-mare0q69rv] {
    display: flex;
    gap: 1rem;
}

.saved-card-check[b-mare0q69rv] {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

    .saved-card-check input[type="checkbox"][b-mare0q69rv] {
        width: 1rem;
    }

.cc-input[b-mare0q69rv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    height: 2.8rem;
    padding-inline: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .cc-input img[b-mare0q69rv] {
        width: 1.5rem !important;
    }

#customer-email[b-mare0q69rv] {
    width: inherit;
    border: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #000;
    text-align: start;
    cursor: text;
}

    #customer-email[b-mare0q69rv]::placeholder {
        color: #000;
        opacity: 1;
    }

    #customer-email:focus-visible[b-mare0q69rv] {
        border-color: #fff;
        outline: none;
    }

.hidden[b-mare0q69rv] {
    display: none !important;
}

.card-fields.is-loading .cc-input[b-mare0q69rv],
.card-fields.is-loading #customer-email[b-mare0q69rv] {
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    border-radius: 5px;
    animation: shine-b-mare0q69rv 1.5s linear infinite;
}

    .card-fields.is-loading .cc-input img[b-mare0q69rv] {
        display: none;
    }

@keyframes shine-b-mare0q69rv {
    to {
        background-position-x: -200%;
    }
}

.paypal-btn[b-mare0q69rv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 40px;
    border: none;
    border-radius: 10px;
    background-color: #ffc439;
    color: #003087;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease;
}

    .paypal-btn:hover[b-mare0q69rv] {
        background-color: #ffb347;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
        transform: translateY(-1px);
    }

    .paypal-btn:active[b-mare0q69rv] {
        transform: scale(0.98);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .paypal-btn img[b-mare0q69rv] {
        height: 28px;
        width: auto;
    }

.express-checkout-methods-ext[b-mare0q69rv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.amount-due[b-mare0q69rv] {
    padding-top: 5px;
    font-size: 1rem;
    font-weight: 600;
}

.amount-due-value[b-mare0q69rv] {
    font-weight: 600;
}

ul.accepted-cards-list[b-mare0q69rv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style-type: none;
}

.info-message[b-mare0q69rv] {
    display: flex;
    gap: 0.5rem;
    margin-block: 1rem;
    font-size: 0.8rem;
}

@media (min-width: 900px) {
    .quickpay-checkout-methods[b-mare0q69rv] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #submit-btn[b-mare0q69rv] {
        width: 300px !important;
    }

    .paypal-btn[b-mare0q69rv] {
        width: 50%;
    }
}
/* _content/Yap.Checkout/Pages/Checkout/WLPayments/_Checkout.cshtml.rz.scp.css */
.express-checkout-methods[b-qhurhagmd7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.saved-cards[b-qhurhagmd7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-block: 1rem;
}

.saved-card[b-qhurhagmd7] {
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 0.5rem;
    padding-inline: 0.5rem;
    cursor: pointer;
    background-color: #fff;
}

.card-info[b-qhurhagmd7] {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.9rem;
}

.card-fields[b-qhurhagmd7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-block: 1rem;
}

.saved-card-check[b-qhurhagmd7] {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.saved-card-check input[type=checkbox][b-qhurhagmd7] {
    width: 1rem;
}

.cc-input[b-qhurhagmd7] {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-inline: 1rem;
    height: 2.8rem;
    width: 100%;
    display: flex;
    gap: 0.5rem;
}

.cc-input img[b-qhurhagmd7] {
    width: 1.5rem;
}

.cc-card-inline[b-qhurhagmd7] {
    display: flex;
    gap: 1rem;
}

.hidden[b-qhurhagmd7] {
    display: none !important;
}

.card-fields.is-loading .cc-input[b-qhurhagmd7] {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine-b-qhurhagmd7 linear infinite;
}
.card-fields.is-loading .cc-input img[b-qhurhagmd7] {
    display: none;
}

@keyframes shine-b-qhurhagmd7 {
  to {
    background-position-x: -200%;
  }
}

.add-new-card-btn[b-qhurhagmd7] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding-block: 0.7rem;
    padding-inline: 0.5rem;
    border: 1px dashed #137917;
    background-color: #1379171A;
    color: #137917;
    border-radius: 10px;
}

.checkbox[b-qhurhagmd7] {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.checkbox input[type=checkbox][b-qhurhagmd7] {
    width: 1rem;
}

form button[type=submit][b-qhurhagmd7] {
    display: block;
    width: 100%;
    padding-block: 1rem;
    margin-top: 1rem;
    border-radius: 10px;
    border: none;
    background-color: #E94057;
    color: #fff;
    font-weight: 500;
}

@media (min-width:900px) {
    .express-checkout-methods[b-qhurhagmd7] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        grid-auto-rows: var(--payment-button-height);
        gap: 0.5rem;
        align-items: center;
    }
}
/* _content/Yap.Checkout/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

footer[b-fcg5dlza1p] {
  padding-inline: 1rem;
  min-height: 50px;
  display: flex;
  justify-content: center;
}
