:root {
    --bs-app-bg-color: #FFFFFF
}

@media screen and (min-width: 992px) {
    html.subscribe-payment-form,
    html.subscribe-payment-form body {
        font-size: 16px !important;
    }
}

.site_logo_nav {
    text-align: center;
    height: 42px;
    width: 173px;
    background: url(/img/logo_nav.png) no-repeat center center;
    background-size: contain;
    z-index: 50;
    position: relative;
}

#wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    flex-grow: 1;
}

.wrapper {
    display: flex;
    flex-direction: column;
}

.wrapper-cart-customer-details {
    margin-top: 50px;
}

@media  screen and (min-width: 768px) {
    .subscribe-form-wrapper {
        margin-right: 2rem;
        display: flex;
        justify-content: end;
    }

    .amount-container {
        margin-top: 25px;
    }

    .wrapper-cart-customer-details {
        margin-top: 100px;
    }
}

@media  screen and (min-width: 992px) {
    .wrapper-cart-customer-details {
        margin-top: 60px;
    }
}

@media  screen and (min-width: 1200px) {
    .subscribe-form-wrapper {
        margin-right: 5rem;
    }
    .subscription-form {
        max-width: 470px;
    }
}

.pp1-header {
    height: 70px;
    padding-top: 10px;
    position: relative;
}

.cart-customer-details {
    margin-bottom: 30px;
}

/* trial sign*/
.seoptimer-active-text.price-table {
    position: relative;
}

.seoptimer-active-text .qodef-active-text span,
.seoptimer-show-product-info .qodef-active-text span {
    display: block;
    width: 70px;
    height: 70px;
    background: #ffeaa0;
    /* background: #b9eecb; */
    color: #071437;
    -webkit-transform: rotate(11.25deg);
    -ms-transform: rotate(11.25deg);
    transform: rotate(11.25deg);
}

.seoptimer-active-text .qodef-active-text .qodef-active-text-inner,
.seoptimer-show-product-info .qodef-active-text .qodef-active-text-inner {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-rotation: 90deg;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.trial-badge {
    right: 45px;
    top: -35px;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .trial-badge {
        right: 85px;
    }
}
/* trial sign*/

/* right container with price */
.account-settings-loading {
    display: none;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50px);
}

.account-settings-loading .loader {
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

p.js-applied-coupon-info {
    margin-top: 20px;
    margin-bottom: 5px;
}
p.js-applied-coupon-info:empty {
    margin-top: 0;
    margin-bottom: 0;
}

/* end right container with price */

/* form */

.alert-danger .btn-close {
    display: flex;
    color: var(--bs-danger);
}

.subscribe-form-errors-wrapper .subscribe-form-errors .alert {
    margin-bottom: 0;
    margin-top: 1rem;
}

.subscription-form .js-stripe-process-spinner {
    position:absolute;
    top:50%;
    left:50%;
    z-index: 101;
}

@media screen and (max-width: 768px) {
    .subscribe-form-errors-wrapper .subscribe-form-errors {
        position: relative;
        bottom: 0;
        margin: 0 auto;
    }
}

.payment_page_footer_design {
    margin-top: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

.payment-container {
    max-width: 1340px;
}

.payment-form-input-term-checkbox .form-check {
    padding-left: 1.5rem;
}

.payment-form-input-term-checkbox .form-check-label {
    cursor: pointer;
    padding-left: 0.5rem;
}

.payment-form-input-term-checkbox .form-check .form-check-input {
    margin-left: -1.5rem;
}

.subscribe-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.subscribe-form-overlay.active {
    opacity: 1;
    pointer-events: all;
}
/* end form */

.card-subscribe-price-info {
    color: #1b84ff
}

@media screen and (min-width: 1200px) {
    .card-subscribe-price {
        max-width: 400px;
    }
}

@media (max-width: 540px) {
    .card .card-body, .card .card-header {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
}
