.paywall-modal {
    position: relative;
    margin: 20px auto;
    flex: 1 1 0;
    padding: 32px 25px;
    background: #fff;
    border-radius: 10px;
    border-top: 4px #ff4e36 solid;
    justify-content: flex-start;
    gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    max-width: 500px;
    clear: both;
}

.paywall-modal.minimal {
    border-top: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 768px) {
    .paywall-modal {
        width: 100%;
    }
}

.paywall-modal h6, .paywall-flow-choose-plan-2 h6 {
    font-size: 22px;
    font-weight: bold;
    text-transform: none;
}

.paywall-modal .form-control {
    border: 1px solid #949494;
    border-radius: 10px;
    height: 55px;
    font-size: 16px;
    overflow: hidden;
}

.paywall-modal input[type='text'] {
    background: none!important;
}

.paywall-modal .form-control .input-icon {
    border-radius: 7px;
    background-color: #e8e8e8;
    color: #ffffff;
    padding: 4px 10px;
    font-size: 22px;
    margin-right: 7px;
}

.paywall-modal .checkbox-label {
    text-transform: none;
    color: #b8b8b8;
    font-size: 13px;
    font-weight: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}
.paywall-modal .checkbox-label input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

.paywall-modal .checkbox-label div {
    flex-basis: 100%;
}

.paywall-modal .button {
    text-decoration: none;
    padding: 12px 20px;
    background: #ff4e36;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border: none;
}

.paywall-modal .block {
    display: block;
}

.paywall-modal .button span {
    font-size: 30px;
    line-height: 20px;
    margin-top: -5px;
}

.paywall-modal .paywall-prices {
    position: relative;
    background: url("/assets/plus/plus_paywall_bg_2.png") center no-repeat;
    background-size: cover;
    width: 120%;
    max-width: 400px;
    height: 770px;
    margin-top: -45px;
}

.paywall-modal .toggle-switch {
    position: relative;
    box-shadow: inset 0 2px 4px #dddddd;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 4px;
    display: flex;
}

.paywall-modal .toggle-switch a {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.paywall-modal .toggle-switch a.active {
    color: #fff;
    background-color: #ff4e36;
    border-radius: 20px;
}

.paywall-modal .toggle-switch .slogan {
    position: absolute;
    width: 121px;
    height: 55px;
    top: -27px;
    right: -131px;
}

@media (max-width: 768px) {
    .paywall-modal .toggle-switch .slogan {
        width: 80px;
        height: 36px;
        right: -87px;
        top: -13px;
    }
}

.paywall-modal .paywall-prices .paywall-prices-price {
    position: absolute;
    width: 100%;
    top: 220px;
    font-size: 25px;
    font-weight: 700;
}

.paywall-modal .paywall-prices .paywall-prices-price div {
    position: relative;
    font-size: 16px;
    color: #ff0000;
}
.paywall-modal .paywall-prices .paywall-prices-price div::after {
    content: "";
    background: url("/assets/plus/plus_stripe.png") center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
}

@media (max-width: 768px) {
    .paywall-modal .paywall-prices .paywall-prices-price {
        top: 222px;
    }
}

.paywall-modal .paywall-prices .paywall-prices-footer {
    position: absolute;
    width: 100%;
    padding: 0 60px;
    bottom: 50px;
}

.paywall-flow-choose-plan-2 .paywall-prices-alt {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.paywall-flow-choose-plan-2 .paywall-prices-alt small {
    font-size: 20px;
    font-weight: 700;
}

.paywall-flow-choose-plan-2 .paywall-prices-alt div {
    position: relative;
    font-size: 16px;
    color: #ff0000;
}
.paywall-flow-choose-plan-2 .paywall-prices-alt div::after {
    content: "";
    background: url("/assets/plus/plus_stripe.png") center no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
}

.paywall-flow-choose-plan-2 .button {
    min-width: 300px;
    text-transform: uppercase;
}

.paywall-flow-choose-plan-2 .text-link {
    text-decoration: underline;
}

.paywall-flow-choose-plan-2 .paywall-price-h {
    max-width: 400px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    flex-direction: column;
    display: flex;
}

.paywall-flow-choose-plan-2 .paywall-price-h, .paywall-price-i {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}

.paywall-flow-choose-plan-2 .paywall-price-h, .paywall-price-i img {
    flex-shrink: 0;
}
.paywall-flow-choose-plan-2 .spacer {
    align-self: stretch;
    height: 1px;
    background: #e0e6e9;
}
.paywall-flow-choose-plan-2 .disclaimer {
    font-size: 16px;
    font-weight: 500;
}

.paywall-flow-choose-plan-2.hidden {
    display: none !important;
}

.paywall-modal figcaption {
    display: none;
}

.paywall-modal .singlepic {
    margin: 0;
}

.paywall {
    position: absolute;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
}