/**
 *  Theme name:     Progress
 *  Version:        1.1
 *  Description:    WP Starter Theme
 *  Text domain:    progress
 */

.footer-form form fieldset .ff-el-group.ff-text-left.ff_submit_btn_wrapper button {
    position: absolute;
    width: auto !important;
    min-width: 0;
    font-size: 0;
    width: 36px !important;
    top: 12px;
    height: 44px;
    right: 0;
    border-radius: 0 !important;
    background: url('img/submit-arrow.svg') no-repeat center center !important;
    background-size: 16px 16px !important;
    border: none !important;
    padding: 0 !important;
}

.footer-form form.fluent_form_3 .wpf_has_custom_css.ff-btn-submit:hover {
    min-width: auto !important;
    box-shadow: none !important;
}

.footer-form__item {
    margin-bottom: 0;
}

.footer-form__text a {
    display: inline;
}

@media(max-width: 768px) {
    .footer-form form fieldset .ff-el-group.ff-text-left.ff_submit_btn_wrapper button {
        bottom: auto;
        height: 44px;
        top: 0;
    }

    .footer-form .ff-el-group.ff-text-left.ff_submit_btn_wrapper {
        margin-bottom: 0;
    }
}

@media(max-width: 500px) {
    .footer__form {
        max-width: none;
        width: 100%;
    }
}

/* Lessons */

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
    font-weight: normal !important;
}

/*.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments li a {*/
/*    font-weight: normal !important;*/
/*    font-size: 14px;*/
/*    !*color: #1455F5 !important;*!*/
/*}*/

.ld-tabs-content p {
    margin: 20px 0;
}

/*.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete, .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress {*/
/*    background: #1455F5 !important;*/
/*}*/

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button, .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button {
    font-weight: normal !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button {
    color: #ffffff !important;
    font-weight: normal !important;
}

.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content {
    line-height: 160%;
}

.learndash-wrapper .ld-status {
    margin-bottom: 0 !important;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
    font-size: 20px;
    line-height: 160%;
    font-weight: 600;
}

.ld-tabs + .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .learndash_mark_complete_button {
    padding-right: 40px !important;
    background: white !important;
    border: 1px solid #1455f5;
    color: #1455f5;
    font-weight: 600 !important;
    padding: 16px 24px !important;
    transition: .3s !important;
}

form.sfwd-mark-complete:after {
    display:none !important;
}
.ld-content-action a.ld-button {
    padding: 16px 24px !important;
}
.ld-tabs + .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .learndash_mark_complete_button:hover {
    background: var(--color-blue10) !important;
}

.ld-tabs + .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .sfwd-mark-complete:after {
    right: 1em !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #learndash_mark_complete_button, .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button {
    border-radius: 16px !important;
    padding: 15px 25px !important;
    line-height: 120% !important;
    font-size: 16px !important;
}


@media(max-width: 1199px) {
    .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action.ld-empty {
        flex: 0;
    }
}

@media(max-width: 640px) {
    .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .learndash_mark_complete_button {
        text-align: center !important;
    }

    .learndash-wrapper .ld-status {
        padding: 10px 12px !important;
    }
}

@media (max-width: 767.98px) {
    .product__mobile-img {
        overflow: visible !important;
    }
}

.product-modal__slider .swiper-slide {
    height: 300px;
}

.product-modal__duration {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #F5F5FC;
    border-radius: 20px;
    padding: 10px;
}

.product-modal__duration-icon {
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
}


.auth-modal__bottom .wp_google_login {
    width: 100%;
    margin: 0;
}

.wp_google_login__button {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 10px;
    border: 1px solid var(--color-blue);
    border-radius: var(--rounded-2xl);
    transition: .3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: var(--color-blue);
    position: relative;
    z-index: 1;
    text-align: center;
}

.learndash-wrapper .ld-secondary-color-hover:hover, .learndash-wrapper .ld-secondary-color,.single .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button, .learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button,.single .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:after {
    color: var(--color-blue) !important;
}

.single .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button {
    border: 1px solid var(--color-blue);
    outline: none !important;
    transition: .3s ease-in-out;
    max-width: 200px;
    margin-left: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:hover {
    background-color: var(--color-blue10) !important;
    transition: .3s ease-in-out;
}

.learndash-wrapper .ld-focus .ld-focus-main {
    background-color: var(--color-back);
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button {
    position: relative;
}

/* .ld-tabs + .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .learndash_mark_complete_button:hover {
    background-color: #019e7ccc !important;
} */

.ld-tabs + .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .sfwd-mark-complete:after {
    pointer-events: none;
}


.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button::after {
    position: absolute;
    inset: 0;
    content: "";
    border-radius: inherit;
    background: linear-gradient(90deg, #1455f5 0, #3870fb 50.48%, #1455f5 100%);
    box-shadow: 0 12px 20px rgba(20, 85, 245, .3), inset 0 -8px 10px hsla(0, 0%, 100%, .2);
    z-index: -1;
    transition: inherit;
    opacity: 0;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    padding: 40px;
    border-radius: var(--rounded-2xxl);
    background-color: var(--color-white);
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.learndash-wrapper .ld-focus .ld-focus-header {
    height: auto !important;
}


.wp_google_login__button:hover {
    background-color: var(--color-blue10);
    color: var(--color-blue);
}

.wp_google_login__google-icon {
    background: url(dist/img/google-icon.svg) no-repeat center;
    margin-right: 0;
}

.wp_google_login__button-container {
    margin-top: 0;
}

.wp_google_login__google-icon {
    width: 40px;
    height: 40px;
}

.faq__accordion .spollers__title {
    padding-right: 40px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: var(--color-black)
}

.faq__accordion .spollers__title::after,
.faq__accordion .spollers__title::before {
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    background-color: var(--color-blue);
    width: 20px;
    height: 4px;
    content: "";
    border-radius: 10px;
    transition: var(--transition)
}
.faq__accordion .spollers__title::after {
    rotate: 90deg
}
.faq__accordion .spollers__title._spoller-active::after {
    rotate: 0deg
}

.course-aside__prices {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.course-aside__prices .price--old {
    padding: 0;
    font-size: 16px;
}

.prices__aside-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.course-aside__body .prices__aside-inner {
    margin-bottom: 20px;
}

.single-groups .course-aside__prices .price--old {
    position: static;
}

.product-modal__prices, .product-card__prices {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 0;*/
    position: relative;
}

.course-card__prices {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.course-card__prices .price--old {
    font-size: 12px;
    padding: 0;
}

.product-card__prices {
    margin-top: 10px;
}

.product-card__prices .price--old {
    font-size: 12px;
}

.prices--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-modal__prices .price--old {
    position: absolute;
    bottom: 100%;
    left: 3%;
    font-size: 12px;
}

.product-aside .course-aside__prices {
    align-items: flex-start !important;
}

.product-aside .course-aside__prices .price--old {
    font-size: 12px;
}

.event-card__prices {
    margin-top: 10px;
    position: relative;
}

.event-card__prices .price--old {
    bottom: 100%;
    font-size: 12px;
}

.event-card__prices .desktop {
}

.prices__inner {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.prices__inner .prices--left {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
}

.event-card__prices .prices--left + .desktop {
    margin-bottom: 6px;
}

.event-frame__prices, .event-scroll__prices {
    position: relative;
}

.event-scroll__prices {
    margin-top: 10px;
}

.event-frame__prices .price--old {
    position: absolute;
    bottom: 100%;
    font-size: 15px;
    padding: 0;
    left: 15%;
}


.event-scroll__prices .price--old {
    position: absolute;
    bottom: 100%;
    font-size: 15px;
    padding: 0;
    left: 5%;
    font-size: 12px;
}

.ff-default textarea.ff-el-form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    width: 100%;
    border-radius: 4px;
    border-bottom: 1px solid var(--color-black50);
    height: 44px;
    overflow: hidden;
    min-height: auto;
    resize: none;
    color: black;
    height: 44px;
}

.ff-default textarea.ff-el-form-control::placeholder {
    font-weight: 600;
    line-height: 120%;
    color: var(--color-black50);
    font-size: 18px;
    transition: 0.2s ease-in-out;
}

.reviews-video__img img {
    position: absolute;
}

.reviews-video__iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.reviews-video__iframe iframe {
    width: 100%;
    height: 100%;
    border-radius: var(--rounded-2xxl);
}

.reviews-video__img,
.reviews-video__body {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.reviews-video__play {
    cursor: pointer;
}

.reviews-swiper .swiper-slide-visible {
    position: relative;
    z-index: 1;
}

.faq-page__block .faq {
    flex: 0 0 480px;
}


.learndash-wrapper .ld-focus .ld-focus-sidebar {
    padding-top: 83px !important;
}
@media (max-width: 1199px) {
    .faq-page__block .faq {
        flex: 0 0 400px;
    }
}
@media (min-width: 768px) {
    .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .ld-focus-header .ld-brand-logo {
        display: none !important;
    }
    .learndash-wrapper .ld-focus .ld-focus-sidebar {
        padding-top: 96px;
    }
}

.ld-content-action {
    box-sizing: border-box;
    padding: 0 30px;
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items {
    border-radius: 10px;
    overflow: hidden;
}
.ld-content-action.ld-empty {
    display: none !important;
}