.emailform {
    position: relative;
    margin: 20px auto;
    flex: 1 1 0;
    padding: 32px 25px;
    background: #fff;
    justify-content: flex-start;
    gap: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.07);
    font-size: 14px;
    /* max-width: 500px; */
    clear: both;
}

.emailform > div {
    align-self: flex-start;
}

.emailform-img {
    /* max-width: 100px; */
    margin: 0 !important;
    min-width: 125px;
}

.emailform-img img {
    margin-bottom: 7px;
}

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

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

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

.emailform .form-control {
    /* border: 1px solid #949494; */
    /* border-radius: 10px; */
    height: 34px;
    font-size: 16px;
    overflow: hidden;
    box-shadow: none !important;
    /* margin-top: 18px; */
}

.emailform input[type='text'] {
    color: rgba(151, 134, 144, 1);
    background: rgba(248, 247, 246, 1);
    height: auto !important;
}

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

.emailform .checkbox-label {
    text-transform: none;
    color: rgba(151, 134, 144, 1);
    font-size: 13px;
    font-weight: normal;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}
.emailform .checkbox-label input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

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

.emailform .button {
    text-decoration: none;
    /* padding: 12px 20px; */
    padding: 0 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;
    height: 34px;
    /* margin-top: 10px; */
}

.emailform .block {
    display: block;
}

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

.emailform .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;
}

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

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

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

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

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

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

.emailform .paywall-prices .paywall-prices-price div {
    position: relative;
    font-size: 16px;
    color: #ff0000;
}
.emailform .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) {
    .emailform .paywall-prices .paywall-prices-price {
        top: 222px;
    }
}

.emailform .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;
}

.emailform figcaption {
    display: none;
}

.emailform .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;
}

.custom-control-label::before {
    top: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: rgba(248, 247, 246, 1);
    background-color: rgba(248, 247, 246, 1);
    background-image: url("/assets/plus/red_check.png");
    background-repeat: no-repeat;
    background-position: center;
}

.input-group-flex {
    gap: 12px;
}

.form-success {
    display: flex;
    background: rgba(248, 247, 246, 1);
    padding: 5px;
    color: rgba(109, 224, 119, 1);
    margin-top: 20px;
}

.form-success img {
    max-width: 11px;
    height: 8px !important;
    flex-grow: 1;
    align-self: center;
    margin-right: 8px;
}

.input-group-flex {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.input-group-flex > div {
    align-self: center;
}

@media (max-width: 768px) {
    .emailform {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .paywall-title {
        text-align: center;
    }

    .input-group-flex {
        flex-direction: column;
    }

    .emailform-img {
        align-self: center !important;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .emailform-img img {
        margin: auto;
        margin-bottom: 7px;
    }

    .emailform-img p {
        margin-bottom: 2px;
    }

    .paywall-title--small {
        padding: 0 15px;
    }
}