/*
Theme Name: Frontis child
Theme URI:  https://wordpress.org/themes/frontis/
Author:     WP Messiah
Author URI: https://wpmessiah.com/
Template:   frontis
Version:    1.0
License:    GNU General Public License v2 or later
*/
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wpmessiah-newsletter-form {
    background: #15171C;
}

.wpmsh-blog-archive .wpmessiah-newsletter-form {
    background: #ffffff;
}

.mc4wp-form-basic {
    width: 100%;
}

.mc4wp-form input[type="submit"] {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #0875FF;
    padding: 18px 20px;
    border: none;
    color: #ffffff;
    font-family: Encode Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 132%;
    letter-spacing: 0%;
}

.wpmsh-blog-archive .mc4wp-form input#email {
    color: #6A758E;
    background: #ffffff;
}

.mc4wp-form input#email {
    width: 100%;
    border-radius: 0;
    border: none;
    height: 79px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px 150px 10px 24px;
    color: #ffffff;
    background: #15171C;
    font-family: Mona Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.wpmessiah-newsletter-form button {
    height: 59px !important;
    top: 9px !important;
    border-radius: 2px !important;
}

.wpmessiah-footer .fb-advanced-button-wrapper .fb-advanced-button .fb-advanced-button-icon-wrapper .fb-advanced-button-icon-image {
    padding: 18px;
}

.scroll-nav-indicator {
    position: fixed;
    z-index: 1000;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.scroll-nav-indicator.visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-nav-numbers {
    display: flex;
    gap: 15px;
    align-items: center;
}

.scroll-nav-number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.3);
    color: #666;
    border: 2px solid transparent;
}

.scroll-nav-number.active {
    background: #4285f4;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(66, 133, 244, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.scroll-nav-number:hover:not(.active) {
    background: rgba(66, 133, 244, 0.2);
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .scroll-nav-indicator {
        padding: 15px;
        border-radius: 12px;
    }

    .scroll-nav-numbers {
        gap: 10px;
    }

    .scroll-nav-number {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Sticky header */
body header.wp-block-template-part.fb-sticky-header.scrolled {
    background: #000 !important;
}

/* tag/category default height remove */
body .wp-block-post-terms.is-style-FWP_-post-terms-pill a {
    height: unset !important;
}

/* Comment form */
.wp-block-comments .wp-block-comments-title {
    font-family: var(--fb-global-all--font-family);
    font-weight: var(--fb-global-all--font-weight);
    font-size: var(--fb-global-h5--font-size);
    line-height: var(--fb-global-h5--font-line-height);
    margin-top: 0;
    margin-bottom: 24px;
}

ol.wp-block-comment-template {
    margin: 0 !important;
}

.wp-block-comment-author-name {
    font-family: var(--fb-global-body--font-family);
    font-weight: var(--fb-global-body--font-weight);
    font-size: var(--fb-global-body--font-size) !important;
    line-height: var(--fb-global-body--line-height);
}

.wp-block-comment-date time a {
    font-family: var(--fb-global-fb_customtypo_1lkbz--font-family);
    font-size: var(--fb-global-fb_customtypo_1lkbz--font-size);
    line-height: var(--fb-global-fb_customtypo_1lkbz--font-line-height);
    margin: 0px 0px 0px 0px;
    border: none;
    transition: all .3s ease-in-out;
}

.wp-block-comment-content p {
    font-family: var(--fb-global-fb_customtypo_1lkbz--font-family);
    font-size: var(--fb-global-fb_customtypo_1lkbz--font-size);
    line-height: var(--fb-global-fb_customtypo_1lkbz--font-line-height);
    margin: 0px 0px 0px 0px;
    border: none;
    transition: all .3s ease-in-out;
}

.comment-respond.wp-block-post-comments-form {
    background: #FAFAFA;
    padding: 42px;
    border-radius: 2px;
}

.comment-form {
    display: flex;
    flex-direction: column;
}

.comment-form-comment {
    order: 2;
}

.comment-form-inline-fields {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
    order: 1;
}

.form-submit.wp-block-button {
    order: 3;
    margin-top: 48px !important;
}

.comment-form-author,
.comment-form-email {
    flex: 1;
}

.comment-form-author label,
.comment-form-email label {
    display: block;
    font-family: var(--fb-global-fb_customtypo_48kkq--font-family);
    font-size: var(--fb-global-fb_customtypo_48kkq--font-size);
    font-weight: var(--fb-global-fb_customtypo_48kkq--font-weight);
    line-height: var(--fb-global-fb_customtypo_48kkq--font-line-height);
    margin: 0px 0px 8px 0px !important;
    color: #15171C;
    border: none;
    transition: all .3s ease-in-out;
}

.comment-form-author input,
.comment-form-email input {
    width: 100%;
    padding: 20px;
    border: 1px solid #E1E3E8;
    border-radius: 2px;
    font-family: var(--fb-global-fb_customtypo_1lkbz--font-family);
    font-size: var(--fb-global-fb_customtypo_1lkbz--font-size);
    line-height: var(--fb-global-fb_customtypo_1lkbz--font-line-height);
    margin: 0px 0px 0px 0px;
    transition: all .3s ease-in-out;
}

.comment-form-comment label {
    display: block;
    margin-bottom: 8px !important;
    color: #15171C;
    font-family: var(--fb-global-fb_customtypo_48kkq--font-family);
    font-size: var(--fb-global-fb_customtypo_48kkq--font-size);
    font-weight: var(--fb-global-fb_customtypo_48kkq--font-weight);
    line-height: var(--fb-global-fb_customtypo_48kkq--font-line-height);
}

.comment-form-comment textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #E1E3E8;
    border-radius: 2px;
    font-family: var(--fb-global-fb_customtypo_1lkbz--font-family);
    font-size: var(--fb-global-fb_customtypo_1lkbz--font-size);
    line-height: var(--fb-global-fb_customtypo_1lkbz--font-line-height);
    resize: vertical;
}

.comment-reply-title {
    font-family: var(--fb-global-all--font-family);
    font-weight: var(--fb-global-all--font-weight);
    font-size: var(--fb-global-h6--font-size);
    line-height: var(--fb-global-h6--font-line-height);
    color: #15171C;
    margin: 0 0 24px 0 !important;

}

.comment-notes {
    margin-bottom: 12px !important;
}

/* Submit button styling */
.form-submit input[type="submit"] {
    background-color: #0875FF;
    color: #ffffff;
    padding: 22px 43px;
    border: none;
    border-radius: 2px;
    font-family: var(--fb-global-button--font-family);
    font-size: var(--fb-global-button--font-size);
    font-weight: var(--fb-global-button--font-weight);
    line-height: 18px;
    margin: 0px 0px 0px 0px;
    border: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-submit input[type="submit"]:hover {
    background-color: #0875ffb3;
}

.logged-in-as a {
    color: #0875FF;
    margin-bottom: 12px !important;
}

/* Remove website field if it still appears */
.comment-form-url {
    display: none !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .comment-form-inline-fields {
        flex-direction: column;
        gap: 15px;
    }
}

div#fst_login_form {
    width: 100% !important;
    max-width: 100%;
}

.page-id-1147 header,
.page-id-1084 header {
    background: #000000;
}

.page-id-40892 header,
.page-id-40893 header {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

body a {
    color: #0875FF;
}

.wpmsh-support-header .wp-block-navigation-item__content {
    color: #15171C;
    font-family: var(--fb-global-fb_customtypo_epdbg--font-family);
    font-size: var(--fb-global-fb_customtypo_epdbg--font-size);
    font-weight: var(--fb-global-fb_customtypo_epdbg--font-weight);
    margin: 0px 0px 0px 0px;
    border: none;
    transition: all .3s ease-in-out;
}

.wpmsh-support-header .wp-block-navigation-item__content:hover {
    color: #0875FF;
}

/* Documentation toc */
.pricing_column .mepr-price-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

@media only screen and (max-width: 767px) {
    .pricing_column .mepr-price-boxes {
        grid-template-columns: 1fr;
    }
}

.pricing_column .mepr-price-boxes .mepr-price-box {
    width: 100% !important;
    border-radius: 5px;
}

.pricing_column .mepr-price-box .mepr-price-box-button {
    padding: 12px 0 17px;
}

.pricing_column .mepr-price-box .mepr-price-box-button a {
    color: #fff;
    background-color: #97c93f;
    padding: 10px 15px;
    border-radius: 5px;
}

.sticky-lessons-title {
    position: sticky;
    top: 0;
    background-color: #f5f5f5;
    padding: 10px;
}

.lessons-template-custom-single #primary {
    width: 100% !important;
}

.page-template-custom-templete .wpb-content-wrapper,
.lessons-template .wpb-content-wrapper {
    display: flex;
    gap: 50px;
}

.single_lesson_title,
.search_lesson_title {
    width: 30%;
}

.single_lesson_content,
.search_lesson_content {
    width: 70%;
}

.single_lesson_title ul {
    list-style: none;
}

.search_lesson_content .mepr-unauthorized-message {
    margin-bottom: 20px;
}

.search_lesson_content .mepr-unauthorized-message p {
    display: none;
}

/* Media query for max width 767px */
@media screen and (max-width: 767px) {

    .page-template-custom-templete .wpb-content-wrapper,
    .lessons-template .wpb-content-wrapper {
        display: block;
    }

    .single_lesson_title,
    .single_lesson_content,
    .search_lesson_title,
    .search_lesson_content {
        width: 100%;
    }
}

.search_lesson_title h2 {
    margin: 0;
}

.single_lesson_content h2 {
    margin-top: 0;
}

.single_lesson_content p:last-child {
    margin-bottom: 0;
}

.table_of_content {
    height: 100%;
    padding: 20px;
    border: 1px solid #edecec;
    border-radius: 10px;
    overflow: hidden;
    width: 360px;
    flex-shrink: 0;
    min-height: calc(100vh - 300px);
}

.table_of_content h3 {
    margin-top: 0;
    font-size: 20px;
}

/* Start scrollbar css */
.table_of_content .inner_table_of_content {
    max-height: 580px;
    height: 100%;
    overflow-y: scroll;
}

.table_of_content .inner_table_of_content::-webkit-scrollbar {
    width: 5px;
}

.table_of_content .inner_table_of_content::-webkit-scrollbar-thumb {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    background: #97c93f;
    border-radius: 10px;
}

.table_of_content .inner_table_of_content:hover::-webkit-scrollbar-thumb {
    opacity: 1;
    visibility: visible;
}

/* End scrollbar css */

/*.inner_table_of_content ul li ul {*/
/*    display: none;*/
/*}*/

/*.inner_table_of_content ul li ul.expanded_tree {*/
/*    display: block !important;*/
/*}*/

.inner_table_of_content ul ul.expanded-tree {
    display: block !important;
}

.inner_table_of_content li.active-ul>ul {
    display: block !important;
}

.table_of_content .inner_table_of_content>ul {
    margin-bottom: 0;
    margin-left: 0;
}

.table_of_content .inner_table_of_content ul {
    list-style: none;
}

.table_of_content .inner_table_of_content a {
    color: #2c2f32;
    font-size: 15px;
    margin-bottom: 10px !important;
    display: inline-block;
}

.table_of_content .inner_table_of_content a.active {
    color: #97c93f;
}

#search-entries {
    gap: 40px;
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: auto auto auto;
}

#search-entries .search_page_wrapper {
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 20px;
}

#search-entries .search_page_wrapper a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

#search-entries .search_page_wrapper a .search_lesson_content,
#search-entries .search_page_wrapper a .search_lesson_title {
    width: 100%;
}

/* Media query for max width 767px */
@media screen and (max-width: 767px) {
    .books_title {
        width: 100%;
        margin-bottom: 30px;
    }
}

.page-template-custom-templete .post-pagination-wrap,
.lessons-template .post-pagination-wrap {
    display: none;
}

.page-template-custom-templete #content-wrap {
    margin-bottom: 45px;
}

.lessons_title ul {
    display: none;
}

.tree_wrapper {
    padding-left: 15px;
}

.tree_wrapper ul li ul {
    display: none;
}

.tree_wrapper ul li.open>ul {
    display: block !important;
}

.tree_wrapper ul li.collapsed>ul {
    display: none;
}

.lessons-template-custom-single .mepr-login-form-wrap {
    display: none;
}

.lessons-template-custom-single .mepr-price-menu.minimal_horizontal .mepr-price-box .mepr-most-popular {
    display: none;
}


/* Pricing table container */
.lessons-template-custom-single .mepr-price-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

@media only screen and (max-width: 1024px) {
    #search-entries {
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width: 767px) {
    .lessons-template-custom-single .mepr-price-boxes {
        grid-template-columns: 1fr;
    }

    #search-entries {
        grid-template-columns: auto;
    }
}

/* Individual pricing box */
.lessons-template-custom-single .mepr-price-box {
    padding: 7px;
    border-radius: 5px;
    text-align: center;
    background-color: #dedede;
}

/* Most Popular label */
.lessons-template-custom-single .mepr-most-popular {
    font-weight: bold;
    margin-bottom: 10px;
}

/* Pricing title */
.lessons-template-custom-single .mepr-price-box-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

/* Pricing amount */
.lessons-template-custom-single .mepr-price-box-price {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
}

/* Pricing benefits list */
.lessons-template-custom-single .mepr-price-box-benefits-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.lessons-template-custom-single .mepr-price-box-button {
    padding: 12px 0 17px;
    margin: 10px 0;
}

/* Pricing button */
.lessons-template-custom-single .mepr-price-box-button a {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #97c93f;
    padding: 10px 15px;
    border-radius: 5px;
}


/* Search page */
.search-results .search-entry {
    display: none;
}

.search-results .mepr-login-form-wrap {
    display: none;
}

.search-results .mepr-price-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

@media screen and (max-width: 767px) {
    .search-results .mepr-price-boxes {
        grid-template-columns: 1fr;
    }
}

/* Individual pricing box */
.search-results .mepr-price-box {
    padding: 7px;
    border-radius: 5px;
    text-align: center;
    background-color: #dedede;
}

/* Most Popular label */
.search-results .mepr-most-popular {
    display: none;
}

/* Pricing title */
.search-results .mepr-price-box-title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

/* Pricing amount */
.search-results .mepr-price-box-price {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 28px;
}

/* Pricing benefits list */
.search-results .mepr-price-box-benefits-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.search-results .mepr-price-box-button {
    padding: 12px 0 17px;
    margin: 10px 0;
}

/* Pricing button */
.search-results .mepr-price-box-button a {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #97c93f;
    padding: 10px 15px;
    border-radius: 5px;
}

.book_content .book {
    height: 100%;
}

.books_title>ul {
    padding: 0;
    margin: 0;
}

.lessons_title ul li ul {
    display: none;
}

.books_title ul {
    list-style: none;
}

.book_content .book .loader-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.loader {
    width: 30px;
    height: 30px;
    border: 2px solid #97c93f;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




/* Pricing Switch start */
.pricing-table {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pricing-table .plan {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    text-align: center;
    width: 300px;
}

.pricing-table .plan h3 {
    margin-top: 0;
}

.pricing-table .price {
    font-size: 24px;
    margin: 20px 0;
}


.switch-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.switch-container .switch {
    display: inline-block;
    margin-right: 10px;
}

.switch-container .switch input[type="checkbox"] {
    display: none;
}

.switch-container .switch label {
    display: block;
    background-color: #dcdcdc;
    border-radius: 20px;
    cursor: pointer;
    padding: 3px;
    width: 60px;
    height: 30px;
    position: relative;
    transition: background-color 0.3s ease-in-out;
}

.switch-container .switch label:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: left 0.3s ease-in-out;
}

.switch-container .switch input[type="checkbox"]:checked+label {
    background-color: #616161ab;
}

.switch-container .switch input[type="checkbox"]:checked+label:after {
    left: calc(100% - 27px);
}

#pricing-option {
    color: #616161;
    font-size: 30px;
    font-weight: 600;
}

/* Pricing Switch end */

/* Pricing Box Start*/
.plan.monthly .mepr-price-box-price,
.plan.annual .mepr-price-box-price {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
}

.plan.monthly .mepr-price-box-button a,
.plan.annual .mepr-price-box-button {
    padding: 12px 0 17px;
    margin: 10px 0;
}

.plan.monthly .mepr-price-box-button a,
.plan.annual .mepr-price-box-button a {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #97c93f;
    padding: 10px 15px;
    border-radius: 5px;
}

/* Pricing Box End*/

/* Price table */
.plan.annual {
    display: none;
}

/* Azure Price start */
.plan.monthly #mepr-price-box-154 {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.plan.monthly #mepr-price-box-155 {
    display: none;
}

.plan.annual #mepr-price-box-154 {
    display: none;
}

.plan.annual #mepr-price-box-155 {
    display: block;
    width: 100%;
    border-radius: 5px;
}

/* Azure Price end */


/* On-Premises Price start */
.plan.monthly #mepr-price-box-152 {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.plan.monthly #mepr-price-box-153 {
    display: none;

}

.plan.annual #mepr-price-box-152 {
    display: none;
}

.plan.annual #mepr-price-box-153 {
    display: block;
    width: 100%;
    border-radius: 5px;
}

/* On-Premises Price end */


/* OLS Price start*/
.plan.monthly #mepr-price-box-156 {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.plan.monthly #mepr-price-box-157 {
    display: none;
    width: 0%;
    border-radius: 5px;
}

.plan.annual #mepr-price-box-156 {
    display: none;
}

.plan.annual #mepr-price-box-157 {
    display: block;
    width: 100%;
    border-radius: 5px;
}

/* OLS Price end*/

/* Corporate Price start*/
.plan.monthly #mepr-price-box-408 {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.plan.monthly #mepr-price-box-409 {
    display: none;
    width: 0%;
    border-radius: 5px;
}

.plan.annual #mepr-price-box-408 {
    display: none;
}

.plan.annual #mepr-price-box-409 {
    display: block;
    width: 100%;
    border-radius: 5px;
}

/* Corporate Price end*/
.table_of_content .inner_table_of_content ul span {
    cursor: pointer;
}

.table_of_content .inner_table_of_content ul span svg {
    width: 20px;
    height: 15px;
    position: relative;
    top: 1px;
}

.table_of_content .inner_table_of_content .tree_wrapper>ul {
    margin-left: 0;
}

.table_of_content .inner_table_of_content ul {
    list-style: none;
    margin-left: 25px;
}

.open>.toggle_btn {
    transform: rotate(45deg);
    display: inline-block;
}

.page-template-custom-templete .page-header,
.lessons-template .page-header {
    display: none !important;
}

.page-template-custom-templete .custom_page_header,
.lessons-template .custom_page_header {
    display: block !important;
}

.custom_page_header .breadcrumb-trail.wpex-clr a {
    font-size: 14px !important;
    color: #fff;
}

.custom_page_header .breadcrumb-trail.wpex-clr span {
    font-size: 17px;
    color: #fff;
}

.custom_page_header .breadcrumb-trail.wpex-clr span span {
    font-size: 14px !important;
}

.table_of_content .inner_table_of_content ul li.active>a {
    color: #97c93f;
}

.table_of_content {
    width: 450px;
    max-width: 100%;
}

.table_of_content .inner_table_of_content ul li {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.table_of_content .inner_table_of_content ul li span.toggle_btn {
    position: absolute;
    top: 3px;
    left: -21px;
}

@media only screen and (max-width: 768px) {
    .table_of_content {
        width: 100%;
        margin-bottom: 40px;
    }
}

.single-lessons .menu li.current-menu-item>a {
    color: #97c93f !important;
}

.tree_wrapper ul li.current-menu-ancestor.collapsed>ul {
    display: none;
}

/*.tree_wrapper ul li.current-menu-ancestor.collapsed > ul {*/
/*    display: block;*/
/*}*/



.table_of_content {
    position: relative;
}

.loader_outer_wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Add CSS for the loader */
.loader-container {
    display: block;
    border: 4px solid #97c93f;
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.toc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reset_collapse_btn {
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 1.375em;
    font-size: 15px;
    color: #222;
    font-weight: 600;
}

/* Sign up Button update to coming soon and button disable*/
.comingsoon .mepr-price-box-button a {
    pointer-events: none;
    cursor: default;
    background-color: gray !important;
}