/*
Theme Name: BuddyBoss Theme Child
Template: buddyboss-theme
Version: 1.0
Author:	BuddyBoss
Theme URI: https://www.buddyboss.com/
Author URI: https://www.buddyboss.com/
*/

/*
 * Third-party landing page base styles by webeffect studio (effectweb.ru).
 * Bundle: assets/landing-webeffect/{css,js,images}/
 * Used only by template-parts/home-page.php (page "New Landing", id 97517 on dev24).
 * NOT active on production main page as of 2026-04. External code style — wrap legacy patterns when modifying.
 * Theme Name header above is a webeffect-era artifact (WP only honors it in style.css of theme root, not here).
 */

/*Add your own styles here:*/

/* Цвета */

/*Начальные цвета
	акцентный: #007CFF 
	ховер: #0F74E0
	#1cd991  - родной зеленый
	#dbbe1a

	#3c6 - зеленый от Максима
    #e3051e - красный
    #df5c4c - спокойный красный (new)
    #8322ca  - фиолетовый (editing, coming soon)
*/

/*body {*/
    /*overflow: overlay;*/
    /*scrollbar-width: thin;*/
    /*scrollbar-color: none;  */
    /*scrollbar-color: rgb(35 35 35 / 38%);  */
    /*scrollbar-color: #d2d2d2 #a3a3a3;  */
/*}*/

/* для Chrome/Edge/Safari */
/*body::-webkit-scrollbar {*/
    /*height: 12px;*/
    /*width: 8px;*/
/*}*/
/*body::-webkit-scrollbar-track {*/
  /*background: #d2d2d2;      */
/*}*/
/*body::-webkit-scrollbar-thumb {*/
    /*background-color: #a3a3a3;*/
    /*background-color: transparent;*/
    /*border-radius: 8px;*/
    /*transition: background-color 200ms;*/
/*}*/
/*.on-scrollbar{
    scrollbar-color: rgb(35 35 35 / 38%);  
}

.on-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgb(35 35 35 / 38%);
}
*/

/* небольшой fix  */
.bp-feedback span.bp-icon {
    font-family: dashicons!important;
}

button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    display: none;
}
/*
a.cmplz-btn.cmplz-manage-options.tcf.cookie-statement {
    display: none!important;
}
a.cmplz-link.cmplz-manage-vendors.tcf.cookie-statement {
    display: none;
}*/
.cmplz-categories {
    overflow: auto;
}
p.cmplz-description {
    line-height: 1.4;
}

button, .button, input[type="button"], input[type="submit"] {
    border: 0;
    font-size: inherit;
}
input[type="submit"], a.subscription-toggle, .button.outline, input[type="button"].outline, input[type="submit"].outline, .button.outline:hover, .button.outline:focus, input[type="button"].outline:hover, input[type="submit"].outline:hover {
	border: solid 1px;
}
.bb-header-buttons .button.signin-button {
    border: 0;
}

.google-revocation-link-placeholder { display: none; }
.grecaptcha-badge { visibility: hidden; }

/* иногда слетают иконки из-за этого */
body.bb-custom-typo, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, div, span {
    font-family: 'Roboto', sans-serif !important;
}
#buddypress #btn_add_repeater_set .dashicons {
    font-family: bb-icons !important;
}
body {
/*    background-color: var(--bg-light); inline styles overwrite it */ 
    font-size: 17px;
}
body.buddyboss-theme, body.buddyboss-theme #main-wrap, .buddyboss-theme .formatted-content {
    background-color: var(--bg-light);
}

body h1 {
    margin-bottom: 51.2px;
    margin-top: 32px;
    font-weight: 900;
    font-size: 36px;
    color: #333;
}
body h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
}
body h3 {
    font-size: 22px;
}
p + h2, figure + h2, h1 + h2, div + h2, ul + h2,
p + h3, figure + h3, ul + h3, h2 + h3 {
    margin-top: 35.2px;
}

.page-title.archive-title {
    margin-bottom: 19.2px;
}
.archive-description {
    margin-bottom: 19.2px;
}

figure.wp-block-image, figure.blocks-gallery-grid, figure.wp-block-gallery {
    margin: 35.2px 0;
}

div.wp-block-image + p {
    margin-top: 22.4px;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0;
}
@media (min-width: 601px) {
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        margin-right: 22.4px;
    }
    .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
        margin-left: 22.4px;
    }
}
@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        margin-top: 22.4px;
    }
}

/* for lazy load  */
.bb-cover-wrap {
    background: #d4d4d4;
}
.bb-dark-theme .bb-cover-wrap {
    background: #252525;
}

.bb-courses-header .bb-title {
    font-size: 32px;
}

.bb-mobile-panel-inner .bb-primary-menu a {
    font-size: 15px;
}
.site-header .sub-menu a {
    font-size: 15px;
}
.bb-mobile-panel-inner .mobile-menu a {
    padding: 15px 0;
}
.bb-mobile-panel-inner .sub-menu.bb-open a {
    padding: 12px 0;
}

.primary-menu .bb-sub-menu .current_page_item > a {
    font-weight: inherit;
}

#page .bb-course-title {
    font-size: 21px;
}

/* заголовоки у статей */
article.post h1 {
    font-size: 43.2px!important;
    line-height: 1.2 !important;
}
article.post h2 {
    margin-top: 51.2px;
    font-size: 35.2px;
    line-height: 1.2;
}
article.post h3 {
    margin-top: 28.8px;
    font-size: 24px;
}

@media (max-width: 650px) { 
    .wp-block-image.noalign_mobile figure {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}
/**/
@media (min-width: 992px) {
    .post-grid article.lg-grid-2-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
}
article .entry-img, .single .post-related-posts article .entry-img {
  padding-top: 84%;
}
.first .post-inner-wrap .entry-content-wrap .entry-content {
  margin-bottom: 19.2px;
}

.changelog {
    background: gainsboro;
    padding: 3px 10px;
    border-radius: 100px;
    color: white;
    font-size: 14px;
    margin-right: 2px;
}
.changelog.content {
    background: #007cff;
}
.changelog.feature {
    background: #00be00;
}
.changelog.tweak {
    background: #f3b600;
}
.changelog.bugfix {
    background: #ff6c00;
}


#cookie-notice .cookie-notice-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.logged-in .hide-logged-in {
    display: none;
}
.logged-out .hide-logged-out {
    display: none;
}

.gomagic_landing figure.wp-block-video {
    background: white;
    overflow: hidden;
    box-shadow: 5px 5px 10px 4px rgba(47, 65, 79, 0.32);
    border-radius: 25px;
    border-width: 0;
    line-height: 0;
    margin-bottom: 10px;
}
.gomagic_landing video {
    border-radius: 25px;
}
.gomagic_first_screen .wp-block-video {
    max-width: 520px;
    margin: 0 auto;
}
.skilltree_block .wp-block-video {
    max-width: 390px;
    margin: 0 auto;
}

.gomagic_first_screen h1 {
    font-size: 42px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 19.2px;
}
.gomagic_first_screen h2 {
    font-weight: 400;
    font-size: 24px;
}
.gomagic_first_screen {
    margin-top: 46px !important;
}
.land_h_block {
    font-size: 38px;
    margin-bottom: 17.6px;
    line-height: 1.3;
}
.quality_matters_block .land_desc_block {
    margin-bottom: 0;
}
.land_desc_block {
    font-size: 20px;
    color: #383330;
    line-height: 1.4;
}
.stk-block-separator .stk-block-separator__inner svg {
    padding-top: 0;
}
.quality_matters_desc {
    font-size: 18px;
    color: #383330;
    line-height: 1.4;
}

.get_started_wrap.continue {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.button.get_started_land {
    width: max-content;
    font-size: 23px;
    margin-top: 62px;
    font-weight: 700;
}
.get_started_under_button {
    font-size: 13px;
    text-align: center;
    line-height: 1.3;
    margin-top: 6px;
    max-width: 170px;
    color: #777;
}

.your-recent-courses-h + .courses-carousel {
    margin-bottom: 42px;
}
.all_courses_wrap {
    text-align: center;
    margin-top: 41.6px;
}
.all_courses.button {
    font-size: 21px;
    font-weight: 700;
}
.two_buttons_wrap {
    text-align: center;
    margin-top: 41.6px;
}
.two_buttons_wrap .button {
    font-size: 21px;
    margin: 16px 24px;
    font-weight: 700;
}
.two_buttons_wrap .skills {
    /*background-color: #EC9F00;*/
    background-color: #EDAE27;
}
.two_buttons_wrap .courses {
    /*background-color: #06bfb7; */
    background-color: #21b8b2;
}
.courses_desc_1, .courses_desc_2 {
    text-align: center;
}
.land_desc_block.discord {
    max-width: 750px;
    margin: 0 auto;
}

.sign_up_land_wrap {
    display: flex;
}
.sign_up_land {
    margin: 0 auto;
    font-size: 20px;
    background: #f3f3f3;
    padding: 36px;
    border-radius: 10px;
    text-align: center;
    color: #333;
}
.sign_up_land a {
    font-size: 20px;
    margin-right: 6px;
    white-space: nowrap;
    min-width: 124px;
}
@media (max-width: 630px) {
    .sign_up_land span {
        display: block;
        margin-top: 10px;
    }    
    .sign_up_land a {
        margin-right: 0;
    }
    .sign_up_land {
        padding: 28px;
    }
}

.land_h_block.last_block {
    margin-bottom: 51.2px;
    margin-top: 83.2px;
}
.grey_rect_wrap {
    display: flex; 
}
.grey_rect {
    margin: 0 auto;
    font-size: 20px;
    background: #f6f6f6;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    color: #333;
}
.grey_rect_desc {
    margin-top: 24px;
}
.grey_rect_desc b {
    font-weight: 500;
}
.land_OR {
    text-align: center;
    font-size: 26px;
    color: black;
    margin-top: 46px;
    margin-bottom: 40px;
}
.continue_journey {
    margin-bottom: 21px;
    font-size: 24px;
    text-align: center;
    color: #333;
}
.two_buttons_wrap_new {
    text-align: center;
    /*margin-top: 2.6rem;*/
}
.two_buttons_wrap_new .button {
    font-size: 20px;
    margin: 14px 24px;
    font-weight: 700;
}
.two_buttons_wrap_new .skills {
    /*background-color: #EC9F00;*/
    background-color: #EDAE27;
}
.two_buttons_wrap_new .courses {
    /*background-color: #06bfb7; */
    background-color: #21b8b2;
}

@media (max-width: 600px) {
    .button.get_started_land {
        margin-top: 10px;
        font-size: 20px;
    }
    .all_courses.button {
        font-size: 20px;
    }
    .two_buttons_wrap_new .button {
        font-size: 20px;
    }
    .gomagic_first_screen h1 {
        font-size: 30px;
        margin-bottom: 12.8px;
    }
    .gomagic_first_screen h2 {
        font-size: 17px;
    }
    .land_h_block {
        font-size: 30px;
        margin-bottom: 16px;
    }
    .land_desc_block {
        font-size: 17px;
    }
    .quality_matters_desc {
        font-size: 16px;
    }
    #content .land_sep .stk-block-separator__inner {
        height: 120px !important;
    }
    .mobile_hide {
        display: none;
    }
    .sign_up_land, .sign_up_land a {
        font-size: 19px;
    }
}

@media (max-width: 800px) {
    .gomagic_first_screen h1, .gomagic_first_screen h2 {
        text-align: center !important;
    }
    .get_started_topwrap {
        text-align: center;
    }
/*    .button.get_started_land {*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*    }*/
    .gomagic_first_screen {
        margin-top: 0px !important;
    }
    .quality_matters_block .stk-column, .gomagic_first_screen .stk-column, .skilltree_block .stk-column {
        flex: 1 1 100%!important;
        max-width: 100%;
    }
    .gomagic_first_screen .stk-row {
        flex-direction: column-reverse;
    }
    .tablet_hide {
        display: none;
    }
    .courses_desc_2 {
        display: none;
    }
}
@media (max-width: 1000px) {
    .button.get_started_land {
        margin-top: 20px;
    }
}



html {
    /*background: none!important;*/
}
body {
    overflow-x: hidden!important; /*фикс для проблемы со sticky*/
}
/* убираем все лишние выступы, чтобы горизонтальная прокрутка не появлялась ни при каких условиях  */
.site-header .sub-menu { 
    right: 0;
}
.primary-menu>li>.sub-menu:before {
    right: 7px;
}
.user-wrap-container>.sub-menu:before {
    right: 50px;
}
@media screen and (min-width: 800px) {
    .bb-buddypanel .bb-footer, 
    .bb-buddypanel .header-search-wrap, 
    .bb-buddypanel .site-content, 
    .bb-buddypanel .site-header {
        padding: inherit; 
    }
}

button, .button {
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}

/* фикс для картинок с подписью */
.force-block figure {
    display: block !important;
}

/* убираю непонятные отступы в гутенберговских колонках */
.wp-block-columns p {
    padding: 0;
}
.wp-block-columns {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 781px) {
    .reverse-mobile-wrap {
        flex-wrap: wrap-reverse!important;
    }
}

/* какие-то дебильные отступы у всего документа - убираем */
@media (max-width: 900px) {
    .bb-grid-cell:not(.no-gutter) {
        padding-left: 0;
        padding-right: 0;
    }   
}

/* внутри статьи убираем заглавную картинку TODO: убрать из шаблона */
article.post figure.entry-media.entry-img.bb-vw-container1 {
    display: none;
}
.post-grid .entry-title {
    font-size: 24px;
}

/*миниатюры для статей*/
.entry-img, .single .post-related-posts .entry-img {
    padding-top: 75%;
}

/* подпись к картинкам в гутенберге */
.wp-block-image figcaption, .wp-block-gallery figcaption {
    font-size: 90%;
    font-style: italic;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 1.3;
    margin-bottom: 19.2px;
}
.wp-block-image .aligncenter {
    display: block;
}
.wp-block-image .aligncenter>figcaption {
    display: block;
}
.wp-block-stackable-blockquote.stk-block-blockquote.stk-block {
    padding-top: 24px;
    padding-bottom: 24px;
}
blockquote, q {
    font-size: 17.6px;
}

/* fix for bb-platform 2.0 with old theme */
nav#object-nav li .bb-single-nav-item-point {
    display: inline;
}
#item-header a.link-change-cover-image, #item-header a.link-change-profile-image, #item-header a.position-change-cover-image {
    background: #f9f9f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 34px;
    height: 34px;
    z-index: 3;
    opacity: 0;
    transition: all .2s;
    text-decoration: none;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
}
#item-header a.link-change-cover-image > i, #item-header a.link-change-profile-image > i, #item-header a.position-change-cover-image > i {
    font-size: 18px;
}
#item-header a.position-change-cover-image {
    left: 55px;
    top: 12px;
    display: none!important;
}

body #onesignal-slidedown-container #onesignal-slidedown-dialog {
    max-width: 600px !important;
}
body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-body {
    align-items: center;
}
body #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-body-icon {
    width: 72px;
    height: 72px;
    min-width: initial;
    overflow: hidden;
}

#onesignal-popover-container #onesignal-popover-dialog .popover-button, #onesignal-popover-container #onesignal-popover-dialog .slidedown-button, #onesignal-popover-container #onesignal-slidedown-dialog .popover-button, #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button, #onesignal-slidedown-container #onesignal-popover-dialog .popover-button, #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button, #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button, #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button {
    border-radius: 100px;
}
#onesignal-popover-container #onesignal-popover-dialog .popover-button.primary, #onesignal-popover-container #onesignal-popover-dialog .slidedown-button.primary, #onesignal-popover-container #onesignal-slidedown-dialog .popover-button.primary, #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button.primary, #onesignal-slidedown-container #onesignal-popover-dialog .popover-button.primary, #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button.primary, #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button.primary, #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary {
    background: #007cff!important;
    border-radius: 100px;
}
#onesignal-popover-container #onesignal-popover-dialog .popover-button.primary:hover, #onesignal-popover-container #onesignal-popover-dialog .slidedown-button.primary:hover, #onesignal-popover-container #onesignal-slidedown-dialog .popover-button.primary:hover, #onesignal-popover-container #onesignal-slidedown-dialog .slidedown-button.primary:hover, #onesignal-slidedown-container #onesignal-popover-dialog .popover-button.primary:hover, #onesignal-slidedown-container #onesignal-popover-dialog .slidedown-button.primary:hover, #onesignal-slidedown-container #onesignal-slidedown-dialog .popover-button.primary:hover, #onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-button.primary:hover {
    background: #016fe3;
}

.onesignal-user-preference .web-notification-field .slider::before {
    background-color: #545454;
}
.onesignal-user-preference .web-notification-field .slider {
    border: 1px solid #545454;
}
.onesignal-user-preference .web-notification-field input:checked + .slider {
    background-color: #007cff;
    border: 1px solid #007cff;
}

.notification_info .notification_type_icon .bb-icon {
    font-size: 26px;
}
.notification_type_info h3 {
    font-size: 18px;
}
.notification_type_info {
    font-size: 16px;
}


/* отступ перед вводом пароля */
.post-password-form {
    margin-top: 16px;
}
/* отступ после видосов*/
.mvideo-wrap {
    margin-bottom: 19.2px;
}
/* переключатель аудио в видосах  */
.mvideo_audio_switcher {
    margin-left: auto;
    display: block;
    padding-right: 36px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    color: #747474;
    font-size: 14px;
}
.bb-dark-theme .mvideo_audio_switcher {
    background-color: #212121;
}
/* норм отступы у параграфов */
.single-attachment .entry-content p, .single-post .entry-content p {
    margin-bottom: 19.2px;
}

/* в статьях делаем уже поле для текста */
.single-attachment:not(.has-sidebar) .content-area, .single-attachment:not(.has-sidebar) .site-content-grid, .single-post:not(.has-sidebar) .content-area, .single-post:not(.has-sidebar) .site-content-grid {
    max-width: 720px;
}

/* убираем глюк, когда кликаешь на sign up */
.button.singup:focus {
    color: white;
}
/*[data-balloon] { cursor: help;}*/
a { cursor: pointer!important; }

.buddypress .buddypress-wrap .comment-reply-link:focus, 
.buddypress .buddypress-wrap .generic-button a:focus, 
.buddypress .buddypress-wrap a.bp-title-button:focus, 
.buddypress .buddypress-wrap a.button:focus, 
.buddypress .buddypress-wrap button:focus, 
.buddypress .buddypress-wrap input[type=button]:focus, 
.buddypress .buddypress-wrap input[type=reset]:focus, 
.buddypress .buddypress-wrap input[type=submit]:focus, 
.buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:focus, 
.button:focus, button:focus, input[type=button]:focus, 
input[type=submit]:focus {
    /*color: #0F74E0;*/
    box-shadow: none;
}
.buddypress .buddypress-wrap .comment-reply-link:active, .buddypress .buddypress-wrap .generic-button a:active, .buddypress .buddypress-wrap a.bp-title-button:active, .buddypress .buddypress-wrap a.button:active, .buddypress .buddypress-wrap button:active, .buddypress .buddypress-wrap input[type=button]:active, .buddypress .buddypress-wrap input[type=reset]:active, .buddypress .buddypress-wrap input[type=submit]:active, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a:active, .button:active, button:active, input[type=button]:active, input[type=submit]:active {
    box-shadow: none;
}
a.button.outline.secondary.sign-in {
    color: #0F74E0;
    border-color: #0F74E0;
}

/* Accordion fix */
.stk-block-accordion strong {
    font-weight: 500;
}
.stk-block-accordion .stk-container.stk-hover-parent {
    border: 1px solid #f1f1f1 !important;
    border-radius: 10px;
}
.stk-block.stk-block-column.stk-column > .stk-column-wrapper {
    margin-left: 0;
    margin-right: 0;
}
.stk-block-accordion .stk--inner-svg svg:last-child {
    height: 32px !important;
}
.stk-block-accordion .stk--inner-svg svg:last-child, .stk-block-accordion .stk--inner-svg svg:last-child :is(g, path, rect, polygon, ellipse) {
    fill: #404040 !important;
}

/* на стартовой под видео */
.sign-up-welcome {
    text-align: center;
}

/* все курсы - мои курсы */
.bb-courses-directory .bp-navs li a {
    padding: 0px 0 4px;
    margin-bottom: 2px;
}
.bp-navs ul li .count, .buddypress-wrap .bp-navs li.dynamic a .count {
    line-height: 14px;
    margin-bottom: 1px;
}

div#learndash-page-content {
    z-index: 0;
}
.single #learndash-course-header {
    z-index: 2;
}

/* для сигнала правильно-неправильно цвет нельзя делать прозрачным */
._m_correct-bg-color.video_problem {
  background-color: #14612e !important;
}
._m_wrong-bg-color.video_problem {
  background-color: #731616 !important;
}
#skill_window._m_correct-bg-color {
  background-color: #79d297 !important;
}
#skill_window._m_wrong-bg-color {
  background-color: #ec7272 !important;
}

/* меняю зеленый родной цвет learndash */
.learndash-wrapper .ld-status.ld-status-complete {
    background-color: #3c6;
}
.learndash-wrapper .ld-course-status .ld-status.ld-status-complete {
    background-color: #3c6;
}
.learndash-wrapper .bb-ld-status .ld-status.ld-status-complete {
    background-color: #3c6;
}
.bb-cover-list-item .ld-status-complete.ld-secondary-background {
    background-color: #3c6;
}

/* цвет лейблов */
/*#3c6;  free label - был желтый */
.bb-cover-list-item .ld-third-background {
    background-color: #6373ff; /*#8322ca;*/ /*#c7b109;*/ /*#4CAF50;*/ /*#3c6;  free label - был желтый */
}
.learndash-wrapper .ld-status.coming_soon_label {
	background-color: #6373ff; /*#8322ca;*/
	color: white;
} 
.new_label {
    background-color: #df5c4c!important;
    color: white!important;
}
.sale_label {
    font-weight: 500;
    background-color: #e30958!important;
}

/* внутри курса тоже вешаем лейбл coming soon и проч  */
.bb-preview-course-link-wrap .ld-status {
    position: absolute;
    z-index: 9;
    top: 15px;
    border-radius: 0 15px 15px 0 !important;
    color: #fff;
    text-align: center;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .23px;
    height: initial;
}

/* цвет завершенных пунктов (галочек) */
.learndash-wrapper .learndash-complete .ld-status-icon.ld-status-complete, 
.i-progress-completed, .ld-quiz-complete, .ld-progress-bar-complete {
    background-color: #3c6 !important;
}
/* делаем полоску прогресса толще */
.ld-progress-bar, .ld-progress-bar .ld-progress-bar-percentage {
    height: 5px;
}
.learndash-wrapper .ld-progress .ld-progress-bar {
    border-radius: 0;
}
.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    height: 5px;
}
.learndash-theme.single-sfwd-courses .learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar {
    height: 5px;
}
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
    border-radius: 0;
}
/* статусы всегда в одну строчку */
.ld-status {
    white-space: nowrap;
}
/* всплывающие подсказки */
[data-balloon]:after {
    font-size: 12px;
    padding: 6px 12px;
}
.premium_tier_balloon {
    text-transform: uppercase;
}
.premium_tier_balloon:after {
    white-space: pre!important;
    text-transform: none;
}

/* страница регистрации */
body.buddypress.register article.bp_register {
    max-width: 370px;
}
/* Social Login */
div.nsl-container-block .nsl-container-buttons a {
	max-width: 400px !important; 
    padding: 0 3px;
}
#buddypress .bp-settings-container .bp-navs a#social:before {
    content: '\e901';
}
.register-page .h-captcha {
    margin-bottom: 0;
    margin-top: 16px;
}
.login .h-captcha {
    margin-bottom: 16px;
}



/*.apsl-icon-block {
    width: 100%;
}
#loginform a {
    width: 100%;
}
.theme-19 .apsl-icon-block:hover {
    background-color: #4d4d4d;
}
.theme-19 .apsl-icon-block:hover .fa {
    color: #4d4d4d; 
}*/

/* анимация для ховеров */
a {
    transition: 0.2s;
}
.h1, .h2, .h3, .h4, .h5, .h6, address, h1, h2, h3, h4, h5, h6, hr, p {
    margin: 0 0 19.2px;
}

/** Go resources вёрстка */
.goservers-list {
	display: flex;
	align-items: center;
}
.server-logo {
	flex-basis: 25%;
	text-align: center;
}
.server-logo img {
	max-height: 34px;
}
.server-logo a {
	color: inherit;
	font-size: 17.6px;
	padding-right: 8px;
	text-transform: uppercase;
}
.server-logo i.fab.fa-android {
	transform: translateY(1.5px);
}
.server-logo i.fab.fa-apple {
	transform: scale(1.2) translateY(-1.5px);
}
.server-logo i {
	padding-right: 6.4px;
}
.server-icons {
	display: inline;
	white-space: nowrap;
}
.server-desc {
	flex-basis: 75%;
	padding-left: 10px;
}
@media (max-width:767px) {
	.goservers-list {
		display: block;
	}
	.server-desc, .gofilms .server-desc, .gobooks .server-desc {
		padding-left: 0 !important;
		margin-top: 16px;
	}
	.server-logo {
		flex-basis: 25%;
		text-align: initial;
		padding-bottom: 10px;
	}
}

.gomagic_organizations_links {
    display: flex;
    align-items: center;
}
.gomagic_organizations_links a {
    width: 25%;
    text-align: center;
}
.egf_img img {
    max-width: 86%;
}
.aga_img img {
    max-width: 68%;
}
.rgf_img img {
    max-width: 72%;
}
@media (max-width:600px) {
    .gomagic_organizations_links {
        flex-wrap: wrap;
    }
    .gomagic_organizations_links a {
        width: 50%;
    }
}

/** Inspiration */

.gofilms .server-logo img {
	max-height: initial;
}
.gofilms .server-logo {
	flex-basis: 45%;
}
.gofilms .server-desc {
	flex-basis: 55%;
	padding-left: 41.6px;
}
.server-desc h4 {
	margin-bottom: 16px;
}
.imdbRatingPlugin {
	font-family: inherit !important;
	margin: 10px 0 !important;
	padding: 4px 4px 0px !important;
}

.gobooks .server-logo img {
	max-height: initial;
}
.gobooks .server-desc {
	padding-left: 41.6px;
}
.gobooks-author {
	font-size: 14.4px;
	margin-top: 3.2px;
}




/** TablePress */
.dataTables_filter {
	margin-bottom: 6px;
}
.dataTables_filter input {
	height: 22.4px;
}
.dataTables_wrapper .dataTables_filter input {
	margin-bottom: 3px;
}

/* значок для внешних ссылок */

.gm-external-link a:after {
	content: "\e8ad";
    font: normal normal normal 14px/1 "bb-icons";
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 5px;
    font-size: 12px;
}

/*a[target="_blank"]::after {
  content: '\f08e';
  margin: 0 3px 0 5px;
  font-family: "fontawesome";
}*/
/* для соц сетей отключаем */
/* .footer-socials li a::after {
	content: none;
} */
/* .fa-external-link:before {
	content: "\f08e";
	font: normal normal normal 12px "FontAwesome";
	padding-left: 2px;
}

#primary-navbar .fa-external-link:before {
	position: absolute;
	bottom: 8px;
}
.primary-menu a:hover span i:before {
	color: #007CFF;
} */

/** buddypanel */
.panel-head {
	height: 100px;
	margin-bottom: 30px;
}
/* чтобы бадипанель плавно открывался */
.site {
	transition: 0.3s;
}

/** Adaptive classes */
@media (max-width:799px) {
	.desktop-only {
		display: none;
	}
}
@media (min-width:800px) {
	.mobile-only {
		display: none;
	}
	.mobile-menu-only {
		display: none!important;
	}
}

/** мобильное меню */
.bb-mobile-header {
    height: 64px!important;
}
.bb-mobile-header {
    margin: 0 10px;
}
.mobile-logo-wrapper {
    padding: 0 15px 0 0;
}
.bb-mobile-panel-header .logo-wrap {
    max-width: 160px;
    margin: 0 auto;
}
.bb-mobile-panel-wrapper nav.main-navigation {
    margin-bottom: 24px;
}
.menu-separator-top {
    border-top: 1px solid #e1e1e1;
    margin-top: 10px!important;
    padding-top: 12px;
}
.bb-mobile-panel-inner .bs-submenu-toggle {
    right: -9px;
    top: -2px;
    padding: 8px;
}
.site-header i {
    font-size: 21px !important;
}
.mobile-premium-button a, .menu-store-button a {
    font-weight: 500;
    padding: 0px 12px;
    border-radius: 100px;
    color: white !important;
    transition: 0.3s;
    text-align: center;
    margin-bottom: 10px;
    min-width: 110px;
    display: inline-block;
}
.mobile-premium-button a {
    background-color: #007CFF;
}
.mobile-premium-button a:hover {
    background-color: #0F74E0;
    color: white!important;
}
.menu-store-button a {
    background-color: #EDAE27;
/*    background-color: #CD9A45;*/
}
.menu-store-button a:hover { 
    background-color: #E0A422;
/*    background-color: #C68F33;*/
    color: white!important;
}
.menu-store-button {
    /*margin-left: auto !important;*/
    margin-right: 0 !important;
}


.topbar-mobile-menu span.lang_separator {
    display:none;
}
.topbar-mobile-menu li.mobile-premium-button {
    margin-top: 15px;
    margin-bottom: 18px;
}
.topbar-mobile-menu li.lang_switcher_top {
    margin-bottom: 15px;
}
.gomagic-topbar li.lang_switcher_top {
    margin-right: auto;
}

.gold_topbar a {
    color: #FFAF00 !important;
/*    font-weight: 500;*/
}
.giftcard_topbar a {
    color: #FFAF00 !important;
/*    font-weight: 500;*/
}
.giftcard_topbar a:before {
    content: "\e96e";
    font-family: bb-icons;
    margin-right: 5px;
}

/** ***** Шапка ***** */

.site-title a:after {
    /*content: "β";*/
    font-size: 18px;
    color: black;
    font-weight: 400;
    vertical-align: super;
    /*padding-left: 2px;*/
}

.user-wrap.menu-item-has-children .user-name {
    max-width: 150px;
}

a#bb-toggle-theme [data-balloon] {
    cursor: pointer!important;
}

/* какой-то тусклый был цвет */
.bb-sub-menu a {
    color: #373737;
}

.bb-separator {
	height: 100%;
	max-height: initial; 
}
/* пока в главном меню всего два пункта - отключаем центрирование и делаем отступ слева -- возможно так лучше и оставить */
.site-branding {
    padding-right: 20px;
}
#primary-navbar {
	/*display: flex;*/
	/*justify-content: center;*/
}
.primary-menu>li:first-child {
    padding-left: 24px;
}

.primary-menu>li {
    padding: 0 18px;
}
.primary-menu>.menu-item-has-children:not(.hideshow) {
    padding: 0px 21px 0 20px;
}
.primary-menu > li > a {
    font-size: 17.6px;
    font-weight: 500;
}
.site-header .sub-menu a {
    font-size: 14px;
    color: #383330;
}

.site-header .user-wrap .sub-menu {
    top: -webkit-calc(100% - 32px);
    top: calc(100% - 32px);
}


/* смещение меню и проч чуть-чуть вниз */
.site-branding {
    margin-top: 25px;
}
.default-header .main-navigation {
    margin-top: 25px;
}
.header-aside-inner .bb-header-buttons {
    margin-top: 25px;
}
/* тень под шапкой только внутри курса */
.bb-custom-ld-focus-mode-enabled .site-header {
    box-shadow: inset 0 -1px 0 0 #e7e9ec!important;
}
.bb-dark-theme.bb-custom-ld-focus-mode-enabled .site-header {
    box-shadow: inset 0 -1px 0 0 #424242 !important;
}
/* 

.site-header .sub-menu {
	top: -webkit-calc(100% - 36px);
	top: calc(100% - 36px);
}
.primary-menu .sub-menu {
	top: -webkit-calc(100% - 0px);
	top: calc(100% - 0px);
}
.primary-menu>li>a {
	height: 76px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 16px;
}
.menu-item i._before, .rtl .menu-item i._after {
	margin-right: 0;
}
.primary-menu>li {
	line-height: 2.2;
}
.primary-menu .menu-item-has-children:not(.hideshow):after {
	top: -webkit-calc(100% - 38.5px);
	top: calc(100% - 38.5px);
}
.primary-menu>li {
	padding: 0px 2.4rem;
}

 */

/* fix for overflow-y */
.site-header .notification-list {
    padding-bottom: 1px;
}
/* this notification sorter is buggy */
.notifications .bb-sort-by-date {
    display: none; 
}

/* marketing pages without header */
.disabled-header #content.site-content {
    padding-top: 0!important;
}
.disabled-header .bp-feedback.bp-sitewide-notice {
    display: none;
}

/* ЭФФЕКТ ПРИЛИПАНИЯ */

.sticky-header .site-header:not(.has-scrolled) {
    box-shadow: 0 1px 0 0 rgba(139,141,157,.05),0 5px 10px 0 rgba(65,71,108,.08) !important;
}

.sticky-header .site-header, .header-search-wrap, .sticky-header .XP_Coins_wrap, .sticky-header .user-wrap .avatar, .sticky-header .bb-separator, .sticky-header .notification-wrap {
    transition: transform 0.2s;
}

@media (min-width: 800px) {
    /*.logged-in.sticky-header .site-header.has-scrolled {
        transform: translateY(-36px);
    }*/
    .sticky-header .site-header.has-scrolled {
        transform: translateY(-56px);
    }
    .sticky-header .site-header.has-scrolled .header-search-wrap{
        transform: translateY(56px);
    }

    .sticky-header.logged-in .site-header.has-scrolled .header-aside {
        transform: translateY(-12px);
    }
    .sticky-header.logged-in .site-header.has-scrolled .user-link {
        transform: translateY(-20px);
    }
    .sticky-header .site-header.has-scrolled .bb-separator {
        transform: translateY(12px);
    }
    .sticky-header .site-header.has-scrolled .notification-wrap {
        transform: translateY(20px);
    }

    .sticky-header.scroll-up .site-header.has-scrolled .header-search-wrap{
        transform: translateY(0);
    }
    .sticky-header.scroll-up .site-header.has-scrolled {
        transform: translateY(0);
    }
    .sticky-header.logged-in.scroll-up .site-header.has-scrolled .header-aside {
        transform: translateY(0);
    }
    .sticky-header.logged-in.scroll-up .site-header.has-scrolled .user-link {
        transform: translateY(0);
    }
    .sticky-header.scroll-up .site-header.has-scrolled .bb-separator {
        transform: translateY(0px);
    }
    .sticky-header.scroll-up .site-header.has-scrolled .notification-wrap {
        transform: translateY(0px);
    }

    .sticky-header.logged-in .site-header.has-scrolled .user-wrap .avatar {
        transform: translateY(58px);
        pointer-events: none;
    }
    .sticky-header.logged-in .site-header.has-scrolled .XP_Coins_wrap {
        transform: translateX(-56px);
    }
    .sticky-header.logged-in.scroll-up .site-header.has-scrolled .user-wrap .avatar {
        transform: translateY(0);
        pointer-events: inherit;
    }
    .sticky-header.logged-in.scroll-up .site-header.has-scrolled .XP_Coins_wrap {
        transform: translateX(0);
    }
    .header-search-wrap, .header-search-wrap input.search-field, .header-search-wrap input.search-field-top, .header-search-wrap form.search-form {
        height: 126px!important;
    }
}

.header-search-wrap a.close-search {
    top: -webkit-calc(50% - 21px);
    top: calc(50% - 21px);
    right: 10px;
    padding: 10px;
}
.header-search-wrap a.close-search i {
    font-size: 24px!important;
    color: #4f5b6c;
}

.sticky-header .bp-feedback.bp-sitewide-notice {
    top: 126px!important;
}
@media (max-width: 799px) {
    .sticky-header .bp-feedback.bp-sitewide-notice {
        top: 60px!important;
    }
}
@media (max-width: 799px) {
    html .sticky-header .site-content, html body.buddypress.sticky-header .site-content, html .bb-buddypanel.sticky-header .site-content, html .single-sfwd-quiz.bb-buddypanel.sticky-header .site-content, html .single-sfwd-lessons.bb-buddypanel.sticky-header .site-content, html .single-sfwd-topic.bb-buddypanel.sticky-header .site-content {
        padding-top: 60px!important;
    }
}
.sticky-header .site-content, body.buddypress.sticky-header .site-content, .bb-buddypanel.sticky-header .site-content, .single-sfwd-quiz.bb-buddypanel.sticky-header .site-content, .single-sfwd-lessons.bb-buddypanel.sticky-header .site-content, .single-sfwd-topic.bb-buddypanel.sticky-header .site-content {
  padding-top: 126px!important;
}

.bb-mobile-header-wrapper .button.singup {
    min-width: 90px;
}
.bb-mobile-header-wrapper .avatar {
    max-width: 42px;
}
.bb-mobile-header .header-aside {
    padding-right: 20px;
}

.bb-mobile-header {
    transition: 0.2s;
}
.sticky-header .site-header.has-scrolled .bb-mobile-header {
  height: 48px !important;
}
.sticky-header .site-header.has-scrolled .bb-mobile-header-wrapper .avatar {
  max-width: 40px;
}

@media (max-width: 450px) {
    .bb-mobile-header-wrapper .avatar {
        display: none;
    }
}
@media (max-width: 470px) {
    .bb-mobile-header-wrapper .button.singup {
        display: none;
    }
}

/* фикс на странице курса */
.bb-ld-sticky-sidebar.is_stuck {
    transform: translateY(-40px);
}
.bb-ld-sticky-sidebar {
    transition: transform 0.2s;
}
.learndash-wrapper .ld-expand-button {
    white-space: nowrap;
}


/** Top Bar */
.site-header {
     padding: 0; 
}
.learndash-inner {
    padding-left: 20px;
}
.gomagic-topbar {
	background-color: #323232;
	padding: 4px 0;
    height: 36px;
}
.topbar-menu {
    display: flex;
    margin: 0;
    list-style: none;
    vertical-align: middle;
    white-space: nowrap;
}
.menu-red-label {
    position: relative;
}
.menu-red-label::after {
    content: "";
    position: absolute;
    border: 3.5px solid rgb(249, 78, 78);
    border-radius: 50%;
    top: 5px;
    right: -9px;
}

.topbar-menu > .current-menu-parent > a, 
.topbar-menu > .current-menu-ancestor > a, 
.topbar-menu > .current-menu-item > a, 
.topbar-menu .current_page_item > a, 
.topbar-menu > .current-menu-parent > a:hover, 
.topbar-menu > .current-menu-ancestor > a:hover, 
.topbar-menu > .current-menu-item > a:hover, 
.topbar-menu .current_page_item > a:hover, 
.topbar-menu .current-menu-item > a > i, 
.topbar-menu .current-menu-item > a:hover > i {
    color: #007CFF;
}

/*.topbar-menu .current-menu-item a {
    color: #0F74E0;
}*/
.topbar-menu>li {
    margin: 0 12px;
}
.topbar-menu>li:first-child {
    padding-left: 0;
}
.topbar-menu>li:last-child {
    padding-right: 0;
    /*margin-left: auto;*/
    margin-right: 4px;
}

.topbar-menu a {
    font-size: 14px;
    color: #d2d2d2;
    letter-spacing: -.24px;
}
.topbar-premium-button a {
    font-weight: 500;
    padding: 3px 20px;
    border-radius: 100px;
    background-color: #007CFF;
    color: white!important;
    transition: 0.3s;
}
.topbar-premium-button a:hover {
    background-color: #0F74E0;
    color: white!important;
}

.topbar-menu .menu-item-has-children:not(.hideshow):after {
    content: '\e826';
    font-family: bb-icons;
    font-weight: 400;
    speak: none;
    display: inline-block;
    color: #939597;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.topbar-menu>.menu-item-has-children:not(.hideshow) {
    padding-right: 22px;
}
.topbar-menu .menu-item>.ab-submenu:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 26px;
    border: 8px solid #323232;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: 2px -3px 3px 0 rgba(0,0,0,.02);
    z-index: 1002;
}

.topbar-menu .menu-item>.ab-submenu {
    background: #323232;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);
    border-radius: 4px;
    list-style: none;
    padding: 10px 0;
    position: absolute;
    right: -20px;
    top: 40px;
    margin: 0;
    min-width: 168px;
    opacity: 0; 
    visibility: hidden; 
    z-index: 112;
}
.topbar-menu .menu-item-has-children {
    padding-bottom: 20px;
    margin-right: 0;
}
.topbar-menu .menu-item>.ab-submenu .bb-sub-menu {
    list-style: none;
    margin: 0;
    line-height: normal;
}
.topbar-menu .menu-item>.ab-submenu .bb-sub-menu .menu-item a {
    display: block;
    line-height: 1;
    margin-bottom: 1px;
    padding: 9px 15px;
}
.topbar-menu .menu-item:hover>.ab-submenu {
    opacity: 1;
    visibility: visible;
}

.site-header #primary-navbar .primary-menu .menu-item > .ab-submenu {
    z-index: 112;
}


/** ***** XP в шапке ******* */

a.user-link {
	justify-content: flex-end;
	height:39px;
	padding-right: 4px;
}
a.user-link i {
    margin: 0px 3px 0 0px;
}
.user-wrap.menu-item-has-children .user-name {
    padding-right: 0px;
}

.XP_Coins_wrap {
	display: flex;
	align-items: center;
}
.site .XP_Header {
    cursor: pointer!important;
}
.XP_Header .account_rank {
    font-size: 13px;
    color: initial;
    cursor: pointer!important;
    /*padding-left: 8px;*/
    text-align: right;
    padding-right: 10px;
    margin-left: auto;
    margin-right: 0;
    width: min-content;
    width: -moz-min-content;
    width: -webkit-min-content;
}
.bb-dark-theme .XP_Header .account_rank {
    color: #ebebeb;
}
.bb-mobile-panel-header .XP_Header .account_rank {
    margin-left: 0;
    margin-right: auto;
    padding-left: 10px;
    text-align: left;
}
.XP_Header .xp_legend {
    font-size: 10px;
    line-height: 2;
    font-weight: 500;
    color: white;
}
.XP_Header .xp_icon {
    float: left;
    padding-left: 10px;
    cursor: pointer!important;
}
.XP_Header .lvl_amount {
    float: right;
    padding-right: 10px;
    cursor: pointer!important;
}

.xp_progress_container {
    width: 150px;
    margin-top: 3px;
    background: #999;
    border-radius: 30px;
    overflow: clip;
}
.bb-dark-theme .xp_progress_container {
    background: #3e3e3e;
}
.xp_progress_bar {
    height: 14px;
/*    border-top-left-radius: 30px;*/
/*    border-bottom-left-radius: 30px;*/
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 0.4s linear;
    transition-property: width, background-color;
    background-color: #007cff;
}

.xp_progress_moved .xp_progress_bar {
  width: 85%; 
  animation: progressAnimation 6s;
}

.Coins_Header svg {
  height: 24px;
}
.coins_amount {
    font-size: 11.5px;
    line-height: 0.7;
    font-weight: 700;
    position: absolute;
    top: -5px;
    left: 27px;
    color: #FFAF00;
}

.Coins_Header {
    cursor: pointer!important;
    margin-left: 12px;
    margin-bottom: -11px;
    margin-right: 12px;
    position: relative;
}
/*@keyframes progressAnimation {
  0%   { width: 5%; background-color: #999999;}
  100% { width: 85%; background-color: #007cff; }
}*/

/* ХР на мобиле */
.bb-mobile-panel-header .account_rank {
    line-height: 1;
}
.bb-mobile-panel-header .XP_Coins_wrap {
    margin-top: 16px;
}

/** Personal Stats  */

.personal_stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.personal_stats .stats_block {
    width: 20%;
    margin: 19.2px 0;
}
@media (max-width: 940px) {
    .personal_stats .stats_block {
        width: 40%;
    }
    .account_xp_radial .account_xp_radial_wrap {
        margin-left: 0;
        margin-right: auto;
    }
}
@media (max-width: 520px) {
    .personal_stats .stats_block {
        width: 220px;
    }
    .personal_stats {
        align-content: center;
        flex-direction: column;
    }
    .account_xp_radial .account_xp_radial_wrap {
        margin-left: auto;
        margin-right: auto;
    }
}

.skill_legend {
    display: flex;
    justify-content: space-between;
/*    max-width: 220px;*/
    margin-top: 12px;
    align-items: flex-end;
}
.skill_lvl {
    font-size: 80%;
    line-height: 1.8;
}

.skill_progress .skill_stripe_wrap {
/*    max-width: 220px;*/
    /*margin-top: 3px;*/
/*    background: #e7e9ec;*/
    background: #e0e2e6;
    border-radius: 5px;
}
.skill_stripe_bar {
    width: 0%;
    height: 5px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 700ms ease-in-out 300ms;
    transition-property: width, background-color;
    background-color: #007cff;
    border-radius: 5px;
}

.skill_stripe_bar[data-status="low"] {
    background-color: #cd9a0b; /*#efb000;*/
}
.skill_stripe_bar[data-status="verylow"] {
    background-color: #c93c16;
}

.read_streak_block {
    display: flex;
    justify-content: space-between;
    max-width: 186px;
}

#account_xp_radial_svg path.bg, 
#account_xp_radial_svg path.meter
{
  will-change: auto;
  stroke-width: 8px;
  stroke-miterlimit: round;
  transition: stroke-dashoffset 850ms ease-in-out;
}
#account_xp_radial_svg path.bg {
  stroke: #e7e9ec;
}
#account_xp_radial_svg path.meter {
  stroke: #007cff;
}

.account_xp_radial_wrap {
    position: relative;
    width: 200px;
    margin-left: auto;
    /*margin-right: auto;*/
}
.account_xp_radial_level {
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    text-align: center;
}
.account_xp_radial .account_lvl {
    font-size: 26px;
}
.account_xp_radial .account_rank {
    font-size: 15px;
}
.account_xp_radial h3 {
    text-align: center;
    margin-bottom: 0;
}
.account_xp_radial .account_xp_legend {
    margin-left: 10px;
    margin-top: -30px;
}

/** Кристаллы */

.crystals_course {
  display: flex;
  float: right;
}
.crystals_course svg{
  height: 44px;
}
.crystals_amount {
  font-size: 14px;
  font-weight: 500;
}



/** меню сайдбар Tools*/

.widget ul a {
	font-size: initial;
	letter-spacing: -.21px;
	line-height: initial; 
}
.widget-title {
	font-size: 20.8px;
	font-weight: 500;
	/*color: #122b46;*/
	letter-spacing: .25px;
	/*line-height: 1rem;*/
	/*margin: 0 0 20px;*/
	text-transform: none; 
}

/** футер */
.site-content {
	min-height: 65vh;
}
#page .footer-bottom {
	padding-top: 16px;
	padding-bottom: 16px;
}
@media (max-width: 799px) {
	.footer-bottom-right {
	    padding-left: 0;
	}
}

.gm-footer {
    background-image: linear-gradient(180deg, #E2F5FC 0%, #FFFFFF 100%);
}
.gm-footer-menu {
    list-style: none;
    text-align: center;
    margin: 0;
}
.gm-footer-menu a {
    font-size: 17px;
    color: #7e7e7e;
}
.gm-footer-menu .current-menu-item a {
    color: #007cff;
}
.footer-menu-title {
    text-align: center;
    font-size: 22px;
    color: #474747;
    margin-bottom: 5px;
}
.footer-menu-section {
    margin-top: 51.2px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.footer-socials {
    text-align: center;
    margin-top: 51.2px;
}
.footer-socials-title {
    font-size: 35px;
    font-weight: 700;
}
.socials-grid a {
    color: white;
    width: 60px;
    height: 60px;
    margin: 11px;
    font-size: 33px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.socials-grid img {
    width: 33px; /*discord*/
}
.socials-grid a:hover {
    opacity: 0.85;
    color: white;
}
.social-icon-facebook {
    background-color: #1877f2;
}
.social-icon-instagram {
    /*background-color: #E1306C;*/
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
.social-icon-twitter {
    background-color: #1D9BF0;
}
.social-icon-vk {
    background-color: #0077FF;
    position: relative;
}
a.social-icon-vk:before {
    content: "RU";
    position: absolute;
    color: white;
    font-size: 10px;
    top: -4px;
    right: 5px;
}
.social-icon-twitch {
    background-color: #9146FF;
}
.social-icon-youtube {
    background-color: #FF0000;
}
.social-icon-discord {
    background-color: #5865F2;
}
.social-icon-tiktok {
    background-color: #111;
}
.social-icon-tiktok i:before{
    filter: drop-shadow(1px 1px 0px #fe2c55) drop-shadow(-1px -1px 0px #25f4ee);
}
.social-icon-linkedin {
    background-color: #0077b5;
}
.social-icon-telegram {
    background-color: #27A7E7;
}

.footer-kofi {
    text-align: center;
    margin-top: 51.2px;
}
.footer-discord {
    text-align: center;
    margin-top: 19.2px;
}

.discord.button {
    font-size: 17px; 
    color: #fff; 
    background: #5865F2; 
    display: inline-flex;
    align-items: center;
}

.kofi.button {
    font-size: 17px; 
    color: #fff; 
    background: #13C3FF; 
    display: inline-flex;
}

.footer-logo {
    text-align: center;
    margin-top: 51.2px;
    margin-bottom: 51.2px;
}
.footer-logo img {
    height: 46px;
}

.minimal .footer-logo {
    margin-top: 43.2px;
    margin-bottom: 40px;
}


@media (max-width: 700px) {
    .footer-menu-section {
        display: none;
    }
    .footer-socials-title {
        font-size: 34px;
    }
    .socials-grid a {
        width: 56px;
        height: 56px;
        margin: 9px;
        font-size: 28px;
    }
    .socials-grid img {
        width: 28px; /*discord*/
    }
}

/*TrustPilot*/
footer .mywidget-trustpilot {
    margin-top: 51.2px;
}
.mywidget-trustpilot {
    text-align: center;
}
div.mywidget-trustpilot div {
    color: #333 !important;
}
.mywidget-trustpilot-1 {
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.mywidget-trustpilot-2 {
    display: flex;
    justify-content: center;
}
.mywidget-trustpilot-1 img {
    height: 32px;
    margin-left: 10px;
}
.mywidget-trustpilot-2 img {
    margin-left: 4px;
    height: 22px;
}
.mytrustscore {
    font-size: 180%;
}

/** пытаюсь миниатюры делаем крупнее*/
.bb-course-items .bb-cover-wrap {
	padding-top: 64%;
}
.thumbnail-container {
	padding-bottom: 64%;
}
img {
    max-width: 100%; /* фикс, чтобы полоски не было справа */
}

/* фикс белая полоска справа у обложки курса */
.bb-course-preview-wrap img {
    /*object-fit: initial;*/
}

/* фотка в режиме обслуживания */
.bb-maintenance-img img {
    max-height: 320px;
}

/** ***** Courses *******/

.bb-course-status-wrap {
    font-size: initial;
}
/* take this course при наведении */
.learndash-wrapper .btn-join:hover, .learndash-wrapper #btn-join:hover {
    opacity: 1;
    background-color: #0F74E0;
}
.learndash-wrapper .btn-join, .learndash-wrapper #btn-join {
    transition: 0.3s;
}
.bb-course-preview-content {
    padding-top: 16px;
}

.bb-single-course-sidebar #btn-join, .bb-single-course-sidebar .btn-join {
    font-size: 15px;
}

@media (max-width: 640px) {
  .learndash-wrapper #btn-join, .learndash-wrapper .btn-join {
    text-align: center;
    margin-left: 0;
  }
}

/* вивиньетка на cover photo */
.bb-learndash-banner:before {
    background-color: transparent;
    opacity: .7;
}
#buddypress #header-cover-image {
    background-color: transparent;
}

/* фикс, чтобы фон в квизах нормально вспыхивал (wrong, correct) */
body.ld-in-focus-mode .learndash-wrapper {
    background: inherit;
}

/* какие-то дебильные правила в learndash были прописаны - затираем к херам  */
@media screen and (max-width: 992px) and (min-width: 800px) {
	.sfwd-courses-filters {
	    -webkit-box-orient: inherit;
	    -webkit-box-direction: inherit;
	    -ms-flex-direction: inherit;
	    flex-direction: inherit;
	    width: inherit; 
	    margin-right: inherit;
	}
}

#learndash-page-content, .lms-topic-sidebar-wrapper {
	min-height: -webkit-calc(100vh - 90px);
	min-height: calc(100vh - 90px);
}


/* фикс после обновления темы */
.lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
    position: inherit;
    overflow: hidden;
    max-height: initial!important;
    height: 100%;
    padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
    .lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
        overflow: auto;
    }
    #learndash-content .lms-topic-sidebar-wrapper {
        height: 100%;
    }
    #learndash-content .lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
        /*width: 100%;*/
        height: inherit!important;
        max-width: inherit!important;
    }
}
@media screen and (max-width: 370px) {
    .lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
        width: 105vw!important;
    }
}

/* кнопка рестарта */
input.learndash-reset-button {
	height: inherit;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: normal;
	margin-top: 10px;
	background-color: transparent!important;
    color: #007CFF;
}
input.learndash-reset-button:hover {
    color: #0F74E0;
    border-color: #0F74E0;
    box-shadow: none;
}
input.learndash-reset-button:focus, input.learndash-reset-button:active {
    color: #0F74E0;
    background-color: transparent;
}

/* кнопка для пробного урока */
a.btn-join.sample_lesson_button {
    border: 1px solid #007cff!important;
    color: #007cff;
    height: inherit;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
    background-color: transparent!important;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* статус-кнопку in progress скрываем */
.bb-course-status-content .ld-status.ld-status-progress {
    display: none;
}

/*на странице курса убираем иконки в содержании */
.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title:before {
	content: '';
}
.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview {
	padding-left: 40px;
}

/* убираем зачеркивание выполненных уроков */
.bb-completed-item {
	text-decoration: none;
}
.learndash-wrapper .learndash-complete .ld-item-list-item-preview .ld-item-title>span:first-child {
	text-decoration: none;
}
.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview.learndash-complete .ld-topic-title {
	text-decoration: none;
}
.learndash-wrapper .ld-table-list-item.learndash-complete .ld-item-title>span:first-child {
	text-decoration: none;
}

/* доп отступы для квизов в общем списке*/
.lms-lessions-list .lms-topic-item li.lms-quiz-item {
	margin-left: 18px;
}
.lms-lessions-list .lms-topic-item .lms-quiz-item a.flex.bb-title.bb-lms-title-wrap {
	padding-top: 6px;
	padding-bottom: 6px;
}

/* фикс глюка в отображении содержания на мобиле */
.ld-item-list-items .ld-item-components {
    flex-direction: row !important;
    width: auto !important;
    justify-content: initial!important;
    flex-wrap: wrap;
}

/* уменьшаем отступ под Teacher (ex About Instructor)*/
.bb-about-instructor h4 {
    margin: 0 0 10px;
}

/* убираем строку Section Content */
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header {
    display: none;
}

/** чтобы скрытие секшена работало при нажатии по всей области */
.lms-toggle-lesson {
	width: 100%;
	z-index: 2;
	margin-right: 0;
	left: 0px;
}
.bb-lesson-head {
    margin-bottom: 0;
}
/* в темной теме почему-то глюк */
.bb-dark-theme .bb-lesson-head {
    color: #aaa;
}
/* тоже самое но на странице курса */
.ld-item-list-item-preview {
	position: relative;
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-details {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0!important;
    top: 0;
    left: 0;
    padding-left: 12px;
    z-index: 2;
}
.ld-expand-button.ld-button-alternate {
	width: 100%;
	height: 100%;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	max-width: initial;
	vertical-align: middle;
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item .ld-item-list-item-preview .ld-item-name .ld-item-title {
	margin-left: 13px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
	margin-top: 0; 
}
.learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components .ld-status {
    min-width: initial;
}
@media (min-width: 1024px) {
    span.ld-status.ld-status-unlocked.ld-primary-color {
        order: -1!important;
    }
    .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title {
        flex-direction: row; 
    }
    .learndash-wrapper .ld-item-list .ld-item-list-item.ld-item-lesson-item.learndash-not-available .ld-item-list-item-preview .ld-item-name .ld-item-title>span.ld-item-components {
        display: flex;
    }
    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-component+.ld-status {
        margin-right: 1em;
        margin-left: 0;
    }
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-component+.ld-status {
    margin-left: 1em;    
}
span.lms-is-locked-ico {
    padding-left: 10px;
}
.locked-topic {
    pointer-events: none;
}
.ld-topic-list.is_sample a.ld-topic-row.locked-topic {
    cursor: none!important;
    pointer-events: none!important;
}

span.trial_lesson {
    margin-left: 8px;
    color: white;
    background: #4caf50;
    padding: 3px 5px;
    border-radius: 50px;
    font-size: 10px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

/** язычок для скрытия сайдбара внутри курса */

/* фиксируем ширину сайдбара к фигам */
.lms-topic-sidebar-wrapper {
    max-width: 370px!important;
    min-width: 370px!important;
}

a.sidebar-hide-link.header-maximize-link.course-toggle-view {
	left: 360px;
}
a.sidebar-hide-link.header-minimize-link.course-toggle-view {
	left: -10px;
}

@media (max-width: 900px) {
    a.sidebar-hide-link.header-minimize-link.course-toggle-view {
        left: 0px;
    }
}

a.sidebar-hide-link.header-maximize-link.course-toggle-view, 
a.sidebar-hide-link.header-minimize-link.course-toggle-view {
	position: absolute;
	top: 8px;
	z-index: 10;
	background: #96999b;
	width: 40px;
	height: 30px;
	color: white;
	border-radius: 0 20px 20px 0;
	transition: 0.3s;
}
a.sidebar-hide-link.header-maximize-link.course-toggle-view:hover, 
a.sidebar-hide-link.header-minimize-link.course-toggle-view:hover {
    opacity: 0.9;
}
.bb-dark-theme a.sidebar-hide-link.header-maximize-link.course-toggle-view, 
.bb-dark-theme a.sidebar-hide-link.header-minimize-link.course-toggle-view {
	background: #3a3a3a;
}
.bb-dark-theme a.sidebar-hide-link.header-maximize-link.course-toggle-view:hover, 
.bb-dark-theme a.sidebar-hide-link.header-minimize-link.course-toggle-view:hover {
	background: #535353;
}
.sidebar-hide-link i {
	font-size: 32px;
	padding-left: 2px;
}
/* У Back to course убрал значок - нужно добавить отступ */
.lms-topic-sidebar-course-navigation a.course-entry-link {
	padding: 1px 15px 1px 15px;
}

/* сайдбар внутри курса делаем чисто белым */
.lms-topic-sidebar-wrapper {
	background-color: white!important; 
	box-shadow: none; 
    border-right: #e4e4e4 solid 1px;
}
.bb-dark-theme .lms-topic-sidebar-wrapper {
	background-color: black!important; 
	box-shadow: none; 
    border-right: #3a3a3a solid 1px;
}

/* делаем ярче текущий пункт сайдбара */
.lms-lesson-item.current>.bb-lesson-head, .lms-quiz-item.current>.bb-lms-title-wrap, .lms-topic-item.current>.bb-lms-title-wrap {
    background: rgba(146, 164, 183, 0.2);
}

/* фикс глюка на мобиле с меню курса */
/* по-хорошему нужно отрубить скрипт, который добавляет класс .is_stuck
	- он генерирует какой-то левый div
 */
.lms-topic-sidebar-wrapper {
    /*padding-bottom: 32px;*/
}
.lms-topic-sidebar-data.is_stuck {
    position: inherit!important;
    top: 0!important;
}
.lms-topic-sidebar-data.is_stuck ~ div {
	display:none!important;
}

/* убираем заголовок Quizzes в сайдбаре, но сохраняем черту */
h4.lms-course-quizzes-heading {
    font-size: 0!important;
    line-height: 0;
    padding: 0!important;
}

/** для кристаллов */
.lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title {
	max-width: 80%;
}
.lms-topic-sidebar-course-navigation .ld-course-navigation {
	position: relative;
}
.crystals_course {
	bottom: 0;
	right: 0;
	position: absolute;
}

/* фикс для кругляшка  */
.bb-progress {
    width: 23px;
    height: 23px;
}

/** инфо бар*/
.bb-ld-info-bar {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e7e9ec;
}
.bb-dark-theme .bb-ld-info-bar {
    border-bottom-color: #333;
}
.learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs {
	border-bottom: none;
}
#learndash-page-content .sfwd-course-nav {
	padding: 0 0 10px;
}
/* 
@media (max-width: 600px) {
	.bb-ld-info-bar {
	    flex-direction: column;
	}
	#learndash-page-content .sfwd-course-nav {
	    align-self: flex-end;
	    justify-content: space-between;
	    width: 100%;
	}
} */
@media screen and (max-width: 600px) {
	div.bb-lms-header {
 		padding: 5px 0 0; 
	}
}

/** своя навигация по бокам */
/* 
.ld-in-focus-mode .learndash-wrapper .learndash_content_wrap {
	min-height: 70vh;
}
.learndash_content_wrap {
	position: relative;
}
.fullh_prev_link, .fullh_next_link {
	display: inline;
}
.fullh_prev_link a, .fullh_next_link a {
	position: absolute;
	top: 40px;
	bottom: 40px;
	font-size: 0;
	background-color: #fbfbfb;
	transition: 0.3s;
}
.fullh_prev_link a:before, .fullh_next_link a:before {
	font-size: 58px;
	position: absolute;
	top: 48%;
	padding-bottom: 0;
	margin: 0;
	color: #5d5d5d;
	font-family: bb-icons;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.fullh_prev_link a:hover, .fullh_next_link a:hover {
	background-color: #efefef;
}
.fullh_prev_link a {
	left: -90px;
	width: 80px;
}
.fullh_next_link a {
	right: -90px;
	width: 80px;
}
.fullh_prev_link a:before {
	left: 15%;
	content: '\e87a';    
}
.fullh_next_link a:before {
	right: 15%;
	content: '\e87b';
}
 */


#course_finish_message {
    text-align: center;
    margin-top: -20px;
    display: none;
}
#course_finish_message a {
    color: #3c6;
    white-space: nowrap;
    font-weight: 500;
}


/****** своя навигация внутри курса ВНИЗУ */

#learndash-page-content .gomagic_course_nav.learndash_next_prev_link {
    margin: 0;
    padding-top: 0;
    padding-bottom: 56px;
    align-items: center;
}
#learndash-page-content .gomagic_course_nav a {
    font-size: 15px;
    font-weight: 500;
    color: #555;
}
.bb-dark-theme #learndash-page-content .gomagic_course_nav a {
    color: white;
}
#learndash-page-content .gomagic_course_nav a:hover {
    color: #007cff;
}
.gomagic_course_nav a.next-link:after, .gomagic_course_nav a.prev-link:before {
    font-size: 15px;
    padding-bottom: 0;
    padding-top: 1px;
}
.gomagic_course_nav a.next-link:after {
	/*content: '\e860';*/
	content: none;
	/*margin: 0;*/
	/*margin-left: 8px;*/
}
.gomagic_course_nav a.prev-link:before {
	content: '\e85f';
	margin-right: 8px;
}

.gomagic_course_nav a.next-link {
    font-weight: 400!important;
    /*font-size: 16px!important;*/
    padding: 6px 30px;
    border-radius: 100px!important;
    background-color: #007CFF;
    color: white!important;
    transition: 0.3s;
    text-align: center;
    height: auto;
}
.gomagic_course_nav a.next-link:hover {
    background-color: #0F74E0;
}
.gomagic_course_nav a.next-link.gray-button {
	background-color: gray;
	opacity: 0.5;
	pointer-events: none;
	/*cursor: initial;*/
}
/*.gomagic_course_nav a.next-link.gray-button:hover {
    background-color: #0F74E0;
    opacity: 1;
}*/ 
.gomagic_course_nav a:first-child {
	margin-right: auto;
}
.gomagic_course_nav a:last-child {
	margin-left: auto;
}

.wpProQuiz_content + .gomagic_course_nav a.next-link {
    background-color: gray;
	opacity: 0.5;
	/*cursor: initial;*/
}
/* .wpProQuiz_content + .gomagic_course_nav a.next-link:hover {
    background-color: #0F74E0;
    opacity: 1;
} */
.wpProQuiz_content + .gomagic_course_nav {
	padding-top: 40px!important;
}

.wpProQuiz_content .wpProQuiz_results .quiz_continue_link a#quiz_continue_link {
    padding: 10px 2em;
    font-size: 14px;
}

/* навигацию сверху убрал - у статуса убираем отступ */
.learndash-wrapper .bb-ld-status {
    margin-right: 0;
    margin-left: auto;
}

.learndash_content_wrap .ld-tabs-content {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    /*.learndash_content_wrap .ld-tabs-content {
        margin-bottom: 70px; 
    }*/
    #learndash-page-content .gomagic_course_nav.learndash_next_prev_link {
        padding-top: 30px;
    }
}


/** Встроенные квизы learndash */
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=free_answer] label {
    padding: 6px;
}
.wpProQuiz_content .wpProQuiz_questionList[data-type=single] li.wpProQuiz_questionListItem label:hover {
	cursor: pointer;
}
.wpProQuiz_content .wpProQuiz_question_text {
    font-size: 18px;
}
.wpProQuiz_content {
    padding-bottom: 58px;
    border-bottom: 1px solid #e2e2e2;
}
input.wpProQuiz_button.wpProQuiz_QuestionButton {
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #fead01 !important;
    padding: 13px 22px !important;
}

.bb-dark-theme .wpProQuiz_content {
    border-bottom-color: #333;
}

/** блок во всю ширину
	родительский контейнер должен быть центрирован
	источник: https://css-tricks.com/full-width-containers-limited-width-parents/
 */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
@media (max-width: 600px) {
    .full-width-mobile {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
    }
}



/** Профиль */

/* About me */
textarea#field_817 {
    min-height: 110px;
}

body #buddypress #item-header-cover-image #item-header-avatar img.avatar {
    box-shadow: initial; 
    border: 0;
}
@media (max-width: 799px) {
	#buddypress #header-cover-image {
	    height: 70px!important;
	    background-image: none !important;
	}
}

@media (min-width: 800px) {
	div#cover-image-container {
	    position: relative;
	}
	body #buddypress #header-cover-image.cover-large {
	    height: 370px;
	}
	div#item-header-cover-image {
	    padding: 0!important;
	    position: absolute;
	    bottom: 0;
	}
	div#item-header-avatar {
	    margin-bottom: 0!important;
	}
	#item-header-content h2.user-nicename {
	    color: white!important;
	}
	#item-header-content span.activity {
	    color: #d9d9d9!important;
	}
	#item-header-content .social-networks-wrap svg path {
	    fill: #d9d9d9;
	}
}


/* Course Results*/
.gm_course_results h3 {
	font-size: 16px!important;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-top: 28px;
}
.gm_course_results > div {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 24px;
    margin-right: 32px;
    vertical-align: bottom;
}
.result_title {
    font-weight: 500;
    color: black;
    border-bottom: 2px solid #3c6;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 120px;
    word-spacing: 15984px;
    line-height: 1.3;
}
.result_value {
    font-size: 28.8px;
    font-weight: 700;
    color: #3c6;
}
span.points_sep:before {
    content: "/";
    margin: 0 2px;
}

.learndash-wrapper .ld-table-list .ld-table-list-items div.ld-table-list-item a.ld-table-list-item-preview .ld-topic-title {
    font-weight: 400;
}

/* новые иконки */
.course-icons {
    display: inline-block !important;
    width: 26px !important;
    margin-right: 0.7em;
}
.bb-course-volume {
    text-align: center;
}
.bb-single-course-sidebar .bb-course-volume-list {
    list-style: none;
    margin: 0;
    padding: 0 0 30px;
    display: inline-block;
    text-align: left;
}
.bb-course-volume-list div {
    margin-bottom: 14px;
}

.lang_sticker {
    position: absolute;
    z-index: 9;
    top: 12px;
    right: 14px;
    background-color: tomato;
    border-radius: 50%;
    font-size: 11px;
    color: white;
    width: 23px;
    height: 22px;
    text-align: center;
    line-height: 23px;
}
.subs_sticker {
    position: absolute;
    z-index: 9;
    bottom: 12px;
    right: 14px;
    background-color: #0F74E0;
    border-radius: 12px;
    font-size: 11px;
    color: white;
    height: 22px;
    padding: 0 6px;
    text-align: center;
    line-height: 23px;
}
.price_sticker {
    position: absolute;
    z-index: 9;
    bottom: 12px;
    left: 14px;
    background-color: #0F74E0;
    border-radius: 12px;
    font-size: 13px;
    color: white;
    padding: 0px 10px;
    text-align: center;
    line-height: 22px;
}

.magic_sticker, .gold_sticker, .silver_sticker, .free_sticker {
    position: absolute;
    z-index: 9;
    bottom: 12px;
    right: 14px;
    border-radius: 12px;
    font-size: 13px;
    color: white;
    padding: 0px 10px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 0.5px;
} 
.magic_sticker {
    /*background-color: #FEAD01;*/
    background-color: #007CFF;
}
.gold_sticker {
    /*background-color: #FEAD01;*/
    background-color: #da9e3b;
}
.silver_sticker {
    background-color: #1B93B4; /*#608089;*/ /*#989898;*/
}
.free_sticker {
    background-color: #4CAF50; /*#3c6;*/
}

/* меняем иконки для настройки приватности */
#buddypress .bp-settings-container .bp-navs #profile:before {
    content: '\E971';
}
#buddypress .bp-settings-container .bp-navs #privacy:before {
    content: '\E90D';
}

/* приписка при регистрации */
.privacy_info_signup {
    font-size: 14px;
    line-height: 21px;
}

/* плитка курсов */

.bb-course-items .bb-cover-list-item {
    border: none;
    outline: 1px solid #e7e9ec;
}
.bb-course-items .bb-cover-list-item.completed {
    outline: 1px solid #baffb0;
}
.bb-course-items .bb-cover-list-item.inprogress {
    outline: 1px solid #c8e3ff;
}
.bb-course-items .bb-cover-wrap {
    border-radius: 4px 4px 0 0;
}

.bb-course-items .bb-course-excerpt {
    font-size: 13px;
    color: #a3a5a9;
    line-height: 1.384;
    display: block;
    display: -webkit-box;
    max-height: 2.72em;
    margin: -3px 0 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.bb-course-meta strong {
    font-size: 15px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2f2f2f;
}
.bb-course-meta {
    margin-bottom: 12px;
    flex-flow: nowrap;
}

#page h2.bb-course-title {
    min-height: 56px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.course_difficulty_progress_wrap {
    background-color: #F7F7F7;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 18px;
}

.logged-out .course_difficulty_progress_wrap {
    padding-bottom: 0;
}
.logged-out .bb-course-items .course-progress-wrap {
    display: none;
}

.course_difficulty_progress_wrap.completed {
    background-color: #EDFFEA;
}
.course_difficulty_progress_wrap.inprogress, .course_difficulty_progress_wrap.notstarted {
    background-color: #E8F3FF;
}

.course_difficulty_progress_wrap .course-completion-rate {
    font-size: 13px;
    font-weight: 400;
}

.course_difficulty_progress_wrap.completed .course-completion-rate {
    color: #3c6;
} 
.course_difficulty_progress_wrap.inprogress .course-completion-rate,
.course_difficulty_progress_wrap.notstarted .course-completion-rate {
    color: #007CFF;
} 

.difficulty_duration_wrap {
    display: flex;
    justify-content: space-between;
}

.difficulty_wrap {
    display: inline-flex;
    margin-left: 10px;
    margin-bottom: 12px;
    align-items: center;
}
.difficulty {
    background-color: white;
    display: inline-block;
    /* border-radius: 100px; */
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding-left: 12px;
    padding-right: 17px;
    border-top-left-radius: 100px;
    /* border-top-right-radius: 100px; */
    /* border-bottom-right-radius: 100px; */
    border-bottom-left-radius: 100px;
    margin-right: -4px;
}
.duration_wrap {
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 12px;
    align-items: center;
}
.course_duration {
    background-color: white;
    display: inline-block;
    border-radius: 100px;
    font-size: 14px;
    letter-spacing: 0.3px;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
}


.diff_lvls {
    color: white;
    border-radius: 100px;
    height: 28px;
    width: 28px;
    font-size: 17px;
    font-weight: 500;
    margin-left: -6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 12%);
    line-height: 0;
}
.diff_lvls.lvl_1 {
    background-color: #FEAD01;
}
.diff_lvls.lvl_2 {
    background-color: #11BCA8;
}
.diff_lvls.lvl_3 {
    background-color: #919CFF;
}
.diff_lvls.lvl_4 {
    background-color: #FF699F;
}
.diff_lvls.black {
    background-color: #373331;
    color: white;
}
.diff_lvls.white {
    background-color: white;
    color: black;
}
.diff_lvls.lang {
    font-size: 16px;
    height: 32px;
    width: 32px;
    font-weight: 700;
}
.diff_lvls.lang.black {
    height: 33px;
    width: 33px;
}
.diff_lvls.banner {
    font-size: 19px;
    height: 28px;
    width: 28px;
    font-weight: 500;
}

.bb-course-items .course-completion-rate {
    margin-left: 20px;
}
.bb-course-items .course-progress-wrap .ld-progress-stats .ld-progress-steps {
    display: none!important;
}

.course_difficulty_progress_wrap .ld-progress-bar {
    height: 5px;
    background: #fff;
}

.course_item_start {
    font-size: 13px;
    margin-left: 20px;
    margin-top: 19px;
    color: #989898;
}

.course-item-review-wrap .rating-xs {
    font-size: 14px;
}

.bb-course-items .course-progress-wrap {
    margin: 0 0 4px;
}
.bb-course-items .bb-course-excerpt {
    font-size: 14px;
    opacity: 1;
    color: inherit!important;
    height: 2.7em;
    /*display: flex;*/
    /*align-items: center;*/
    margin-top: 0;
}
.bb-course-excerpt p {
    margin: 0;
}

.last-lesson-link {
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 2px;
}

.last-lesson-continue {
    display: flex;
    align-items: center;
    height: 2.7em;    
    font-size: 14px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.last-lesson-continue a {
    color: inherit;
}
.last-lesson-continue a:hover {
    color: #007CFF;
}

/* карусель курсов */

.your-recent-courses-h {
    text-align: center;
}
.recent-courses-landing {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 28.8px;
}

.courses-carousel .bb-course-items {
    margin: 0;
    position: relative;
    width: calc(100% - 70px);
    margin-left: 35px;
    transition: opacity 500ms;
}
.courses-carousel .bb-course-item-wrap {
    margin: 5px;
}
.courses-carousel .bb-grid-cell:not(.no-gutter), .courses-carousel .bb-grid>:not(.no-gutter) {
    padding-left: 0px;
    padding-right: 0px;
}
.courses-carousel .owl-carousel .owl-stage {
    margin: 0 auto;
}
.courses-carousel .owl-carousel .owl-nav button {
    height: 52px;
    width: 52px;
    position: absolute;
    top: calc(50% - 26px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.courses-carousel .owl-carousel .owl-nav button i {
    font-size: 40px;
    margin-top: 1px;
}
.courses-carousel .owl-carousel .owl-nav button.owl-prev {
    left: -48px;
}
.courses-carousel .owl-carousel .owl-nav button.owl-next {
    right: -48px;
}
.courses-carousel .owl-carousel .owl-nav button.owl-prev i {
    margin-right: 3px;
}
.courses-carousel .owl-carousel .owl-nav button.owl-next i {
    margin-left: 3px;
}
.courses-carousel button.disabled {
    opacity: 0.1;
}

.courses-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}
.courses-carousel .owl-carousel button.owl-dot {
    border: 2px solid;
    border-radius: 0;
    margin: 2px 4px;
    height: 12px;
    width: 12px;
}
.courses-carousel .owl-carousel button.owl-dot.active {
    border-width: 6px;
    border-style: double;
}

@media (max-width: 400px) {
    .courses-carousel .bb-course-items {
        width: calc(100% - 50px);
        margin-left: 25px;
    }
    .courses-carousel .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
    }
    .courses-carousel .owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }
}

/* фильтры курсов */

.courses-filters {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    align-items: center;
    line-height: 2.2;
}
.filter-cat {
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.filter-cat:not(:first-child) {
    border-left: 2px solid gainsboro;
    padding-left: 20px;
    margin-left: 21px;
}
.filter-cat div, .filter-cat a {
    transition: all 0.2s;
}
.filter-cat div:hover, .filter-cat a:hover {
    color: #007cff!important;
    cursor: pointer;
}
.filter-cat div:not(.active), .filter-cat a:not(.active) {
/*    color: #c0c0c0;*/
    color: #959595;
}
.filter-cat div:not(.active) .diff_lvls {
    opacity: 0.5;
}
.filter-cat div:hover:not(.active) .diff_lvls {
    opacity: 0.7;
}
.courses-filters .diff_lvls {
    margin-left: 0;
    font-size: 17px;
    height: 27px;
    width: 27px;
    box-shadow: none;
    margin-right: 2px;
    transition: all 0.2s;
}

.filter_button {
    display: flex;
    align-items: center;
    gap: 5px;
}
.filter_button .count {
    line-height: 1.3;
    padding: 2px 0;
/*    background-color: #cdcdcd;*/
    background-color: #bebebe;
    box-shadow: none;
    transition: all 0.2s;
    width: 26px;
    display: flex;
    justify-content: center;
}
.filter_button.active .count {
    background-color: #007cff;
}

.gomagic-courses.courses-grid .bb-grid {
    margin: 0;
}
.courses-list-title {
    margin-top: 0;
    text-align: center;
    margin-bottom: 35.2px;
}

.owl-carousel .owl-stage {
  display: flex;
}
.courses-grid .bb-course-item-wrap {
    margin-bottom: 28px;
    padding-left: 9px;
    padding-right: 9px;
}

@media (max-width: 799px) {
    .courses-filters {
        flex-direction: column;
        line-height: 2.0;
        margin-bottom: 20px;
    }
    .filter-cat:not(:first-child) {
      border-left: none!important;
      padding-left: 0;
      margin-left: 0;
    }
}



/* страница курса  */

.bb-about-instructor .bb-instructor-wrap .bb-author-meta {
    color: #858585;
    line-height: 1.4;
}

.bb-course-banner-inner .author-name {
    font-size: 17px;
}
.bb-course-banner-info .difficulty_wrap {
    /*display: flex;*/
    margin-left: 0;
    margin-bottom: 0;
    /*align-items: center;*/
}
.bb-course-single-meta {
    margin-bottom: 20px;
}

.difficulty_banner {
    padding-right: 14px;
}

.bb-course-banner-inner .course_rank_level_wrap {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.9;
    margin-bottom: 18px;
    flex-wrap: wrap;
    line-height: 2.6;
}
.bb-course-banner-inner .course_rank_level_wrap div {
    margin-right: 32px;
}
.bb-course-banner-inner .course_rank_level_wrap div:last-child {
    margin-right: 0!important;
}

/* уменьшаем отступ отступ после автора курса (grid) */
/*.bb-course-meta {
    margin-bottom: 10px; 
}
*/

/* ценник на странице курса */
.bb-single-course-sidebar .bb-course-status-wrap .bb-course-status-content {
    padding-top: 2px;
}
.gomagic_course_price {
    text-align: center;
    font-size: 16px;
}
.gomagic_course_price ins {
    text-decoration: none;
}
.bb-course-preview-content {
    text-align: center;
}
.premium_notice {
    margin-top: 16px;
}

.buy_forever, .bought_forever {
    margin-bottom: 5px;
    font-size: 13px;
}
.bought_forever {
    color: #7a7a7a;
}

/* переключалка языка WPML */
.wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}
.wpml-ls-legacy-list-horizontal ul {
    background-color:inherit!important;
}
.bb-mobile-panel-inner .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, 
.bb-mobile-panel-inner .wpml-ls-legacy-dropdown-click a:focus, 
.bb-mobile-panel-inner .wpml-ls-legacy-dropdown-click a:hover {
  background: white;
}
.wpml-ls-legacy-dropdown-click {
    width: 108px;
    display: inline-block;
    vertical-align: top;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: 0.3em solid transparent;
    border-top: 0.36em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .05em);
}
.gomagic-topbar .wpml-ls-legacy-dropdown-click a {
    background-color: #323232;
}
.wpml-ls-legacy-dropdown-click a {
    border: 0;
}
.gomagic-topbar .wpml-ls-legacy-dropdown-click a:focus, 
.gomagic-topbar .wpml-ls-legacy-dropdown-click a:hover,
.gomagic-topbar .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
    color: #d2d2d2;
    background-color: #323232;
}
.gomagic-topbar .wpml-ls-legacy-dropdown-click a.wpml-ls-link {
    padding: 8px 10px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: 0;
}
span.lang_separator {
    color: #d2d2d2;
    font-size: 110%;
    line-height: 1;
    margin-right: 4px;
    /*margin-right: 15px;*/
    margin-left: -6px;
}
.wpml-footer a {
  background-color: inherit;
  color: #7a7a7a;
}
.wpml-footer .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, 
.wpml-footer .wpml-ls-legacy-dropdown-click a:focus, 
.wpml-footer .wpml-ls-legacy-dropdown-click a:hover {
  color: #7a7a7a;
  background-color: inherit;
}
.wpml-footer .wpml-ls-link {
    padding: 10px 0 !important;
}
.wpml-footer .wpml-ls-legacy-dropdown-click {
    width: 115px;
}


/* убираем полоску под Все курсы */
.bb-courses-directory .bp-navs {
    margin-bottom: 0;
    border-bottom: 0;
}

/* woocommerce checkout */
li.wc_payment_method img {
    display: block !important;
}
.payment_method_paypal img {
    max-height: 64px!important;
}
.payment_method_tinkoff img {
    margin-top: 2px !important;
    max-height: 30px!important;
}
.payment_method_fasterpay img {
    margin-top: 2px !important;
    max-height: 30px!important;
}
.payment_method_nowpayments_gateway img {
    max-height: 40px!important;
    margin-top: 2px !important;
}
.payment_method_eh_paypal_express img {
    margin-top: 2px !important;
}
.payment_method_smartpay_paddle img {
    margin-top: 2px !important;
    max-height: 64px !important;
}
li.wc_payment_method {
    margin: 8px 0 !important;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: none;
}
table.shop_table.woocommerce-checkout-review-order-table thead {
    display: none;
}
tr.cart-subtotal {
    display: none;
}
.woocommerce-checkout .bb-wc-co table.shop_table tfoot th:first-child {
    padding-left: 34px;
}
.woocommerce-additional-fields h3 {
    display: none;
}

.woocommerce-checkout #payment #place_order {
    font-size: 17px;
}
.woocommerce-checkout #payment div.payment_box {
  font-size: 15px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #e7ebf1;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #e7ebf1;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.activation_checkbox_label {
    font-weight: 500;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 17px;
    padding-left: 40px;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
    content: "\e96e";
    font-size: 20px;
    left: 10px;
}
.woocommerce form.checkout_coupon {
    font-size: inherit;
}
.showcoupon {
    font-weight: 500;
}

.woocommerce-checkout .woocommerce-table--order-details.order_details_items .bb_sku_wrapper {
    display: none;
}

.woocommerce a.button {
    font-size: 15px;
    min-height: initial; 
    padding: 10px 20px;
}

/* Форма активации премиум аккаунта */
.activation_message {
    color: #3c6;
}
.activation_message.error {
    color: #e3051e;
}
.premium_activation_wrap {
    max-width: 300px;
    /*margin: 0 auto;*/
    /*text-align: center;*/
}
input#premium_code {
    width: 100%;
}
input#submit_premium_activation {
    display: block;
    margin-top: 12px;
}
form#premium_activation_form {
    margin-bottom: 19.2px;
}

.woocommerce-order {
    max-width: 720px;
    margin: 0 auto;
}
.woocommerce-order .woocommerce-order-over > p {
    color: #5c5c5c!important;
}

/* страница скиллов с сайдбаром  */
.skill_tree_page {
    display: flex;
/*    margin-bottom: 3rem;*/
}
.skill_trees {
    flex-grow: 1;
    opacity: 1;
    transition: 0.3s;
}
.skill_tree_sidebar {
    flex-basis: 210px;
    margin: 0 20px;
    /*position: relative;*/
}
.read_streak_block {
  max-width: 220px;
}
.skill_tree_sidebar_show_button, .skill_tree_sidebar_hide_button {
  display: none;
}
@media (max-width: 650px) {
    .skill_tree_sidebar .personal_stats_widget h2 {
      text-align: center;
    }
    .skill_tree_page {
/*      flex-direction: column-reverse;*/
    }
    .skill_tree_sidebar {
      margin: 0 0 32px 0;
      width: 100%;
      position: fixed;
      left: 0;
      background: white;
      transform: translateX(100%); 
      padding: 38px 26px;
      box-shadow: 0px 0px 10px rgb(0 0 0 / 10%), 0 6px 7px rgb(0 0 0 / 10%);
      z-index: 2;
      border-radius: 8px;
      transition: 0.3s;
    }
    #skill_tree_sidebar_show_button:before {
      content: '\e90a';
      font: normal normal normal 24px/1 "bb-icons";
    }
    .filtered #skill_tree_sidebar_show_button:before {
      color: #007cff;
    }
    #skill_tree_sidebar_show_button {
      display: block;
      line-height: 1;
      position: absolute;
      top: 14px;
      left: -64px;
      background: white;
      padding: 12px;
      /* padding-right: 14px; */
      border-radius: 8px;
      color: #333;
      /* border: 2px solid #595959; */
      cursor: pointer;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0 6px 7px rgba(0, 0, 0, 0.1);
    }
    #skill_tree_sidebar_hide_button:before {
      content: '\e8f6';
      font: normal normal normal 24px/1 "bb-icons";
    }
    #skill_tree_sidebar_hide_button {      
      display: block; 
      line-height: 1;
      position: absolute;
      top: 16px;
      right: 16px;
      padding: 12px;
      color: #333;
      cursor: pointer;
    }

    #main.show_mobile_skilltree_sidebar .skill_trees {
      pointer-events: none;
      opacity: 0.2;
    }

    #main.show_mobile_skilltree_sidebar .skill_tree_sidebar {
/*      pointer-events: all;*/
/*      opacity: 1!important;*/
      transform: translateX(0); 
    }

    .skill_tree_sidebar .skill_progress, .skill_tree_sidebar .read_streak_block {
      flex-basis: 29%;
    }
    .skill_tree_sidebar .skill_progress_block, .skill_tree_sidebar .reading_streak {
      display: flex;
      row-gap: 6px;
      column-gap: 5%;
      flex-wrap: wrap;
    }
}
@media (max-width: 500px) {
    .skill_tree_sidebar .skill_progress, .skill_tree_sidebar .read_streak_block {
      flex-basis: 47%;
    }
}
.site {
    overflow-x: initial!important; /*фикс для проблемы со sticky*/
}
.personal_stats_widget {
    position: sticky;
    position: -webkit-sticky;
    top: 136px; /*90px;*/
}
.personal_stats_widget h2 {
    font-size: 20px;
    line-height: 1;
    margin-top: 6px;
    font-weight: 700;
}
.personal_stats_widget h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
.skill_tree_sidebar h2, .personal_stats_widget h3 {
    margin-bottom: 0;
}
.personal_stats_widget .skill_legend {
    margin-top: 4px;
    font-size: 15px;
}
.personal_stats_widget .stats_block {
    margin-top: 20px;
}
.personal_stats_widget .read_streak_block {
    max-width: initial; 
    font-size: 15px;
}

#fullscreen_ad {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    overflow: hidden; 
}
#fullscreen_ad_close {
    top: 19px;
    right: 24px;
    color: black!important;
    position: fixed;
    background: rgb(0 0 0 / 8%);
    z-index: 9999;
}
#fullscreen_ad_close i {
    font-size: 42px;
}
#fullscreen_ad_close.disable {
    background: none;
    color: gray!important;
    pointer-events: none;
}
.fullscreen_ad_bottom {
    position: fixed;
    bottom: 42px;
    text-align: center;
    width: 100%;
}
#fullscreen_ad_skip {
    margin-top: 19.2px;
    font-size: 18px;
    letter-spacing: 0.5px;
    min-width: 120px;
}
#fullscreen_ad_skip.disable {
    background: gray;
    pointer-events: none;
}
#fullscreen_ad_wrap {
    position: fixed;
    background: #e5e5e5;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 156px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#fullscreen_ad_wrap ins {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
#fullscreen_ad_wrap:before {
    content: "AD";
    color: white;
    font-size: 60vw;
    font-weight: 700;
    text-align: center;
    position: absolute;
}
@media (max-width: 720px) {
    #fullscreen_ad_close i {
        font-size: 28px;
    }
}
#fullscreen_ad .noads_message {
    font-size: 19px;
}
.noads_message a {
    font-weight: 500;
}

.article_ad, .grid_ad {
    /* border: 1px solid #eee; */
    margin: 28.8px 0;
    text-align: center;
}
.article_ad .noads_message, .grid_ad .noads_message {
    margin: 10px 0;
}
.ad_wrap {
    position: relative;
    background: #e5e5e5;
    min-height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ad_wrap ins {
    display: block;
    width: 100%;
    text-align: center;
}
.ad_wrap:before {
    content: "AD";
    color: white;
    font-size: 290px;
    font-weight: 700;
    text-align: center;
    position: absolute;
}
.grid_ad .ad_wrap {
    min-height: 300px;
}

/* skill window отображение квиза для скила в окошке */
#skill_window {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
/*    background: #fff;*/
    background: var(--bg-light);
    display: none;
    z-index: 99999; /* меньше не делать - иначе чатра вылезит */
    overflow-y: overlay!important;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}
#skill_close {
    top: 19px;
    right: 24px;
    color: black;
    position: fixed;
    background: rgb(0 0 0 / 8%);
    z-index: 9999;
}
#skill_close i {
    font-size: 42px;
}

h3#skill_title {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 4px;
    font-weight: 900;
    font-size: 22px;
    z-index: 2;
}

/* skill window отображение квиза для скила в окошке */
#skill_info_window {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 50%);
    display: none;
    z-index: 99999; /* меньше не делать - иначе чатра вылезит */
    overflow: overlay;
}
#skill_info_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: white;
    padding: 32px;
    border-radius: 16px;
}
@media (max-width: 500px) {
    #skill_info_wrap {
        width: 100%;
    }
}

#skill_info_wrap h3 {
    text-align: center;
    font-weight: 900;
    font-size: 22px;
}

#skill_info_wrap p {
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 14px;
}

#skill_info_wrap b {
    font-weight: 500;
}
#skill_info_close_button {
    display: block;
    margin: 0 auto;
}
input.skill_info_reset_link {
    padding: 0!important;
    color: #e3051e!important;
    background: none!important;
    border: none!important;
    height: auto!important;
    border-radius: 0!important;
    font-size: 15px;
}
input.skill_info_reset_link:hover {
    color: #e3051e!important;
    box-shadow: none!important;
    opacity: 0.8!important;
}
a.skill_info_reset_link {
    color: #e3051e;
    font-weight: 500;
    font-size: 15px;
}
a.skill_info_reset_link:hover {
    color: #e3051e;
    opacity: 0.8;
}
#gomagic_reset_this_skill {
    margin-bottom: 19.2px;
}
/*
#skill_info_close {
    top: 19px;
    right: 24px;
    color: black;
    position: fixed;
    background: rgb(0 0 0 / 8%);
    z-index: 99999;
}
#skill_info_close i {
    font-size: 42px;
}
*/


/* Дерево скиллов */
.tree_title {
    text-align: center;
    margin-bottom: 4px;
    font-size: 28px;
    font-weight: 900;
    cursor: pointer;
    color: #333;
}
.tree_title i {
    font-size: 19px;
    vertical-align: middle;
    margin-left: 2px;
}
.rotate_chevron .tree_title i {
    padding-top: 5px;
    transform: rotate(180deg);
}
.tree_desc {
    text-align: center;
    font-size: 15px;
}
.tree_skills {
    margin-top: 16px;
}
.tree_wrap {
    margin-top: 35.2px;
}
.tree_wrap:first-child {
    margin-top: 0;
}
.skill_tree_row {
    display: flex;
    justify-content: center;
}
.gomagic_skill {
    /*margin: 8px;*/
    padding: 8px;
    box-sizing: content-box;
    text-align: center;
    width: 110px;
    cursor: pointer;
    position: relative;
    transition: all 0.4s;
}
.upscale_skill, .force_upscale_skill {
    /*transform: scale(1.00)!important;*/
    opacity: 1!important;
    z-index: 4;
}
.downscale_skills .gomagic_skill {
    /*transform: scale(0.96) translate(-4%, -4%);*/
    opacity: 0.55;
}

.skill_info_icon {
    position: absolute;
    right: -9px;
    top: 9px;
    color: #fff;
    transition: background-color 0.2s;
    background-color: #d8d8d8;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 20px 0;
    font-size: 15px;
}
.skill_info_icon:hover {    
    background-color: #007CFF;
}
.skill_item_title {
    line-height: 1.3;
    font-size: 15px;
    margin-top: -4px;
}
.skill_notice {
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    margin-top: 3.2px;
}

div#skill_daily_limit {
    margin-top: 30%;
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
}

#gomagic_skilltree_lock_premium {
    text-align: center;
    margin-bottom: 24px;
}
#gomagic_skilltree_lock_premium input[type="submit"] {
    background-color: #8e8e8e;
    border: none!important;
}
#gomagic_skilltree_lock_premium.unlock input[type="submit"] {
    background-color: #3c6;
}

#gomagic_skilltree_update_struct_button {
    text-align: center;
    margin-top: 80px;
}

/*#gomagic-reset-skilltree input[type="submit"] {
    background-color: #e3051e;
    border: 0;
}*/
#gomagic-reset-skilltree input[type="submit"] {
    padding: 0!important;
    color: #e3051e!important;
    background: none!important;
    border: none!important;
    height: auto!important;
    border-radius: 0!important;
}
#gomagic-reset-skilltree input[type="submit"]:hover {
    color: #e3051e!important;
    box-shadow: none!important;
    opacity: 0.8!important;
}


form#gomagic-reset-skilltree {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
}

@media (max-width: 420px) {
    .gomagic_skill {
        padding: 0px;
        /*margin: 2px;*/
        transform: scale(0.88);
        width: 100px;
    }
    .skill_info_icon {
        /*right: -14px;*/
        /*top: 5px;*/
        right: -20px;
        top: 1px;
    }
    .upscale_skill {
        /*transform: scale(0.88)!important;*/
    }
    .downscale_skills .gomagic_skill {
        /*transform: scale(0.82) translate(-5%, -5%);*/
    }
    .skill_item_title {
        font-size: 14px;
        margin-top: -8px;
    }
    h3#skill_title { /*in window*/
        /*margin-top: 16px;*/
        /*margin-bottom: 8px;*/
        display: none;
    }
    .gomagic_skill.show_label:before {
      transform: translateX(-37%) rotate(-45deg);
    }
}

@media (max-width: 720px) {
    #skill_close {
        display: none;
    }
}

/*ghost mode info label*/
.ghostmode_span {
    background: #ffc2c2;
    padding: 2px 8px;
    border-radius: 10px;
}

/* SVG skills */
svg.skill_circle_progress .circle_grey, 
svg.skill_circle_progress .circle_progress {
  transition: stroke-dashoffset 700ms ease-in-out 300ms, opacity 500ms, stroke 200ms;
  stroke-width: 6.5px;
  transform: rotate(45deg);
  transform-origin: 50px 50px;
}
svg.skill_circle_progress .circle_grey {
  stroke: #dedede;
}
svg circle.circle_progress {
  stroke: #007ffb;
}
.skill_crystal {
  transform-origin: 9px 15px;
  transform: translate(70px, 62px);
  z-index: 99;
}
text.svg_skill_level {
  transform: translate(80px, 82px);
  fill: white;
  font-size: 12px;
  font-weight: 700;
  text-anchor: middle;
}
image.svg_skill_icon {
  border-radius: 50%;
}

/*.zero_level text.svg_skill_level {  
  opacity: 0;
}*/
.gomagic_skill[data-level="0"] .skill_crystal {  
  fill: #dedede;
  stroke: var(--bg-light);
}

.basics_tree .svg_skill_bg {
    fill: #FEAD01;
}
.inter_tree .svg_skill_bg {
    fill: #11BCA8;
}
.sdk_tree .svg_skill_bg {
    fill: #919CFF;
}
.dan_tree .svg_skill_bg {
    fill: #FF699F;
}

/*under dev line*/
.first_dev_row {
    border-top: 1px #dbdbdb solid;
    margin-top: 24px;
    padding-top: 38px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.first_dev_row::before {
    content: attr(data-dev_text);
    position: absolute;
    margin-top: -34px;
    color: #d1061d;
    font-size: 14px;
}

.gomagic_skill[data-skill_state="indevelopment"] {
    cursor: initial!important;
}
.gomagic_skill[data-skill_state="closed"] {
    pointer-events: none;
}
.gomagic_skill[data-skill_state="closed"] .svg_skill_bg, 
.gomagic_skill[data-skill_state="indevelopment"] .svg_skill_bg, 
.gomagic_skill[data-skill_state="closed"] image.svg_skill_icon, 
.gomagic_skill[data-skill_state="indevelopment"] image.svg_skill_icon {
  filter: url(#svg_grayscale);
  opacity: 0.85;
}
.gomagic_skill[data-skill_state="closed"] text.svg_skill_level, 
.gomagic_skill[data-skill_state="indevelopment"] image.svg_skill_level {  
  opacity: 0;
}
.gomagic_skill[data-skill_state="closed"] .skill_crystal, 
.gomagic_skill[data-skill_state="indevelopment"] .skill_crystal {  
  fill: #dedede;
}
.gomagic_skill[data-skill_state="closed"] .circle_progress, 
.gomagic_skill[data-skill_state="indevelopment"] .circle_progress { 
  stroke: #dedede!important;
}

.gomagic_skill[data-skill_state="complete"] .skill_crystal { 
  fill: #3c6;
}
.gomagic_skill[data-skill_state="complete"] .skill_ring { 
  stroke: #3c6!important;
}
/*
.gomagic_skill[data-skill_state="complete"]:not([data-allow_hardmode="1"]) .skill_crystal { 
  fill: #3c6;
}
.gomagic_skill[data-skill_state="complete"]:not([data-allow_hardmode="1"]) .skill_ring { 
  stroke: #3c6;
}
.gomagic_skill[data-skill_state="complete"][data-allow_hardmode="1"]:not([data-hardmode="on"]) .skill_crystal { 
  fill: #007ffb;
}
.gomagic_skill[data-skill_state="complete"][data-allow_hardmode="1"]:not([data-hardmode="on"]) .skill_ring { 
  stroke: #007ffb;
}
.gomagic_skill[data-skill_state="complete"][data-allow_hardmode="1"][data-hardmode="on"] .skill_crystal { 
  fill: #3c6;
}
.gomagic_skill[data-skill_state="complete"][data-allow_hardmode="1"][data-hardmode="on"] .skill_ring { 
  stroke: #3c6;
}
*/
.gomagic_skill[data-hardmode="on"] svg circle.circle_progress {
    stroke: #f66f6f;
}
.gomagic_skill[data-hardmode="on"] .skill_crystal {
    fill: #f66f6f;
}
.gomagic_skill[data-skill_state="closed"][data-hardmode="on"] .skill_crystal {
    fill: #ffa9a9;
}
.gomagic_skill[data-skill_state="complete"][data-hardmode="on"] .skill_crystal { 
  fill: #f66f6f;
}
.gomagic_skill[data-skill_state="complete"][data-hardmode="on"] .skill_ring { 
  stroke: #f66f6f;
}

@keyframes scale_crystal {
  0% {transform: translate(70px, 62px) scale(1);}
  40% {transform: translate(70px, 62px) scale(1.3);}
  60% {transform: translate(70px, 62px) scale(1.3);}
  100% {transform: translate(70px, 62px) scale(1);}
}
@keyframes scale_text {
  0% {transform: translate(80px, 82px) scale(1);}
  40% {transform: translate(80px, 82px) scale(1.3);}
  60% {transform: translate(80px, 82px) scale(1.3);}
  100% {transform: translate(80px, 82px) scale(1);}
}
@keyframes unlocking_row {
  0% {transform: scale(0.2);}
  75% {transform: scale(1.05);}
  100% {transform: scale(1);}
}

.level_up .skill_crystal {
  animation: scale_crystal 1s;
}
.level_up .svg_skill_level {
  animation: scale_text 1s;
}

.unlock_row .gomagic_skill {
  animation: unlocking_row 1s;
}

.skill_progress {
  max-width: 220px;
}

.skill_progress.focus_button {
  cursor: pointer;
  transition: 0.2s;
  opacity: 1;
}
.skill_progress.focus_button .skill_name{
  transition: 0.2s;
}

.skill_progress.focus_button .skill_legend:after {
  content: 'focus';
  font-size: 10px;
  color: #b2b2b2;
  line-height: 2.2;
  text-transform: uppercase;
}
.skill_progress.focus_button:hover .skill_name {
  color: #007cff;
}

.skill_progress.focus_button.active .skill_legend:after {
  color: #007cff;
}

.filtered .skill_progress.focus_button {
  opacity: 0.55;
}
.filtered .skill_progress.focus_button.active, .filtered .skill_progress.focus_button:hover {
  opacity: 1;
}

.skill_focus {
  outline: 2px solid #bbb;
  border-radius: 10px;
}
.gomagic_skill:before {
  opacity: 0;
   content: attr(data-label_text); 
/*  content: "Analysis";*/
  font-size: 12px;
  position: absolute;
  /* top: -8px; */
  left: 0;
  right: 0;
  color: #007cff;
  font-weight: 500;
  transform: translateX(-32%) rotate(-45deg);
  transition: 0.2s;
}
.gomagic_skill.show_label:before {
  opacity: 1;
}
/*
.skill_focus {
  outline: #007cff 6px double;
  animation-name: skill_focus_outline;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 3;
}
*/
@keyframes skill_focus_outline {
  0% {outline-width: 0px;}
  /*5% {outline-width: 6px;}
  50% {outline-width: 1px;}
  95% {outline-width: 7px;}*/
  100% {outline-width: 6px;}
}

/* Задачи в видео (интерактивные) */
.video_problems_overlay, .video_problem {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    /*z-index: -1;*/
    display: none;
    overflow: auto;
    scrollbar-gutter: stable;
}
.close_video_problem {
    top: 19px;
    right: 24px;
    color: white;
    position: fixed;
    background: #222;
}
.close_video_problem i {
    font-size: 42px;
}
@media (max-width: 800px) {
    .close_video_problem {
        display: none;
    }
}
.video_login_notice {
    text-align: center;
    margin-top: 12px;
    color: #999;
    min-height: 10px;
    line-height: 1.1;
}
.continue_video_problem {
    margin: 16px auto;
    display: block;
    font-size: 18px;
}
@media (max-width: 400px) {
    .video_login_notice {
        font-size: 12px;
    }
    .continue_video_problem {
        font-size: 16px;
    }
}

.animate_tremor {
    animation: tremor 2s ease-in;

}

/* встряска */
@keyframes tremor {
    76%, 82%, 88%, 94% {
        transform: translateX(-3%);
    }
    79%, 85%, 91%, 97% {
        transform: translateX(3%);
    }
    100%, 0%, 73% {
        transform: translateX(0%);
    }
}

/* развилки (форки) в видосах */
.video_fork {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    z-index: -1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.fork_button {
    font-size: 48px;
    line-height: 1.2;
    border-radius: 20px;
    padding: 24px 36px;
    margin: 28px;
}
@media (max-width: 600px) {
    .fork_button {
        font-size: 32px;
    }
}

.loading_animation .loading_elem { 
    display: block;
}
.loading_elem { 
    width:230px;
    height:6px;
    overflow:hidden;
    position: absolute;
    top: 35%;
    left: calc(50% - 115px);
    display: none;
}
.loading_inner_elem {
    background-color: #007cff;
    margin-top:0;
    margin-left:-230px;
    animation-name: bounce_loadingProgress;
    animation-duration:1.2s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    width:230px;
    height:12px;
}
@keyframes bounce_loadingProgress{
  0%{
    margin-left:-230px;
  }
  100%{
    margin-left:230px;
  }
}


/* РЕЙТИНГИ И ОТЗЫВЫ */


.rating-container .filled-stars {
    text-shadow: none!important;
    -webkit-text-stroke: 0px!important;
    color: #ffd750!important;
}
.rating-container .fa {
    font-weight: 400;
}
.rating-container .empty-stars {
    color: #e4e4e4;
}
.rating-container .empty-stars .fa-star-o:before {
    content: "\f005";
}

.review-top-col div.review-top-desc {
    text-align: center;
}
.rating-sm {
    font-size: 17px;
}
.ratings-after-title .rating-container.rating-sm + span,
.ratings-after-title .rating-container.rating-xs + span {
    font-size: 12px!important;
    margin-left: 3px;
    font-weight: 400;
}
.bb-card-course-details .ratings-after-title {
    display: none;
}
.learndash-content-body .ratings-after-title {
    display: none;
}
/*внутри курса убираем рейтинг*/
.lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title .ratings-after-title {
    display: none;
}
.course-reviews-section .filter-options {
    display: none;
}

.write-review-wrap a.login-to-enroll.button, 
.review-top-col a.login-to-enroll.button {
    color: white;
}

/*@media only screen and (max-width: 1023px) {
    .reviews-total-wrap {
        color: inherit; 
        white-space: nowrap;
    }
}*/
.review-top-col .reviews-total-wrap {
    font-size: 15px;
    line-height: 16px;
    color: inherit!important;
    white-space: nowrap;
}
.review-split-title, .reviews-avg, .reviews-total {
    font-weight: inherit!important;
}
.review-split-wrap .review-split-count {
    color: inherit;
}
.review-split-wrap .review-split-percent-inner-2 {
    background-color: #fead01;
}
@media only screen and (max-width: 1023px) {
    .review-top-section .review-top-col:nth-child(3) {
        display: flex!important; 
        margin: 32px auto 16px auto !important;
    }
    .review-top-section .review-top-col:nth-child(2) {
        display: none!important;
    }
}
.review-top-section .review-top-col:nth-child(3) {
    max-width: 220px!important;
    text-align: center;
}
button.write-a-review {
    font-size: 16px;
}
.write-review-wrap {
    display: none!important;
}
.review-media.review-images.review-videos {
    display: none!important;
}

.course-header-rating {
    display: inline-flex;
    align-items: baseline;
    margin-bottom: 8px;
}
.course-item-review-wrap {
    display: inline-flex;
    align-items: baseline;
    margin-top: -12px;
    margin-left: -2px;
}
.course-header-rating .rating-container + span,
.course-item-review-wrap .rating-container + span {
    font-size: 12px;
    margin-left: 3px;
    font-weight: 400;
}

.bb-card-course-details {
    padding: 16px 20px;
}

.review-author-link span.name {
    color: #333;
    font-weight: 500;
    padding-left: 8px;
    font-size: 15px;
}
.rrf-modal-content .modal-navigation button {
    margin: 0 6px;
}
p.review-desc {
    max-width: 700px;
}

@media (max-width: 700px) {
    span.wdm-review-age {
        display: none;
    }
}
@media (max-width: 400px) {
    .review-author-link span.name {
        font-size: 12px;
    }
}
.blocker.current {
    padding: 0!important;
    z-index: 9999!important;
}
@media (max-width: 768px) {
    .rrf-modal-content .modal-container {
        padding: 8px!important;
        margin-bottom: 10px;
    }
    .rrf-modal-content {
        padding: 10px 20px!important;
    }
    .rrf-modal-content .modal-navigation button {
        margin: 5px!important;
    }
}
.wdm_rrf_remaining_characters {
    font-size: 14px;
}
.rrf-modal-content .modal-container .prompt-text {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
}
.rrf-modal-content .modal-container .rating-container {
    margin-bottom: 10px;
}
.rating-disabled .rating-input, .rating-disabled .rating-stars {
    cursor: default!important;
}

/* фикс бага при подгрузки новых отзывов */
.review-comments-wrap .clear-rating.clear-rating-active {
    display: none;
}
.review-comments-wrap .rating-container .caption {
    display: none;
}
.review-comments-wrap .rating-container .rating-stars {
    cursor: initial;
    pointer-events: none;
}

.share-impressions-link {
    display: block;
    font-size: 20px;
    margin-top: 16px;
    text-align: center;
}

/* загрузчик на кнопках  */
/* https://loading.io/button/ */
button .ld-over:before, .ld-over-inverse:before {
    border-radius: 100px;
}

.bs-bp-container-reg #buddypress #signup-form.standard-form .submit {
    padding: 0;
    margin-top: 25px;
    display: inline-block;
}

.bs-bp-container-reg #buddypress #signup-form.standard-form p.description {
    margin-top: -10px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #9f9f9f;
}

body.buddypress.register article.bp_register .entry-header span {
    font-size: 20px;
}
body.buddypress.register article.bp_register .entry-header span a {
    font-weight: 500;
}


/* ПЕРЕКЛЮЧАЛКА 1-5 лет */
/* https://codepen.io/mmdouglas/pen/wJxNmr */

.toggle-container {
    border: 1px solid #999;
    padding: 3px 3px 3px 3px;
    border-radius: 30px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.toggle-container .btn-primary {
    background: #007CFF;
}
.switch-toggle a {
  display: none;
}

@media only screen {
  /* Radio Switch
 */
  .switch-toggle {
    position: relative;
    display: block;
    padding: 0 !important;
  }
  .switch-toggle::after {
    clear: both;
    content: "";
    display: table;
  }
  .switch-toggle *,
  .switch-toggle *:before,
  .switch-toggle *:after {
    box-sizing: border-box;
    border-radius: 30px;
  }
  .switch-toggle a {
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .switch-toggle label,
  .switch-toggle > span {
    line-height: 2em;
    vertical-align: middle;
  }
  .switch-toggle input:focus ~ span a,
  .switch-toggle input:focus + label {
    outline-width: 2px;
    outline-style: solid;
    outline-color: Highlight;
    outline: none;
   }
  .switch-toggle input:checked + label {
    color:#fff;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) {
  .switch-toggle input:focus ~ span a,
  .switch-toggle input:focus + label {
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline: none;
  }
}

@media only screen {
    .switch-toggle label:hover {
        cursor: pointer!important;
    }
  .switch-toggle input {
    position: absolute;
    left: 0;
    opacity: 0;
  }
  .switch-toggle input + label {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    padding: 5px;
    margin: 0;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
  }
  .switch-toggle a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 10px;
    height: 100%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(4),
  .switch-toggle label:nth-child(2):nth-last-child(4) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(4) ~ a {
    width: 50%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(4) ~ input:checked:nth-child(3) + label ~ a {
    left: 50%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(6),
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ a {
    width: 33.33%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
    left: 33.33%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
    left: 66.66%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(8),
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ a {
    width: 25%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(3) + label ~ a {
    left: 25%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(5) + label ~ a {
    left: 50%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(8) ~ input:checked:nth-child(7) + label ~ a {
    left: 75%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10),
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ a {
    width: 20%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(3) + label ~ a {
    left: 20%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(5) + label ~ a {
    left: 40%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(7) + label ~ a {
    left: 60%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(10) ~ input:checked:nth-child(9) + label ~ a {
    left: 80%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12),
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ label,
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ a {
    width: 16.6%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(3) + label ~ a {
    left: 16.6%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(5) + label ~ a {
    left: 33.2%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(7) + label ~ a {
    left: 49.8%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(9) + label ~ a {
    left: 66.4%;
  }
  .switch-toggle label:nth-child(2):nth-last-child(12) ~ input:checked:nth-child(11) + label ~ a {
    left: 83%;
  }
  /* Bugfix for older Webkit, including mobile Webkit. Adapted from
 * https://css-tricks.com/webkit-sibling-bug/
 */
}
  @media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
    .switch-light,
    .switch-toggle {
      -webkit-animation: webkitSiblingBugfix infinite 1s;
    }
  }
  @-webkit-keyframes webkitSiblingBugfix {
    from {
      -webkit-transform: translate3d(0, 0, 0);
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }

@media (max-width: 400px) {
    .switch-toggle input + label {
        font-size: 14px;
    }
}



/* MODIFIED SWITCHER (BUTTONS) */


.gm-prices-duration {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px 16px;
    padding-top: 8px;
}

.gm-prices-duration *,
.gm-prices-duration *:before,
.gm-prices-duration *:after {
    box-sizing: border-box;
    border-radius: 30px;
}
.gm-prices-duration a {
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.gm-prices-duration label,
.gm-prices-duration > span {
    line-height: 2em;
    vertical-align: middle;
}
.gm-prices-duration input:focus ~ span a,
.gm-prices-duration input:focus + label {
    outline-width: 2px;
    outline-style: solid;
    outline-color: Highlight;
    outline: none;
}
.gm-prices-duration input:checked + label {
    color:#fff;
    background-color: #007cff;
}

.gm-prices-duration label:hover {
    cursor: pointer!important;
}
.gm-prices-duration input {
    position: absolute;
    left: 0;
    opacity: 0;
}
.gm-prices-duration input + label {
    position: relative;
    z-index: 2;
    display: block;
    padding: 5px 18px;
    margin: 0;
    text-align: center;
    min-width: 110px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    color: #007cff;
    border: 1px solid #007cff;
    transition: 0.2s;
}
.gm-prices-duration input + label:before {
    content: attr(data-save);
    font-size: 11px;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    color: #3c6;
    font-weight: 500;
}
.gm-prices-duration a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 10px;
    height: 100%;
}
@media (max-width: 400px) {
    .gm-prices-duration input + label {
        font-size: 14px;
    }
    .gm-prices-duration input + label:before {
        top: -22px;
        font-size: 10px;
    }
}

/* MEMBERSHIP PLANS */

.gm-prices-container .owl-stage-outer {
    overflow: visible;
}


/* трюк-скрытие, чтобы при появлении не было ресайзов  */
.gm-hide {
    z-index: -1;
    position: absolute;
    opacity: 0;
    top: 0;
}

.gm-prices-container {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(auto, 380px);
    margin-top: 18px;
    align-items: start;
    justify-items: center;
    justify-content: center;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.max-items-1 {
    max-width: 400px;
}
.max-items-2 {
    max-width: 800px;
}
.max-items-3 {
    max-width: 1200px;
}

.gm-prices-col {
    margin: 8px;
    margin-top: 32px;
    /*padding: 10px;*/
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%), 0 6px 7px rgb(0 0 0 / 10%);
    border-radius: 4px;
    transition: .5s;
    text-align: center;
}
.gm-prices-col:hover {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.gm-prices-col:first-child {
    margin-left: 0;
}
.gm-prices-col:last-child {
    margin-right: 0;
}

.gm-prices-col-head {
    padding: 30px 12px 14px 12px;    
    background-color: #f6f6f6;
    color: #333;
    position: relative;
}

.gm-prices-tier {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.gm-prices-col-features {
    padding: 12px 12px 32px 12px;
}
.gm-prices-feature {
    padding: 10px 0px;
    border-top: 1px solid rgba(9,9,9,.04);
}
.gm-prices-feature:first-child {
    border: none!important;
}
.gm-prices-feature b {
    font-weight: 500;
}
.gm-prices-button {
    margin-top: 16px;
    font-size: 17px;
    padding: 12px 25px;
}
.not-available {
    pointer-events: none;
}
.button.outline.not-available {
    color: darkgray;
    border-color: darkgray;
}

.text-accent-bg {
    background-color: #007CFF;
    color: white;
    padding: 8px 24px !important;
}
.gm-prices-feature .text-accent-bg {
    margin-top: 16px;
}

.gm-prices-sale-price {
    font-size: 24px;
    font-weight: 300;
    text-decoration: line-through;
}
.gm-prices-price {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
}
.gm-prices-col-head .cents {
  font-size: 64%;
}
.gm-prices-period {
    font-weight: 500;
    line-height: 1.2;
    margin-top: 8px;
}
.gm-prices-month {
    font-size: 13px;
    line-height: 1.5;
    margin: 7px 0;
}

h2.gm-prices-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 32px;
}
.gm-prices-membership-info {
    text-align: center;
    margin-bottom: 20.8px;
    font-size: 17px;
}
.gm-prices-member {
    font-weight: 500;
}
.gm-prices-expires {
    font-size: 14px;
    color: #a7a7a7;
}
.gm-prices-expires.expired {
    color: #e35d6d;
}
.gm-prices-expires.expires-soon {
    color: #c5ac16;
}
span.membership-status {
    font-size: 16px;
}
.green-price {
    color: #3c6;
}
.red-price {
    color: red;
}
.personal-discount {
    margin-top: 8px;
    font-size: 15px;
    color: #7b7b7b;
}

.gm-prices-activated-sticker {
    position: absolute;
    z-index: 9;
    top: -30px;
    left: 0;
    right: 0;
    color: #3c6;
    text-align: center;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .23px;
}

/*.renew .gm-prices-button {
    background-color: #3c6;
}*/

.renew.silver-plan .gm-prices-button {
    background-color: #1b93b4;
}
.renew.gold-plan .gm-prices-button {
    background-color: #da9e3b;
}
.renew.magic-plan .gm-prices-button {
    background-color: #007CFF;
}

.silver-plan .gm-prices-activated-sticker, .silver {color: #1b93b4;}
.gold-plan .gm-prices-activated-sticker, .gold {color: #da9e3b;} 
.magic-plan .gm-prices-activated-sticker, .magic {color: #007CFF;}

/*.renew .gm-prices-col-head {
    background-color: #edfaf0;
}*/
/*.magic-plan .gm-prices-col-head, .renew.magic-plan .gm-prices-col-head {
    background-color: #007CFF;
    color: white;
}*/

.silver-plan .gm-prices-col-head { 
    background-color: #edf3f5;
}
.gold-plan .gm-prices-col-head {
    background-color: #fbf4e9;
}
.magic-plan .gm-prices-col-head {
    background-color: #007CFF;
    color: white;
}


/* мемберы - подпись в юзер-меню  */
.membership_usermenu .silver, .membership_usermenu .gold, .membership_usermenu .magic {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.1px;
    font-weight: 500;
}
.member_mobile_menu .magic, .member_mobile_menu .gold, .member_mobile_menu .silver {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.1px;
}
/* discord silver #e0c046 */

.membership_expires {
    font-size: 11px;
    color: #b9babc;
    letter-spacing: -.24px;
}
.sub-menu span.user-name {
    margin-bottom: 0; 
}
.membership_usermenu {
    padding: 4px 15px 8px;
    border-bottom: 1px solid #eef0f3;
    margin-bottom: 5px;
}
.member_mobile_menu {
    line-height: 1.3;
}
.member_mobile_menu .membership_expires {
    line-height: 1;
}

.silver-avatar img, .gold-avatar img, .magic-avatar img {
    border-radius: 50%!important;
}
.silver-avatar img {
    outline: solid 3px rgb(27 147 180 / 75%);
}
.gold-avatar img {
    outline: solid 3px rgb(218 158 59 / 60%);
}
.magic-avatar img {
    outline: solid 3px rgb(0 124 255 / 70%);
}

/* в магазине WC убираем membership discount! */
span.onsale.wc-memberships-member-discount {
    display: none;
}
/* какая левая фигня в чекауте */
.wc_coupon_message_wrap {
    display: none;
}

#coupons_list {
    margin-bottom: 10px;
    padding: 0 15px;
}
#coupons_list h3 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}
/* GOMAGIC STORE  */

.gm_store_header {
    text-align: center;
    font-size: 36px;
}
.gm_store_balance {
    text-align: center;
    font-size: 21px;
}
.gm_store_balance span {
    display: inline-flex;
    font-weight: 700;
    color: #FFAF00;
    margin-left: 4px;
}
.gm_store_balance span::after {
    content: "";
    background-image: url(/files/images/coins-new.svg);
    width: 31px;
    height: 25px;
    display: inline-block;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.gomagic_store_grid {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(250px, 1fr) );
    gap: 16px;
    justify-content: center;
}
@media (max-width: 540px) {
    .gomagic_store_grid {
        grid-template-columns: minmax(250px, 330px);
    }
}

.notavailable-button {
    background-color: gray!important;
    opacity: 0.5;
    pointer-events: none;
}
.store_login_url {
    font-weight: 500;
}

.gomagic_reward {
    position: relative;
    /*max-width: 280px;*/
    min-width: 250px;
    border: 1px solid #e7e9ec;
    border-radius: 4px;
    padding: 16px;
    text-align: center;
    transition: .2s box-shadow;
    background: white;
}
.gomagic_reward:hover {
    box-shadow: 0 4px 32px 0 rgba(18,43,70,.1);
}
.reward_icon img {
  height: 112px;
}
.gomagic_reward.course .reward_icon img {
    height: auto;
    max-height: 112px;
    width: auto;
    border-radius: 26px;
/*    outline: 3px solid #ffd500;*/
/*    border: 4px solid #ffd500;*/
}
.reward_icon {
    margin-top: 8px;
    margin-bottom: 6px;
}
.reward_title {
    font-size: 21px;
    font-weight: 700;
    color: black;
    margin-bottom: 8px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.reward_title div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reward_content {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.reward_content_up, .reward_content_down {
    background: #f7f7f7;
    /*background: #f5f5f5;*/
}

.reward_content_up {
    border-radius: 24px 24px 0 0;
    position: relative;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
}
.reward-legend {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    color: #007cff;
}
.reward-legend.caps {
    font-size: 21px;
    /*text-transform: capitalize;*/
    line-height: 1.3;
}
.reward_legend_info {
    position: absolute;
    bottom: 3px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    color: #929292;
}
.legend_desc {
    line-height: 1.3;
    font-size: 15px;
    padding: 0 10px;
}
.sold .reward-legend, .sold .reward_legend_info {
    color: #3c6;
}
.reward_top_extra_info {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 12px;
    line-height: 1.6;
    color: #3c6;
}
/*.blocked .reward-legend {
    color: #8c8c8c;
}*/
.big_numbers {
    font-size: 190%;
    margin-right: 7px;
    letter-spacing: -2px;
}
.reward_content_down {
    border-radius: 0 0 24px 24px;
    margin-top: 3px;
    height: 67px;
}
.reward_content_footer {
    margin-top: 16px;
    line-height: 1.2;
    /*height: 44px;*/
}
.reward_cost {
    display: inline-flex;
    padding: 8px 20px;
    background: white;
    border-radius: 24px;
    margin: 12px 2px;
    font-size: 17px;
    font-weight: 700;
    color: #FFAF00;
}
.reward_cost::after {
    content: "";
    background-image: url(/files/images/coins-new.svg);
    width: 28px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.reward_hold_notice {
    display: none;
    position: absolute;
    font-size: 11px;
    color: #a6a6a6;
    bottom: 0;
    left: 0;
    right: 0;
}

.show_modal {
    display: flex!important;
    opacity: 1!important;
}
.gm_store_result_modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    /*background: white;*/
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999; 
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    display: none;
    /*opacity: 0;*/
    /*transition: all 300ms;*/
}
.gm_store_result {
    max-width: 420px;
    padding: 48px 20px 32px 20px;
    background: white;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.gm_store_result_img_fail {
  display: none;
}
.gm_store_result_modal.error .gm_store_result_img_fail {
    display: block;
}
.gm_store_result_modal.error .gm_store_result_img_success {
    display: none;
}
.gm_store_result img {
  max-width: 286px;
}
#gm_store_result_submit {
  min-width: 100px;
  font-size: 17px;
}
#gm_store_result_message {
    font-size: 18px;
    margin: 34px 0 26px 0;
    font-weight: 400;
}

.buy_reward, .download_reward {
    min-width: 100px;
    font-size: 17px;
    overflow: hidden;
    height: 44px;
    font-weight: 500;
}
.download_reward {
    background-color: #3c6!important;
}
.buy_reward:hover {
    box-shadow: none;
}
.sold .buy_reward {
    background-color: #3c6 !important;
    background-image: url(/files/images/sold.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    pointer-events: none;
    opacity: 1;
}
.buy_reward:after {
    content: '';
    background: black;
    width: 0;
    height: 100%;
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    /* border-radius: 100px; */
    opacity: 0.25;
    transition: width 1.2s;
}
.buy_reward_animation:after {
    width: 100%;    
}
.buy_reward_tremor {
    animation: tremor_buy 110ms ease infinite;
}

.radio-dots-slider-legend {
    display: flex;
    position: absolute;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    /*padding: 0 8%;*/
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    color: #007cff;
    left: 0;
}
.sold .radio-dots-slider-legend {
    color: #3c6;
}
.color-accent {
    color:  #007cff;
}
.sold .color-accent {
    color:  #3c6;
}

/* встряска */
@keyframes tremor_buy {
    0%, 50% {
        transform: translateX(0%);
    }
    25% {
        transform: translateX(-1.5%);
    }
    75% {
        transform: translateX(1.5%);
    }
    
}

/* Радио Переключалка для магазина  */

.radio-4-dots-slider-form {
    width: 100%;
    max-width: 500px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
.radio-4-dots-slider-form .radio-4-dots-slider {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  position: relative;
  width: 100%;
  height: 70px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.radio-4-dots-slider-form .radio-4-dots-slider::before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #007cff;
}
.sold .radio-4-dots-slider-form .radio-4-dots-slider::before { 
  background: #3c6;
}
.radio-4-dots-slider-form .radio-4-dots-slider input, .radio-4-dots-slider-form .radio-4-dots-slider label {
  box-sizing: border-box;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.radio-4-dots-slider-form .radio-4-dots-slider label {
  display: inline-block;
  position: relative;
  width: 20%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.radio-4-dots-slider-form .radio-4-dots-slider label::before {
  content: attr(data-amount);
  position: absolute;
  left: 50%;
  /*padding-top: 8px;*/
  transform: translate(-50%, 45px);
  font-size: 13px;
  letter-spacing: 0.4px;
  font-weight: 400;
  white-space: nowrap;
  transition: all 0.15s ease-in-out;
}
.radio-4-dots-slider-form .radio-4-dots-slider label::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border: 2px solid #007cff;
  background: #007cff;
  border-radius: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.sold .radio-4-dots-slider-form .radio-4-dots-slider label::after {
    background: #3c6;
    border-color: #3c6;
}
.radio-4-dots-slider-form .radio-4-dots-slider label:hover::after {
  transform: translate(-50%, -50%) scale(1.25);
}
.radio-4-dots-slider-form .radio-4-dots-slider input {
  display: none;
}
.radio-4-dots-slider-form .radio-4-dots-slider input:checked + label::before {
    /*transform: translate(-50%, 45px);*/
    transition: all 0.15s linear;
    color: #007cff;
    font-weight: 900;
    font-size: 18px;
}
.sold .radio-4-dots-slider-form .radio-4-dots-slider input:checked + label::before {
    color: #3c6;
}
.sold .radio-4-dots-slider-form .radio-4-dots-slider label::before {
    color: #3c6;
}
.radio-4-dots-slider-form .radio-4-dots-slider input:checked + label::after {
  border-width: 2px;
  background: #fff;
  transform: translate(-50%, -50%) scale(2.5);
}
.radio-4-dots-slider-form .radio-4-dots-slider input + label::before {
  transform: translate(-50%, 45px);
  transition: all 0.15s linear;
  padding-top: 3px;
}


/* ON/OFF HARDMODE SWITCH */
/* https://proto.io/freebies/onoff/ */

.hardmode_block {
    margin: 0 auto 32px auto;
/*    background: #fff5f5; */ /* #f6f6f6;*/
    background: #ffe9e9;
    padding: 20px;
    border-radius: 25px;
    max-width: 450px;
    text-align: center;
}
.hardmode_toggle {
    justify-content: center;
}
.hardmode_toggle .caption_for_toggle {
    font-weight: 500;
    color: #333;
}
.hardmode_desc {
    font-size: 13px;
    margin: 0 auto;
    margin-top: 6px;
    line-height: 1.4;
    color: #767676;
}
.hardmode_desc a {
    color: #f66f6f;
}
.hardmode_desc a:hover {
    color: #f66f6f;
}
.hardmode_premium {
    line-height: 1.4;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}
.hardmode_toggle .onoffswitch-inner:before {
    color: #f66f6f;
    background-color: var(--bg-light); 
/*    background-color: #fff; */
}
.hardmode_toggle .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    background-color: #f66f6f; 
}
.blocked .onoffswitch {
    pointer-events: none;
}

.hardmode_toggle .onoffswitch-inner:after {
    background-color: var(--bg-light); 
    color: #626262;
}
.hardmode_toggle .onoffswitch-switch {
    background: #757575;
}

.toggle_with_caption_wrap {
    display: flex;
    gap: 10px;
    box-sizing: content-box;
}
.toggle_with_caption_wrap label {
    margin-bottom: 0;
}

/* далее стандартные стили для переключателя */
.onoffswitch {
    position: relative; width: 70px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
/*    border: 2px solid #FFFFFF; */
    border-radius: 50px;
}
.onoffswitch-inner {
    display: block; 
    width: 200%; 
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
    float: left; 
    width: 50%; 
    height: 27px; 
    padding: 0; 
    line-height: 27px;
    font-size: 13px; 
    color: white; 
/*    font-family: Trebuchet, Arial, sans-serif; */
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-right: 20px;
    background-color: #EEEEEE; 
    color: #007cff;
    text-align: center;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-left: 20px;
    background-color: #EEEEEE; 
    color: #999999;
    text-align: center;
}
.onoffswitch-switch {
    display: block; 
    width: 28px; 
/*    margin: -2px;*/
    background: #A1A1A1;
    position: absolute; 
    top: 0; bottom: 0;
    right: 42px;
/*    border: 2px solid #FFFFFF; */
    border-radius: 50px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #007cff; 
    box-shadow: 1px 1px 3px #0000004f;
}



.swal-overlay {
    z-index: 100000;
}
.swal-modal {
  border-radius: 16px;
}
.swal-text {
  text-align: center;
}
.swal-footer {
  text-align: center;
}
.swal-button {
  border-radius: 100px;
  font-weight: 500;
}
.swal-button--cancel {
  color: #555!important;
  background-color: #efefef!important;
}
.swal-button--cancel:focus {
  box-shadow: none;
}
.swal-button--danger {
  background-color: #e64942;
}
.swal-button {
  background-color: #007cff;
}
.swal-button:not([disabled]):hover {
  background-color: #0F74E0;
}
.swal-button:focus {
  box-shadow: none;
}
.swal-button--loading:hover, .swal-button--loading:focus {
  color: transparent;
}
.swal-button__loader {
  line-height: 1;
}

.jump_to_level_block.blocked #jump_to_level_button {
    color: #bababa !important;
    pointer-events: none;
}
.jump_to_level_block.blocked select {
    color: #bababa !important;
    pointer-events: none;
}
.jump_to_level_premium a {
    color: inherit;
    font-weight: 400;
    margin-left: 2px;
}
#jump_to_level_button {
    margin-right: 10px;
    font-weight: 500;
    padding: 3px 10px;
}
.jump_to_level_block select {
    height: 26px;
    padding-right: 25px;
    font-size: 14px;
    padding-left: 8px;
    background-position: right 9px center;
    cursor: pointer;
    margin-right: 3px;
}

.wp-block-stackable-testimonial.is-style-compact figure {
  margin-right: 14px;
}

.testimonial_carousel .wp-block-stackable-column.stk-block-column.stk-column.stk-block[role="listitem"] {
    background: #fff9ee;
    padding: 24px;
    border-radius: 10px;
}

.testimonial_carousel .wp-block-stackable-testimonial.is-style-compact {
    min-height: 324px;
}
.testimonial_carousel .stk-block-testimonial__content {
    min-height: inherit;
}


/* ! Leaderbords tabs */

.leaders_header {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0;
}
.leaders_preface, .leaders_empty {
    text-align: center;
}
.leaders_your_xp_text {
    font-size: 18px;
    color: #333;
}
.leaders_your_xp_text div {
    margin-top: 6px;
}
.leaders_your_xp_text span {
    font-weight: 500;
    color: #007CFF;
}
.leaders_update_text {
    color: #b2b2b2;
    margin-top: 10px;
    font-size: 15px;
}
.leaders_update_text a {
    color: #8c8c8c;
    font-weight: 500;
}
.leaders_update_text a:hover {
    color: #007CFF;
}

.leaders_table, .leaders_empty {
    font-size: 16px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
}
.leaders_table b, .leaders_preface b {
    font-weight: 500;
}
.leaders_table caption {
    color: #444;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
/*.leaders_table tr {
    transition: all 0.2s;
}
.leaders_table tr:hover {
    background-color: #f2f2f2;
}*/
.leaders_table tr:nth-child(odd) { 
    background-color: #f9f9f9; 
}
.leaders_table tr.outline_row {
    outline: #007FFA 2px solid;
}
.leaders_table td {
    padding: 8px;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
}
.leader_name img {
    max-width: 36px;
    display: inline;
    margin-right: 12px;
}
.leader_name div {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.leader_xp div span:last-child {
    display:  none;
}
.leader_name div > span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}
.leader_name a {
    color: #333;
}
.leader_name a {
    transition: all 0.2s;
}
.leader_name a:hover {
    color: #007CFF;
}
.leader_name div span:last-child {
    font-size: 12px;
    color: #919191;
    line-height: 1.2;
    font-weight: 400;
}

.gm_tabs {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    padding: 28px;
    padding-bottom: 80px;
    max-width: 700px;
    min-width: 240px;
}
.gm_tabs input[name=tab-control] {
  display: none;
}
.gm_tabs .content section h2,
.gm_tabs ul li label {
  font-weight: bold;
  font-size: 18px;
  color: #007CFF;
}
.gm_tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0;
}
.gm_tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.gm_tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #979797;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gm_tabs ul li label br {
  display: none;
}
.gm_tabs ul li label:hover, .gm_tabs ul li label:focus, .gm_tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.gm_tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.gm_tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #007CFF;
  border-radius: 1px;
}
.gm_tabs .content {
  margin-top: 30px;
}
.gm_tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.gm_tabs .content section h2 {
  color: #007CFF;
  display: none;
}
.gm_tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #007CFF;
  margin-top: 5px;
  left: 1px;
}
.gm_tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #007CFF;
}

.gm_tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.gm_tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.gm_tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #007CFF;
}

.gm_tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.gm_tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.gm_tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #007CFF;
}

.gm_tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.gm_tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.gm_tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #007CFF;
}


.gm_tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.gm_tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (max-width: 600px) {
    .gm_tabs {
        padding: 0;
    }
    .leaders_table td {
        padding: 4px;
    }
    .leaders_table, .leaders_empty {
        font-size: 15px;
    }
    .gm_tabs ul li {
        padding: 0 2px;
    }
}
@media (max-width: 480px) {
    .leaders_table tr td:last-child {
        display: none;
    }
    .leader_xp div {
        display: inline-flex;
        flex-direction: column;
        flex-wrap: nowrap;
        font-size: 15px;
        align-items: flex-end;
        line-height: 1.3;
    }
    .leader_xp div span:last-child {
        display: block;
    }
    .leader_name div span {
        text-overflow: ellipsis;
        max-width: 38vw;
        white-space: nowrap;
        overflow: hidden;
    }
}
@media (max-width: 400px) {
    .leader_xp div {
        font-size: 14px;
    }   
    .leader_name div span {
        max-width: 32vw;
    } 
}

/*! ************* DASHBOARD ************/

/*masonry css source https://hackernoon.com/how-to-build-a-masonry-layout-using-css*/
/*
.dashboard_page #content {
  background-color: #F6F6F6;
}
*/
.gomagic_dashboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--dg);
    --dg: 16px; /* dash gap */
    --dh: 98px; /* dash basic 1-1 height */
}

.dash_block {
    background-color: white;
    border-radius: 25px;
    padding: 16px 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.dash_block.lap-1-1 {
    grid-column: span 1;
    grid-row: span 1;
    height: var(--dh);
}
.dash_block.lap-1-2 {
    grid-column: span 1;
    grid-row: span 2;
    height: calc(var(--dh)*2 + var(--dg)*1);
}
.dash_block.lap-1-3 {
    grid-column: span 1;
    grid-row: span 3;
    height: calc(var(--dh)*3 + var(--dg)*2);
}
.dash_block.lap-1-4 {
    grid-column: span 1;
    grid-row: span 4;
    height: calc(var(--dh)*4 + var(--dg)*3);
}
.dash_block.lap-1-5 {
    grid-column: span 1;
    grid-row: span 5;
    height: calc(var(--dh)*5 + var(--dg)*4);
}
.dash_block.lap-0-0 {
    grid-column: span 3;
/*    grid-row: span 5;*/
/*    height: calc(var(--dh)*5 + var(--dg)*4);*/
}
.dash_block.all-courses-block {
    padding: 32px 26px;
}
.dash_block.all-courses-block h2 {
    margin-bottom: 24px;
}

.dash_block.l-1 {
    order: 1;
}
.dash_block.l-2 {
    order: 2;
}
.dash_block.l-3 {
    order: 3;
}
.dash_block.l-4 {
    order: 4;
}
.dash_block.l-5 {
    order: 5;
}
.dash_block.l-6 {
    order: 6;
}
.dash_block.l-7 {
    order: 7;
}
.dash_block.l-8 {
    order: 8;
}
.dash_block.l-9 {
    order: 9;
}
.dash_block.l-10 {
    order: 10;
}

/* tablet 2 columns */
@media (max-width: 980px) {
    .gomagic_dashboard {
        grid-template-columns: repeat(2, 1fr);
    }
    .dash_block.lap-0-0 {
        grid-column: span 2;
    }
    .dash_block.t-1 {
        order: 1;
    }
    .dash_block.t-2 {
        order: 2;
    }
    .dash_block.t-3 {
        order: 3;
    }
    .dash_block.t-4 {
        order: 4;
    }
    .dash_block.t-5 {
        order: 5;
    }
    .dash_block.t-6 {
        order: 6;
    }
    .dash_block.t-7 {
        order: 7;
    }
    .dash_block.t-8 {
        order: 8;
    }
    .dash_block.t-9 {
        order: 9;
    }
    .dash_block.t-10 {
        order: 10;
    }
}

/* mobile 1 column */
@media (max-width: 650px) {
    .gomagic_dashboard {
        grid-template-columns: repeat(1, 1fr);
    }
    .dash_block.lap-0-0 {
        grid-column: span 1;
    }
    .dash_block.personal-block, .dash_block.skills-block {
        height: auto;
        padding: 32px;
    }
    .dash_block.all-courses-block {
        padding: 32px 12px;
    }
    .dash_block.m-1 {
        order: 1;
    }
    .dash_block.m-2 {
        order: 2;
    }
    .dash_block.m-3 {
        order: 3;
    }
    .dash_block.m-4 {
        order: 4;
    }
    .dash_block.m-5 {
        order: 5;
    }
    .dash_block.m-6 {
        order: 6;
    }
    .dash_block.m-7 {
        order: 7;
    }
    .dash_block.m-8 {
        order: 8;
    }
    .dash_block.m-9 {
        order: 9;
    }
    .dash_block.m-10 {
        order: 10;
    }
}
@media (max-width: 360px) {
    .dash_block, .dash_block.personal-block, .dash_block.skills-block {
        padding: 24px 16px;
    }
}

/* MEMBER BLOCK */
.dash_ava_name_wrap {
    display: flex;
    gap: 16px;
/*    justify-content: space-between;*/
    align-items: center;
}
.dash_ava_name_wrap img {
/*    width: 96px;*/
/*    height: 96px;*/
    max-width: 96px;
    min-width: 88px;
}
.dash_name_menu_wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.dash_name_menu_wrap h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
/*    white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    max-height: 2.7em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dash_user_menu {
    display: flex;
    gap: 12px;
}
.dash_user_menu a {
    color: #898989;
    font-size: 13px;
}

.dash_user_chips_wrap {
    margin-top: 16px;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
/*    height: 100%;*/
    align-content: center;
}

.dash_chip {
    padding: 4px 16px;
    border-radius: 20px;
    height: 54px;
    background-color: #F2F2F2;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    gap: 10px;
}
.chip_filling {
    position: absolute;
    background: #e3e3e3;
    height: 100%;
    left: 0;
    z-index: 0!important;
}

.dash_chip div {
    z-index: 1;
}
.chip_vert_wrap {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}
.chip_level {
    font-size: 12px;
}
.chip_level span {
    font-weight: 300;
}
.chip_rank {
    font-size: 14px;
}

.dash_chip.xp_progress {
    min-width: 136px;
}
.dash_chip.xp_progress .chip_vert_wrap {
    align-items: center;
}
.dash_chip.xp_progress.difficulty_1 {
    background-color: #FFEABF;
    color: #775203;
} 
.dash_chip.xp_progress.difficulty_1 .chip_filling {
    background-color: #FFD785;
} 
.dash_chip.xp_progress.difficulty_2 {
    background-color: #C3EEE9;
    color: #003932;
} 
.dash_chip.xp_progress.difficulty_2 .chip_filling {
    background-color: #90DFD5;
} 
.dash_chip.xp_progress.difficulty_3 {
    background-color: #E3E6FF;
    color: #33386C;
} 
.dash_chip.xp_progress.difficulty_3 .chip_filling {
    background-color: #C5CCFF;
} 
.dash_chip.xp_progress.difficulty_4 {
    background-color: #FFD9E7;
    color: #991142;
} 
.dash_chip.xp_progress.difficulty_4 .chip_filling {
    background-color: #FFBDD5;
} 

.dash_chip.coins {
    background-color: #FDF6D5;
}
.chip_coins_wrap {
    position: relative;
    line-height: 1;
}
.chip_coins_wrap svg {
    height: 24px;
}
.chip_coins_wrap .chip_coins_amount {
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    color: #FFAF00;
    display: inline;
    vertical-align:top;
}

.chip_button {
    color: white;
    background: #007cff;
    padding: 2px 12px;
    border-radius: 100px;
    line-height: 1.4;
    font-weight: 500;
    transition: 0.2s;
}
.dash_chip:hover .chip_button {
/*    color: white;*/
    opacity: 0.9;
}

.dash_chip.coins .chip_button {
    background-color: #E1A60E;
    display: none;
}

.dash_chip.member .chip_member {
    font-size: 14px;
    font-weight: 500;
    color: #454545;
}
.dash_chip.member .chip_expires {
    font-size: 11px;
    font-weight: 400;
    color: #A0A0A0;
}
.dash_chip.member.expires-soon .chip_expires {
    font-weight: 500;
    color: #777 !important;
}
.dash_chip.member.expired .chip_expires {
    font-weight: 500;
    color: #3e3e3e !important;
}

.dash_chip.member.silver_chip {
    background-color: #DDEFF4;
}
.dash_chip.member.silver_chip .chip_member {
    color: #1B93B4;
}
.dash_chip.member.silver_chip .chip_expires {
    color: #7DA2AC;
}
.dash_chip.member.silver_chip .chip_button {
    background-color: #1B93B4;
}

.dash_chip.member.gold_chip {
    background-color: #FFF0CF;
}
.dash_chip.member.gold_chip .chip_member {
    color: #765000;
}
.dash_chip.member.gold_chip .chip_expires {
    color: #B4A17A;
}
.dash_chip.member.gold_chip .chip_button {
    background-color: #E7A600;
}

.dash_chip.member.magic_chip {
    background-color: #E1F0FF;
}
.dash_chip.member.magic_chip .chip_member {
    color: #007CFF;
}
.dash_chip.member.magic_chip .chip_expires {
    color: #6E8194;
}
.dash_chip.member.magic_chip .chip_button {
    background-color: #007CFF;
}

/* COURSE BLOCK */

.dash_course_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.dash_course_wrap img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 5px;
}
.dash_course_info_wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
    overflow: hidden;
    flex-basis: 100%;
}
.gomagic_dashboard h3 {
    font-size: 18px;
    font-weight: 500;
    transition: 0.2s;
}
.gomagic_dashboard a:hover h3 {
    color: #007cff;
}
.dash_course_info_wrap h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    line-height: 1.2;
}

.dash_meta_info {
    font-size: 13px;
    color: #898989;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
}

.dash_progress_bar {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.dash_progress_stripe {
    height: 5px;
    background: #E7E9EC;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.dash_progress_stripe_fill {
    position: absolute;
    left: 0;
    background-color: #007cff;
    top: 0;
    height: 5px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
}
.dash_progress_legend {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.2;
}
.legend_top .dash_progress_legend {
    order: 1;
}
.legend_top .dash_progress_stripe {
    order: 2;
}

.gomagic_dashboard .basics_tree img {
    background: #FEAD01;
}
.gomagic_dashboard .inter_tree img {
    background: #11BCA8;
}
.gomagic_dashboard .sdk_tree img {
    background: #919CFF;
}
.gomagic_dashboard .dan_tree img {
    background: #FF699F;
}


/* SKILLS TO IMPROVE */

.dash_block.skills-block .dash_progress_bar {
    gap: 0;
}
.dash_block.skills-block .dash_progress_legend_left {
    font-size: 15px;
    color: #373737;
    transition: 0.2s;
}
.dash_block.skills-block a:hover .dash_progress_legend_left {
    color: #007cff;
}
.dash_block.skills-block h3 {
    margin-bottom: 0px;
}
.dash_block.skills-block {
  gap: 16px;
}
.skill_group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.dash_block.skills-block .dash_progress_legend {
    line-height: 1.6;
    align-items: baseline;
}
.dash_block.skills-block .dash_progress_legend_right {
    text-transform: uppercase;
    /* font-variant: small-caps; */
    font-size: 11px;
}
.dash_block.skills-block .dash_progress_legend_right i {
    font-size: 11px;
}

.dash_block.skills-block .low .dash_progress_stripe_fill {
  background-color: #cd9a0b;
}
.dash_block.skills-block .low .dash_progress_legend_right {
  color: #cd9a0b;
}
.dash_block.skills-block .verylow .dash_progress_stripe_fill {
  background-color: #c93c16;
}
.dash_block.skills-block .verylow .dash_progress_legend_right {
  color: #c93c16;
}

.flex_col {
    display: flex;
    flex-direction: column;
}
.flex_between {
    display: flex;
    justify-content: space-between;
}

/* DAILY STATS & REWARDS */

.dash_block .gm_tabs {
    padding: 0;
}
.dash_block .gm_tabs .content section h2, .dash_block .gm_tabs ul li label {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
}
.dash_block .gm_tabs .slider .indicator {
    height: 2px;
}
.dash_block .gm_tabs ul li {
    width: inherit; 
    padding: 0;
}
.dash_block .gm_tabs .content {
    margin-top: 16px;
}

.daily_stats_section {
    display: flex;
    justify-content: space-around;
}
.daily_stats_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #EFF6FF;
    padding: 10px 16px;
    border-radius: 20px;
    min-width: 70px;
}
.daily_stats_item div {
    font-size: 15px;
    font-weight: 500;
    color: #383330;
}
.daily_stats_item span {
    font-size: 13px;
    color: #777F8A;
}

.dash_seperator {
    border-top: 1px solid #C9C9CA;
}

/* DAILY REWARDS */

.flex_col.daily_rewards_group {
    gap: 14px;
}
.daily_rewards_group .flex_between {
    gap: 4px;
    align-items: baseline;
}
.daily-block h3 {
    margin: 0;
    white-space: nowrap;
    line-height: 1.2;
}
.daily_rew_streak {
    font-size: 13px;
    white-space: nowrap;
    line-height: 1.2;
}
.daily_rew_message {
    font-size: 13px;
    color: #777F8A;
    line-height: 1.2;
}
.daily_rew_time {
    font-size: 13px;
    color: #FFAF01;
    white-space: nowrap;
    line-height: 1.2;
}

.daily_reward {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #FFF9D5;
    border-radius: 8px;
    width: 38px;
    height: 46px;
    color: #FEAD01;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    gap: 2px;
}
.daily_reward svg {
    height: 15px;
}
.daily_reward.rew_current {
    outline: 2px solid #FEAD01;
}
.daily_reward i {
    position: absolute;
}
.daily_reward .bb-icon-lock-fill {
    font-size: 7px;
    right: 4px;
    top: 5px;
    color: #A59165;
}
.daily_reward.rew_current .bb-icon-lock-fill, .daily_reward.rew_got .bb-icon-lock-fill {
    display: none;
}
.daily_reward .bb-icon-check {
    display: none; 
    font-size: 28px;
    color: #33CC66;
    opacity: 1;
    z-index: 2;
}
.daily_reward.rew_got div, .daily_reward.rew_got svg {
    opacity: 0.5;
}
.daily_reward.rew_got .bb-icon-check {
    display: block;
}


/*! BOTTOM MOBILE MENU */

@media (min-width: 800px) {
    .bottom-mobile-menu-wrapper {
        display: none !important;
    }    
}
@media (max-width: 800px) {
    #chatra.chatra--side-bottom {
        bottom: 70px!important;
    }
}

.bottom-mobile-menu-wrapper {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: white;
    height: 58px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    z-index: 105;
    box-shadow: 0 -2px 0 0 rgba(139, 141, 157, .05), 0 -7px 10px 0 rgba(65, 71, 108, .08) !important;
}
.bottom-menu {
    display: flex;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.bottom-menu a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 10px;
    color: inherit;
    line-height: 1.2;
}
.bottom-menu a:hover {
    color: inherit;
}
.bottom-menu .current-menu-item a, .bottom-menu .current-menu-item a:before {
    color: #333;
    font-weight: 500;
}

.bottom-menu a:before {
    font-family: bb-icons;
    font-weight: 400;
    display: inline-block;
    color: #939597;
    font-size: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.bottom-menu .bottom-menu-home a:before {
    content: '\e812';
}
.bottom-menu .bottom-menu-courses a:before {
    content: '\e957';
/*    content: '\e81e'; */
}
.bottom-menu .bottom-menu-skilltree a:before {
/*    content: '\e80f';*/
    content: '\e927';
    transform: rotate(90deg);
}
.bottom-menu .bottom-menu-articles a:before {
    content: '\e86e';
/*    content: '\e873';*/
/*    content: '\e925';*/
}
.bottom-menu .bottom-menu-burger a:before {
    content: '\e84b';
}


/*! Site-Wide Notices */


.site .bp-feedback.bp-sitewide-notice {
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 30px 20px 10px 20px;
    background: initial;
}
.bp-sitewide-notice .bp-sitewide-notice-wrap {
    max-width: 1180px;
    padding: 20px 16px 20px 32px;
    background: #FFD785;
}
.bp-feedback.bp-sitewide-notice strong {
    display: none;
}
.bp-feedback.bp-sitewide-notice strong + br {
    display: none;
}
.bp-feedback.bp-sitewide-notice p {
    font-size: 15px;
    color: #494949;
}








/*! DARK MODE (copied from learndash.css and deleted .bb-sfwd-aside)*/

body:not(.bb-dark-theme) .sfwd-light-mode {
  display: none; }

  .bb-dark-theme .bb-mobile-panel-header .user-wrap a:hover,
  .bb-dark-theme .bb-mobile-panel-inner .mobile-menu a:hover {
    color: #fff; }
  .bb-dark-theme.ld-in-focus-mode .learndash-wrapper {
    background-color: transparent; }
  .bb-dark-theme .sfwd-dark-mode {
    display: none; }
  .bb-dark-theme h1, .bb-dark-theme .h1, .bb-dark-theme h2, .bb-dark-theme .h2, .bb-dark-theme h3, .bb-dark-theme .h3, .bb-dark-theme h4, .bb-dark-theme .h4, .bb-dark-theme h5, .bb-dark-theme .h5, .bb-dark-theme h6, .bb-dark-theme .h6 {
    color: #ddd; }
  .bb-dark-theme .ld-sidebar-widgets li.widget h2.widgettitle,
  .bb-dark-theme .widget_ldcoursenavigation .ld-lesson-section-heading,
  .bb-dark-theme .widget_ldcourseinfo .course_progress_details .learndash-profile-course-title a,
  .bb-dark-theme #quiz_progress_details p a,
  .bb-dark-theme .widget .item-list .item-title a,
  .bb-dark-theme .widget.buddypress div.item-options .selected,
  .bb-dark-theme .widget.activity_update .activity-update p a:not(.activity-time-since),
  .bb-dark-theme .widget_lduserstatus .learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title {
    color: #fff; }
  .bb-dark-theme .ld-sidebar-widgets .widget.buddypress div.item-options .selected {
    border-bottom-color: #ccc !important; }
  .bb-dark-theme .ld-course-navigation .course-entry-title,
  .bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-header,
  .bb-dark-theme .lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading {
    color: #fff; }
  .bb-dark-theme .site-header {
    background: var(--bg-dark-menu);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.51); }
    .bb-dark-theme .site-header .bb-icon-close {
      color: var(--bg-dark); }
  .bb-dark-theme.sticky-header .site-header {
    box-shadow: 0 4px 1px -4px rgba(0, 0, 0, 0.22); }
  .bb-dark-theme.sticky-header .site-header.has-scrolled {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 5px 10px 0 rgba(0, 0, 0, 0.15); }
  .bb-dark-theme .site-header #header-aside i {
    color: #ddd!important; }
  .bb-dark-theme .side-panel-menu a {
    color: #939597; }
  .bb-dark-theme .side-panel-menu a:hover {
      color: #fff; }
  .bb-dark-theme .learndash_next_prev_link a,
  .bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a {
    color: #939597; }
    .bb-dark-theme .learndash_next_prev_link a:hover,
    .bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a:hover {
      color: #fff; }
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a {
    color: #939597;
    border-color: #939597; }
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-links ul li a:hover {
      color: #fff;
      border-color: #fff; }
  .bb-dark-theme .bb-type-list.bb-lms-list-inside a,
  .bb-dark-theme .bb-quiz-list a {
    color: #fff; }
  .bb-dark-theme .bb-learndash-banner,
  .bb-dark-theme .lms-topic-sidebar-wrapper,
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-topic-sidebar-data,
  .bb-dark-theme .learndash-wrapper .ld-topic-status {
    background-color: #1c1c1c; }
  .bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-topic-status {
    background-color: transparent; }
  .bb-dark-theme div.bb-lms-header,
  .bb-dark-theme .buddypanel,
  .bb-dark-theme .bb-mobile-panel-wrapper.left,
  .bb-dark-theme .bb-mobile-panel-wrapper.left .bb-mobile-panel-inner,
  .bb-dark-theme #learndash-page-content,
  .bb-dark-theme .bb-footer,
  .bb-dark-theme .panel-head,
  .bb-dark-theme .buddypanel #site-logo {
    background: var(--bg-dark-menu); }
  .bb-dark-theme .lms-topic-sidebar-wrapper,
  .bb-dark-theme #learndash-page-content {
    border-bottom: 0; }
  .bb-dark-theme .bb-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .bb-dark-theme .header-search-wrap,
  .bb-dark-theme .header-search-wrap input,
  .bb-dark-theme .header-search-wrap form {
    background-color: var(--bg-dark);
    color: #ddd; }
  .bb-dark-theme .primary-menu > li > a {
    color: #ddd!important; }
  .bb-dark-theme .primary-menu > li > a:hover {
      color: #007CFF; }
  .bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a,
  .bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link {
    background-color: rgba(146, 164, 183, 0.2); }
    .bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link a:hover,
    .bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link:hover {
      background-color: rgba(146, 164, 183, 0.3); }
  .bb-dark-theme #learndash-page-content .sfwd-course-nav .learndash_next_prev_link span.empty-post {
    background-color: rgba(146, 164, 183, 0.1); }
  .bb-dark-theme .lms-lesson-item.current > .bb-lesson-head,
  .bb-dark-theme .lms-topic-item.current > .bb-lms-title-wrap,
  .bb-dark-theme .lms-quiz-item.current > .bb-lms-title-wrap {
    background: #333; }
  .bb-dark-theme .lms-lesson-item.current > a .i-progress.i-progress-completed,
  .bb-dark-theme .lms-topic-item.current > a .i-progress.i-progress-completed,
  .bb-dark-theme .lms-quiz-item.current .i-progress.i-progress-completed {
    background-color: #007CFF;
    color: #fff; }
  .bb-dark-theme .i-progress.i-progress-not-completed {
    color: #777; }
  .bb-dark-theme .user-wrap a.user-link,
  .bb-dark-theme .bb-toggle-panel,
  .bb-dark-theme .buddypanel .bb-toggle-panel,
  .bb-dark-theme .side-panel-menu i,
  .bb-dark-theme .site-header i {
    color: #ddd!important; }
  .bb-dark-theme .user-wrap a.user-link:hover,
  .bb-dark-theme .user-wrap a.user-link:hover i,
  .bb-dark-theme .site-header #header-aside a.user-link:hover i,
  .bb-dark-theme .bb-toggle-panel:hover,
  .bb-dark-theme .bb-toggle-panel:hover i,
  .bb-dark-theme .buddypanel .bb-toggle-panel:hover {
    color: #fff!important; }
  .bb-dark-theme [data-balloon]:after {
    background: rgb(89, 89, 89);
    box-shadow: none;
    color: #dfdfdf; }
  .bb-dark-theme [data-balloon]:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgb(89,89,89)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto; }
  .bb-dark-theme [data-balloon][data-balloon-pos='right']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgb(89,89,89)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto; }
  .bb-dark-theme [data-balloon][data-balloon-pos='left']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgb(89,89,89)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto; }
  .bb-dark-theme [data-balloon][data-balloon-pos='down']:before {
    background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgb(89,89,89)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
    background-size: 100% auto; }
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a,
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a {
    color: #888888; }
    .bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a:hover, .bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a:hover:before,
    .bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a:hover,
    .bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a:hover:before {
      color: #fff; }
  .bb-dark-theme .lms-topic-item:hover:before {
    color: #fff; }
  .bb-dark-theme .bb-progress:after {
    border-color: #939597; }
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-incomplete {
    color: #939597; }
  .bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a {
    color: #939597; }
    .bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover {
      color: #fff; }
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-side-item-complete {
    color: #fff; }
  .bb-dark-theme .learndash_next_prev_link .next-link:last-child {
    border-color: var(--bg-dark); }
  .bb-dark-theme .lms-topic-item.current:before,
  .bb-dark-theme li.lms-topic-item.current > .bb-title,
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a,
  .bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child,
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span,
  .bb-dark-theme .lms-topic-sidebar-wrapper .course-group-list a {
    color: #fff; }
  .bb-dark-theme pre {
    background: #282A2C; }
  .bb-dark-theme label {
    color: #ddd; }
  .bb-dark-theme .lms-topic-sidebar-instructor .bb-about-instructor h5 a {
    color: #fff; }
  .bb-dark-theme .lms-topic-sidebar-progress .course-progress-wrap,
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol.bb-lessons-list > li.lms-lesson-item,
  .bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs,
  .bb-dark-theme .wpProQuiz_content .wpProQuiz_reviewDiv {
    border-bottom-color: #333; }
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading,
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading,
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-links {
    border-top-color: #333; }
  .bb-dark-theme .bb-separator {
    background: #333; }
  .bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem,
  .bb-dark-theme .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response,
  .bb-dark-theme .wpProQuiz_content ul.wpProQuiz_sortStringList > li {
    background-color: var(--bg-dark);
    border-color: #333; }
  .bb-dark-theme .wpProQuiz_content .wpProQuiz_tipp > div,
  .bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp > div:before {
    background-color: #333;
    border-color: #333; }
  .bb-dark-theme .wpProQuiz_content ul.wpProQuiz_questionList[data-type='matrix_sort_answer'] li table td {
    border-color: #333; }
  .bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type='essay'] form input[type=file] + label,
  .bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span {
    background-color: var(--bg-dark); }
  /* .bb-dark-theme input[type=text], .bb-dark-theme textarea, .bb-dark-theme select {
    background-color: #333;
    border-color: #515151;
    color: var(--text-dark); } */

  .bb-dark-theme .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay {
    border-color: #aaa; }
  .bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName,
  .bb-dark-theme .wpProQuiz_catOverview span.wpProQuiz_catPercent {
    color: #aaa; }
  .bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date:before {
    background-color: #aaa; }
  .bb-dark-theme .lms-header-instructor .bb-about-instructor .bb-about-instructor-date,
  .bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading > span,
  .bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:last-child,
  .bb-dark-theme .bb-lesson-head .bb-lesson-topics-count,
  .bb-dark-theme .bb-lesson-head .bb-lesson-quizzes-count,
  .bb-dark-theme .bb-lesson-head .bb-lesson-sidebar-ld-sep,
  .bb-dark-theme .lms-topic-sidebar-progress .course-completion-rate,
  .bb-dark-theme .lms-topic-sidebar-progress .ld-progress-steps,
  .bb-dark-theme #learndash-page-content .sfwd-course-nav .sfwd-course-expire i,
  .bb-dark-theme .learndash-wrapper .ld-progress .ld-progress-stats,
  .bb-dark-theme span.bb-pages .bb-total {
    color: #aaa; }
  .bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist {
    background-color: transparent;
    border-top-color: #333; }
    .bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist .wpProQuiz_button2 {
      margin-left: auto;
      margin-right: auto; }
  .bb-dark-theme .learndash-wrapper .ld-quiz-actions {
    border-top: 1px solid #333; }
  .bb-dark-theme .comment-respond {
    background-color: var(--bg-dark);
    border-color: #333; }
    .bb-dark-theme .comment-respond .comment-author {
      color: #fff; }
    .bb-dark-theme .comment-respond textarea {
      border-color: #333; }
    .bb-dark-theme .comment-respond input[type=submit].outline:disabled {
      background-color: #333; }
  .bb-dark-theme .learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a {
    color: inherit; }
  .bb-dark-theme .comment-list .comment-body {
    background-color: var(--bg-dark);
    border-color: #333;
    color: #aaa; }
    .bb-dark-theme .comment-list .comment-body .comment-author a.url {
      color: #fff; }
    .bb-dark-theme .comment-list .comment-body a.comment-date {
      color: #aaa; }
      .bb-dark-theme .comment-list .comment-body a.comment-date:hover {
        color: #fff; }
  .bb-dark-theme .bp-feedback.bp-sitewide-notice {
    background-color: rgba(146, 164, 183, 0.2);
    border-color: transparent; }
    .bb-dark-theme .bp-feedback.bp-sitewide-notice p {
      color: #939597; }
    .bb-dark-theme .bp-feedback.bp-sitewide-notice strong {
      color: #fff; }
    .bb-dark-theme .bp-feedback.bp-sitewide-notice button {
      color: #fff; }
  .bb-dark-theme #learndash-page-content .ld-focus-comments #commentform textarea#comment {
    background-color: #333;
    border: 0; }
  .bb-dark-theme #learndash-page-content .ld-focus-comments .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name {
    color: #fff; }
  .bb-dark-theme #learndash-page-content .ld-focus-comments .comment .ld-comment-wrapper {
    background-color: var(--bg-dark);
    border: 1px solid #333; }
  .bb-dark-theme #learndash-page-content .ld-focus-comments .ld-focus-comments__heading .ld-focus-comments__header {
    color: #fff; }
  .bb-dark-theme .buddypanel .site-branding {
    background-color: var(--bg-dark); }
  .bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-lesson-item-expanded {
    background-color: var(--bg-dark); }
  .bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before {
    border-top-color: #1c1c1c; }
  .bb-dark-theme .widget_bp_core_members_widget #members-list .item-avatar a .member-status {
    border-color: #1c1c1c; }
  .bb-dark-theme .ld-sidebar-widgets li.widget {
    border-top-color: #333; }
  .bb-dark-theme .widget_ldcoursenavigation .ld-course-navigation .ld-course-navigation-heading,
  .bb-dark-theme .widget_ldcourseinfo .ld-courseregistered-content-container .ld-course-info-my-courses {
    border-bottom-color: #333; }
  .bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar td,
  .bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar th {
    background: var(--bg-dark);
    color: #fff; }
  .bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar .tribe-events-othermonth {
    background: var(--bg-dark);
    color: #fff; }
  .bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-no-event,
  .bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-nav span,
  .bb-dark-theme .tribe_mini_calendar_widget .tribe-mini-calendar-event .list-info h2.tribe-events-title a, .bb-dark-theme .tribe-mini-calendar-event .list-info h2.tribe-events-title a,
  .bb-dark-theme .type-tribe_events .tribe-mini-calendar-event .list-date .list-daynumber {
    color: #fff; }
  .bb-dark-theme .tribe-mini-calendar td,
  .bb-dark-theme .tribe-mini-calendar th {
    border-color: #333; }
  .bb-dark-theme .type-tribe_events .tribe-mini-calendar-event {
    border-color: #333;
    background-color: var(--bg-dark); }
  .bb-dark-theme .tribe-events-countdown-widget div.tribe-countdown-number {
    color: #fff; }
  .bb-dark-theme .woocommerce.widget_shopping_cart .total {
    border-top-color: #333; }
  .bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,
  .bb-dark-theme .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
    color: #fff; }


/*! from inline styles*/
.site-header-container #site-logo .bb-logo.bb-logo-dark, .bb-dark-theme .site-header-container #site-logo .bb-logo, .site-header-container .ld-focus-custom-logo .bb-logo.bb-logo-dark, .bb-custom-ld-focus-mode-enabled:not(.bb-custom-ld-logo-enabled) .site-header-container .ld-focus-custom-logo .bb-logo.bb-logo-dark, .bb-dark-theme.bb-custom-ld-focus-mode-enabled:not(.bb-custom-ld-logo-enabled) .site-header-container .ld-focus-custom-logo img, .bb-dark-theme:not(.bb-custom-ld-logo-enabled) .site-header-container #site-logo .bb-logo, .buddypanel .site-branding h2 img.bb-logo.bb-logo-dark, .bb-dark-theme .buddypanel .site-branding h2 img.bb-logo, .buddypanel .site-branding h1 img.bb-logo.bb-logo-dark, .bb-dark-theme .buddypanel .site-branding h1 img.bb-logo {
    display: none;
}
.bb-dark-theme #site-logo .site-title .bb-logo.bb-logo-dark img, .bb-dark-theme #site-logo .site-title .bb-logo.bb-logo-dark img, .bb-dark-theme #site-logo .site-title img.bb-logo.bb-logo-dark, .bb-dark-theme #site-logo .site-title img.bb-logo.bb-logo-dark, .bb-custom-ld-focus-mode-enabled .site-header-container .ld-focus-custom-logo .bb-logo.bb-logo-dark, .bb-dark-theme .buddypanel .site-branding h2 img.bb-logo.bb-logo-dark {
    width: 174px;
}
.bb-dark-theme .site-header-container #site-logo .bb-logo.bb-logo-dark, .bb-dark-theme.bb-custom-ld-focus-mode-enabled:not(.bb-custom-ld-logo-enabled) .site-header-container .ld-focus-custom-logo .bb-logo.bb-logo-dark, .bb-dark-theme .site-header-container #site-logo .bb-logo.bb-logo-dark, .buddypanel .site-branding h2 img.bb-logo, .bb-dark-theme .buddypanel .site-branding h2 img.bb-logo.bb-logo-dark, .buddypanel .site-branding h1 img.bb-logo, .bb-dark-theme .buddypanel .site-branding h1 img.bb-logo.bb-logo-dark {
    display: inline!important;
}
.site-header-container #site-logo .bb-logo.bb-logo-dark, .bb-dark-theme .site-header-container #site-logo .bb-logo, .site-header-container .ld-focus-custom-logo .bb-logo.bb-logo-dark, .bb-custom-ld-focus-mode-enabled:not(.bb-custom-ld-logo-enabled) .site-header-container .ld-focus-custom-logo .bb-logo.bb-logo-dark, .bb-dark-theme.bb-custom-ld-focus-mode-enabled:not(.bb-custom-ld-logo-enabled) .site-header-container .ld-focus-custom-logo img, .bb-dark-theme:not(.bb-custom-ld-logo-enabled) .site-header-container #site-logo .bb-logo, .buddypanel .site-branding h2 img.bb-logo.bb-logo-dark, .bb-dark-theme .buddypanel .site-branding h2 img.bb-logo, .buddypanel .site-branding h1 img.bb-logo.bb-logo-dark, .bb-dark-theme .buddypanel .site-branding h1 img.bb-logo {
    display: none;
}
.site-title img.bb-mobile-logo.bb-mobile-logo-dark, .bb-dark-theme .site-title img.bb-mobile-logo, .bb-dark-theme:not(.bb-custom-ld-logo-enabled) .site-title img.bb-mobile-logo {
    display: none;
}
.bb-dark-theme .site-title img.bb-mobile-logo.bb-mobile-logo-dark, .bb-dark-theme:not(.bb-custom-ld-logo-enabled) .site-title img.bb-mobile-logo.bb-mobile-logo-dark {
    display: inline;
}

/*! END dark styles from learndash */
/*! Go Magic customizations  */



body.bb-dark-theme.buddyboss-theme {
    background-color: var(--bg-dark);
/*    color: #d8d8d8;*/
/*    color: #aaa; */
    color: var(--text-dark); 
}
.bb-dark-theme .bb-mobile-panel-header .user-name, 
.bb-dark-theme .bb-mobile-panel-inner .bb-primary-menu a, 
.bb-dark-theme .site-header .bb-mobile-panel-inner .sub-menu a {
    color: #c4c4c4;
}
.bb-dark-theme .site-title a:after {
    color: white;
}
.bb-dark-theme .primary-menu > .menu-item-has-children:not(.hideshow):after {
    color: #8d8d8d;
}
.bb-dark-theme .lms-topic-sidebar-course-navigation a.course-entry-link {
    color: #b3b3b3;
}
.bb-dark-theme .xp_progress_bar {
    background-image: none; 
}
.bb-dark-theme .XP_Header .xp_legend {
    color: #eaeaea;
}
.bb-dark-theme .bottom-menu a:before {
    color: #bdbdbd;
}
.bb-dark-theme .bottom-menu .current-menu-item a, .bb-dark-theme .bottom-menu .current-menu-item a:before {
    color: #ddd;
}

.bb-dark-theme .bottom-mobile-menu-wrapper {
    background: var(--bg-dark);
}
.bb-dark-theme a.bb-close-panel {
    background: rgba(0,0,0,.9);
}
.bb-dark-theme .bb-mobile-panel-wrapper .wpml-ls-legacy-dropdown-click a {
    background-color: var(--bg-dark-menu);
}
.bb-dark-theme .bb-mobile-panel-inner .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, 
.bb-dark-theme .bb-mobile-panel-inner .wpml-ls-legacy-dropdown-click a:focus, 
.bb-dark-theme .bb-mobile-panel-inner .wpml-ls-legacy-dropdown-click a:hover {
    background: var(--bg-dark-menu);
}

.bb-dark-theme .notification-dropdown {
    background: var(--bg-dark);
    border: 1px solid #444;
}
.bb-dark-theme .notification-wrap.menu-item-has-children > a::before {
    background: var(--bg-dark);
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
}
.bb-dark-theme .notification-header {
    border-bottom: 1px solid #6c6c6c;
}
.bb-dark-theme .notification-list li {
    border-bottom: 1px solid #393939;
}
.bb-dark-theme .notification-list li:hover {
    background: #313131;
}
.bb-dark-theme .notification-footer {
    background: var(--bg-dark);
    border-top: 1px solid #393939;
}
.notification-list .unread {
    background: #232324;
}
.bb-dark-theme .notification-content a {
    color: #ddd;
}
.bb-dark-theme .header-search-wrap a.close-search i {
    color: #acacac;
}
/*.bb-dark-theme .mobile-premium-button a, .bb-dark-theme .menu-store-button a {
    color: #181818 !important;
}
.bb-dark-theme .mobile-premium-button a:hover, .bb-dark-theme .menu-store-button a:hover {
    color: #181818 !important;
}*/
.bb-dark-theme .header-mini-cart ul.cart_list li.mini_cart_item {
    background-color: #292a2a;
    border-bottom: 1px solid #686868;
}
.bb-dark-theme.woocommerce table.shop_table td.product-name a, .bb-dark-theme .header-mini-cart ul.cart_list li.mini_cart_item > a {
    color: #ddd;
}


/*! dark footer  */
.bb-dark-theme .gm-footer {
    background-image: linear-gradient(180deg, var(--bg-dark) 0%, #000 100%);
}
.bb-dark-theme div.mywidget-trustpilot div {
    color: #d3d3d3 !important;
}
.bb-dark-theme .social-icon-tiktok {
    background-color: var(--bg-dark);
}
.bb-dark-theme .trustpilot_black_logo {
    display: none;
}
.bb-dark-theme .trustpilot_white_logo {
    display: inline!important;
}
.bb-dark-theme .gm_black_logo_footer {
    display: none;
}
.bb-dark-theme .gm_white_logo_footer {
    display: inline!important;
}

/*! dark theme Skill Tree */
.bb-dark-theme .hardmode_block {
    background: #342929;
}
.bb-dark-theme .hardmode_toggle .caption_for_toggle {
    color: #d6d6d6;
}
.bb-dark-theme .hardmode_toggle .onoffswitch-inner::before {
    background-color: var(--bg-dark);
}
.bb-dark-theme .hardmode_toggle .onoffswitch-inner::after {
    background-color: var(--bg-dark);
    color: #aaa;
}
.bb-dark-theme .hardmode_toggle .onoffswitch-switch {
    background: #aaa;
}
.bb-dark-theme .hardmode_desc {
    color: #a5a5a5;
}

.bb-dark-theme .tree_title {
    color: #dfdfdf;
}
.bb-dark-theme .skill_progress.focus_button .skill_legend::after {
    color: #898989;
}
.bb-dark-theme .skill_progress .skill_stripe_wrap {
    background: #575757;
}
.bb-dark-theme svg.skill_circle_progress .circle_grey {
    stroke: #414141;
}
.bb-dark-theme .gomagic_skill[data-level="0"] .skill_crystal {
    fill: #414141;
}
.bb-dark-theme .gomagic_skill .skill_crystal {
    stroke: var(--bg-dark);
}
.bb-dark-theme .skill_info_icon {
    color: #cecece;
    background-color: #414141;
}
.bb-dark-theme .skill_info_icon:hover {
    background-color: var(--gm-blue);
}
.bb-dark-theme .gomagic_skill[data-skill_state="closed"] .svg_skill_bg, .bb-dark-theme .gomagic_skill[data-skill_state="indevelopment"] .svg_skill_bg, .bb-dark-theme .gomagic_skill[data-skill_state="closed"] image.svg_skill_icon, .bb-dark-theme .gomagic_skill[data-skill_state="indevelopment"] image.svg_skill_icon {
    opacity: 0.5;
}
.bb-dark-theme .gomagic_skill[data-skill_state="closed"] .circle_progress, .bb-dark-theme .gomagic_skill[data-skill_state="indevelopment"] .circle_progress {
    stroke: #626262 !important;
}
.bb-dark-theme .gomagic_skill[data-skill_state="closed"] .skill_crystal, .bb-dark-theme .gomagic_skill[data-skill_state="indevelopment"] .skill_crystal {
    fill: #414141;
}
.bb-dark-theme .first_dev_row {
    border-top: 1px #5b5b5b solid;
}
.bb-dark-theme #skill_window {
    background: var(--bg-dark);
}
.bb-dark-theme #skill_close {
    color: #c8c8c8;
    background: rgba(255, 255, 255, 0.12);
}
.bb-dark-theme #skill_info_wrap {
    background: #151515;
}
.bb-dark-theme .ghostmode_span {
    background: #cf4b4b;
}
.bb-dark-theme #skill_tree_sidebar_show_button {
    background: var(--bg-dark);
    color: #ddd;
}
@media (max-width: 650px) {
    .bb-dark-theme .skill_tree_sidebar {
        background: var(--bg-dark);
    }
}
.bb-dark-theme #skill_tree_sidebar_hide_button {
    color: #ddd;
}

/*! DARK DASHBOARD */
.bb-dark-theme .dash_block {
    background-color: var(--bg-dark-menu);
}
.bb-dark-theme .dash_chip.xp_progress.difficulty_1 {
    background-color: #BD850B;
    color: #382600;
} 
.bb-dark-theme .dash_chip.xp_progress.difficulty_1 .chip_filling {
    background-color: #E49D04;
} 
.bb-dark-theme .dash_chip.xp_progress.difficulty_2 {
    background-color: #178F81;
    color: #00221E;
} 
.bb-dark-theme .dash_chip.xp_progress.difficulty_2 .chip_filling {
    background-color: #13AA98;
} 
.bb-dark-theme .dash_chip.xp_progress.difficulty_3 {
    background-color: #7178BD;
    color: #0E112D;
} 
.bb-dark-theme .dash_chip.xp_progress.difficulty_3 .chip_filling {
    background-color: #848EE4;
} 
.bb-dark-theme .dash_chip.xp_progress.difficulty_4 {
    background-color: #BD547A;
    color: #5A0020;
} 
.bb-dark-theme .dash_chip.xp_progress.difficulty_4 .chip_filling {
    background-color: #E4608F;
} 

.bb-dark-theme .dash_chip.coins {
    background-color: #4B3F21;
}
.bb-dark-theme .chip_button {
    color: #f6f6f6;
    background: #007cff;
}

.bb-dark-theme .dash_chip.member {
    background-color: #393939;
}
.bb-dark-theme .dash_chip.member .chip_member {
    color: #B0B0B0;
}
.bb-dark-theme .dash_chip.member .chip_expires {
    color: #848484;
}
.bb-dark-theme .dash_chip.member.expires-soon .chip_expires {
    color: #BFBFBF !important;
}
.bb-dark-theme .dash_chip.member.expired .chip_expires {
    color: #f6f6f6 !important;
}

.bb-dark-theme .dash_chip.member.silver_chip {
    background-color: #233C43;
}
.bb-dark-theme .dash_chip.member.silver_chip .chip_member {
    color: #19A5CB;
}
.bb-dark-theme .dash_chip.member.silver_chip .chip_expires {
    color: #7DA2AC;
}
.bb-dark-theme .dash_chip.member.silver_chip .chip_button {
    background-color: #19A5CB;
}

.bb-dark-theme .dash_chip.member.gold_chip {
    background-color: #42381F;
}
.bb-dark-theme .dash_chip.member.gold_chip .chip_member {
    color: #E7A600;
}
.bb-dark-theme .dash_chip.member.gold_chip .chip_expires {
    color: #A9905D;
}
.bb-dark-theme .dash_chip.member.gold_chip .chip_button {
    background-color: #E7A600;
    color: black;
}

.bb-dark-theme .dash_chip.member.magic_chip {
    background-color: #1D3753;
}
.bb-dark-theme .dash_chip.member.magic_chip .chip_member {
    color: #007CFF;
}
.bb-dark-theme .dash_chip.member.magic_chip .chip_expires {
    color: #7791AC;
}
.bb-dark-theme .dash_chip.member.magic_chip .chip_button {
    background-color: #007CFF;
}

.bb-dark-theme .daily_stats_item {
    background: #313539;
}
.bb-dark-theme .daily_stats_item div {
    color: #ddd;
}
.bb-dark-theme .daily_reward {
    background: #3E391F;
}
.bb-dark-theme .daily_rew_message {
    color: #8D939A;
}
.bb-dark-theme .dash_seperator {
    border-top: 1px solid #5B5B5B;
}
.bb-dark-theme .dash_progress_stripe {
    background: #424242;
}
.bb-dark-theme .dash_progress_stripe_fill {
    background-image: linear-gradient(to bottom, rgba(111, 111, 111, 0.3), rgba(255, 255, 255, 0.05));
}
.bb-dark-theme .dash_block.skills-block .dash_progress_legend_left {
    color: #aaa;
}

.bb-dark-theme .filter-cat div:not(.active), .bb-dark-theme .filter-cat a:not(.active) {
    color: #797979;
}
.bb-dark-theme .filter_button .count {
    background-color: #555;
    color: #ddd;
}
.bb-dark-theme .filter_button.active .count {
    background-color: #007cff;
}
.bb-dark-theme .bb-course-items .bb-cover-list-item, .bb-dark-theme #learndash-page-content, .bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList li.wpProQuiz_questionListItem, .bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span, .bb-dark-theme .wpProQuiz_content .wpProQuiz_addToplist, .bb-dark-theme .bb-course-preview-content, .bb-dark-theme .bp-feedback.ld-feedback, .bb-dark-theme .group_courses ul.courses-group-list li.item-entry .list-wrap, .bb-dark-theme .bb-about-instructor > .bb-grid, .bb-dark-theme #certificate_list .bb-certificate-wrap {
    background-color: var(--bg-dark-menu);
}
.bb-dark-theme .course_difficulty_progress_wrap {
    background-color: #333333;
}
.bb-dark-theme .course_difficulty_progress_wrap.inprogress, .bb-dark-theme .course_difficulty_progress_wrap.notstarted {
    background-color: #1E344C;
}
.bb-dark-theme .difficulty, .bb-dark-theme .course_duration {
    background-color: var(--bg-dark-menu);
    color: #b2b2b2;
}
.bb-dark-theme .course_difficulty_progress_wrap .ld-progress-bar {
    background: var(--bg-dark-menu);
}
.bb-dark-theme .bb-course-meta strong {
    color: #cbcbcb;
}
.bb-dark-theme .course_difficulty_progress_wrap.completed {
    background-color: #273d2e;
}
.bb-dark-theme .bb-course-items .bb-cover-list-item {
    outline: 1px solid #515151;
}
.bb-dark-theme .bb-course-items .bb-cover-list-item.completed {
    outline: 1px solid #116805;
}
.bb-dark-theme .bb-course-items .bb-cover-list-item.inprogress {
    outline: 1px solid #00448a;
}
/*.bb-dark-theme .diff_lvls {
    color: #181818;
}
.bb-dark-theme .magic_sticker, .bb-dark-theme .gold_sticker, .bb-dark-theme .silver_sticker, .bb-dark-theme .free_sticker {
    color: #181818;
}*/
.bb-dark-theme .filter-cat:not(:first-child) {
    border-left: 2px solid #898989;
}

/*! Dark Articles */

.bb-dark-theme .widget, .bb-dark-theme .post-inner-wrap, .bb-dark-theme .comment-respond {
    background: var(--bg-dark-menu);
}
.bb-dark-theme .widget, .bb-dark-theme .post-inner-wrap, .bb-dark-theme .comment-respond, .bb-dark-theme .bs-item-list.list-view .bs-item-wrap, .bb-dark-theme .post-author-details, .bb-dark-theme .widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap {
    border-color: #383838;
}
.bb-dark-theme .entry-header .entry-title a, .bb-dark-theme .post-author, .bb-dark-theme .comment-respond .vcard a, .bb-dark-theme .widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a, .bb-dark-theme .list-title a, .bb-dark-theme .activity-header a, .bb-dark-theme .widget.bp-latest-activities a, .bb-dark-theme #whats-new-form .username, .bb-dark-theme .bb-recent-posts h4 a.bb-title, .bb-dark-theme .widget .item-list .item-title a, .bb-dark-theme .comment-respond .comment-author, .bb-dark-theme .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap, .bb-dark-theme .activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a, .bb-dark-theme .activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a, .bb-dark-theme .activity-list li.bbp_topic_create .bp-activity-head .bb-post-singular, .bb-dark-theme .activity-list li.bbp_reply_create .bp-activity-head .bb-post-singular, .bb-dark-theme .activity-list li.blogs .bp-activity-head .bb-post-singular, .bb-dark-theme .activity-list li.bbp_topic_create .activity-content .activity-inner .bb-post-title, .bb-dark-theme .activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap, .bb-dark-theme .activity-list li.bbp_reply_create .activity-content .activity-inner .bb-post-title, .bb-dark-theme .activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap, .bb-dark-theme .activity-list li.blogs .activity-content .activity-inner .bb-post-title, .bb-dark-theme .activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap {
    color: #ddd;
}
.bb-dark-theme .top-meta i {
    color: #dfedfe;
}
.bb-dark-theme .post-meta-wrapper {
    border-top: 1px solid #333;
}
.bb-dark-theme .post-author-info {
    border-bottom: 1px solid #333;
}
.bb-dark-theme.single-attachment .post-related-posts, .bb-dark-theme.single-post .post-related-posts {
    border-bottom: 1px solid #333;
}
.bb-dark-theme .bb-share-container {
    background: var(--bg-dark-menu);
}
.bb-dark-theme .bb-share-container a {
    color: #fbfbfb;
}
.bb-dark-theme .bb-share-container a:hover {
    color: #ffffff;
}
.bb-dark-theme .stk-container:not(.stk--no-background) {
    background-color: var(--bg-dark-menu);
}
.bb-dark-theme .stk-block-accordion .stk-container.stk-hover-parent {
    border: 1px solid #3f3f3f !important;
}
.bb-dark-theme .stk-block-accordion .stk--inner-svg svg:last-child, .bb-dark-theme .stk-block-accordion .stk--inner-svg svg:last-child :is(g, path, rect, polygon, ellipse) {
    fill: #b6b6b6 !important;
}
.bb-dark-theme .comment-text {
    color: #d3d3d3;
}

/* waves on main page */
.stk-block-separator__inner svg, .stk-separator__wrapper svg {
    fill: var(--bg-light);
}
.bb-dark-theme .stk-block-separator__inner svg, .bb-dark-theme .stk-separator__wrapper svg {
    fill: var(--bg-dark);
}
.bb-dark-theme .land_desc_block {
    color: var(--text-dark);
}

/*! dark courses */
.bb-dark-theme .diff_lvls.black {
    color: #eeeeee;
}
.bb-dark-theme .rating-container .empty-stars {
    color: #333;
}
.bb-dark-theme .bb-course-categories, .bb-dark-theme .bb-single-course-sidebar h4, .bb-dark-theme .lms-topic-sidebar-instructor .bb-about-instructor > h4, .bb-dark-theme .lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title, .bb-dark-theme .lms-topic-sidebar-wrapper .ld-item-list-section-heading .ld-lesson-section-heading, .bb-dark-theme .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading, .bb-dark-theme .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-card .ld-profile-heading, .bb-dark-theme .learndash-wrapper #ld-profile .ld-profile-summary .ld-profile-stats .ld-profile-stat strong, .bb-dark-theme .learndash-wrapper #ld-profile .ld-progress-label, .bb-dark-theme .bb-course-footer, .bb-dark-theme .learndash-wrapper .ld-login-modal .ld-login-modal-form label, .bb-dark-theme .learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading {
    color: var(--h-dark);
}
.bb-dark-theme .learndash-wrapper .ld-expand-button, .bb-dark-theme .learndash-wrapper .ld-course-status .ld-status.ld-status-progress, .bb-dark-theme .single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-stats, .bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName, .bb-dark-theme .bp-feedback.ld-feedback {
    color: #b1b2b3;
}
.bb-dark-theme .learndash-wrapper .ld-status-unlocked, .bb-dark-theme .learndash-wrapper .ld-course-status .ld-status.ld-status-progress, .bb-dark-theme .single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar {
    background-color: #333;
}
.bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type='single'] li.wpProQuiz_questionListItem, .bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type='multiple'] li.wpProQuiz_questionListItem, .bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList.ui-sortable li.wpProQuiz_questionListItem, .bb-dark-theme .wpProQuiz_content .wpProQuiz_questionList[data-type='essay'] form, .bb-dark-theme .wpProQuiz_content .wpProQuiz_quiz .wpProQuiz_response, .bb-dark-theme .lms-topic-sidebar-wrapper .lms-links, .bb-dark-theme .bb-courses-directory .grid-filters, .bb-dark-theme .bb-courses-directory .bp-navs, .bb-dark-theme .bb_profile_course_wrapper, .bb-dark-theme #quiz_progress_details > p, .bb-dark-theme .bp-feedback.ld-feedback, .bb-dark-theme .group_courses ul.courses-group-list li.item-entry .list-wrap, .bb-dark-theme .wpProQuiz_content ul.wpProQuiz_questionList[data-type='matrix_sort_answer'] li table td, .bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list .lms-course-quizzes-heading, .bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .lms-course-sidebar-heading, .bb-dark-theme .lms-topic-sidebar-progress .course-progress-wrap, .bb-dark-theme .bb-about-instructor > .bb-grid, .bb-dark-theme .bb-course-items .bb-cover-list-item, .bb-dark-theme .ld-course-list-items .bb-cover-list-item, .bb-dark-theme .wpProQuiz_content .wpProQuiz_reviewDiv, .bb-dark-theme #certificate_list .bb-certificate-wrap {
    border-color: #333;
}
.bb-dark-theme .bb-lesson-head, .bb-dark-theme .bb-about-instructor h5 a, .bb-dark-theme .bb_profile_course_wrapper a, .bb-dark-theme #quiz_progress_details p a, .bb-dark-theme .lms-topic-sidebar-wrapper .lms-lessions-list > ol li a.bb-lesson-head, .bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-quizzes-list > ul li a, .bb-dark-theme .learndash_course_content .bb-lessons-list li a.bb-lesson-head, .bb-dark-theme .learndash_course_content .bb-quiz-list a, .bb-dark-theme .bb-type-list.bb-lms-list-inside a, .bb-dark-theme .bb-quiz-list a, .bb-dark-theme .lms-header-instructor .bb-about-instructor h5 a, .bb-dark-theme .lms-topic-sidebar-wrapper .lms-course-members-list .course-members-list a, .bb-dark-theme .lms-topic-sidebar-wrapper .group-exec-list a .lms-group-lead span:first-child, .bb-dark-theme .lms-topic-sidebar-wrapper .lms-group-flag .lms-group-heading a span, .bb-dark-theme .lms-topic-sidebar-wrapper .course-group-list a, .bb-dark-theme .learndash-wrapper .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments span a, .bb-dark-theme .bb-course-meta strong a, .bb-dark-theme .learndash-wrapper .ld-alert .ld-alert-content a, .bb-dark-theme #certificate_list .bb-certificate-date {
    color: var(--h-dark);
}
.bb-dark-theme .review-split-percent-inner-1 {
    background-color: #292929;
}
.bb-dark-theme .review-author-link span.name {
    color: var(--h-dark);
}
.bb-dark-theme .review-top-section .review-top-col:nth-child(2) {
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}
.bb-dark-theme .comment-review-inner {
    border-bottom: 1px solid #333;
}
.bb-dark-theme .ld-progress-bar {
    background: #616161;
}
.bb-dark-theme .learndash-wrapper .ld-secondary-in-progress-icon {
    border-left-color: #7c7c7c;
    border-top-color: #7c7c7c;
}
.bb-dark-theme .learndash-wrapper .ld-status-icon.ld-quiz-incomplete, .bb-dark-theme .learndash-wrapper .ld-status-icon.ld-quiz-pending, .bb-dark-theme .learndash-wrapper .ld-status-icon.ld-status-incomplete {
    border: 2px solid #7c7c7c;
}
.bb-dark-theme .bb-about-instructor .bb-instructor-wrap .bb-author-meta {
    color: #aaaaaa;
    line-height: 1.4;
}
.bb-dark-theme .reviews-avg {
    color: #ddd;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
}
.bb-dark-theme .review-top-star-wrap {
    border-right: 1px solid #333;
}
.bb-dark-theme .learndash-wrapper .ld-status-unlocked, .bb-dark-theme .learndash-wrapper .ld-course-status .ld-status.ld-status-progress, .bb-dark-theme.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-bar {
    background-color: #444444;
}
.bb-dark-theme .learndash-wrapper .ld-expand-button, .bb-dark-theme .learndash-wrapper .ld-course-status .ld-status.ld-status-progress, .bb-dark-theme.single-sfwd-courses .learndash-wrapper .ld-progress .ld-progress-stats, .bb-dark-theme .wpProQuiz_content .wpProQuiz_catOverview span.wpProQuiz_catName, .bb-dark-theme .bp-feedback.ld-feedback {
    color: #bcbcbc;
}
.bb-dark-theme .modal {
    background: var(--bg-dark);
}
.bb-dark-theme .modal-container {
    background-color: var(--bg-dark);
    border: 1px solid #464646;
}
.bb-dark-theme .result_title {
    color: #f6f6f6;
}
.bb-dark-theme .grey_rect {
    background: var(--bg-dark-menu);
    color: var(--text-dark);
}

/*! dark profile & settings*/
.bb-dark-theme #buddypress .activity-list.bp-list .activity-item, .bb-dark-theme .activity-anonymous-options, .bb-dark-theme #cover-image-container, .bb-dark-theme .meeting-item-container, .bb-dark-theme .meeting-item-table .meeting-item-header, .bb-dark-theme .meeting-item-table .meeting-item, .bb-dark-theme .single-meeting-item-table .single-meeting-item, .bb-dark-theme .meeting-item-container .load-more, .bb-dark-theme #members-list.item-list .list-wrap, .bb-dark-theme .item-list.groups-list .list-wrap, .bb-dark-theme .item-list.bp-search-results-list .list-wrap, .bb-dark-theme #item-body > div.profile, .bb-dark-theme #whats-new-form-placeholder, .bb-dark-theme #whats-new-form, .bb-dark-theme .bb-bp-settings-container, .bb-dark-theme #buddypress .bp-navs.bb-bp-tab-nav, .bb-dark-theme .profile.public .bp-widget:not(:last-child), .bb-dark-theme .buddypress-wrap .bp-feedback, .bb-dark-theme #item-body #group-invites-container, .bb-dark-theme #item-body #group-invites-container .bp-navs.group-subnav, .bb-dark-theme nav#object-nav, .bb-dark-theme .groups.group-admin #buddypress #item-body .bp-navs.group-subnav, .bb-dark-theme .bp-avatar-nav ul, .bb-dark-theme .bp-avatar-nav ul.avatar-nav-items li.current, .bb-dark-theme #buddypress .groups-manage-members-list .item-list > li, .bb-dark-theme #item-body #group-invites-container .bp-invites-content .item-list > li, .bb-dark-theme #item-body #group-invites-container .bp-invites-content .item-list > li:last-child, .bb-dark-theme #buddypress .custom-homepage-info.info, .bb-dark-theme #item-body > div.profile p.bp-feedback, .bb-dark-theme .messages-wrapper, .bb-dark-theme .bb-bp-messages-single #bp-message-thread-list li, .bb-dark-theme #bp-message-thread-list > li:first-child, .bb-dark-theme .groups.group-create .buddypress-wrap, .bb-dark-theme .groups.group-create .buddypress-wrap #group-create-tabs, .bb-dark-theme .groups.group-create .buddypress-wrap #drag-drop-area, .bb-dark-theme .groups.group-create .buddypress-wrap .bp-invites-content #members-list li, .bb-dark-theme .bp-profile-wrapper, .bb-dark-theme .profile-loop-header, .bb-dark-theme .buddypress-wrap .profile.public .profile-group-title, .bb-dark-theme .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links), .bb-dark-theme #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap, .bb-dark-theme #buddypress .only-grid-view.button-wrap.member-button-wrap.footer-button-wrap > .friendship-button, .bb-dark-theme #page #buddypress #item-body .bp-profile-wrapper #subnav, .bb-dark-theme .bp-settings-container, .bb-dark-theme #buddypress .bp-settings-container .bp-navs, .bb-dark-theme .bp-messages-head, .bb-dark-theme .single.messages.view .bp-messages-nav-panel, .bb-dark-theme .messages.compose .bp-messages-nav-panel, .bb-dark-theme .bp-messages-content #bp-message-thread-list li:first-child, .bb-dark-theme #friend-list.item-list .list-wrap, .bb-dark-theme body:not(.group-admin):not(.group-invites) .buddypress-wrap .group-subnav.tabbed-links ul.subnav, body.bb-dark-theme:not(.group-admin):not(.group-invites) .buddypress-wrap .user-subnav.tabbed-links ul.subnav, body.bb-dark-theme:not(.group-admin):not(.group-invites) .buddypress-wrap .group-subnav.tabbed-links ul.subnav li.selected, body.bb-dark-theme:not(.group-admin):not(.group-invites) .buddypress-wrap .user-subnav.tabbed-links ul.subnav li.selected, body.bb-dark-theme:not(.group-admin):not(.group-invites) .buddypress-wrap.bp-vertical-navs .group-subnav.tabbed-links ul.subnav li.selected, body.bb-dark-theme:not(.group-admin):not(.group-invites) .buddypress-wrap.bp-vertical-navs .user-subnav.tabbed-links ul.subnav li.selected, .bb-dark-theme .groups.group-create .buddypress-wrap #group-create-tabs.tabbed-links .group-create-buttons li.current, .bb-dark-theme .bp-messages-content #bp-message-thread-list, .bb-dark-theme .zoom-meeting-block, .bb-dark-theme .bb-media-container, .bb-dark-theme .media-folder-document-filters, .bb-dark-theme #media-folder-document-data-table .media-folder_items, .bb-dark-theme .bb-activity-media-wrap .bb-activity-media-elem.document-activity, .bb-dark-theme .media.document-parent, .bb-dark-theme #group-settings-form #request-list li, .bb-dark-theme .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-form .bbp-the-content-wrapper, .bb-dark-theme .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-form #whats-new-attachments, .bb-dark-theme .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-form #whats-new-toolbar, .bb-dark-theme .topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper, .bb-dark-theme .topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments, .bb-dark-theme .topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar, .bb-dark-theme .bp-step-nav-main .bp-step-nav ul, .bb-dark-theme .bp-step-nav-main .bp-step-nav li.selected > a, .bb-dark-theme .bp-messages-content-wrapper.has_error .bp-messages-feedback {
    border-color: #454545;
}
.bb-dark-theme #whats-new-form-placeholder, .bb-dark-theme #whats-new-form, .bb-dark-theme .activity-anonymous-options, .bb-dark-theme .buddypress-wrap .bp-tables-user, .bb-dark-theme .meeting-item-container, .bb-dark-theme #buddypress .groups-manage-members-list .item-list > li, .bb-dark-theme #item-body #group-invites-container .bp-invites-content .item-list > li, .bb-dark-theme .messages-wrapper, .bb-dark-theme .bp-messages-content #bp-message-thread-list li, .bb-dark-theme .groups.group-create .buddypress-wrap, .bb-dark-theme .groups.group-create .buddypress-wrap .bp-invites-content #members-list li, .bb-dark-theme .bp-profile-wrapper, .bb-dark-theme .bp-settings-container, .bb-dark-theme #friend-list.item-list .list-wrap, .bb-dark-theme .zoom-meeting-block, .bb-dark-theme .media.document-parent, .bb-dark-theme .bb-activity-media-wrap .bb-activity-media-elem.document-activity, .bb-dark-theme #group-settings-form #request-list li, .bb-dark-theme .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-form .bbp-the-content-wrapper, .bb-dark-theme .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-form #whats-new-attachments, .bb-dark-theme .reply-edit #bbpress-forums .bbp-reply-form .bbp-form .bbp-form #whats-new-toolbar, .bb-dark-theme .topic-edit #bbpress-forums .bbp-topic-form .bbp-form .bbp-the-content-wrapper, .bb-dark-theme .topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-attachments, .bb-dark-theme .topic-edit #bbpress-forums .bbp-topic-form .bbp-form #whats-new-toolbar {
    background-color: var(--bg-dark-menu);
}
.bb-dark-theme .bp-dir-hori-nav nav#object-nav {
    background: var(--bg-dark-menu);
}
.bb-dark-theme .bp-navs ul li.selected a, .bb-dark-theme nav#object-nav .selected > a, .bb-dark-theme #buddypress table.profile-fields tr td.data {
    color: #ddd;
}
.bb-dark-theme .bp-navs ul li .count, .bb-dark-theme .buddypress-wrap .bp-navs li.dynamic a .count {
    background: #4e4e4e;
    color: #ddd;
}
.bb-dark-theme #page #buddypress #item-body .bp-profile-wrapper #subnav {
    background: var(--bg-dark-menu);
}
.bb-dark-theme .buddypress-wrap .bp-subnavs li.current a, .bb-dark-theme .buddypress-wrap .bp-subnavs li.selected a, .bb-dark-theme #buddypress .bp-navs.bb-bp-tab-nav .current a, .bb-dark-theme #buddypress .bp-navs.bb-bp-tab-nav .selected a, .bb-dark-theme .buddypress-wrap .bp-subnavs li.current a:focus, .bb-dark-theme .buddypress-wrap .bp-subnavs li.selected a:focus, .bb-dark-theme #buddypress .bp-navs.bb-bp-tab-nav .current a:focus, .bb-dark-theme #buddypress .bp-navs.bb-bp-tab-nav .selected a:focus, .bb-dark-theme .buddypress-wrap .bp-subnavs li.current a:hover, .bb-dark-theme .buddypress-wrap .bp-subnavs li.selected a:hover, .bb-dark-theme #buddypress .bp-navs.bb-bp-tab-nav .current a:hover, .bb-dark-theme #buddypress .bp-navs.bb-bp-tab-nav .selected a:hover, .bb-dark-theme .widget.buddypress div.item-options .selected, .bb-dark-theme .widget.buddypress div.item-options .selected:hover, .bb-dark-theme .elementor-widget-wrap div.item-options .selected, .bb-dark-theme .bp-navs ul li.selected a, .bb-dark-theme nav#object-nav .selected > a, .bb-dark-theme .bp-navs ul li.selected a:hover, .bb-dark-theme nav#object-nav .selected > a:hover, .bb-dark-theme #buddypress .bp-search-results-wrapper .bp-navs .current a, .bb-dark-theme #buddypress .bp-search-results-wrapper .bp-navs .selected a, .bb-dark-theme .groups.group-admin #buddypress #item-body .bp-navs.group-subnav .current a, .bb-dark-theme .groups.group-admin #buddypress #item-body .bp-navs.group-subnav .selected a, .bb-dark-theme #item-body #group-invites-container .bp-navs.group-subnav .current a, .bb-dark-theme #item-body #group-invites-container .bp-navs.group-subnav .selected a, .bb-dark-theme #buddypress .profile.edit .button-nav .current a, .bb-dark-theme .groups.group-create .buddypress-wrap .group-create-buttons li.current a, .bb-dark-theme #page #buddypress #item-body .bp-profile-wrapper #subnav .selected a, .bb-dark-theme #buddypress .bp-settings-container .bp-navs .current a, .bb-dark-theme #buddypress .bp-settings-container .bp-navs .selected a, .bb-dark-theme .buddypress-wrap .bp-subnavs ul #bp-zoom-switch-type > a.zoom_active, .bb-dark-theme #group-messages-container .bp-navs.group-subnav li.selected a {
    color: #dddddd;
}
.bb-dark-theme #buddypress #profile-edit-form label:not(.bp-screen-reader-text), .bb-dark-theme #buddypress #profile-edit-form legend:not(.bp-screen-reader-text) {
    color: #ddd;
}
.bb-dark-theme #buddypress .register-section .visibility-toggle-link, .bb-dark-theme #buddypress .profile.edit .visibility-toggle-link, .bb-dark-theme .widget.widget_bp_groups_widget .item-list .item-title a, .bb-dark-theme .notification-content a, .bb-dark-theme .groups.group-create .buddypress-wrap legend, .bb-dark-theme .groups.group-create .buddypress-wrap label, .bb-dark-theme .thread-to a, .bb-dark-theme .messages-wrapper #inbox-personal-li a, .bb-dark-theme .bp-messages-content #bp-message-thread-list .message-metadata .user-link, .bb-dark-theme .widget.activity_update .activity-update p a:not(.activity-time-since), .bb-dark-theme .bp-messages-content .thread-participants .participants-name a {
    color: #6c5f56;
}
.bb-dark-theme #buddypress #profile-edit-form input[type=text], .bb-dark-theme #buddypress #profile-edit-form select {
    color: #b6b6b6;
}
.bb-dark-theme #buddypress .dir-search input[type=search], .bb-dark-theme #buddypress .dir-search input[type=text], .bb-dark-theme #buddypress .groups-members-search input[type=search], .bb-dark-theme #buddypress .groups-members-search input[type=text], .bb-dark-theme #buddypress .standard-form input[type=color], .bb-dark-theme #buddypress .standard-form input[type=date], .bb-dark-theme #buddypress .standard-form input[type=datetime-local], .bb-dark-theme #buddypress .standard-form input[type=datetime], .bb-dark-theme #buddypress .standard-form input[type=email], .bb-dark-theme #buddypress .standard-form input[type=month], .bb-dark-theme #buddypress .standard-form input[type=number], .bb-dark-theme #buddypress .standard-form input[type=password], .bb-dark-theme #buddypress .standard-form input[type=range], .bb-dark-theme #buddypress .standard-form input[type=search], .bb-dark-theme #buddypress .standard-form input[type=tel], .bb-dark-theme #buddypress .standard-form input[type=text], .bb-dark-theme #buddypress .standard-form input[type=time], .bb-dark-theme #buddypress .standard-form input[type=url], .bb-dark-theme #buddypress .standard-form input[type=week], .bb-dark-theme #buddypress .standard-form select, .bb-dark-theme #buddypress .standard-form textarea {
    background-color: #1f1f1f;
    border: 1px solid #444444;
    color: #c1c1c1;
}
body.buddypress.bb-dark-theme  article.page > .entry-header .entry-title, body.bb-dark-theme  #buddypress div#item-header-cover-image h2, .bb-dark-theme .groups.group-create .buddypress-wrap .bp-invites-content #members-list .list-title, .bb-dark-theme #item-body #group-invites-container .bp-invites-content .list-title, .bb-dark-theme .bp-messages-content .thread-participants, .bb-dark-theme #buddypress .profile.edit > #profile-edit-form fieldset .editfield legend {
    color: #ddd;
}
.bb-dark-theme #item-body > div.profile h2.screen-heading, .bb-dark-theme #buddypress .profile.edit .button-nav, .bb-dark-theme .widget.buddypress div.item-options {
    border-bottom-color: #565656;
}
.bb-dark-theme .buddypress-wrap .profile.edit .repeater_group_outer, .bb-dark-theme #buddypress .bp-settings-container .bp-navs {
    background: var(--bg-dark-menu);
}
.bb-dark-theme .buddypress-wrap .profile.edit .repeater_group_outer {
    border: 1px solid #606060;
}
.bb-dark-theme .repeater_group_inner {
    border-top: 1px solid #898989;
}
.bb-dark-theme #buddypress .bb-bp-settings-content label {
    color: #a8a8a8;
}
.bb-dark-theme #buddypress .bb-bp-settings-content .info.bp-feedback {
    background: #303030;
}
.bb-dark-theme .main-notification-settings thead {
    background-color: #1c1c1c;
}
.bb-dark-theme .main-notification-settings thead .title {
    border-left: 1px solid #3e3e3e;
}
.bb-dark-theme .main-notification-settings th {
    border-top: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
}
.bb-dark-theme .onesignal-user-preference {
    border: 1px solid #707070;
}
.bb-dark-theme .onesignal-user-preference .web-notification-toggle .web-notification-icon-text .web-browser-text .web-notification-text {
    color: #afafaf;
}
.bb-dark-theme .onesignal-user-preference .web-notification-toggle .web-notification-icon-text p {
    color: #959595;
}
.bb-dark-theme .buddypress-wrap .bp-tables-report tbody tr:nth-child(odd), .bb-dark-theme .buddypress-wrap .bp-tables-user tbody tr:nth-child(odd) {
    background: #1a1a1a;
}
.bb-dark-theme .buddypress-wrap .bp-tables-report, .bb-dark-theme .buddypress-wrap .bp-tables-user, .bb-dark-theme .buddypress-wrap table.forum, .bb-dark-theme .buddypress-wrap table.wp-profile-fields {
    box-shadow: 0 0 0 1px #474747;
}
.bb-dark-theme .buddypress-wrap .bp-tables-report tbody tr:hover, .bb-dark-theme .buddypress-wrap .bp-tables-user tbody tr:hover {
    background: #303030;
}
.bb-dark-theme .buddypress-wrap .bp-tables-report thead tr, .bb-dark-theme .buddypress-wrap .bp-tables-user thead tr, .bb-dark-theme .buddypress-wrap table.forum thead tr, .bb-dark-theme .buddypress-wrap table.wp-profile-fields thead tr {
    border-bottom: 1px solid #717171;
}
.bb-dark-theme .buddypress-wrap .bp-feedback {
    color: #c6c6c6;
}
.bb-dark-theme .buddypress-wrap .bp-feedback {
    background: #2d2d2d;
}

/*! Dark Woocommerce */
.bb-dark-theme.woocommerce .woocommerce-breadcrumb {
    color: #cacaca;
}
.bb-dark-theme.woocommerce .woocommerce-breadcrumb a:hover {
    color: #ffffff;
}
.bb-dark-theme.woocommerce li.product, .bb-dark-theme.woocommerce li.product a.button.add_to_cart_button, .bb-dark-theme.woocommerce li.product a.added_to_cart.wc-forward, .bb-dark-theme.woocommerce li.product a.button.product_type_simple, .bb-dark-theme.woocommerce li.product a.button.product_type_grouped, .bb-dark-theme.woocommerce li.product a.button.product_type_external, .bb-dark-theme.woocommerce li.product a.button.product_type_variable, .bb-dark-theme.woocommerce #content div.product .woocommerce-tabs .panel, .bb-dark-theme.woocommerce #content div.product div.summary, .bb-dark-theme.woocommerce #content div.product div.woocommerce-product-gallery.images, .bb-dark-theme.woocommerce-cart .woocommerce, .bb-dark-theme.woocommerce-checkout .bb-wc-co #customer_details, .bb-dark-theme.woocommerce-checkout .bb-wc-co .bb-order-review, .bb-dark-theme.woocommerce .bsMyAccount--dashboard .woocommerce-MyAccount-navigation, .bb-dark-theme.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block, .bb-dark-theme.woocommerce .bsMyAccount--dashboard .woocommerce-Address, .bb-dark-theme.woocommerce .bsMyAccount:not(.bsMyAccount--dashboard), .bb-dark-theme .woocommerce .woocommerce-info, .bb-dark-theme.woocommerce .woocommerce-message, .bb-dark-theme .woocommerce form.checkout_coupon, .bb-dark-theme .woocommerce .bsMyAccount {
    background-color: #252525;
}
.bb-dark-theme.woocommerce #content div.product .woocommerce-tabs .panel, .bb-dark-theme.woocommerce #content div.product div.summary, .bb-dark-theme.woocommerce #content div.product div.woocommerce-product-gallery.images, .bb-dark-theme.woocommerce-cart .woocommerce, .bb-dark-theme.woocommerce-checkout .bb-wc-co #customer_details, .bb-dark-theme.woocommerce-checkout .bb-wc-co .bb-order-review, .bb-dark-theme.woocommerce .bsMyAccount--dashboard .woocommerce-MyAccount-navigation, .bb-dark-theme.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block, .bb-dark-theme.woocommerce .bsMyAccount--dashboard .woocommerce-Address, .bb-dark-theme.woocommerce .bsMyAccount:not(.bsMyAccount--dashboard), .bb-dark-theme.woocommerce .woocommerce-info, .bb-dark-theme.woocommerce .woocommerce-message, .bb-dark-theme .woocommerce form.checkout_coupon, .bb-dark-theme .woocommerce .bsMyAccount {
    border-color: #454545;
}
.bb-dark-theme.woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields legend, .bb-dark-theme.woocommerce #content div.product p.price, .bb-dark-theme.woocommerce-cart .cart-collaterals table.shop_table th, .bb-dark-theme.woocommerce-cart .cart-collaterals table.shop_table td, .bb-dark-theme.cart_totals table.shop_table tr.order-total th, .bb-dark-theme.woocommerce table.shop_table td.product-price, .bb-dark-theme.woocommerce table.shop_table td.product-subtotal, .bb-dark-theme.woocommerce-checkout .bb-wc-co table.shop_table .check-name, .bb-dark-theme.woocommerce-checkout .bb-wc-co table.shop_table td.product-total, .bb-dark-theme.woocommerce-checkout .bb-wc-co table.shop_table .qty strong, .bb-dark-theme.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total th, .bb-dark-theme.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td {
    color: #ddd;
}
.bb-dark-theme.woocommerce #content div.product p.price del {
    color: #878787;
}
.bb-dark-theme.woocommerce li.product a.woocommerce-LoopProduct-link>img {
    border-bottom: 1px solid #454545;
}
.bb-dark-theme.woocommerce li.product a.button.add_to_cart_button, .bb-dark-theme.woocommerce li.product a.button.product_type_simple, .bb-dark-theme.woocommerce li.product a.button.product_type_grouped, .bb-dark-theme.woocommerce li.product a.button.product_type_external, .bb-dark-theme.woocommerce li.product a.button.product_type_variable, .bb-dark-theme.woocommerce li.product a.added_to_cart.wc-forward, .bb-dark-theme.woocommerce li.product a.button.add_to_cart_button.added {
    border-top-color: #454545;
}
.bb-dark-theme.woocommerce #content div.product div.summary h4.pr-sub-heading {
    border-bottom: 1px solid #454545;
}
.bb-dark-theme.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background: #373737;
}
.bb-dark-theme.woocommerce li.product, .bb-dark-theme.woocommerce li.product a.button.add_to_cart_button, .bb-dark-theme.woocommerce li.product a.added_to_cart.wc-forward, .bb-dark-theme.woocommerce li.product a.button.product_type_simple, .bb-dark-theme.woocommerce li.product a.button.product_type_grouped, .bb-dark-theme.woocommerce li.product a.button.product_type_external, .bb-dark-theme.woocommerce li.product a.button.product_type_variable, .bb-dark-theme.woocommerce #content div.product .woocommerce-tabs .panel, .bb-dark-theme.woocommerce #content div.product div.summary, .bb-dark-theme.woocommerce #content div.product div.woocommerce-product-gallery.images, .woocommerce-cart .woocommerce, .woocommerce-checkout .bb-wc-co #customer_details, .woocommerce-checkout .bb-wc-co .bb-order-review, .bb-dark-theme.woocommerce .bsMyAccount--dashboard .woocommerce-MyAccount-navigation, .bb-dark-theme.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block, .bb-dark-theme.woocommerce .bsMyAccount--dashboard .woocommerce-Address, .bb-dark-theme.woocommerce .bsMyAccount:not(.bsMyAccount--dashboard), .bb-dark-theme .woocommerce .woocommerce-info, .bb-dark-theme .woocommerce .woocommerce-message, .bb-dark-theme.woocommerce form.checkout_coupon, .bb-dark-theme.woocommerce .bsMyAccount {
    background-color: #252525;
}
.bb-dark-theme.woocommerce #content div.product .woocommerce-tabs .panel, .bb-dark-theme.woocommerce #content div.product div.summary, .bb-dark-theme.woocommerce #content div.product div.woocommerce-product-gallery.images, .bb-dark-theme.woocommerce-cart .woocommerce, .bb-dark-theme.woocommerce-checkout .bb-wc-co #customer_details, .bb-dark-theme.woocommerce-checkout .bb-wc-co .bb-order-review, .bb-dark-theme.woocommerce .bsMyAccount--dashboard .woocommerce-MyAccount-navigation, .bb-dark-theme.woocommerce .bsMyAccount--dashboard .wc-MyAccount-dashboard-block, .bb-dark-theme.woocommerce .bsMyAccount--dashboard .woocommerce-Address, .bb-dark-theme.woocommerce .bsMyAccount:not(.bsMyAccount--dashboard), .bb-dark-theme .woocommerce .woocommerce-info, .bb-dark-theme .woocommerce .woocommerce-message, .bb-dark-theme .woocommerce form.checkout_coupon, .bb-dark-theme.woocommerce .bsMyAccount {
    border-color: #454545;
}
.bb-dark-theme .woocommerce table.shop_table td, .bb-dark-theme .woocommerce table.shop_table th {
    border-bottom: 1px solid #555555;
}
.bb-dark-theme .woocommerce table.shop_table td.product-name a, .bb-dark-theme .header-mini-cart ul.cart_list li.mini_cart_item > a {
    color: #ddd;
}
.bb-dark-theme .woocommerce .woocommerce-MyAccount-content .woocommerce-account-fields legend, .bb-dark-theme.woocommerce #content div.product p.price, .bb-dark-theme.woocommerce-cart .cart-collaterals table.shop_table th, .bb-dark-theme.woocommerce-cart .cart-collaterals table.shop_table td, .bb-dark-theme .cart_totals table.shop_table tr.order-total th, .bb-dark-theme .woocommerce table.shop_table td.product-price, .bb-dark-theme .woocommerce table.shop_table td.product-subtotal, .bb-dark-theme.woocommerce-checkout .bb-wc-co table.shop_table .check-name, .bb-dark-theme.woocommerce-checkout .bb-wc-co table.shop_table td.product-total, .bb-dark-theme.woocommerce-checkout .bb-wc-co table.shop_table .qty strong, .bb-dark-theme.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total th, .bb-dark-theme.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td {
    color: #ddd;
}
.bb-dark-theme #add_payment_method table.cart td.actions .coupon .input-text, .bb-dark-theme.woocommerce-cart table.cart td.actions .coupon .input-text, .bb-dark-theme.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 1px solid #595959;
}
.bb-dark-theme .woocommerce table.shop_table .coupon button.button, .bb-dark-theme .woocommerce table.shop_table .coupon input.button {
    background: #575757;
    color: #f1f1f1;
}

.bb-dark-theme.woocommerce-checkout form .form-row label {
    color: #ddd;
}
.bb-dark-theme .select2-container--default .select2-selection--single {
    background-color: #252525;
    border: 1px solid #454545;
}
.bb-dark-theme.woocommerce-page .select2-container .select2-selection--single {
    border-color: #454545;
}
body.bb-dark-theme .select2-container .select2-dropdown {
    background: #2d2d2d;
}
.bb-dark-theme .select2-container--default .select2-results__option[aria-selected=true], .bb-dark-theme .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #505050;
}
.bb-dark-theme .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #666;
}
.bb-dark-theme.woocommerce-checkout ul.woocommerce-order-overview li > span, .bb-dark-theme .woocommerce table.order_details_total tfoot td:last-child, .bb-dark-theme .woocommerce table.order_details_total tfoot tr:last-child th, .bb-dark-theme .woocommerce table.order_details_total tfoot tr:last-child td, .bb-dark-theme .woocommerce mark, .bb-dark-theme .woocommerce-form-coupon-toggle .woocommerce-info, .bb-dark-theme .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: #d1d1d1;
}
.bb-dark-theme.woocommerce-checkout #order_review > p {
    color: #ddd!important;
}
.bb-dark-theme.woocommerce-checkout #payment ul.payment_methods {
    background-color: #343434;
}
.bb-dark-theme input, .bb-dark-theme select, .bb-dark-theme textarea {
    background-color: #252525;
    border: 1px solid #454545;
    color: var(--text-dark);
}
.bb-dark-theme input::placeholder, .bb-dark-theme textarea::placeholder {
    color: #797979;
}
.bb-dark-theme #add_payment_method #payment div.payment_box, .bb-dark-theme .woocommerce-cart #payment div.payment_box, .bb-dark-theme .woocommerce-checkout #payment div.payment_box {
    background-color: #252525;
    color: #afafaf;
}
.bb-dark-theme #add_payment_method #payment div.payment_box:before, .bb-dark-theme .woocommerce-cart #payment div.payment_box:before, .bb-dark-theme .woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #252525;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.bb-dark-theme.woocommerce li.product a.added_to_cart.wc-forward {
    border-right-color: #444444;
}
.bb-dark-theme.woocommerce-checkout .woocommerce-order-details-wrapper {
    background: #252525;
    border: 1px solid #454545;
}
.bb-dark-theme .woocommerce-order .woocommerce-order-over > p {
    color: #9e9e9e !important;
}
.bb-dark-theme.woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child td, .bb-dark-theme.woocommerce-checkout .woocommerce-table--order-details.order_details_items tbody tr:last-child th {
    border-bottom: 1px solid #7b7b7b;
}

:root {
/*    --bg-light: #fff;*/
    --bg-light: #F6F6F6;
    --bg-dark: #181818;
    --bg-dark-menu: #252525;
    --h-dark: #ddd;
    --text-dark: #bdbdbd;
/*    --bg-dark: #121212;*/
    --gm-blue: #007cff;
    --gm-yellow: #FFAE00;
    --gm-green: #3c6;
    --gm-red: #e3051e;
}

/*! Dark GM BOARD */
.bb-dark-theme ._m_GoMagicBoard, 
.bb-dark-theme ._m_GoMagicBoard div,
.bb-dark-theme ._m_quiz_bullets ._m_one_bullet {
    color: #e7e7e7;
    border-color: #cacaca;
}
.bb-dark-theme textarea._m_popup_user_msg {
    background-color: inherit;
}
.bb-dark-theme input._m_free_test_input {
    border-color: #e7e7e7;
    background-color: black;
    color: #e7e7e7;
}

.bb-dark-theme ._m_more_vert:hover {
    background-color: #ffffff1f;
}

.bb-dark-theme ._m_infobar._m_default ._m_black_info._m_to_play, .bb-dark-theme ._m_infobar._m_default ._m_white_info._m_to_play {
    background: #4a4a4a;
}
.bb-dark-theme ._m_to_play._m_bot_thinking::after {
    border-color: rgba(255, 255, 255, 0.2);
}
.bb-dark-theme ._m_GoMagicBoard ._m_settings_page div, .bb-dark-theme ._m_GoMagicBoard ._m_settings_page label {
    color: inherit;
}
.bb-dark-theme ._m_problembar ._m_quiz_bullets ._m_one_bullet {
    border: 2px solid #bcbcbc;
}

/*! Dark GM STORE */
.bb-dark-theme .gomagic_reward {
    border: 1px solid #454545;
    background: #252525;
}
.bb-dark-theme .reward_content_up, .bb-dark-theme .reward_content_down {
    background: #343434;
}
.bb-dark-theme .reward_cost {
    background: #252525;
}
.bb-dark-theme .radio-4-dots-slider-form .radio-4-dots-slider input:checked + label::after {
    background: #343434;
}

.bb-dark-theme .wp-block-stackable-columns.stk-block-columns.stk-block-columns--has-single-block-polyfill.stk-block.stk-block-background {
    background: #252525 !important;
}
.bb-dark-theme blockquote {
    color: var(--text-dark);
}
.bb-dark-theme .wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: #252525;
}
.bb-dark-theme .wp-block-table.is-style-stripes {
    border-bottom: 1px solid #000;
}
.bb-dark-theme .leaders_your_xp_text {
    color: #ddd;
}
.bb-dark-theme .leaders_table caption {
    color: #c8c8c8;
}
.bb-dark-theme .leaders_table tr:nth-child(2n+1) {
    background-color: #252525;
}
.bb-dark-theme .leader_name a {
    color: #ccc;
}



.bb-dark-theme .wp-block-stackable-columns.stk-block-columns.stk-block.stk-block-background {
    background-color: #252525 !important;
}
.bb-dark-theme .land_desc_feature {
    color: #cac6c0;
}
.bb-dark-theme .wp-block-stackable-count-up .stk-block-count-up__text {
    color: #ececec !important;
}
.bb-dark-theme .testimonial_carousel .wp-block-stackable-column.stk-block-column.stk-column.stk-block[role="listitem"] {
    background: #252525;
}
.bb-dark-theme .stk-block-posts__meta, .bb-dark-theme .stk-subtitle {
    color: #9a9a9a;
}
.bb-dark-theme .switch-toggle input + label {
    color: #ddd;
}
.gm-prices-col {
    background: #fff;
}
.bb-dark-theme .gm-prices-col {
    background: #252525;
}
.bb-dark-theme .gm-prices-feature {
    border-top: 1px solid #454545;
}
.bb-dark-theme .silver-plan .gm-prices-col-head {
    background-color: #2f90ac;
}
.bb-dark-theme .gold-plan .gm-prices-col-head {
    background-color: #b87300;
}
.bb-dark-theme .magic-plan .gm-prices-col-head {
    background-color: #007CFF;
    color: white;
}
.bb-dark-theme .gm-prices-col-head {
    color: #fff;
}
.bb-dark-theme .wp-block-stackable-accordion.stk-block-accordion {
    border-color: #5b5b5b !important;
}

/*! tablepress*/
.bb-dark-theme .ranking-system-table thead th {
    color: #d6d6d6;
}
.bb-dark-theme .ranking-system-table .even td {
    background-color: #252525;
}
.bb-dark-theme .ranking-system-table .odd td {
    background-color: #181818;
}
.bb-dark-theme .tablepress > :where(tbody) > .even > * {
    color: var(--text-dark);
}
.bb-dark-theme .tablepress > :where(tbody) > .odd > * {
    color: var(--text-dark);
}
.bb-dark-theme .tablepress > :where(thead, tfoot) > * > th {
    background-color: #363636;
    color: #ddd;
}
.bb-dark-theme .tablepress > :where(tbody) > .even > * {
    background-color: var(--bg-dark);
    color: var(--text-dark);
}
.bb-dark-theme .tablepress > :where(tbody) > .odd > * {
    background-color: var(--bg-dark-menu);
    color: var(--text-dark);
}
.bb-dark-theme .tablepress > .row-hover > tr:hover > * {
    background-color: inherit;
    color: inherit;
}
.bb-dark-theme .tablepress > * + tbody > * > *, .bb-dark-theme .tablepress > tbody > * ~ * > *, .bb-dark-theme .tablepress > tfoot > * > * {
    border-top: 1px solid #393939;
}

.bb-dark-theme #buddypress .dir-form.bp-search-results-wrapper, .bb-dark-theme #buddypress .bp-search-results-wrapper .bp-navs, .bb-dark-theme #buddypress header.results-group-header {
    background: #252525;
    border-color: #454545;
}
.bb-dark-theme #buddypress .activity-list.bp-list .activity-item, .bb-dark-theme #cover-image-container, .bb-dark-theme #members-list.item-list .list-wrap, .bb-dark-theme .item-list.groups-list .list-wrap, .bb-dark-theme .item-list.bp-search-results-list .list-wrap, .bb-dark-theme #item-body > div.profile, .bb-dark-theme .activity-update-form #whats-new-textarea textarea, .bb-dark-theme .bb-bp-settings-container, .bb-dark-theme .buddypress-wrap .bp-feedback, .bb-dark-theme #item-body #group-invites-container, .bb-dark-theme #buddypress .custom-homepage-info.info {
    background: #252525;
}
.bb-dark-theme .item-title a {
    color: #ddd;
}
.bb-dark-theme .buddypress-wrap form.bp-dir-search-form, .bb-dark-theme .buddypress-wrap form.bp-invites-search-form, .bb-dark-theme .buddypress-wrap form.bp-messages-search-form, .bb-dark-theme .buddypress-wrap .select-wrap, .bb-dark-theme .buddypress-wrap .grid-filters {
    background-color: #252525;
    border-color: #454545;
}
.bb-dark-theme .buddypress-wrap .bp-search form:focus, .bb-dark-theme .buddypress-wrap .bp-search form:hover, .bb-dark-theme .buddypress-wrap .select-wrap:focus, .bb-dark-theme .buddypress-wrap .select-wrap:hover {
    border: 1px solid #454545;
    box-shadow: inset 0 0 3px #7b7b7b;
}
.bb-dark-theme .total-results {
    color: #bdbdbd;
}
.bb-dark-theme .personal-discount {
    color: #ffffff;
}
.bb-dark-theme .main-notification-settings tbody td {
    border-bottom: 1px solid #454545;
}
.bb-dark-theme .main-notification-settings .bb-mobile-setting ul {
    background: #1d1d1d;
}
.bb-dark-theme .main-notification-settings .bb-mobile-setting .bb-mobile-setting-anchor {
    background: #252525;
    border: 1px solid #454545;
}

/* small fix */
@media (max-width: 640px) {
    body #buddypress .bp-settings-container .bp-navs a {
        color: inherit;
    }
}

.bb-dark-theme .site-header .sub-menu {
    right: 0;
    background: #323232;
}
.bb-dark-theme .primary-menu > li > a, .bb-dark-theme .primary-menu > li > a > i, .bb-dark-theme .site-header #header-aside i, .bb-dark-theme .bb-header-buttons a.button.outline, .bb-dark-theme .primary-menu > .menu-item-has-children:not(.hideshow)::after, .bb-dark-theme .site-header .hideshow .more-button > i, .bb-dark-theme .site-header i, .bb-dark-theme .site-header .notification-dropdown i, .bb-dark-theme .site-header .header-search-wrap i, .bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a {
    color: var(--text-dark);
}
.bb-dark-theme .user-wrap.menu-item-has-children #header-my-account-menu a:hover, .bb-dark-theme .site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu .menu-item a:hover, .bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu .menu-item a:hover {
    background: initial;
}
.bb-dark-theme .site-header .sub-menu .current-menu-ancestor > a, .bb-dark-theme .site-header .sub-menu .current-menu-item > a, .bb-dark-theme .site-header .sub-menu .current-menu-parent > a, .bb-dark-theme .site-header .sub-menu a:hover {
    background: initial;
}
.bb-dark-theme .membership_usermenu, .bb-dark-theme .sub-menu .user-link {
    border-bottom: 1px solid #454545;
}
.bb-dark-theme .sub-menu span.user-name {
    color: #ddd;
} 
.bb-dark-theme .more-button.active::after, .bb-dark-theme .site-header #primary-navbar .primary-menu .menu-item > .ab-submenu::before, .bb-dark-theme .primary-menu > li > .sub-menu::before, .bb-dark-theme .user-wrap-container > .sub-menu::before {
    border-color: #323232 #323232 transparent transparent;
}

.bb-dark-theme .site-header #primary-navbar .primary-menu .menu-item > .ab-submenu, .bb-dark-theme .site-header #primary-navbar .primary-menu .menu-item > .ab-submenu .bb-sub-menu, .bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu .bb-sub-menu {
    background: #323232;
}
.bb-dark-theme .bb-sub-menu a, .bb-dark-theme .site-header .sub-menu a  {
    color: var(--text-dark);
}
.bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu, .bb-dark-theme .site-header #primary-navbar #navbar-collapse .sub-menu .wrapper .sub-menu-inner .menu-item .ab-submenu::before {
    background: #323232;
}


/** Go TERMS */
.go_term_meta {
	display: flex;
	gap: 3.2px 16px;
	margin-bottom: 3.2px;
	margin-top: 19.2px;
	flex-wrap: wrap;
}

#term-search-input {
    margin: 16px auto;
    display: block;
    background: transparent;
    border-width: 0 0 1px 0;
    border-radius: 0;
}
#quick-view-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#quick-view-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 16px;
    border: 1px solid #888;
    width: 99%; /* Could be more or less, depending on screen size */
    max-width: 720px; /* Maximum width */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 5px 15px rgba(0,0,0,0.3); /* Shadow for depth */
}
#quick-view-content .loading_elem{
    top: 50%;
}
#quick-view-close-modal {
    float: right;
    font-weight: bold;
    cursor: pointer;
}
#quick-view-close-modal i {
    font-size: 36px;
}

#quick-view-close-modal:hover,
#quick-view-close-modal:focus {
    color: black;
    text-decoration: none;
}
#quick-view-details {
	min-height: 220px;
}

#go-terms-table th {
	white-space: nowrap;
}
#term-search-input {
	font-size: 17px;
}

@media (max-width: 420px) {
    #go-terms-table th[data-sort="importance"], #go-terms-table td[data-sort="importance"] {
        display: none;
    }
}

/* generic modal window */
.gm_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.gm_modal_content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 32px;
    border: 1px solid #888;
    width: 99%; /* Could be more or less, depending on screen size */
    max-width: 720px; /* Maximum width */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 5px 15px rgba(0,0,0,0.3); /* Shadow for depth */
}
.gm_modal_content .loading_elem{
    top: 50%;
}
.gm_modal_close {
    float: right;
    font-weight: bold;
    cursor: pointer;
}
.gm_modal_close i {
    font-size: 36px;
}
.gm_modal_close:hover,
.gm_modal_close:focus {
    color: black;
    text-decoration: none;
}
.gm_modal_details {
	min-height: 100px;
}

.bb-dark-theme .gm_modal_content {
    background-color: var(--bg-dark-menu);
    border-color: #454545;
}

/** OGS login modal window */
.ogs_login_popup .gm_modal_content {
	max-width: 500px;
}
.ogs_login_form {
	display: inline-flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 16px;
}
.ogs_login_form button {
    font-size: inherit;
    margin-top: 10px;
}
#ogs_username_save {
	font-weight: 500;
	margin-left: 8px;
}
#ogs_login_message {
	display: none;
    font-size: 15px;
	color: var(--gm-green);
    margin-top: 16px;
}
#ogs_login_message.error {
	color: var(--gm-red);
}

.ogs_details_display {
    display: flex;
    flex-direction: column;
    /* gap: 6px; */
    margin-bottom: 24px;
}

.ogs_login_comments {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
}
#ogs_unlink_account {
	background: #a8a8a8;
}
.ogs_unlink_buttons {
	display: flex;
	gap: 10px;
}
