#interval-monthly, #interval-yearly {
    text-decoration: underline;
    cursor: pointer;
}
.activex {
    font-size:30px;
}

.hidden{
    visibility: hidden;
}

.pricing__filter-block a.activex {
    color: rgb(244, 237, 225);
    background-color: rgb(9, 28, 57);
}

.form-section__body .editor_btn{
    width: 100%;
    margin-bottom: 10px;
    max-width: inherit;
}
.form-section.extra-design{
    padding: 15px 0;
}
.btn.active{
    background: #05224F!important;
}
.simple-page{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.invalid_input{
    border: 1px solid red!important;
}

/*preloader*/
   .stripe_individual_verification_btn{
       margin-top: 15px;
   }

.block-preloader-wrp{
    position: relative;
}
.block-preloader{
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0.15, 0.15, 0.15, 0.3);
    display: none;
}

.block-preloader-spinner,
.block-preloader-spinner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.block-preloader-spinner {
    display: block;
    margin: 0px auto;
    font-size: 10px;
    position: relative;
    top: calc(50% - 50px);
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*preloader end*/

.wpml-ls-legacy-dropdown-click {
    width: 100%;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    width: 100%;
    padding: 0 20px 0 0;
    user-select: none;
    color: #989898;
    font-size: 15px;
    position: relative;
    text-align: inherit;
    display: flex;
    align-items: center;
    /* padding-right: 0; */
    border: none;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    width: auto;
    height: auto;
    flex: 0 0 20px;
    max-width: 20px;
    overflow: hidden;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 4%), 0px 0px 2px rgb(0 0 0 / 6%), 0px 0px 1px rgb(0 0 0 / 4%);
    border-radius: 3px;
    margin-right: 10px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag+span {
    margin-left: 0;
    font-weight: 400;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    padding: 5px 0;
    width: 150px;
    /* display: none; */
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    /* max-height: 10rem; */
    overflow-y: auto;
    border-radius: 0.3125rem;
    background-color: #2d8ce4;
    max-height: 200px;
    overflow: auto;
}

.wpml-ls-legacy-dropdown-click a {
    display: flex;
    align-items: center;
    padding: 7px 5px;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #fff;
    background-color: inherit;
    border: none;
}

body .wrapper_main .flex-full-width {
    /* width: 100%; */
    flex: 0 0 100%;
}

html body.swal2-height-auto {
    height: 100% !important;
}

.content.not_found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content.not_found .section-title {
    font-size: 60px;
}
.content.not_found .text {
    font-size: 25px;
}

.simple-page p {
    line-height: 25px;
    margin-bottom: 15px;
}

.wizard__progress {
    width: 290px;
}

.wizard-block.nopriv .wizard__progress {
    width: 155px;
}

.form__col .form {
    height: 100%;
}

.form.account-payment-form {
    display: flex;
    flex-wrap: wrap;
}

/* .form.account-payment-form .hr, */
.form.account-payment-form .account-info-item-form-btn {
    align-self: flex-end;
}

.stripe-card-wrp {
    margin-bottom: 49px;
}

#submit_paypal {
    display: none;
}
