/*
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/
*/

:root {
    --gm-text-primary: #4d5c6d;
    --gm-text-secondary: #8b8b8b;
/*    --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;
    --volume-level-color: #007cff !important;

    --gm-border: #dbdbdb;
	--gm-progress-bg: #ddd;
    --gm-block-bg: #fff;
    --gm-table-hover: #f6f6f6;
}
.bb-dark-theme {
    --gm-text-primary: #bdbdbd;
    --gm-text-secondary: #8b8b8b;
    --gm-border: #454545;
	--gm-progress-bg: #515151;
	--gm-block-bg: #252525;
	--gm-table-hover: #333;
}

/* Body scroll lock when modal is open */
body.modal-open,
html.modal-open {
	overflow: hidden !important;
	touch-action: none; /* Prevent touch scrolling on body */
}

.has-text-align-center {
    text-align: center;
}

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

button.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    display: none;
}

button, .button, input[type="button"], input[type="submit"] {
    border: 0;
    font-size: inherit;
}
input[type="submit"], a.subscription-toggle, button.outline, .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;
}
.activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_cancel.outline, .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_comment.action-save.outline, .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_comment.outline, .buddypress .buddypress-wrap .comment-reply-link.outline, .buddypress .buddypress-wrap .generic-button a.outline, .buddypress .buddypress-wrap a.bp-title-button.outline, .buddypress .buddypress-wrap a.button.outline, .buddypress .buddypress-wrap button.outline, .buddypress .buddypress-wrap input[type=button].outline, .buddypress .buddypress-wrap input[type=reset].outline, .buddypress .buddypress-wrap input[type=submit].outline, .buddypress .buddypress-wrap ul.button-nav:not(.button-tabs) li a.outline, .button.outline, button.outline, input[type=button].outline, input[type=submit].outline {
    border-style: solid;
}
.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;
}
#buddypress #btn_add_repeater_set .dashicons {
    font-family: bb-icons !important;
}
/* Fix for forced dark mode, to prevent any browser to change colors */
:root {
    color-scheme: light dark; /* Signal that the app supports both modes */
}
body {
    color-scheme: light;
}
body.bb-dark-theme {
    color-scheme: dark;
}

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: 3.2rem;
    margin-top: 2rem;
    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: 2.2rem;
}

.page-title.archive-title {
    margin-top: 1rem;
    margin-bottom: 1.2rem;
}
.archive-description {
    margin-bottom: 1.2rem;
}

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

div.wp-block-image + p {
    margin-top: 1.4rem;
}

.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: 1.4rem;
    }
    .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
        margin-left: 1.4rem;
    }
}
@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        margin-top: 1.4rem;
    }
}

/* 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: 2.7rem!important;
    line-height: 1.2 !important;
}
article.post h2 {
    margin-top: 3.2rem;
    font-size: 2.2rem;
    line-height: 1.2;
}
article.post h3 {
    margin-top: 1.8rem;
    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%;
}

.single-post .post-related-posts .entry-content-wrap .entry-meta .push-right>a {
    display: flex;
}

.first .post-inner-wrap .entry-content-wrap .entry-content {
  margin-bottom: 1.2rem;
}

.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: 1.2rem;
}
.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: 1.1rem;
    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;
}

body.bb-dark-theme.buddyboss-theme .quality_matters_desc {
 color: var(--text-dark);
}

.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: 2.6rem;
}
.all_courses.button {
    font-size: 21px;
    font-weight: 700;
}
.two_buttons_wrap {
    text-align: center;
    margin-top: 2.6rem;
}
.two_buttons_wrap .button {
    font-size: 21px;
    margin: 16px 24px;
    font-weight: 700;
}
.two_buttons_wrap .skills {
    background-color: #EDAE27;
}
.two_buttons_wrap .courses {
    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: 3.2rem;
    margin-top: 5.2rem;
}
.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: 1.5rem;
}
.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;
}
.two_buttons_wrap_new .button {
    font-size: 20px;
    margin: 14px 24px;
    font-weight: 700;
}
.two_buttons_wrap_new .skills {
    background-color: #EDAE27;
}
.two_buttons_wrap_new .courses {
    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: 0.8rem;
    }
    .gomagic_first_screen h2 {
        font-size: 17px;
    }
    .land_h_block {
        font-size: 30px;
        margin-bottom: 1rem;
    }
    .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;
    }
    .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;
    }
}

/* It resolves an issue with horizontal scroll on iOS Safari. But we can't use 'position: sticky' anymore. */
html, body {
    overflow-x: hidden !important;
}
.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: 1.5rem;
}

.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: 1.2rem;
}
.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: 1.1rem;
}

/* 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: 1rem;
}
.mvideo-wrap {
    margin-bottom: 1.2rem;
}
.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: 1.2rem;
}

/* в статьях делаем уже поле для текста */
.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;
}
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 {
    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;
}

/* цвет лейблов */
.bb-cover-list-item .ld-third-background {
    background-color: #6373ff;
}
.learndash-wrapper .ld-status.coming_soon_label {
	background-color: #6373ff;
	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';
}

#buddypress .bp-settings-container .bp-navs a#discord-link:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20640%20640%22%20fill%3D%22%23939597%22%3E%3Cpath%20d%3D%22M524.5%20133.8C524.3%20133.5%20524.1%20133.2%20523.7%20133.1C485.6%20115.6%20445.3%20103.1%20404%2096C403.6%2095.9%20403.2%2096%20402.9%2096.1C402.6%2096.2%20402.3%2096.5%20402.1%2096.9C396.6%20106.8%20391.6%20117.1%20387.2%20127.5C342.6%20120.7%20297.3%20120.7%20252.8%20127.5C248.3%20117%20243.3%20106.8%20237.7%2096.9C237.5%2096.6%20237.2%2096.3%20236.9%2096.1C236.6%2095.9%20236.2%2095.9%20235.8%2095.9C194.5%20103%20154.2%20115.5%20116.1%20133C115.8%20133.1%20115.5%20133.4%20115.3%20133.7C39.1%20247.5%2018.2%20358.6%2028.4%20468.2C28.4%20468.5%2028.5%20468.7%2028.6%20469C28.7%20469.3%2028.9%20469.4%2029.1%20469.6C73.5%20502.5%20123.1%20527.6%20175.9%20543.8C176.3%20543.9%20176.7%20543.9%20177%20543.8C177.3%20543.7%20177.7%20543.4%20177.9%20543.1C189.2%20527.7%20199.3%20511.3%20207.9%20494.3C208%20494.1%20208.1%20493.8%20208.1%20493.5C208.1%20493.2%20208.1%20493%20208%20492.7C207.9%20492.4%20207.8%20492.2%20207.6%20492.1C207.4%20492%20207.2%20491.8%20206.9%20491.7C191.1%20485.6%20175.7%20478.3%20161%20469.8C160.7%20469.6%20160.5%20469.4%20160.3%20469.2C160.1%20469%20160%20468.6%20160%20468.3C160%20468%20160%20467.7%20160.2%20467.4C160.4%20467.1%20160.5%20466.9%20160.8%20466.7C163.9%20464.4%20167%20462%20169.9%20459.6C170.2%20459.4%20170.5%20459.2%20170.8%20459.2C171.1%20459.2%20171.5%20459.2%20171.8%20459.3C268%20503.2%20372.2%20503.2%20467.3%20459.3C467.6%20459.2%20468%20459.1%20468.3%20459.1C468.6%20459.1%20469%20459.3%20469.2%20459.5C472.1%20461.9%20475.2%20464.4%20478.3%20466.7C478.5%20466.9%20478.7%20467.1%20478.9%20467.4C479.1%20467.7%20479.1%20468%20479.1%20468.3C479.1%20468.6%20479%20468.9%20478.8%20469.2C478.6%20469.5%20478.4%20469.7%20478.2%20469.8C463.5%20478.4%20448.2%20485.7%20432.3%20491.6C432.1%20491.7%20431.8%20491.8%20431.6%20492C431.4%20492.2%20431.3%20492.4%20431.2%20492.7C431.1%20493%20431.1%20493.2%20431.1%20493.5C431.1%20493.8%20431.2%20494%20431.3%20494.3C440.1%20511.3%20450.1%20527.6%20461.3%20543.1C461.5%20543.4%20461.9%20543.7%20462.2%20543.8C462.5%20543.9%20463%20543.9%20463.3%20543.8C516.2%20527.6%20565.9%20502.5%20610.4%20469.6C610.6%20469.4%20610.8%20469.2%20610.9%20469C611%20468.8%20611.1%20468.5%20611.1%20468.2C623.4%20341.4%20590.6%20231.3%20524.2%20133.7zM222.5%20401.5C193.5%20401.5%20169.7%20374.9%20169.7%20342.3C169.7%20309.7%20193.1%20283.1%20222.5%20283.1C252.2%20283.1%20275.8%20309.9%20275.3%20342.3C275.3%20375%20251.9%20401.5%20222.5%20401.5zM417.9%20401.5C388.9%20401.5%20365.1%20374.9%20365.1%20342.3C365.1%20309.7%20388.5%20283.1%20417.9%20283.1C447.6%20283.1%20471.2%20309.9%20470.7%20342.3C470.7%20375%20447.5%20401.5%20417.9%20401.5z%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#buddypress .bp-settings-container .bp-navs a#discord-link {
    display: flex;
    align-items: center;
}

.register-page .h-captcha {
    margin-bottom: 0;
    margin-top: 1rem;
}
.login .h-captcha {
    margin-bottom: 1rem;
}

a {
    transition: 0.2s;
}
.h1, .h2, .h3, .h4, .h5, .h6, address, h1, h2, h3, h4, h5, h6, hr, p {
    margin: 0 0 1.2rem;
}

/** 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: 1.1rem;
	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: 0.4rem;
}
.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: 1rem;
	}
	.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: 2.6rem;
}
.server-desc h4 {
	margin-bottom: 1rem;
}
.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: 2.6rem;
}
.gobooks-author {
	font-size: 0.9rem;
	margin-top: 0.2rem;
}




/** TablePress */
.dataTables_filter {
	margin-bottom: 6px;
}
.dataTables_filter input {
	height: 1.4rem;
}
.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;
}

/** 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;
}
.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;
}
.menu-store-button a:hover {
    background-color: #E0A422;
    color: white!important;
}
.menu-store-button {
    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;
}
.giftcard_topbar a {
    color: #FFAF00 !important;
}
.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;
}

.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-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: 1.1rem;
    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;
}

/* 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) {
    .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>li {
    margin: 0 12px;
}
.topbar-menu>li:first-child {
    padding-left: 0;
}
.topbar-menu>li:last-child {
    padding-right: 0;
    margin-right: 4px;
}

.topbar-menu a {
    font-size: .875rem;
    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: .5625rem .9375rem;
}
.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;
    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;
    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;
}

/* ХР на мобиле */
.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: 1.2rem 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;
    margin-top: 12px;
    align-items: flex-end;
}
.skill_lvl {
    font-size: 80%;
    line-height: 1.8;
}

.skill_progress .skill_stripe_wrap {
    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;
}
.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: 1.3rem;
	font-weight: 500;
	letter-spacing: .25px;
	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: 3.2rem;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.footer-socials {
    text-align: center;
    margin-top: 3.2rem;
}
.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 svg {
    height: 55%;
    width: 55%;
    fill: white;
}
.socials-grid a:hover {
    opacity: 0.85;
    color: white;
}
.social-icon-facebook {
    background-color: #1877f2;
}
.social-icon-instagram {
    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-youtube svg {
    width: 60%;
}
.social-icon-discord {
    background-color: #5865F2;
}
.social-icon-tiktok {
    background-color: #111;
}
.social-icon-tiktok svg {
    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: 3.2rem;
}
.footer-discord {
    text-align: center;
    margin-top: 1.2rem;
}

.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: 3.2rem;
    margin-bottom: 3.2rem;
}
.footer-logo img {
    height: 46px;
}

.minimal .footer-logo {
    margin-top: 2.7rem;
    margin-bottom: 2.5rem;
}


@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: 3.2rem;
}
.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%;
}

.thumbnail-container {
	padding-bottom: 64%;
}
img {
    max-width: 100%; /* фикс, чтобы полоски не было справа */
}

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

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

/* Used lines found in learndash */

.bb-grid #course-dir-list {
    margin-top: 10px; }

.bb-course-items {
    list-style: none;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
.bb-course-items:not(.bb-grid) {
    margin: 0; }
.bb-course-items .bb-course-item-wrap {
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.bb-course-items .bb-course-cover {
    overflow: hidden;
    position: relative;
    /*height: 100%;*/ }
.bb-course-items .bb-cover-wrap {
    border-radius: 3px 3px 0 0;
    padding-top: 52%; }
.bb-course-items .bb-cover-list-item {
    background: #fff;
    border: 1px solid #E7E9EC;
    border-radius: 4px;
    height: 100%;
    padding-bottom: 0;
    -webkit-transition: 0.2s box-shadow;
    transition: 0.2s box-shadow;
    position: relative; }
.bb-course-items .bb-cover-list-item.bb-course-paid {
    padding-bottom: 45px; }
.bb-course-items .bb-cover-list-item:hover {
    box-shadow: 0 4px 32px 0 rgba(18, 43, 70, 0.1);
    z-index: 1; }
.bb-course-items .bb-cover-list-item .course-fee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.bb-course-items .bs-timestamp {
    font-size: 14px;
    color: #939597;
    letter-spacing: -0.24px;
    line-height: 22px;
    position: absolute;
    bottom: 20px; }
.bb-course-items .forums-meta span {
    background: rgba(18, 43, 70, 0.1); }
.bb-course-items .bb-cover-wrap:after {
    display: none; }
.bb-course-items .forums-meta {
    margin-bottom: 12px; }
.bb-course-items .bb-course-excerpt {
    color: #A3A5A9; }
.bb-course-items .course-progress-wrap {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
    line-height: 1; }
.bb-course-items .start-course-completion-rate {
    font-size: 11px;
    margin-top: 12px;
    text-transform: uppercase; }
.bb-course-items .course-progress {
    margin: 0;
    height: 4px;
    background: #E7E9EC; }
.bb-course-items .course-progress-bar {
    background: #007CFF;
    height: 4px;
    width: auto; }
.bb-course-items .bb-card-course-details--hasAccess .bb-course-excerpt {
    display: none; }
.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-items.grid-view .bb-course-item-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%; }
@media screen and (max-width: 1100px) {
    .bb-course-items.grid-view .bb-course-item-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32.24%;
        flex: 0 0 32.24%; } }
@media screen and (max-width: 820px) {
    .bb-course-items.grid-view .bb-course-item-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48.9%;
        flex: 0 0 48.9%; } }
@media screen and (max-width: 480px) {
    .bb-course-items.grid-view .bb-course-item-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
.has-sidebar .bb-course-items.grid-view .bb-course-item-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%; }
@media screen and (max-width: 1200px) {
    .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
@media screen and (min-width: 800px) and (max-width: 900px) {
    .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
@media screen and (max-width: 480px) {
    .has-sidebar .bb-course-items.grid-view .bb-course-item-wrap {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
.bb-course-items.list-view .bb-course-item-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
.bb-course-items.list-view .bb-cover-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
.bb-course-items.list-view .bb-course-cover {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px; }
@media screen and (max-width: 1040px) {
    .bb-course-items.list-view .bb-course-cover {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px; } }
@media screen and (max-width: 460px) {
    .bb-course-items.list-view .bb-course-cover {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px; } }
@media screen and (max-width: 375px) {
    .bb-course-items.list-view .bb-course-cover {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px; } }
.bb-course-items.list-view .bb-card-course-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 16px; }
.bb-course-items.list-view .bb-cover-wrap {
    border-radius: 3px 0 0 3px;
    padding-top: 70%;
    height: 100%; }
@media screen and (max-width: 1040px) {
    .bb-course-items.list-view .bb-cover-wrap {
        padding-top: 78%; } }
.bb-course-items.list-view .bb-course-footer {
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    bottom: auto;
    top: 16px;
    width: auto;
    left: auto;
    right: 0; }
@media screen and (max-width: 1040px) {
    .bb-course-items.list-view .bb-course-footer {
        position: static;
        padding: 15px 0 0; } }
.bb-course-items.list-view .bb-course-footer del {
    margin-right: 0;
    margin-top: 8px; }
.bb-course-items.list-view .bb-course-title,
.bb-course-items.list-view .course-lesson-count {
    max-width: 80%; }
.bb-course-items.list-view .course-progress-wrap {
    max-width: 450px; }
.has-sidebar .bb-course-items.list-view .course-progress-wrap {
    max-width: 320px; }

.bb-course-items .course-completion-rate,
.group_courses .course-completion-rate,
.bb-learndash-wrapper.bb-course-item-wrap .course-completion-rate {
    display: block;
    margin-top: 10px; }

.bb-course-items .ld-progress-stats,
.group_courses .ld-progress-stats,
.bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.24px;
    display: block;
    margin-top: 10px;
    color: #A3A5A9; }
.bb-course-items .ld-progress-stats .ld-progress-steps,
.group_courses .ld-progress-stats .ld-progress-steps,
.bb-learndash-wrapper.bb-course-item-wrap .ld-progress-stats .ld-progress-steps {
    margin-top: 5px;
    display: block !important; }

.grid-view .bb-card-course-details .course-progress-wrap:nth-last-child(2) {
    margin: 0 0 10px; }

.bb-course-footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #122B46;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
.bb-course-footer del {
    font-size: 15px;
    font-weight: 400;
    color: #939597;
    margin-right: 5px; }

.bb-card-course-details {
    padding: 16px 20px 0; }
.grid-view .bb-card-course-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*height: 100%;*/ }

#page .bb-course-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.24;
    margin: 0 0 8px; }
#page .bb-course-title a {
    color: inherit;
    display: block;
    display: -webkit-box;
    max-height: 2.7em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
#page .bb-course-title a:hover {
    color: #007CFF; }
#page .bb-course-title .lms-category {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400; }
#page .bb-course-title .lms-title {
    display: block;
    font-size: 20px; }

.bb-course-meta {
    font-size: 13px;
    font-weight: 300;
    color: #A3A5A9;
    letter-spacing: -0.24px;
    line-height: 1;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
.bb-course-meta .item-avatar {
    max-width: 28px;
    margin-right: 10px; }
.entry-content-wrap .avatar {
    max-width: 64px;
}

.bb-course-meta .item-avatar img {
    border-radius: 50%; }
.bb-course-meta strong {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.24px;
    margin: 0; }
.bb-course-meta strong a {
    color: #122B46; }
.bb-course-meta strong a:hover {
    color: #007CFF; }

.list-view .bb-course-meta .item-avatar img {
    max-width: 100%; }

.course-lesson-count {
    font-size: 13px;
    color: #A3A5A9;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 300; }

.bb-course-categories {
    font-size: 12px;
    font-weight: 500;
    color: #122B46;
    letter-spacing: 0.25px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase; }

.bb-course-excerpt {
    margin-bottom: 10px;
    opacity: 0.8;
    font-size: 16px;
    letter-spacing: -0.24px;
    line-height: 27px; }

/**/

.bb-cover-list-item .ld-status {
    position: absolute;
    z-index: 9;
    top: 15px;
    background-color: #007CFF;
    border-radius: 0 15px 15px 0;
    color: #fff;
    text-align: center;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.23px; }

/* Learndash courses styles END */

/* our courses styles */

/** пытаюсь миниатюры делаем крупнее*/
.bb-course-items .bb-cover-wrap {
    padding-top: 64%;
}

.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: 100vw!important;
    }
}

/* кнопка рестарта */
.learndash-reset-button {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border: 1px solid currentColor;
	border-radius: 100px;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1.5;
	margin-top: 10px;
	background: transparent;
	color: #007CFF;
	cursor: pointer;
}
.learndash-reset-button:hover {
	color: #0F74E0;
}
.learndash-reset-button.loading {
	opacity: 0.5;
	pointer-events: none;
}

/* кнопка для пробного урока */
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 screen and (max-width: 600px) {
	div.bb-lms-header {
 		padding: 5px 0 0;
	}
}


#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: none;
}
.gomagic_course_nav a.prev-link:before {
	content: '\e85f';
	margin-right: 8px;
}

.gomagic_course_nav a.next-link {
    font-weight: 400!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;
}
.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;
}
.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-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: 999rem;
    line-height: 1.3;
}
.result_value {
    font-size: 1.8rem;
    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: #007CFF;
}
.gold_sticker {
    background-color: #da9e3b;
}
.silver_sticker {
    background-color: #1B93B4;
}
.free_sticker {
    background-color: #4CAF50;
}

/* меняем иконки для настройки приватности */
#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;

    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;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.last-lesson-continue a:hover {
    color: #007CFF;
}

.filters-panel {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    align-items: center;
    line-height: 2.2;
}
.filters-panel .filter-cat {
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.filters-panel .filter-cat:not(:first-child) {
    border-left: 2px solid gainsboro;
    padding-left: 20px;
    margin-left: 21px;
}
.filters-panel .filter-cat div,
.filters-panel .filter-cat a {
    transition: all 0.2s;
}
.filters-panel .filter-cat div:hover,
.filters-panel .filter-cat a:hover {
    color: #007cff!important;
    cursor: pointer;
}
.filters-panel .filter-cat div:not(.active),
.filters-panel .filter-cat a:not(.active) {
    /*    color: #c0c0c0;*/
    color: #959595;
}

.filters-panel .filter_button {
    display: flex;
    align-items: center;
    gap: 5px;
}
.filters-panel .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;
}
.filters-panel .filter_button.active .count {
    background-color: #007cff;
}

/* Mobile dropdown styles */
.filters-panel .filter-cat-mobile {
    display: none;
}

.filters-panel .category-dropdown-mobile-wrapper {
    position: relative;
    width: 100%;
}

.filters-panel .category-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.filters-panel .category-dropdown-toggle .category-dropdown-text {
    flex: 1;
}

.filters-panel .category-dropdown-toggle .dropdown-arrow {
    font-size: 8px;
    margin-left: 8px;
    transition: transform 0.2s;
    color: #959595;
    line-height: 1;
    display: inline-block;
}

.filters-panel .category-dropdown-toggle.active .dropdown-arrow {
    color: inherit;
}

.filters-panel .category-dropdown-toggle.open .dropdown-arrow {
    transform: rotate(180deg);
}

.filters-panel .category-dropdown-toggle:not(.active),
.filters-panel .category-dropdown-toggle:not(.active) .category-dropdown-text {
    color: #959595;
}

.filters-panel .category-dropdown-toggle.active,
.filters-panel .category-dropdown-toggle.active .category-dropdown-text {
    color: inherit;
}

.filters-panel .category-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #e7e9ec;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    padding: 5px 0;
}

.filters-panel .category-dropdown-menu.open {
    display: block;
}

.filters-panel .category-dropdown-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    text-decoration: none;
    transition: background-color 0.2s;
    width: 100%;
    box-sizing: border-box;
}

.filters-panel .category-dropdown-item:hover {
    background-color: #f5f5f5;
    color: #007cff !important;
}

.filters-panel .category-dropdown-item.active {
    background-color: #f0f7ff;
}

.filters-panel .category-dropdown-item.active .count {
    background-color: #007cff;
}

.bb-dark-theme .filters-panel .category-dropdown-menu {
    background-color: var(--bg-dark);
    border-color: #515151;
}

.bb-dark-theme .filters-panel .category-dropdown-item {
    color: #ddd;
}

.bb-dark-theme .filters-panel .category-dropdown-item:hover {
    background-color: #4d4d4d;
}

.bb-dark-theme .filters-panel .category-dropdown-item.active {
    background-color: #3a3a3a;
}

.bb-dark-theme .filters-panel .category-dropdown-toggle:not(.active),
.bb-dark-theme .filters-panel .category-dropdown-toggle:not(.active) .category-dropdown-text {
    color: #959595;
}

/* Mobile responsive - show dropdown, hide buttons */
@media (max-width: 768px) {
    .filters-panel .filter-cat-desktop {
        display: none !important;
    }

    .filters-panel .filter-cat-mobile {
        display: block !important;
        width: 100%;
        max-width: 100%;
    }

    .filters-panel {
        width: 100%;
    }

    .filters-panel .category-dropdown-toggle {
        justify-content: space-between;
    }
}

@media (max-width: 799px) {
    .filters-panel .courses-filters {
        flex-direction: column;
        line-height: 2.0;
        margin-bottom: 20px;
    }
    .filters-panel .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 {
    font-size: 15px;
    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,
.payment_method_tbank 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;
}

.woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total td, .woocommerce-checkout .bb-wc-co table.shop_table tfoot .order-total th {
    vertical-align: middle;
}

.woocommerce-checkout-payment label {
    cursor: pointer;
}

.gomagic-checkout-notice {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    padding: 1em 1.4em;
    /* background: #ebf5ff;  */
    background: #fce9bf;
    border-radius: 5px;
}
.bb-dark-theme .gomagic-checkout-notice {
    background: #7b5b17;
    /* background: #303b45;  */
}

/* Auto-renewal toggle (placeholder) */
.gomagic-autorenewal-wrap {
    font-size: 15px;
    margin: 0 0 1.2em;
    padding: 1em 1.4em;
    background: #f4f6f8;
    border-radius: 5px;
    line-height: 1.5;
}
.bb-dark-theme .gomagic-autorenewal-wrap {
    background: #2a2a2a;
}
.gomagic-autorenewal-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.gomagic-autorenewal-label {
    font-size: 15px;
    font-weight: 600;
    color: #383330;
}

.bb-dark-theme .gomagic-autorenewal-label {
    color: #d1d1d1;
}

.gomagic-autorenewal-label span {
    color: gray;
}

/* toggle switch */
.gomagic-toggle {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    flex-shrink: 0;
}
.gomagic-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}
.gomagic-toggle__slider {
    position: absolute;
    inset: 0;
    background: #ccc;
    border-radius: 24px;
    transition: background 0.25s;
    cursor: not-allowed;
}
#order_review .gomagic-toggle__slider::before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 3px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.25s;
}
.gomagic-toggle input:checked + .gomagic-toggle__slider {
    background: #3c6;
}
.gomagic-toggle input:checked + .gomagic-toggle__slider::before {
    transform: translateX(20px);
}
.gomagic-toggle--disabled {
    opacity: 0.55;
    pointer-events: none;
}
.bb-dark-theme .gomagic-toggle__slider {
    background: #555;
}
.bb-dark-theme .gomagic-toggle__slider::before {
    background: #999;
}

.gomagic-autorenewal-notice {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #777;
}
.bb-dark-theme .gomagic-autorenewal-notice {
    color: #999;
}

/* Форма активации премиум аккаунта */
.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: 1.2rem;
}

.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 2rem 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 {
    /* sticky is simulated via JS in gomagic-skills.php (workaround for overflow-x:hidden on html) */
}
.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: 1.2rem;
    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: 1.8rem 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;
	height: 100dvh; /* Dynamic viewport height - fixes iOS Safari address bar issue */
    /*    background: #fff;*/
    background: var(--bg-light);
    display: none;
    z-index: 99999; /* меньше не делать - иначе чатра вылезит */
    overflow-y: overlay!important;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-gutter: stable;
	overscroll-behavior: contain; /* Prevent scroll chaining to parent (fixes iOS rubber banding) */
}
#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;
}

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

/* 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: 1180px) {
    #skill_info_wrap {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

@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: 0.875rem;
}

#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: 1.2rem;
}

/* Дерево скиллов */
.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: 1rem;
}
.tree_wrap {
    margin-top: 2.2rem;
}
.tree_wrap:first-child {
    margin-top: 0;
}
@media (max-width: 1025px) {
    .tree_wrap {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}
.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 {
    opacity: 1!important;
    z-index: 4;
}
.downscale_skills .gomagic_skill {
    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_item_title {
    line-height: 1.3;
    font-size: 15px;
    margin-top: -4px;
}
/* turn off selection for mobile */
@media (max-width: 1025px) {
    .skill_item_title {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

.skill_notice {
    max-width: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    margin-top: 0.2rem;
}
.skill_notice.info {
    display: none;
    margin: -5px auto;
    font-size: 14px;
    background: #cdedff;
    padding: 15px;
    border-radius: 25px;
}
@media (max-width: 1025px) {
    .skill_notice.info {
        display: block;
    }
}
.bb-dark-theme .skill_notice.info {
    background: #103364;
}
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: 1.5rem;
}
#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: 5rem;
}

/*#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;
    }
    #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 {
  fill: #B1B1B1;
}
.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-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);
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  color: #007cff;
  font-weight: 500;
  transform: translateX(-32%) rotate(-45deg);
  transition: 0.2s;
}
.gomagic_skill.show_label:before {
  opacity: 1;
}

@keyframes skill_focus_outline {
  0% {outline-width: 0px;}
  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;
}
.video_fork .fork_button {
    font-size: 3rem;
    line-height: 1.2;
    border-radius: 20px;
    padding: 24px 36px;
    margin: 28px;
    border-width: 1px;
    border-color: #007cff;
    color: #007cff;
}
@media (max-width: 600px) {
    .fork_button {
        font-size: 2rem;
    }
}

.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;
}

.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: 2rem auto 1rem 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;
}

@media only screen and (max-width: 768px) {
    .learndash_post_sfwd-courses .bb-learndash-banner .banner-img {
        filter: brightness(70%);
    }
}

.course-header-rating {
    display: inline-flex;
    align-items: baseline;
}
.bb-course-creation-date, .bb-course-creation-date * {
    margin-bottom: 4px;
    font-size: 14px;
    opacity: 0.85;
}
.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-cover-list-item .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: #007cff;
    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;
}

.slick-slide {
    margin: 0 10px;
    transition: none;
}

.slick-list {
    margin: 0 -10px;
}

.max-items-2 .slick-track,
.max-items-1 .slick-track {
    justify-content: center;
    display: flex;
}

.max-items-2 .slick-slide,
.max-items-1 .slick-slide {
    max-width: 350px;
}

.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: 1rem;
}

.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;
}
.gm-prices-vat {
    font-size: 13px;
    /* font-weight: 500; */
    line-height: 1.5;
    margin: 7px 0;
}

h2.gm-prices-title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 2rem;
}
.gm-prices-membership-info {
    text-align: center;
    margin-bottom: 1.3rem;
    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;
}
.completed_text {
    color: #3c6;
    font-weight: 500;
}

.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.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;}

.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_notice {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: -15px;
}
.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;
}
.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;
}
.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: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    display: none;
}
.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;
    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 2rem 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;
}
.bb-dark-theme .swal-modal {
    background-color: var(--bg-dark);
}
.swal-text {
  text-align: center;
}
.bb-dark-theme .swal-text {
    color: #ddd;
}
.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;
}
.swal-title {
    color: inherit !important; /* fix for dark theme */
}
.swal-icon {
    background: transparent !important;
}
.swal-icon--success:after, .swal-icon--success:before {
    background: transparent !important;
}
.swal-icon--success__hide-corners {
    background-color: transparent !important;
}

.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: 2rem;
    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: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;
}
.dash_block.all-courses-block h2 {
    margin-bottom: 1.5rem;
}

.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.5;
    margin: 0;
/*    white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    max-height: 2.7em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dash_user_menu {
    display: flex;
    gap: 12px;
}
.dash_user_menu a {
    color: #898989;
    font-size: 13px;
}

#dash_ogs_link {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    max-height: 1.7em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.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;
    min-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_rew_time.expired {
    color: #e74c3c;
}

.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) {
    body {
        padding-bottom: 58px!important;
    }
    #chatra.chatra--side-bottom {
        bottom: 70px!important;
    }
}

.bottom-mobile-menu-wrapper {
    position: fixed;
    bottom: 0;
    left: 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';
}
.bottom-menu .bottom-menu-skilltree a:before {
    content: '\e927';
    transform: rotate(90deg);
}
.bottom-menu .bottom-menu-articles a:before {
    content: '\e86e';
}
.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)*/

.bb-dark-theme select {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L4 4 1 1' stroke-width='1.5' stroke='%23f4f4f4' fill='none' stroke-linecap='round' opacity='.5' stroke-linejoin='round'/%3E%3C/svg%3E");
}

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  */

.bb-mobile-logo {
    width: 100%;
}

.background-blue {
    background-color: #d7f0ff
}

.bb-dark-theme .background-blue {
    background-color: #47707f
}

#page .twa-text {
    margin-top: -20px;
    margin-bottom: 30px;
}

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 {
    fill: #757575;
}
.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;
}*/

/*! 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;
}


/*! Protect Go board from forced dark mode (Samsung/Android system dark theme) */
._m_GoMagicBoard,
._m_goban,
._m_goban svg {
    color-scheme: light;
    color-scheme: only light;
    forced-color-adjust: none;
    -webkit-forced-color-adjust: none;
}

/*! 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;
}
/*! GM BOARD STYLES OVERRIDE TODO: remove important from there */
.bb-dark-theme ._m_quiz_result_window {
    background-color: var(--bg-dark-menu);
}
.bb-dark-theme ._m_quiz_result_window div {
    color: #e7e7e7 !important;
}
.bb-dark-theme ._m_quiz_result_wrap,
.bb-dark-theme ._m_quiz_result_window h3,
.bb-dark-theme ._m_quiz_result_window h4 {
    color: #e7e7e7 !important;
    border-color: #cacaca !important;
    background-color: var(--bg-dark-menu);
}
.bb-dark-theme .loading_elem {
    background-color: var(--bg-dark-menu);
}
/*! END GM BOARD STYLES OVERRIDE */
.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;
}

.bb-dark-theme #quick-view-content {
    background-color: var(--bg-dark);
}

/** Go TERMS */
.go_term_meta {
	display: flex;
	gap: 0.2rem 1rem;
	margin-bottom: 0.2rem;
	margin-top: 1.2rem;
	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;
}

.bb-dark-theme #go-terms-table td {
    border-bottom: 1px solid rgba(255,255,255,.05);
}

#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%;
    height: 100%;
    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 */
	overscroll-behavior: contain; /* Prevent scroll chaining to parent (fixes iOS rubber banding) */
}

.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: 1rem;
}
.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: 1rem;
}
#ogs_login_message.error {
	color: var(--gm-red);
}

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

.ogs_login_comments {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
}
#ogs_logout {
	background: #a8a8a8;
}
.ogs_logout_buttons {
	display: flex;
	gap: 10px;
}
.ogs_learn_more_modal .swal-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
}

.buddypanel-open .full-width {
    @media (min-width: 1170px) {
        width: calc(100vw - 95px);
        margin-left: auto;
        padding-left: 95px;
    }
}

.vjs-picture-in-picture-control {
    display: none !important;
}

@media (max-width: 767px) {
    .videojs-1-dimensions {
        height: 100%;
    }

    .video-js {
        width: 100%;
        height: 100%;
    }
}

.vjs-share-button,
.vjs-context-menu .link,
.vjs-extend-zoom {
    display: none !important;
}

.video-js .vjs-modal-dialog.vjs-text-track-settings {
    background-color: #fff;
}

.video-js .vjs-text-track-settings .vjs-track-settings-controls button {
    text-transform: unset;
    background-color: #007cff;
}

.vjs-subs-up .vjs-text-track-display {
    transform: translate(0, -80%);
}

.video-js button.vjs-big-play-button {
    opacity: 0.75;
    width: 64px;
    height: 64px;
}

.video-js button.vjs-big-play-button:hover {
    width: 72px;
    height: 72px;
}

/* Removes issue with back layer sticking out on hover */
.video-js button.vjs-big-play-button .vjs-svg-icon {
    width: 101%;
    height: 101%;
}

.pseudofullscreen {
    z-index: 999998;
    background-color: black;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pseudofullscreen .video-js {
    width: 100%;
    height: 100%;
}

/* The only one used line found in bp-nouveau */
img.emoji {
    display: inline-block;
    margin: 3px;
    width: 24px;
    height: 24px;
}

.bb-icon-info {
    font-size: 18px;
    font-weight: 900;
}

.tree_title .bb-icon-angle-down {
    line-height: 0;
    width: 0;
    margin-left: 0;
    font-size: 50px;
}

.tree_title .bb-icon-angle-down::before {
    margin-left: -14px;
}

.rotate_chevron .tree_title .bb-icon-angle-down::before {
    margin-left: -35px;
}

.bb-mobile-logo-dark, .bb-logo-dark {
    filter: invert(1);
}

.no-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list-view-header,
.tier_wrap,
.puzzles_wrap,
.diff_kyudan {
   display: none;
}

.bb-courses-directory .add_to_cart_inline {
    display: none;
}

.bb-dark-theme .woocommerce table.shop_table.shop_table_responsive tr:nth-child(even) td {
    background-color: var(--bg-dark-menu);
}

.bb-dark-theme .bb-courses-directory .grid-filters a {
    color: var(--text-dark);
}

.bb-dark-theme .buddypress-wrap .grid-filters a.active {
    color: #ddd;
}

.fab {
    font-family: FontAwesome;
    font-style: normal;
}

.top-meta span {
    font-size: 12px;
    color: #939597;
    letter-spacing: -.21px;
}

.top-meta .bb-views-wrap {
    margin-left: 15px;
}

.top-meta .bb-icon-eye {
    font-size: 20px;
    margin-top: -2px;
    margin-right: 7px;
}

.top-meta .bb-icon-clock {
    font-size: 20px;
    margin-top: -2px;
    margin-right: 5px;
}

.highlight .gm-prices-feature:nth-of-type(1) {
    font-weight: bold;
    filter: contrast(1.5);
}

.bb-dark-theme .highlight .gm-prices-feature:nth-of-type(1) {
    color: white;
}

.accordion-section-title button.accordion-trigger {
    height: auto;
}

.bb-about-instructor .bb-grid {
    flex-direction: column;
    align-items: flex-start;
}

#course_content .course-skill-link {
    display: flex;
    align-items: center;
    padding: 0;
}

#course_content .course-skill-link + .course-skill-link {
    margin-top: 15px;
}

#course_content .course-skill-icon {
    background-color: #FEAD01;
    border-radius: 50%;
    padding: 0;
    margin-right: 10px;
}

#course_content .course-skill-icon img {
    height: 50px;
    width: 50px;
}

.cmplz-cookiebanner.cmplz-dismissed {
    display: none;
}

.video-js.vjs-480 .vjs-audio-button {
    display: block;
}


/*@media (max-width: 798px) {*/
    .video-js .vjs-settings-home {
        display: none !important;
    }

    .video-js .vjs-hidden.override {
        display: block !important;
        pointer-events: all;
    }
/*}*/

.block-input {
    pointer-events: none;
}

.allow-input {
    pointer-events: all;
}

.bb-yoast-breadcrumbs {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.content-area {
    padding-top: 1rem;
}

.page-id-4926 .content-area {
    padding-top: 1.875rem;
}

@media screen and (max-width: 767px) {
    .bb-yoast-breadcrumbs {
        padding-left: 0;
    }
}

.page-template-page-900 .bb-yoast-breadcrumbs {
    max-width: 900px;
}

.page-template-page-750 .bb-yoast-breadcrumbs {
    max-width: 750px;
}

.single-post .bb-yoast-breadcrumbs {
    max-width: 720px;
}

.page-id-13 .bb-yoast-breadcrumbs {
    max-width: 1024px;
    padding-left: 0;
}

.page-id-10201 .bb-yoast-breadcrumbs {
    max-width: 550px;
    padding-left: 0;
}

/* No crumbs on pages 4926 (skilltree) and 79645 (dashboard) */
.page-id-4926 .bb-yoast-breadcrumbs,
.page-id-79645 .bb-yoast-breadcrumbs {
    display: none;
}

.single-post .comment-respond {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #learndash-page-content .learndash-wrapper .ld-focus-comment {
        margin: 15px 0;
    }
    #learndash-page-content .ld-focus-comments .comment-respond {
        margin-top: 0;
        padding: 25px;
    }
}

/* Payment Methods Section */
.footer-payment-methods {
    text-align: center;
    margin: 30px auto 20px;
    padding: 20px 0;
}

.payment-methods-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.payment-methods-grid img {
    opacity: 0.7;
    transition: opacity 0.3s ease;
    filter: grayscale(30%);
    height: 32px;
    width: auto;
}

.payment-methods-grid img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

@media screen and (max-width: 767px) {
    .payment-methods-grid {
        gap: 15px;
    }

    .payment-methods-grid img {
        height: 28px;
    }
}

.footer-copyright {
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

@media screen and (max-width: 767px) {
    .footer-copyright {
        padding: 15px 0;
        margin-top: 20px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .bb-view-text, .bb-comment-text {
        display: none;
    }
}

.single .entry-meta {
    margin-bottom: 15px;
}

/* Reading Time Display */
.reading-time-wrap {
    margin-left: 10px;
}

.reading-time-wrap i {
    margin-right: 5px;
}

.reading-time-text {
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .reading-time-wrap {
        margin-left: 8px;
    }

    .reading-time-text {
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        max-width: 36px;
    }
}
.bp-messages.bp-feedback .bp-icon i {
    font-size: 21px;
    color: #939597;
    line-height: 40px;
}
