@font-face {
    font-family: 'avenir';
    src: url('../font/avenirnextregular.woff2') format('woff2'),
    url('../font/avenirnextregular.woff') format('woff'),
    url('../font/avenirnextregular.ttf') format('truetype'),
    url('../font/avenirnextregular.svg#avenirnextregular') format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'avenir';
        src: url('../font/avenirnextregular.svg#avenirnextregular') format('svg');
    }
}

@font-face {
    font-family: 'AvenirNextDemiBold';
    src: url('../font/avenirnextdemi_bold.ttf') format('truetype'),
    url('../font/AvenirNextDemiBold.svg#AvenirNextDemiBold') format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'AvenirNextDemiBold';
        src: url('../font/AvenirNextDemiBold.svg#AvenirNextDemiBold') format('svg');
    }
}

@font-face {
    font-family: 'AvenirNextBold';
    src: url('../font/AvenirNextBold.woff2') format('woff2'),
    url('../font/AvenirNextBold.woff') format('woff'),
    url('../font/AvenirNextBold.ttf') format('truetype'),
    url('../font/AvenirNextBold.svg#AvenirNextBold') format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'AvenirNextBold';
        src: url('../font/AvenirNextBold.svg#AvenirNextBold') format('svg');
    }
}

#fixed {
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}

b {
    font-weight: normal;
    font-family: AvenirNextBold;
}

.nospacing, .nospacing td {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
}

iframe, object, embed {
    max-width: 100%;
    max-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    vertical-align: baseline;
    line-height: 21px;
    color: #000000;
    background: #FFFFFF;
    font-family: "avenir" !important;
}

h1 {
    font-family: "AvenirNextBold";
    font-weight: normal;
}

label {
    font-weight: normal;
    font-family: "AvenirNextDemiBold";
}

#premium-wrapper {
    max-width: 600px;
    margin: 0 auto;
    /* min-height: 100%; */
}

#disclaimer {
    width: auto;
    padding: 0;
}

#info_panel {
    max-width: 600px;
    padding: 0;
}

/* BEGIN SUBSCRIBE STYLE */

.ui-dialog .ui-dialog-content {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
}

#dialogWrapper {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
    height: 100%;
}

.customize-dialog-for-payments #ui-id-1 {
    margin: 0 auto !important;
    text-align: center;
    background-image: none;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
/* 
input , #credit-card-number , #cvv , #expiration-date {
    height: 50px !important;
    border-radius: 4px;
    background-color: #F8F8F9;
} */

#payment-container label {
    color: #171c39 !important;
    font-family: Avenir !important;
}
.customize-dialog-for-payments #subIFrame {
    background: transparent !important;
}

.subscribeContent {
    font-family: avenir;
    max-width: 590px;
    padding: 5px 0;
}

.subscribeContent .box {
    text-align: center;
    display: inline-block;
    padding: 4px;
    /*width:186px;*/
}

.subscribeContent .box .duration {
    font-size: 27px;
    font-weight: normal;
    text-transform: uppercase;
    color: #627A90;
    padding-bottom: 5px;
    font-family: AvenirNextBold;
}

.subscribeContent .box .cost {
    font-size: 21px;
    text-transform: uppercase;
    color: #39b2ff;
}

.subscribeContent .box .value {
    color: #b9a400;
    font-family: AvenirNextDemiBold;
    line-height: 13px;
    padding-top: 3px;
}

.subscribeContent .box .cost .reduced {
    text-decoration: line-through;
    color: #ef3211;
}

.changeEmail {
    color: #bbc8d3;
    font-size: 24px;
    text-align: center;
}

.changeEmail .userEmail {
    display: inline-block;
    height: inherit;
    width: 100%;
}

.changeEmail .emailLink {
    display: inline-block;
    margin-right: 0;
    margin-left: 3px;
    position: absolute;
    vertical-align: middle;
    height: inherit;
}

.changeEmail a, .changeEmail a:hover, .changeEmail a:visited {
    color: #00a2e8;
    text-decoration: underline;
    font-size: 14px;
    /*vertical-align: middle;*/
}


.grayLink a, .grayLink a:hover, .grayLink a:visited {
    color: #AAAAAA;
    text-decoration: underline;
    font-size: 12px;
}

.grayLink a:hover {
    color: #777777;
}

#cancel_subscribe {
    color: #99ACBE;
    background-color: #CFDBE6;
}

/*   END SUBSCRIBE STYLE */

.largeTitle {
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #58656F;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: AvenirNextDemiBold;

}

.largeTitle .blueTitle {
    color: #39b2ff;
}

/* BEGIN UPSELL STYLE */
.ui-widget-header {
    font-weight: normal;
    border: 1px solid #3e4750;
    background: #3e4750;
    font-family: avenir;
}

#upsellContent {
    font-family: avenir;
    max-width: 760px;
    width: 760px;
    color: #FFF;
    margin: 0 auto;
}

#upsellContent .box {
    text-align: center;
    padding: 10px 0 15px;
    /*  height: 280 px; */
}

#upsellContent .box .title {
    font-size: 33px;
    text-transform: uppercase;
    font-family: AvenirNextBold;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
}

#upsellContent .box .title .blueTitle {
    color: #39b2ff;
}

#upsellContent .box .description {
    font-size: 21px;
    line-height: 24px;
    color: #627a90;
    height: 64px;
    width: 100%;
    display: table;
}

#upsellContent .box .description span {
    display: table-cell;
    vertical-align: middle;
}

#upsellContent .box .image {
    height: 193px;
}

#upsellContent .box .image img {
    vertical-align: middle;
}

.navigation {
    text-align: center;
}

.navigation input[type=button], input[type=submit] {
    background-color: #39b2ff;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    line-height: 30px;
    padding: 0;
    font-family: avenir;
    text-shadow: none;
    border: none;
    box-shadow: none;
    height: auto;
    width: 100%;
    padding: 10px;
    border-radius: 1em;
    cursor: pointer;
}

#goLeftBtn, #goRightBtn {
    width: 30px;
    margin: 0 10px;
    padding: 0 6px;
    /*line-height: normal;*/
}

#closeDialog, .btn-gray, #upsell-submit {
    /*padding: 0 20px 0;
    line-height: normal;*/
    width: 200px;
    font-family: avenir;
}

.btnGray {
    background-color: #c3c3c3 !important;
}

.btnRed {
    background-color: #c33333 !important;
}

.errorTextRow {
    color: red;
    font-size: 20px;
    font-weight: normal;
    font-family: AvenirNextDemiBold;
    padding-bottom: 8px;
}

.errorTextRow a, .errorTextRow a:hover, .errorTextRow a:visited {
    color: #00a2e8;
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
    font-family: avenir;
}

.errorTextRow a:hover {
    text-decoration: underline;
}

/* END   UPSELL STYLE */

#payment_renewal_info {
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}

#payment_renewal_info #renewal_details {
    display: inline-block;
    text-align: center;
    color: black;
    padding: 18px 0 13px;
    font-size: 13px;
}

#subscriptionInfo {
    width: 475px;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

@media (max-height: 770px) {
    #choosePlanPage, .premium {
        height: 150%;
    }
}

@media (max-width: 560px) {
    #payment_renewal_info #renewal_details {
        text-align: center;
        padding-top: 9px;
        clear: both;
        float: none;
    }

    .subscribeContent .box .duration {
        font-size: 26px;
    }
}

@media (max-width: 450px) {
    .subscribeContent .box .duration {
        font-size: 21px;
    }
}

@media (max-width: 350px) {
    .subscribeContent .box .duration {
        font-size: 20px;
    }
}

@media (max-width: 300px) {
    .subscribeContent .box .duration {
        font-size: 18px;
    }
}

/* START OFFER STYLE */

.btn-primary {
    background-color: #39B2FF !important;
    border-color: #39B2FF !important;
    border-radius: 0 !important;
}

.offerPage .header {
    height: 77px;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;

    background: #2D3942;
}

.offerPage .content {
    max-width: 650px;
    padding: 60px 10px 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.offerPage .content h2 {
    font-size: 18px;
    font-weight: normal;
}

/* END OFFER STYLE */


/* START WEB SIGNUP STYLE
.web-signup * {
    box-sizing: border-box;
}

.web-signup label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.web-signup .control-label {
    color: #808080;
}

.web-signup .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.web-signup .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.web-signup .has-success .form-control {
    border-color: #3C763D;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.web-signup .has-feedback .form-control {
    padding-right: 42.5px;
}

/* web-signup input coloring */

.web-signup .has-success .form-control {
    border-color: #3C763D;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.web-signup .has-success .help-block {
    color: #3C763D;
}

.web-signup .has-warning .help-block {
    color: #8A6D3B;
}

.web-signup .has-error .help-block {
    color: #A94442;
}

/* END WEB SIGNUP STYLE */

.payment-error {
    text-align: left;
}

.payment-error .title {
    font-size: 29px;
    line-height: 29px;
    margin: 0;
    margin-top: 15px;
    font-family: AvenirNextDemiBold;
    font-weight: normal;
}

.payment-error .details {
    font-size: 14px;
    font-weight: normal;
    color: black;
    padding: 32px 0 9px
}

.contact-support {
    text-align: left;
    padding: 30px 0 25px;
}

#payment_section #payment_form {
    color: black;
}

#payment_section #payment_form h3 {
    font-family: AvenirNextDemiBold;
}

/* START BRAINTREE DROP-IN CUSTOMIZATIONS */

[data-braintree-id="discover-card-icon"],
[data-braintree-id="jcb-card-icon"] {
    display: none;
}

.braintree-method__check-container:before {
    display: none;
}

/* END BRAINTREE DROP-IN CUSTOMIZATIONS */
html, body, .premium, .screen {
    height: 100%;
}

/* START NEW PREMIUM MANAGEMENT FORM */
.first-step-wrapper {
    display: flex;
    height: 100%;
    background: #262F37;
}

.premium .screen .upgrade {
    box-sizing: border-box;
    padding: 0 20px 0 40px;
}

.premium .screen .upgrade h3 {
    font-family: AvenirNextDemiBold;
    font-size: 32px;
    line-height: 1;
    color: #FFFFFF;
    margin: 0;
}

#voucherLink {
    display: block;
    cursor: pointer;
    font-family: Avenir;
    box-sizing: border-box;
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
}

.clear-voucher-error::before {
    content: "CLEAR";
}

.code {
    display: none;
    box-sizing: border-box;
    background-color: #A156BD;
    border: none !important;
    padding: 15px 15px !important;
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 16px;
    letter-spacing: 0.38px;
    line-height: 22px;
    border-radius: 5em !important;
    padding: 7px !important;
    padding-left: 15px !important;
}

.code-error {
    display: none;
    box-sizing: border-box;
    background-color: #D43792;
    border: none !important;
    padding: 15px 15px !important;
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 16px;
    letter-spacing: 0.38px;
    line-height: 22px;
    border-radius: 5em !important;
    padding: 7px !important;
    padding-left: 15px !important;
}

.code-success {
    display: none;
    box-sizing: border-box;
    background-color: #3DB2A0;
    border: none !important;
    padding: 15px 15px !important;
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 16px;
    letter-spacing: 0.38px;
    line-height: 22px;
    border-radius: 5em !important;
    padding: 7px !important;
    padding-left: 15px !important;
}

#code::placeholder {
    overflow: visible;
    line-height: 16px;
    height: 22px;
    width: 136px;
    color: #F8ADFF !important;
    font-family: Avenir;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.38px;
    line-height: 22px;
}

.input-title-status {
    position: absolute;
    top: 16px;
    right: 23px;
    cursor: pointer;
}

.input-voucher-title {
    height: 22px;
    width: 48.82px;
    color: #72318A;
    font-family: Avenir;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.38px;
    line-height: 8px;
    text-align: center;
}

.voucher-wrapper-success {
    background: linear-gradient(90deg, #CDE168 0%, #00D0C9 100%);
    position: relative;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.05);
    border-radius: 5em;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
    color: #FFFFFF;
    padding: 7px !important;
}

.voucher-wrapper-unsuccess {
    background: linear-gradient(90deg, #FF636F 0%, #FF50B6 100%);
    position: relative;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.05);
    border-radius: 5em;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
    color: #FFFFFF;
    padding: 7px !important;
}

.voucher-wrapper {
    position: relative;
    background: linear-gradient(27.9deg, #FFA6D0 0%, #D583FF 100%);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.05);
    border-radius: 5em;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,.125);
    width: 100%;
    color: #FFFFFF;
    padding: 7px !important;
}

#voucher-validation-form .feedback-active {
    opacity: 1;
    position: inherit;
    color: black !important;
    padding: 1em;
    border-radius: 4px;
    margin-top: 1em;
    background: linear-gradient(27.9deg, #E9FFA6 0%, #83FFED 100%);
    align-items: center;
    display: flex;
}

.feedback-active > .emoticon {
    margin-right: 10px;
    margin-bottom: unset;
    font-size: 24px;
}

.premium .screen .upsell {
    box-sizing: border-box;
    background: #262F37;
    margin: auto;
}

.premium .screen .upsell ul {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}


#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.is-hide {
    display: none;
}


#voucher-options {
    transform: translateY(-17px);
    margin-top: -8em;
    margin-left: 1em;
    min-height: 7em;
}

#voucher-options-monthly {
    margin-top: -8em;
    margin-left: 1em;
    min-height: 7em;
}

#voucher-options h4, #voucher-options ul {
    margin: 0 0 15px 0;
    color: #fff;
}

#voucher-options ul {
    opacity: 0.8;
}

.premium .screen .upsell ul li .slide .top {
    padding: 30px;
    padding-bottom: 32px;
    text-align: center;
}

.premium .screen .upsell ul li .slide p {
    font-family: Avenir;
    margin-top: 15px;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.8;
    text-align: left;
}

.premium .screen .upsell ul li .slide .top img {
    width: 65%;
    max-height: 100%;
}

.slider-title {
    font-family: AvenirNextDemiBold;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    text-align: left;
}


.premium .screen .upgrade .options {
    padding: 25px 0 35px 0;
    position: relative;
}


.premium .screen .upgrade .options .plan {
    font-weight: normal;
    font-family: avenir;
    font-size: 21px;
}


.premium .screen .upgrade [type="radio"]:checked,
.premium .screen .upgrade [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.premium .screen .upgrade [type="radio"]:checked + label,
.premium .screen .upgrade [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: white;
}

.premium .screen .upgrade [type="radio"]:checked + label:before,
.premium .screen .upgrade [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 100%;
    background: #151c22;
}

.premium .screen .upgrade [type="radio"]:checked + label:after,
.premium .screen .upgrade [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #00a8ff;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.premium .screen .upgrade [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.premium .screen .upgrade [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.premium .screen .upgrade-wrapper .upgrade .options .plan:not(.first) {
    padding-bottom: 20px;
}

.premium .screen .upgrade .options .plan .price {
    font-family: AvenirNextDemiBold;
    font-size: 21px;
    line-height: 29px;
    color: #FFFFFF;
    letter-spacing: 0.06em;
}


.premium .screen .upgrade .options .plan .price-info {
    font-family: Avenir;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    margin: 0 0 5px;
    opacity: 0.8;
}


.premium .screen .upgrade .options .plan .saving {
    font-weight: normal;
    font-family: AvenirNextBold;
    font-size: 14px;
    background-color: black;
    color: #f5cb26;
    border-radius: 9px;
    position: relative;
    margin-left: 6px;
    white-space: nowrap;
}

.premium .screen #btn-select-plan, #braintree-submit {
    margin-top: 25px;
    padding: 7px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #007BFF;
    border: none;
    border-radius: 7px;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
    text-transform: none;
    font-family: Avenir;
    cursor: pointer;
    height: auto;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.premium .screen #braintree-submit:disabled {
    cursor: not-allowed;
    opacity: .5;
}

.custom-plan-info {
    font-family: Avenir;
    font-size: 15px;
    line-height: 23px;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.8;
    display: block;
    margin: 5px 0 18px;
    transition: 1s;
}

.upgrade-wrapper {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #000000;
}

.premium .screen .payment-feedback a,
.premium .screen .payment-feedback a:hover,
.premium .screen .payment-feedback a:visited {
    color: #00a8ff;
    text-decoration: none;
}

.premium #screenSuccess h3 {
    font-family: AvenirNextBold;
    font-size: 26px;
    padding-bottom: 20px;
}

#screenSuccess, #screenError, #screenSuccessDesktop {
    display: flex;
    justify-content: center;
}

#plan-monthly-label, #plan-yearly-label {
    transition: 0.4s;
}

.premium #screenSuccess .main-button {
    margin: 40px 0 0 0;
}

/* Premium Management Forms */

.premium-manager {
    padding: 20px 10px 0 10px;
    /* color: #b6bec5; */
    font-family: Avenir;
    font-size: 14px;
}

.premium-manager a {
    color: white;
}

/* Braintree custom styles */

.premium .braintree-toggle span,
.premium .braintree-show-methods [data-braintree-id=methods-label],
.premium .braintree-show-options [data-braintree-id=choose-a-way-to-pay],
.premium .braintree-show-applePay [data-braintree-id="other-ways-to-pay"],
.premium .braintree-show-card [data-braintree-id="other-ways-to-pay"],
.premium .braintree-show-googlePay [data-braintree-id="other-ways-to-pay"],
.premium .braintree-show-methods [data-braintree-id="other-ways-to-pay"],
.premium .braintree-show-paypal [data-braintree-id="other-ways-to-pay"],
.premium .braintree-show-venmo [data-braintree-id="other-ways-to-pay"] {
    color: #151c20;
    font-family: Avenir;
    font-size: 16px;
}

.premium .braintree-show-options [data-braintree-id=choose-a-way-to-pay],
.premium .braintree-show-options [data-braintree-id=lower-container] {
    margin-bottom: 10px;
}

/* END NEW PREMIUM MANAGEMENT FORM */

/* UPDATED DIALOG STYLE */

.ui-dialog {
    padding: 0;
    /* border-radius: 10px;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8); */
}

.premiumDlg .ui-dialog {
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.8);
}

#subManageDlg * {
    -webkit-transition: none !important;
    -moz-transition: none !important;;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.ui-widget-content {
    border: none;
    /* background: #151c20 !important; */
}

.ui-dialog .ui-dialog-titlebar {
    position: absolute;
    z-index: 1;
    background: transparent;
    border: none;
    left: 5px;
    top: 15px;
}

.ui-dialog .ui-dialog-title {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: transparent;
    border: none;
}

.ui-icon-closethick {
    background-image: url('img/close-icon.png') !important;
    background-position: unset;
    width: 18px;
    height: 18px;
}

#info_panel_text,
.loading-message {
    font-family: Avenir;
    font-size: 16px;
    color: white;
    display: block;
    margin-top: 145px;
}

#payment_section {
    padding: 0 10px;
}

#screenPayment .content {
    padding: 15px 55px;
    background: #FAFAFA;
    border-radius: 9px;
    height: 100%;
    box-sizing: border-box;
    width: 500px;
}

#voucher-validation-form {
    position: relative;
    display: flex;
    width: 100%;
}

#voucher-title {
    display: none;
    position: relative;
    font-size: 16px;
    font-family: AvenirNextDemiBold;
    letter-spacing: 0.38px;
    line-height: 22px;
}

#voucher-validation-form #close-voucher {
    position: absolute;
    display: none;
    right: 0;
    top: 58px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.form-input {
    display: flex;
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    padding: 9px 15px;
    outline: none;
}

.form-input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #D4D4D4
}

.f-btn:hover, .f-btn:focus {
    background-color: #43B3FB;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.payments-text-info {
    font-family: Avenir !important;
    font-size: 12px;
    color: #37485D;
    margin-top: 12px;
    position: relative;
    opacity: 0.66 !important;
    font-style: oblique;
    letter-spacing: 0.23px;
    line-height: 14px !important;
}

/*.ui-widget-overlay {*/
/*    display: none !important;*/
/*}*/

.price-hightlight {
    opacity: 1;
}

.price-crosses {
    text-decoration: line-through;
    text-decoration-color: red;
    margin-right: 7px;
}

.payments-wrapper {
    border-bottom: 1px solid #979797;
    margin-bottom: 5px;
}

#btn-change-plan {
    font-family: Avenir;
    font-size: 14px;
    line-height: 21px;
    color: #00A8FF;
    cursor: pointer;
}

.ribbet-title {
    font-family: AvenirNextDemiBold;
    font-size: 32px;
    line-height: 120%;
    color: #37485D;
}

.list-info {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;

}

.list-info li {
    margin-bottom: 15px;
    font-family: Avenir;
    font-size: 16px;
    line-height: 23px;
    color: #37485D;
    position: relative;
    display: inline-flex;
}

.list-info li:before {
    content: '';
    width: 16px;
    height: 15px;
    display: inline-flex;
    top: 2px;
    left: -29px;
    background: url('/content/assets/images/ribbet_check_icon.svg') no-repeat center;
    margin-right: 1rem;
    min-width: 20px;
}

.force-check-mark:before {
    background: url('/content/assets/images/ribbet_check_icon.svg') no-repeat center !important;
}

.list-info li:last-child {
    margin-bottom: 0;
}

.list-info li:last-child:before {
    background: url('/content/assets/images/ribbet_x_icon.svg') no-repeat center;
}

.change {
    margin-bottom: 20px;
}

.ribbet-devices {
    margin: 0 0 5px 0;
    font-family: Avenir;
    font-size: 16px;
    line-height: 23px;
    color: #37485D;
}

.payments-main-titile {
    margin: 0 0 10px 0;
    color: #37485D;
    font-family: AvenirNextBold;
    font-size: 32px;
    line-height: 120%;
}

#screenSuccess .content,
 #screenError .content,
 #screenSuccessDesktop .content {
    /* width: 50%; */
    margin: 0 auto;
    margin-top: 4rem;
}

.premium .screen .main-button {
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    margin: 0 auto;
    padding: 18px 27px;
    height: auto;
    width: auto !important;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: normal;
    background-color: #44a8e7;
    color: white;
}

.payment-error .title {
    font-size: 29px;
    line-height: 29px;
    margin: 0;
    margin-top: 15px;
    font-family: AvenirNextDemiBold;
    font-weight: normal;
}

.payment-error .details {
    font-size: 14px;
    font-weight: normal;
    color: black;
    padding: 32px 0 9px;
}

.contact-support a {
    text-decoration: none;
}

.premium .screen .upsell ul li {
    width: 100%;
}

#choosePlanPage, .premium {
    width: 100%;
    height: 100%;
    background-image: none;
	background: url('/content/assets/images/background-login.png') !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

/* iPad/iPad Pro display: max-width: 768, but changed for up to 1010 */
@media only screen and (max-width: 1010px) {
    .text .edit-tools {
        height: 154px;
    }

    #screenPayment .content {
        padding: 40px 60px;
    }

    .ui-dialog {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #autoRenewEdit {
        max-width: 100%;
    }

    /** make the dialog take 100% **/
    iframe, #subManageDlg, #dialogWrapper {
        width: 100%;
        height: 100%;
    }

    #fullPageDiv {
        width: 100%;
    }

    /* .ui-dialog:not([aria-describedby="dlg-cancel-subscription"]) {
        height: 100% !important;
        width: 100% !important;
        top: initial !important;
        left: initial !important;
    } */

    .ui-dialog-content {
        height: 100%;
    }

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

    #screenPayment .content {
        padding: 20px 55px;
    }

    .premium .screen .upsell ul li .slide p {
        text-align: center;
    }

    #screenSelectPlan {
        height: auto;
    }
}

.options {
    max-height: 102px;
}

.trial-duration {
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 0px;
}

.plan-name {
    font-size: 20px !important;
    font-family: AvenirNextBold;
    padding-top: 2rem;
}

.price-voucher {
    margin: 0 1rem;
}

.price-voucher-plan {
    font-size: 90px;
    font-family: 'avenirnextdemibold' !important;
    justify-content: center;
    padding-top: 1.5rem;
}

.price-voucher-old {
    transform: translateX(22px);
    text-decoration: line-through;
    text-decoration-color: red;
    margin-right: 7px;
    font-family: 'avenirnextdemibold' !important;
    color: red;
}

.price input[type=checkbox] {
    visibility: hidden
}

@media only screen and (max-width: 768px) {
    .options {
        max-height: 60px !important;
        margin-top: 2.5rem !important;
    }

    .price sub {
        bottom: -1.5em !important;
    }

    #braintree-submit {
        padding: 13px 40px;
        margin: 0 auto;
        box-sizing: border-box;
        width: 100%;
    }

    .slider-title {
        font-size: 20px;
        margin: 0;
        line-height: 1em;
    }

    .premium .screen .upsell ul li .slide .top {
        padding: 20px;
    }

    .premium .screen .upsell ul li .slide p {
        margin: 10px 0;
    }

    .premium .screen .upgrade h3 {
        font-size: 20px;
        line-height: 1em;
        text-align: center;
        margin: 20px 0 0 0;
    }

    #subManageDlg .ui-dialog {
        border-radius: 0;
    }

    .updateDialog .ui-dialog {
        /* width: 600px !important; */
    }
}

/* Mobile Phones/Smaller tablets */
@media only screen and (max-width: 640px) {
    .ui-dialog {
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #autoRenewEdit {
        max-width: 100%;
    }

    /** make the dialog take 100% **/
    iframe, #subManageDlg, #dialogWrapper {
        width: 100%;
        height: 100%;
    }

    #fullPageDiv {
        width: 100%;
    }

    /* .ui-dialog:not([aria-describedby="dlg-cancel-subscription"]) {
        height: 100% !important;
        width: 100% !important;
        top: initial !important;
        left: initial !important;
    } */


    [aria-describedby="dlg-cancel-subscription"] {
        max-width: 100%;
    }
}


@media (max-width: 1100px) {
    .ui-dialog {
        width: 100% !important;
    }

    .updateDialog .ui-dialog {
        /* width: 600px !important; */
    }
}

@media (max-width: 768px) {
    .first-step-wrapper {
        flex-wrap: wrap;
    }

    .upgrade-wrapper {
        width: 100%;
        height: auto;
        /*padding-bottom: 50px;*/
    }

    .premium .screen .upgrade {
        box-sizing: border-box;
        width: 100%;
        padding: 5px 5px 10px 5px;
    }

    .premium .screen #btn-select-plan {
        font-size: 16px;
        margin: 0 auto;
    }

    /*#fullPageDiv {*/
    /*    display: none;*/
    /*}*/

    .premium .screen .upgrade .options {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

}

.customize-dialog-for-payments {
    box-shadow: none !important;
    width: 100%;
    background: none !important;
}

@media (min-width: 320px) {
    .premium .screen .upsell {
        width: 320px;
    }
}

@media (min-width: 375px) {
    .premium .screen .upsell {
        width: 360px;
    }
}

@media (min-width: 425px) {
    .premium .screen .upsell {
        width: 425px;
    }
}

@media (max-width: 1024px) {
    #screenSuccess span {
        font-size: 15px;
    }

    #screenSuccess h3 {
        color: #37485D;
        font-size: 32px;
        line-height: 120%;
    }
}

@media (min-width: 1024px) {
    .premium .screen .upsell {
        width: 550px;
    }
    #screenSuccess span {
        font-size: 16px;
        line-height: 24px;
    }
}
/* -----------------------------------------                style for choose plan */

#subManageDlg .paymentDlg .ui-dialog {
    width: unset !important;
}

.cross-price {
    text-decoration: line-through;
    color: #ef3211;
}

/* #subManageDlg , .paymentDlg , .ui-dialog {
    width: auto !important;
    height: auto !important;
    border-radius: unset !important;
}

#subManageDlg , .paymentDlg , #ui-id-1 {
    height: 2400px !important;
} */

#subManageDlg {
    padding-top: 0 !important;
}

.plans .plan-items {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.plans .header-price-monthly {
    position: absolute;
    transition: 0.3s;
    opacity: 0;
}

.price-monthly-active .header-price-yearly {
    opacity: 0 !important;
}
.price-monthly-active .header-price-monthly {
    opacity: 1;
}

.price-monthly-active .price-billing {
    display: none !important;
}

.price-billing.price-billed-annually .price-billed-annually-discount {
    color: #BF2600;
    text-decoration: line-through;
}

.price-monthly-active .billed-month {
    display: block !important;
}

.billed-month {
    display: none !important;
}

.page-background {
	background-image: none;
	background: url('/content/assets/images/background-login.png') !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.container__title , #plan-details{
    font-family: 'avenirnextdemibold' !important;
    font-size: 28px;
    line-height: 38px !important;
    letter-spacing: 0.66px !important;
}
/* 
.discount {
    visibility: hidden !important;
} */

.choose_plan {
    color: #FFFFFF !important;
}

.arrowRight {
    color: #191C35;
    opacity: 0.5;
}

.plan-switch {
    display: flex;
    justify-content: center;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

.card {
    background-color: white;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
    position: relative;
}

.card .card-title {
    color: #191C35;
    font-family: 'avenirnextdemibold';
    font-size: 36px;
    margin-top: 5rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
}

.card .price .number {
    font-size: 130px !important;
    font-family: 'avenirnextdemibold' !important;
    display: flex;
    justify-content: center;
}

.card .price .second-part-price {
    font-size: 37px !important;
    font-family: 'AvenirNextBold';
    margin-bottom: 3rem;
    margin-right: 2rem;
}

.second-part-price-month {
    font-size: 30px;
}

.second-price {
    position: relative;
    bottom: 36px;
}

.free-price{
    color: transparent;
}

.price sub {
    font-size: 20px !important;
    font-family: AvenirNextBold;
    bottom: -2.25em;
}

.price sup {
    font-size: 30px !important;
    font-family: AvenirNextBold;
    top: -0.8em
}

.card .price .month {
    padding-top: 93px;
}

.card .desc {
    opacity: 0.66;
    color: #596464;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.33px;
    line-height: 16px;
    margin-bottom: 2rem;
    min-height: 45px;
    text-align: center;
}

.card .billed {
    opacity: 1;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.38px;
    line-height: 22px;
    font-weight: 600;
}

hr {
    width: 100%;
}

.text {
    height: 100%;
    color: #191C35;
    font-family: Avenir;
    letter-spacing: 0.38px;
    font-size: 16px;
    line-height: 22px;
    padding: 3px 55px !important;
    width: 100%;
}

.text-x {
    height: 100%;
    color: #191C35;
    font-family: Avenir;
    letter-spacing: 0.38px;
    font-size: 16px;
    line-height: 22px;
    padding: 3px 55px !important;
}

.text img{
    margin-top: 5px;
}

.text-x img{
    margin-top: 5px;
    margin-bottom: auto;
}


.blue-button {
    padding: 5px 30px;
    height: 49px !important;
    width: 220px !important;
    border-radius: 4px !important;
    font-family: AvenirNextDemiBold;
    border: 2px solid;
    font-size: 16px !important;
}

.btn--primary {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
} 

.material-symbols-outlined {
    color: black;
    font-size: 33px;
}

.question {
    color: #FFFFFF;
    font-family: AvenirNextDemiBold;
    letter-spacing: 0.66px;
    line-height: 38px;
}

.contentRow p {
    line-height: 22px !important;
    letter-spacing: 0.38px !important;
    padding-right: 45px !important;
    font-size: 16px !important;
}

.text img {
    margin-bottom: auto !important;
}

.disclaimer-content {
    text-align: center !important;
    padding: 0 45px 0 45px!important;
    min-height: 120px !important;
    font-size: 10px !important;
    font-family: Avenir !important;
    opacity: 0.88;
    color: #36485D;
    font-size: 10px;
    font-style: oblique;
    letter-spacing: 0.23px;
    line-height: 14px;
    text-align: center;
}

/* Free Plan inline */

.edit-tools {
    height: 110px !important;
}

.erase-tool {
    height: 88px !important;
}

.text-tools {
    height: 132px !important;
}

.photo-collage {
    height: 66px !important;
}

.text:hover {
    background-color: #F4F9FE;
}

.text-x:hover {
    background-color: #FAFAFA !important;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 100%;
    border-radius: 25px;
    background-color: rgba(255, 255, 255/ 0.75);
    margin-bottom: 0;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.75);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 25px;
    content: "YEARLY";
    font-size: 16px;
    font-family: AvenirNexftDemiBold;
}

.slider:before {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007BFF;
    font-size: 16px;
    font-family: AvenirNextDemiBold;
    height: 50px;
    width: 200px;
    border-radius: 25px;
    background: linear-gradient(27.9deg, #E9FFA6 0%, #83FFED 100%);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.4s;
    transition: .4s;
}

.slider:after {
    content: 'MONTHLY';
    position: relative;
    top: 16px;
    left: 221px;
    justify-content: center;
    align-items: center;
    color: #007BFF;
    font-size: 16px;
    font-family: AvenirNextDemiBold;
    height: 50px;
    width: 161px;
    letter-spacing: 0.38px;
}

.yearly::before {
    content: 'YEARLY';
    position: relative;
    top: 15px;
    left: 67px;
    justify-content: center;
    align-items: center;
    color: #007BFF;
    font-size: 16px;
    font-family: AvenirNextDemiBold;
    height: 50px;
    width: 161px;
    letter-spacing: 0.38px;
}


#plan-monthly-label:checked+.slider {
    background-color: linear-gradient(27.9deg, #E9FFA6 0%, #83FFED 100%);
    background-color: rgba(255,255,255 / 0.75);
}

#plan-monthly-label:checked+.slider:before {
    -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px);
    content: "";
}

#plan-yearly-label:checked+.slider {
    background-color: linear-gradient(27.9deg, #E9FFA6 0%, #83FFED 100%);
    background-color: rgba(255,255,255 / 0.75);
}

#plan-yearly-label:checked+.slider:before {
    -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px);
    content: "";
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #FFFFFF;
    color: #191C35;
    cursor: pointer;
    padding: 18px;
    height: 80px;
    width: 99%;
    border: none;
    text-align: left;
    outline: none;
    border-radius: 8px;
    font-family: AvenirNextDemiBold;
    padding: 0px 35px;
}

.collapsible::after {
    height: 30px !important;
    content: '\FE40';
    margin-top: 20px;
    font-size: 20px;
    color: darkgray;
    font-weight: bold;
}

.active:after {
    height: 30px !important;
    margin-top: 20px;
    font-size: 20px;
    content: "\FE3F";
    color: darkgray;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.collapsible:hover {
    background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.contentRow {
    padding: 6px 17px 20px 35px;
    display: none;
    overflow: hidden;
    width: 99%;
    height: max-content;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #FFF;
    color: #191C35;
    font-family: Avenir;
}

.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.active,
.collapsible:hover {
    background-color: #FFF;
}

button:focus {
    outline: none;
}

.combined-shape {
    width: auto !important;
    height: 16px;
    position: relative;
    background: linear-gradient(27.9deg, #E9FFA6 0%, #83FFED 100%);
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 5%);
    color: #4F3600;
    font-family: AvenirNextBold;
    font-size: 14px !important;
    letter-spacing: 0.33px;
    line-height: 16px;
    padding: 12px 23px 10px 32px;
    top: -43px;
    left: 203%;
  }

.combined-shape:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
.combined-shape:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
}

.currency {
    padding-top: 20px;
    padding-right: 0;
}

.image {
    padding-right: 10%;
}

.paymentTitle {
    color: #a4cbf1;
    cursor: pointer;
}

.choosePlanTitle {
    color: #a4cbf1 !important;
    cursor: pointer;
}

@media screen and (max-width: 768px) {

    .more , .more1 , .more2{
        display: none;
        width: 100%;
    }

    .moreButton , .moreButton1, .moreButton2{
        height: 67px;
        width: 100%;
        border-radius: 0 0 12px 12px;
        background-color: #FFFFFF;
        color: #191C35;
        font-family: AvenirNextBold;
        font-size: 16px;
        letter-spacing: 0.38px;
        line-height: 22px;
        border-color: #ffff;
        border-bottom: none;
        border-right: none;
    }

    .moreButton::after {
        content: '\FE40';
        left: 14px;
        color: #007bff;
        top: 9px;
        font-size: 25px;
        position: relative;
    }

    .row > .active:after {
        left: 2px !important;
        color: darkgray !important;
        top: -15px !important;
        font-size: 20px !important;
        position: relative !important;
        content: "\FE3F" !important;
    }

    .moreButton1::after {
        content: '\FE40';
        left: 14px;
        color: #007bff;
        top: 9px;
        font-size: 25px;
        position: relative;
    }

    .moreButton2::after {
        content: '\FE40';
        left: 14px;
        color: #007bff;
        top: 9px;
        font-size: 25px;
        position: relative;
    }

    .cards .active:after {
        left: 14px;
        color: #007bff;
        top: -6px;
        font-size: 25px;
        position: relative;
        content: "\FE3F";
    }

    .row > .active:after {
        left: 2px !important;
        color: darkgray !important;
        top: -15px !important;
        font-size: 20px !important;
        position: relative !important;
        content: "\FE3F" !important;
    }

    .plans {
        background-image: none;
        background: url('/content/assets/images/background-login.png') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

    .container__title {
        font-family: AvenirNextDemiBold !important;
        font-size: 20px;
    }

    .card-title {
        margin-top: 3rem !important;
        font-size: 38px !important;
    }

    .card .text {
        color: #191C35;
        font-family: Avenir;
        letter-spacing: 0.38px;
        line-height: 22px;
        padding: 0%;
        height: auto !important;
    }

    .card .price .number {
        font-size: 120px !important;
        font-family: AvenirNextDemiBold !important;
    }

    .card .price .month {
        padding-top: 45px;
    }

    .card .card-title {
        color: black;
        font-family: AvenirNextDemiBold;
        font-size: 15px
    }

    .card {
        height: auto !important;
    }

    .blue-button {
        color: #007BFF;
        font-family: AvenirNextBold;
        font-size: 14px;
        letter-spacing: 0.38px;
        line-height: 22px;
        text-align: center;
        padding: 5px 30px;
        height: 49px;
        width: 220px;
    }

    .card .desc {
        opacity: 0.66;
        color: #596464;
        font-size: 14px !important;
        font-family: Avenir;
        font-style: italic;
        letter-spacing: 0.33px !important;
        line-height: 16px;
        margin: 13px 0;
        height: 39px;
    }

    .text {
        height: 100%;
        color: #191C35;
        font-family: Avenir;
        letter-spacing: 0.38px;
        line-height: 22px;
        padding: 3px 60px !important;
        justify-content: center !important;
    }

    .text-x {
        color: #191C35;
        font-family: Avenir;
        letter-spacing: 0.38px;
        line-height: 22px;
        justify-content: center;
        padding: 3px 60px !important;
        height: auto !important;
        width: 100%;
    }

    .question {
        font-family: AvenirNextDemiBold;
        font-size: 20px !important;
        letter-spacing: 0.47px;
        line-height: 27px;
    }

    .text p {
        width: 235px !important;
    }

    .text-x p {
        width: 235px !important;
    }

    .paymentTitle {
        color: #a4cbf1;
    }

    .collapsible {
        width: 99% !important;
    }

    .contentRow {
        width: 99% !important;
    }

    .material-symbols-outlined {
        font-size: 13px;
    }

    .switch {
        height: 50px;
        width: 335px;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .slider:before {
        height: 50px;
        width: 168px;
        -webkit-transition: 0.3s;
        transition: .3s;
    }
    
    input:checked+.slider:before {
        -webkit-transform: translateX(160px);
        -ms-transform: translateX(160px);
        transform: translateX(160px);
        width: 168px;
        right: 160px;
    }

    .switch-pricing {
        height: 50px;
        width: 335px;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .slider-pricing:before {
        height: 50px;
        width: 168px;
        -webkit-transition: 0.3s;
        transition: .3s;
    }
    
    input:checked+.slider-pricing:before {
        -webkit-transform: translateX(160px);
        -ms-transform: translateX(160px);
        transform: translateX(160px);
        width: 168px;
        right: 160px;
    }

    .combined {
        width: auto;
        position: absolute !important;
        right: 201px !important;
        top: 161px;
    }

    .combined-shape {
        width: auto !important;
        height: 37px;
        position: relative;
        background: linear-gradient(27.9deg, #E9FFA6 0%, #83FFED 100%);
        box-shadow: 0 2px 15px 0 rgb(0 0 0 / 5%);
        color: #4F3600;
        font-family: AvenirNextBold;
        font-size: 12px !important;
        letter-spacing: 0.33px;
        line-height: 16px;
        padding: 12px 23px 10px 20px;
    }

    .contentPayment .content{
        width: 100% !important;
        padding: 20px 25px !important;
        margin: 0 20px !important;
    }

    #screenError, .contentError {
        width: 100% !important;
        padding: 20px 25px !important;
        margin: 0 20px !important;
        height: auto !important;
    }
}

@media screen and (min-width: 769px) {

    .blue-button {
        padding: 10px 4px;
        /* width: 147px; */
        font-size: 12px;
    }

    .combined {
        width: auto;
        position: absolute !important;
        right: 69px;
        top: 175px;
    }

    .combined-shape {
        width: auto !important;
        height: 39px;
        position: relative;
        background: linear-gradient(27.9deg, #E9FFA6 0%, #83FFED 100%);
        box-shadow: 0 2px 15px 0 rgb(0 0 0 / 5%);
        color: #4F3600;
        font-family: AvenirNextBold;
        font-size: 14px !important;
        letter-spacing: 0.33px;
        line-height: 16px;
        padding: 12px 23px 10px 32px;
        top: -30px;
        left: 70px;
    }

    .text , .text-x{
        height: auto;
        padding: 3px 55px !important;
        width: 100%;
    }

    .card {
        height: auto;
        padding-bottom: 2rem;
    }

    .card-title {
        margin-bottom: 4rem !important;
    }

    .free-plan {
        margin-top: 5px !important;
    }
}

@media screen and (min-width: 1200px) {
    .edit-tools {
        height: 88px !important;
    }

    .text-tools {
        height: 110px !important;
    }
}

@media screen and (max-width: 993px) {
    .premiumDlg .ui-dialog {
        width: 350px !important;
        margin: 0 7px !important;
        border-radius: 1em !important;
    } 

    .edit-tools {
        height: 154px !important;
    }

    .text-tools {
        height: 176px !important;
    }

    .price-voucher {
        font-size: 55px;
    }

    .card .price .number {
        font-size: 55px;
    }

    .blue-button {
        padding: 10px 4px;
        width: 220px;
        font-size: 12px;
    }

    .price-old {
        font-size: 15px;
        font-family: 'avenirnextdemibold' !important;
        margin-left: 0 0 1rem 1rem;
        display: flex;
        /* margin-left: 2rem; */
        color: red;
        position: relative;
        top: -25px;
    }
    
    .price-new {
        font-size: 55px;
        font-family: 'avenirnextdemibold' !important;
        display: flex;
        justify-content: center;
    }

    .price-info sub {
        font-size: 20px !important;
        font-family: AvenirNextBold;
        bottom: 0.75em;
        left: 193px;
    }

    #voucher-options {
        margin-top: -7em;
        margin-left: 1em;
        /* min-height: 6em !important; */
    }
    #voucher-options-monthly {
        margin-top: -7em;
        margin-left: 1em;
        /* min-height: 6em !important; */
    }
}
/* -----------------------------------------                style for questionnaire */

.questionnaire-title {
    color: #191C35;
    font-family: AvenirNextDemiBold;
    font-size: 38px;
    letter-spacing: 0.89px;
    line-height: 43px;
    margin-top: 2rem;
}


.questionnaire {
    background-color: #FFFFFF !important;
    height: auto !important;
    width: 500px;
    padding: 20px 60px 65px 60px !important;
    border-radius: 9.12px !important;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.05) !important;
}

.form-check-questionnaire {
    margin: 3rem 0 2rem 0;
}

.questionnaire_form-check {
    margin-bottom: 2rem;
    padding-left: 0 !important;
}

.questionnaire_description {
    color: #596464;
    font-family: 'Avenir';
    font-size: 16px;
}

.questionnaire_form-check-label {
    font-size: 16px !important;
    color: #171C39 !important;
    letter-spacing: 0;
    line-height: 22px;
    font-family: Avenir;
    position: relative;
    display: inline-flex;
    -webkit-font-smoothing: auto !important;
}

.form-check-input {
    margin-right: 30px;
}

#questionnaire_other_text {
    width: 100%;
    height: auto;
    border-radius: 2px;
    background-color: #F0F7FF;
    margin-top: 15px;
    color: #181C37;
    border: none;
    font-family: Avenir;
    font-size: 14px;
    line-height: 19px;
    resize: none !important;
    padding: 20px;
}

#questionnaire_other_text::placeholder {
    color: #181C37;
    opacity: 0.6;
}

#questionnaire_other_text:focus-visible {
    outline-offset: transparent !important;
    outline: unset;
}

.edit-button {
    width: 100% !important;
}

.questionnaire_form-check-label input[type=checkbox] {
    visibility: hidden;
}

.questionnaire_checkmark {
    position: relative;
    top: 0;
    left: 0px;
    height: 24px;
    width: 24px;
    background-color: #EFF7FF;
    border-radius: 2px;
    margin-right: 20px;
    min-width: 24px;
    cursor: pointer;
}

.questionnaire_checkmark > b {
    font-family: 'Avenir';
    font-size: 16px;
    margin-bottom: 10px;
}

.questionnaire_form-check-label input:checked ~ .questionnaire_checkmark {
    background-color: #3496FF;
}

.questionnaire_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.questionnaire_form-check-label input:checked ~ .questionnaire_checkmark:after {
    display: block;
}

.questionnaire_form-check-label .questionnaire_checkmark:after {
    bottom: 5px;
    left: 9px !important;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid #ffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner {
    height: auto;
    width: auto;
    border-radius: 9.12px;
    background: linear-gradient(27.9deg, #E9FFA6 0%, #83FFED 100%);
    margin-bottom: 4rem;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.05);
}

.banner__title {
    color: #007BFF;
    font-family: AvenirNextDemiBold;
    font-size: 17px !important;
    padding: 30px;
    letter-spacing: 0.38px;
    line-height: 22px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.banner__title p {
    margin-bottom: 5px;
    padding: 0 10px;
    font-size: 22px;
}

@media (max-width: 790px) {
    .questionnaire {
        width: 100% !important;
    }

    #screenSuccess .content {
        margin: 0 auto;
        margin: 4rem 2rem !important;
    }

    .banner__title  {
        font-size: 15px;
    }
}

.updateDialog .ui-widget-overlay {
    opacity: 0 !important;
    width: auto!important;
    height: auto !important;
}

.updateDialog .ui-dialog {
    top: 200px !important;
    box-shadow: none !important;
}

.updateDialog #dialogWrapper {
    background-color: white;
    overflow: hidden !important;
}

.updateDialog .loading-message {
    color: black;
}

.updateDialog #autoRenewEdit {
    color: black !important;
    text-align: left;
}

.updateDialog .navigation input {
    padding: 10px !important;
    border-radius: 1em;
    height: auto;
    cursor: pointer;
}

.updateDialog #closeDialogLink {
    color: black;
}

#dlg-cancel-subscription {
    overflow: hidden;
}

.cancel-sub-dialog {
    background: white !important;
    border-radius: 1em;
    top: 350px !important;
}

.cancel-sub-dialog #cancelConfirm {
    color: black;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(1) {
    background-color: #38B2FF;
    border: none;
    font-family: 'AvenirNextBold';
    padding: 10px;
    border-radius: 4px;
    color: white;
}

.ui-dialog-buttonpane .ui-dialog-buttonset button:nth-child(2) {
    background-color: #C33233;
    border: none;
    font-family: 'AvenirNextBold';
    padding: 10px;
    border-radius: 4px;
    color: white;
}

#subscriptionManager, #autoRenewEdit, #checkboxes, ul li label input {
    margin-right: 8px;
}

#subscriptionManager, #checkboxes .navigation {
    margin-bottom: 2rem;
}

#subscriptionManager, #survey_select {
    margin-bottom: 0 !important;
}

#subscriptionManager, #checkboxes {
    padding: 5px 0 0 0 !important;
}

.remind-me-select {
    padding-left: 7px !important;
}

/* @media only screen and (max-width: 1700px) {
    .slider:before {
        width: 177px !important;
    }
    
    .yearly::before {
        left: 60px !important;
    }

    .slider:after {
        left: 194px !important;
    }

    #plan-monthly-label:checked+.slider:before {
        -webkit-transform: translateX(150px);
        -ms-transform: translateX(150px);
        transform: translateX(150px);
        content: "";
    }
} */

/* @media only screen and (max-width: 1625px) {
    .slider:before {
        width: 153px !important;
    }
    
    .yearly::before {
        left: 60px !important;
    }

    .slider:after {
        left: 194px !important;
    }

    #plan-monthly-label:checked+.slider:before {
        -webkit-transform: translateX(150px);
        -ms-transform: translateX(150px);
        transform: translateX(150px);
        content: "";
    }
} */

/* @media only screen and (max-width: 1588px) {
    .slider:before {
        width: 153px !important;
    }
    
    .yearly::before {
        left: 60px !important;
    }

    .slider:after {
        left: 178px !important;
    }

    #plan-monthly-label:checked+.slider:before {
        -webkit-transform: translateX(140px);
        -ms-transform: translateX(140px);
        transform: translateX(140px);
        content: "";
    }
}

@media only screen and (max-width: 1450px) {
    .slider:before {
        width: 143px !important;
    }
    
    .yearly::before {
        left: 40px !important;
    }

    .slider:after {
        left: 158px !important;
    }

    #plan-monthly-label:checked+.slider:before {
        -webkit-transform: translateX(130px);
        -ms-transform: translateX(130px);
        transform: translateX(130px);
        content: "";
    }
}

@media only screen and (max-width: 1355px) {
    .slider:before {
        width: 123px !important;
    }
    
    .yearly::before {
        left: 35px !important;
    }

    .slider:after {
        left: 148px !important;
    }

    #plan-monthly-label:checked+.slider:before {
        -webkit-transform: translateX(130px);
        -ms-transform: translateX(130px);
        transform: translateX(130px);
        content: "";
    }
} */

/* @media only screen and (max-width: 1290px) {
    .slider:before {
        width: 115px !important;
    }
    
    .yearly::before {
        left: 35px !important;
    }

    .slider:after {
        left: 140px !important;
    }

    #plan-monthly-label:checked+.slider:before {
        -webkit-transform: translateX(130px);
        -ms-transform: translateX(130px);
        transform: translateX(130px);
        content: "";
    }
} */

@media only screen and (max-width: 1200px) {
    .slider:before {
        width: 140px !important;
    }
    
    .yearly::before {
        left: 44px !important;
    }

    .slider:after {
        left: 177px !important;
    }

    #plan-monthly-label:checked+.slider:before {
        -webkit-transform: translateX(150px);
        -ms-transform: translateX(150px);
        transform: translateX(150px);
        content: "";
    }
}

/* @media only screen and (max-width: 1134px) {
    .slider:before {
        width: 110px !important;
    }
    
    .yearly::before {
        left: 24px !important;
    }

    .slider:after {
        left: 115px !important;
    }

    .rib-input-group {
        width: 45% !important;
    }

    #plan-monthly-label:checked+.slider:before {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        content: "";
    }
} */

@media only screen and (max-width: 991px) {
    .slider:before {
        width: 117px !important;
    }
    
    .yearly::before {
        left: 30px !important;
    }

    .slider:after {
        left: 125px !important;
    }

    #plan-monthly-label:checked+.slider:before {
        -webkit-transform: translateX(105px);
        -ms-transform: translateX(105px);
        transform: translateX(105px);
        content: "";
    }

    .plans-container {
        width: 75% !important;
    }
    .faq-container {
        width: 80% !important;
    }
}

/* @media only screen and (max-width: 900px) {
    .slider:before {
        width: 100px !important;
    }
    
    .yearly::before {
        left: 20px !important;
    }

    .slider:after {
        left: 105px !important;
    }

    #plan-monthly-label:checked+.slider:before {
        -webkit-transform: translateX(95px);
        -ms-transform: translateX(95px);
        transform: translateX(95px);
        content: "";
    }

    .plans-container {
        width: 75% !important;
    }
    .faq-container {
        width: 80% !important;
    }
} */

@media only screen and (max-width: 768px) {
    .slider:before {
        width: 165px !important;
    }
    
    .yearly::before {
        left: 53px !important;
    }

    .slider:after {
        left: 211px !important;
    }

    #plan-monthly-label:checked+.slider:before {
        -webkit-transform: translateX(160px);
        -ms-transform: translateX(160px);
        transform: translateX(160px);
        content: "";
    }
    .plans-container {
        width: 85% !important;
    }

    .faq-container {
        width: 85% !important;
    }

    .voucher-validation-form {
        width: 100%;
        display: block !important;
    }

    .rib-input-group {
        margin-top: 10px;
        width: 100% !important;
    }

    .voucher-wrapper {
        width: 100% !important;
        border-radius: 10px !important;
    }

    .voucher-wrapper-unsuccess {
        width: 100% !important;
        border-radius: 10px !important;
    }

    .voucher-wrapper-success {
        width: 100% !important;
        border-radius: 10px !important;
    }
}

.rib-input-group {
    position: relative;
    display: flex;
    margin-right: 1em;
}

.rib-input-group .rib-form-control {
    width: 100%;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 0% !important;
}

.rib-input-group-icon {
    width: 40px;
    display: flex;
    align-items: center;
    padding: 0 3px;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.45;
    color: #323d49;
    text-align: center;
    white-space: nowrap;
    background-color: #a157bd;
    border-radius: 0.357rem;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    cursor: pointer;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.rib-input-group-icon-error {
    background-color: #D43892;
    width: 40px;
    display: flex;
    align-items: center;
    padding: 0 3px;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.45;
    color: #323d49;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.357rem;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    cursor: pointer;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.rib-input-group-icon-success {
    background-color: #3DB29F;
    width: 40px;
    display: flex;
    align-items: center;
    padding: 0 3px;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.45;
    color: #323d49;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.357rem;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    cursor: pointer;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.rib-input-group-icon > .apply {
    background-color: #D683FF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: white;
}

.plans-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.faq-container {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.slider-disabled:after {
    opacity: 0.7 !important;
}

.switch-pricing {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 360px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255/ 0.75);
    margin-bottom: 0;
}
/* Hide default HTML checkbox */
.switch-pricing input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider-pricing {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.75);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 25px;
    content: "YEARLY";
    font-size: 16px;
    font-family: AvenirNexftDemiBold;
}
.slider-pricing::before {
    position: absolute;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #007BFF;
    font-size: 16px;
    font-family: AvenirNextDemiBold;
    height: 50px;
    width: 200px;
    border-radius: 25px;
    background: linear-gradient(27.9deg, #E9FFA6 0%, #83FFED 100%);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.4s;
    transition: .4s;
}
.slider-pricing::after {
    content: 'MONTHLY';
    position: relative;
    top: 16px;
    left: 221px;
    justify-content: center;
    align-items: center;
    color: #007BFF;
    font-size: 16px;
    font-family: AvenirNextDemiBold;
    height: 50px;
    width: 161px;
    letter-spacing: 0.38px;
}
.yearly-pricing::before {
    content: 'YEARLY';
    position: relative;
    top: 15px;
    left: 67px;
    justify-content: center;
    align-items: center;
    color: #007BFF;
    font-size: 16px;
    font-family: AvenirNextDemiBold;
    height: 50px;
    width: 161px;
    letter-spacing: 0.38px;
}
#plan-monthly-label:checked+.slider-pricing {
    background-color: linear-gradient(27.9deg, #E9FFA6 0%, #83FFED 100%);
    background-color: rgba(255,255,255 / 0.75);
}
#plan-monthly-label:checked+.slider-pricing:before {
    -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px);
    content: "";
}
#plan-yearly-label:checked+.slider-pricing {
    background-color: linear-gradient(27.9deg, #E9FFA6 0%, #83FFED 100%);
    background-color: rgba(255,255,255 / 0.75);
}
#plan-yearly-label:checked+.slider-pricing:before {
    -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px);
    content: "";
}

.paymentDlg, #ui-id-1 {
    max-height: unset !important;
}

.voucher-loader {
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

#voucher-title .emoticon {
    display: contents !important;
}

@media (max-width: 767px) {
    .cards-wrapper {
      display: flex !important;
      flex-direction: column-reverse !important;
    }
    
    .cards-wrapper .free-plan-card .col-md-6 {
      order: 2 !important;
    }
    
    .cards-wrapper .pro-plan-card .col-md-6 {
      order: 1 !important;
    }
  }