/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
.container {
    max-width: 1280px !important;
    padding: 0;
}

.single-sfwd-lessons .container {
    max-width: 100% !important;
}

#hkb .site-header__title {
    margin: 30px auto 15px;
    text-align: center;
    font-size: 26px;
    font-weight: normal;
}

#hkb .hkb-site-search .hkb-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#hkb .hkb-site-search {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

#hkb .hkb-site-search .hkb-site-search__field {
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    border-radius: 99px;
    display: block;
    width: 100%;
    padding: 25px 20px 25px 45px;
    border: 0;
    outline: none;
    box-shadow: 0 0 0 5px #8bd9be;
}

#hkb .hkb-site-search .hkb-site-search__button {
    display: none;
}

.hkb-site-search::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/search.svg) no-repeat center center;
    background-size: 16px;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 11px;
    color: #9da8b5;
    margin-top: -8px;
}

.ht-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.hkb-entry-content {
    max-width: 1000px;
}

.single-ht_kb .ht-container,
.single-ht_kb .hkb-entry-content {
    max-width: 100%;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px 0;
}

.hkb-archive__title {
    font-size: 22px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e6e6e6;
}

.hkb-archive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

#hkb .sidebar {
    margin-top: 22px;
    height: 100%;
    font-size: 15px;
}

#hkb .widget {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #f4f5f5;
    padding: 30px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.4;
}

#hkb .widget .widget-title {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
}

#hkb .widget ul li {
    margin: 0 0 10px;
    line-height: 1.3;
    position: relative;
}

.hkb-search-noresults {
    text-align: center;
    padding: 30px 0;
}

.hkb-search-noresults .hkb-search-noresults__title {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 11px;
}

.hkb-search-noresults p {
    margin: 0;
}

#hkb-jquery-live-search {
    background: #fff;
    margin: 10px 0 0;
    padding: 0;
    max-height: 400px;
    overflow: auto;
    position: absolute;
    z-index: 99;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    -webkit-overflow-scrolling: touch;
}

#hkb.hkb-searchresults {
    list-style: none;
    margin: 0;
    padding: 0;
}

#hkb.hkb-searchresults .searchwp-revised-search-notice {
    background-color: #f4f5f5;
    padding: 10px 20px;
}

#hkb.hkb-searchresults>li {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
}

#hkb.hkb-searchresults>li:hover,
#hkb.hkb-searchresults>li.hkb-searchresults__current {
    background: #f7f7f7;
}

#hkb.hkb-searchresults>li:first-child a {
    padding-top: 15px;
}

#hkb.hkb-searchresults>li:last-child a {
    padding-bottom: 15px;
}

#hkb.hkb-searchresults>li.hkb-searchresults__showall,
#hkb.hkb-searchresults>li.hkb-searchresults__noresults {
    background: #f7f7f7;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}

#hkb.hkb-searchresults>li.hkb-searchresults__showall a,
#hkb.hkb-searchresults>li.hkb-searchresults__showall span,
#hkb.hkb-searchresults>li.hkb-searchresults__noresults a,
#hkb.hkb-searchresults>li.hkb-searchresults__noresults span {
    display: block;
    padding: 10px;
}

#hkb.hkb-searchresults>li a {
    padding: 10px 20px;
    display: block;
    color: inherit;
    text-decoration: none;
}

#hkb.hkb-searchresults>li .hkb-searchresults__title,
#hkb.hkb-searchresults>li .hkb-searchresults__excerpt {
    display: block;
}

#hkb.hkb-searchresults>li .hkb-searchresults__title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

#hkb.hkb-searchresults>li .hkb-searchresults__excerpt {
    font-size: 13px;
    line-height: 1.2;
    margin: 6px 0 0;
}

.hkb_widget_exit .hkb_widget_exit__btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 18px;
    line-height: 1;
    border-radius: 99px;
    transition: background .3s ease-in-out;
    background: #8bd9be;
}

.hkb_widget_exit .hkb_widget_exit__content {
    margin: 0 0 12px;
}

.hkb-archive.hkb-archive--two-cols>li {
    width: 100%;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    list-style: none;
}

.hkb-category,
.hkb-subcategory {
    border-bottom: 1px solid #e6e6e6;
}

.hkb-category__link {
    display: block;
    width: 100%;
    padding: 25px 10px;
    text-decoration: none;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    -webkit-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.hkb-category__link:hover {
    background: #fafafa;
}

.hkb-category__header {
    position: relative;
}

.hkb-category__iconwrap {
    position: absolute;
    width: 50px;
    height: auto;
}

.hkb-category__title {
    padding-left: 60px;
    font-size: 18px;
    line-height: 1.25;
    color: #4F4F4F;
    margin: 0;
    font-weight: 700;
}

.hkb-category__description {
    padding-left: 60px;
    font-size: 15px;
    line-height: 20px;
    color: #8a8a8a;
    margin: 8px 0 0;
}

.ht-pageheader {
    background: #f4f5f5;
    padding: 15px 0;
    display: table;
    width: 100%;
    position: relative;
}

.hkb-template .ht-pageheader,
.hkb-template .ht-pageheader:before,
.hkb-template .ht-pageheader:after {
    background: transparent !important;
}

.single-ht_kb .ht-pageheader:before,
.single-ht_kb .ht-pageheader:after {
    content: " ";
    display: block;
    background: #f4f5f5;
    width: 50%;
    left: -50%;
    position: absolute;
    top: 0;
    height: 100%;
}

.single-ht_kb .ht-pageheader:after {
    left: auto;
    right: -50%;
}

.ht-pageheader .hkb-site-search {
    display: table-cell;
    vertical-align: middle;
    max-width: 210px;
}

#hkb .ht-pageheader .hkb-site-search .hkb-site-search__field {
    border: 1px solid rgba(204, 204, 204, 0.5);
    width: 210px;
    padding: 10px 15px 10px 35px;
    font-size: 15px;
    box-shadow: none;
    height: 35px;
}

.hkb-breadcrumbs_wrap ol:last-child {
    margin-bottom: 0;
}

.hkb-template .hkb-breadcrumbs_wrap {
    margin: 0 10px;
    border-bottom: 1px solid #e7e9ec;
}

.hkb-template-archive .hkb-breadcrumbs_wrap {
    display: none;
}

.hkb-breadcrumbs {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    font-size: 13px;
    color: #5c5c5c;
    letter-spacing: -.1px;
}

.hkb-breadcrumbs {
    padding: 0 0 15px;

}

.hkb-breadcrumbs li {
    display: inline-block;
}

.hkb-template-single .hkb-breadcrumbs {
    padding: 0;
}

.hkb-breadcrumbs li:last-child::after {
    display: none;
    margin: 0;
}

.hkb-breadcrumbs li:last-child {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

.hkb-breadcrumbs .hkb-breadcrumbs__icon {
    display: inline-block;
    height: 8px;
    width: 13px;
    padding: 0 2px;
    position: relative;
    top: -1px;
}

.hkb-breadcrumbs a {
    color: #273774;
    text-decoration: none;
    font-weight: 500;
}

.hkb-breadcrumbs a:after {
    content: ">";
    color: #8bd9be;
}

.ht-articlelist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ht-articlelist li {
    padding: 22px 0;
    border-bottom: 1px solid #e6e6e6;
    list-style: none;
}

.hkb-articlemini .hkb-article__link {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative
}

.hkb-articlemini .hkb-article__link img {
    position: absolute;
    width: 120px;
    left: 0;
}

.hkb-articlemini .hkb-article__title {
    margin: 0;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    color: #4F4F4F;
}

.hkb-articlemini .hkb-article__title:hover {
    color: #23BEB1;
}

.hkb-articlemini .hkb-article__excerpt {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.5;
}

.ht-pagination {
    margin: 22px 0;
}

.ht-pagination a {
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background: #f4f5f5;
    color: #595959;
    display: inline-block;
    padding: 10px 15px;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
}

.ht-pagination a:hover {
    background: #e7e9e9;
    color: #8bd9be;
}

.hkb-article__content.entry-content {
    margin-top: 40px;
}

.hkb-template-single .hkb-article__content.entry-content {
    margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p {
    margin: 0 0 1rem;
}

.hkb-feedback {
    background: #f4f5f5;
    padding: 22px 30px 25px;
    margin: 0 0 22px;
}

@media print {
    .hkb-feedback {
        display: none;
    }
}

.hkb-feedback .hkb-feedback__title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    color: #4d4d4d;
    margin: 0 0 10px;
    text-align: center;
}

.hkb-feedback .ht-voting-links {
    margin: 0 auto;
    text-align: center;
}

.hkb-feedback .ht-voting-upvote,
.hkb-feedback .ht-voting-downvote {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-indent: -999999px;
    margin: 0 5px;
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.hkb-feedback .ht-voting-upvote {
    background: #55d17c url("../images/check.svg") no-repeat center center;
    background-size: 20px 20px;
}

.hkb-feedback .ht-voting-upvote:hover {
    background-color: #41cc6c;
}

.hkb-feedback .ht-voting-downvote {
    background: #e57673 url("../images/cross.svg") no-repeat center center;
    background-size: 20px 20px;
}

.hkb-feedback .ht-voting-downvote:hover {
    background-color: #e1615d;
}

.hkb-feedback .ht-voting-comment {
    margin: 20px 0 0;
}

.hkb-feedback .ht-voting-comment__textarea {
    margin: 0 0 20px !important;
    width: 100% !important;
    line-height: 1.5;
}

.hkb-feedback .ht-voting-comment__submit {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #55d17c;
}

#ftwp-container.ftwp-wrap #ftwp-header-control {
    display: none !important;
}

#ftwp-container.ftwp-wrap #ftwp-header-title {
    padding-left: 22px !important;
}

.hkb-article-related .wp-block-columns {
    margin: 0;
}

.hkb-article-related .wp-block-column-inner {
    padding: 13px;
}

.hkb-article-related .wp-block-column {
    display: block;
    background: #fafafa;
    margin-bottom: 40px;

}

.title_wrap .entry-title {
    line-height: 35px;
}

.hkb-article-related .wp-block-column:hover h4.hkb-article__title {
    color: #8bd9be;
}

h4.hkb-article__title {
    width: 100%;
    font-size: 14px;
    line-height: 1.25;
    color: #333;
    margin: 0;
    font-weight: 700;
}

.hkb-article__excerpt {
    font-size: 13px;
    line-height: 16px;
    color: #8a8a8a;
    margin: 8px 0 0;
}

.hkb-sub_category {
    margin: 0 10px 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
}

.ht-pageheader {
    padding: 1.875rem 10px;
}

.hkb-template-single .ht-container {
    padding-top: 0;
}

.user_single_profile_details .elementor-column-wrap #item-header {
    border: 1px solid #e7e9ec;
    border-radius: 4px;
    font-size: .875rem;
    line-height: 1.35;
    margin-bottom: 1.25rem !important;
}

.user_single_profile_details .elementor-column-wrap .single-headers .item-meta {
    margin-bottom: 0 !important;
}

.user_single_profile_details .elementor-column-wrap #item-header h3,
.user_single_profile_details .elementor-column-wrap .widget-title {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: 1rem;
    margin: 0 0 1.25rem !important;
    text-transform: uppercase;
}

.user_single_profile_details div#item-header img.avatar {
    margin: 0 auto;
    width: 300px;
    border-radius: 0 !important;
    max-width: 100%;
}

.user_single_profile_details div#item-header #item-header-avatar {
    padding-right: 0 !important;
}

.user_single_profile_details div#item-header .member-title-wrap {
    margin: 0;
}

.user_single_profile_details div#item-header #item-header-content {
    padding: 1.25rem .9375rem;
}

.user_single_profile_details div#item-header #item-header-content a {
    color: #767676;
}

.shortcode-activity-stream .bp-generic-meta {
    display: none !important;
}

.section-title-container {
    background: #f2f2f2;
    padding: 8px 15px;
    overflow: hidden;
}

.dashboard-profile-group .section-title-container {
    padding: 8px 0;
    background: transparent;
}

.bb-vw-container {
    width: 100% !important;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.dashboard-profile-group .section-title-container h3 {
    text-transform: inherit;
    display: inline-block;
    padding: 0 0 9px;
    border-bottom: #000 solid 1px;
    color: #000;
    font-weight: 500;
}

.dashboard-profile-group .section-title-container a {
    text-decoration: none;
    font-weight: 500;
}

.section-title-container .section-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: 30px;
    margin: 1px 0 0;
    text-transform: uppercase;
    display: inline-block;
}

.dashboard-profile-mycourses .section-title-container .section-title,
.dashboard-profile-mycourses .section-title-container a {
    font-weight: 500;
}

.profile-home-section .bb-grid #course-dir-list {
    margin-top: 20px;
}

#eventCalendar table {
    margin-bottom: 0 !important;
}

#eventCalendar .fc-button,
#eventCalendar .fc-button:active,
#eventCalendar .fc-button:focus {
    box-shadow: none !important;
    ;
    background: #f5f5f5 !important;
    ;
    text-shadow: none !important;
    ;
    border-radius: 0 !important;
    ;
}

#eventCalendar .fc-toolbar.fc-header-toolbar {
    margin-top: 20px;
    margin-bottom: 0;
}

#eventCalendar .fc-toolbar.fc-footer-toolbar {
    margin-top: 5px;
    margin-bottom: 1.25rem !important;
}

#eventCalendar .fc-button:hover {
    background: #cfcfcf !important;
}

#eventCalendar.fc button,
#eventCalendar.fc table,
#eventCalendar.fc {
    font-size: 14px;
    line-height: 14px;
    font-family: "SF UI Display", sans-serif;
}

.fc-day-grid-container.fc-scroller {
    height: auto !important;
    overflow-y: auto;
}

.single-headers .member-header-actions>.generic-button {
    margin: 5px 10px 0 0;
}

.single-headers .member-header-actions>.generic-button .send-message,
.single-headers .member-header-actions>.generic-button .switch-button {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 17px;
    line-height: 13px;
    border-radius: 99px;
    transition: background .3s ease-in-out;
    background: #8bd9be;
}

.buddypress-wrap .bp-messages {
    margin-bottom: 30px !important;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 2.8em !important;
}

.profile-course-feed #bb-learndash_profile {
    margin-top: 20px;
}

.profile-course-feed .bb-course-items.list-view .bb-course-cover {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
}

.profile-course-feed .bb-course-items .course-progress-wrap {
    margin-bottom: 0;
}

.profile-course-feed .bb-card-course-details {
    padding: 10px 15px !important;
}

.profile-course-feed .bb-course-title {
    font-size: 14px !important;
}

#eventCalendar {
    margin-bottom: 1.25rem;
}

#eventCalendar .fc-widget-header .fc-day-header {
    line-height: 20px;
}

#eventCalendar .fc-event {
    font-size: 12px;
    line-height: 1.3;
    border-radius: 0;
}

#eventCalendar .fc-header-toolbar .fc-center h2 {
    font-family: "SF UI Display", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #273774;
    letter-spacing: .25px;
    text-transform: uppercase;
}

#content {
    position: relative;
}

.buddypanel {
    box-shadow: none;
    background: transparent !important;
}

.side-panel-menu a,
.side-panel-menu a i {
    color: #525E82 !important;
    font-weight: 400;
    font-size: 16px;
}

.bb-template-v2 .side-panel-menu a {
    padding: 8px 16px 8px 4px;
    border-radius: 24px;
}

.buddypanel .side-panel-menu .current-menu-item>a {
    background: rgba(0, 169, 224, 0.1);
}
.bb-template-v2 .buddypanel .side-panel-menu li.menu-item.current-menu-item > a > span {
    color: #007EA8;
    font-weight: 400;
}

.side-panel-menu li {
    position: relative;
}

/*.side-panel-menu .current-menu-item:after,*/
/*.tax-ht_kb_category .resource-menu-item:after,*/
/*.single-ht_kb .resource-menu-item:after,*/
/*.single-sfwd-courses .course-menu-item:after,*/
/*.single-sfwd-lessons .course-menu-item:after,*/
/*.single-sfwd-topics .course-menu-item:after,*/
/*.single-sfwd-quizzes .course-menu-item:after,*/
/*.single-tribe_events .event-menu-item:after,*/
/*body.single-item.groups .group-menu-item:after {*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 15px;*/
/*    color: #273774;*/
/*    content: "\203A";*/
/*    line-height: 14.5px;*/
/*    font-size: 45px;*/
/*    font-weight: 300;*/
/*}*/

.widget .custom_event_list .custom_event_item a {
    clear: both;
    overflow: hidden;
    display: block;
}

.widget .custom_event_list .custom_event_item h4 {
    padding-left: 70px;
    margin-bottom: 0;
    margin-top: 4px;
    transition: all .3s;
    font-size: 14px;
}

.widget .custom_event_list .custom_event_item img {
    max-width: 55px;
    border-radius: 10px;
    float: left;
    transition: all .3s;
}

.widget .custom_event_list .custom_event_item .start_date {
    padding-left: 70px;
    display: block;
    transition: all .3s;
}

.widget .custom_event_list .custom_event_item a:hover img {
    border-radius: 0px;
    transition: all .3s;
}

.widget .custom_event_list .custom_event_item a:hover h4,
.widget .custom_event_list .custom_event_item a:hover .start_date {
    color: #8bd8bd;
    transition: all .3s;
}

.more-block {
    font-weight: 600;
}

.custom_popular_resources_item h4 {
    margin-bottom: 0;
}

.custom_popular_resources_item h4 a {
    font-family: "SF UI Display", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #273774 !important;
    transition: all .3s;
}

.custom_popular_resources_item h4 a:hover {
    color: #273774 !important;
}

.custom_popular_resources_item h4 a:hover {
    color: #8bd8bd !important;
    transition: all .3s;
}

.widget span.start_date,
.widget span.resource_category {
    font-size: 14px;
    color: #939597;
}

.dashboard-profile-mycourses .owl-carousel {
    padding: 0 15px;
    position: relative;
}

.dashboard-profile-mycourses .owl-carousel .owl-prev,
.dashboard-profile-mycourses .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    font-size: 40px !important;
    width: 40px;
    background: #ffffff !important;
    border-radius: 50%;
    border: #ccc solid 1px !important;
    left: 0;
    line-height: 35px !important;
    height: 40px;
    display: block;
    margin-top: -20px;
}

.dashboard-profile-mycourses .owl-carousel .owl-next {
    left: auto;
    right: 0;
}

.dashboard-profile-mycourses {
    border: 1px solid #e7e9ec;
    border-radius: 4px;
    box-shadow: 0 6px 24px 0 rgba(18, 43, 70, 0);
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.dashboard-profile-mycourses .owl-carousel .owl-prev span,
.dashboard-profile-mycourses .owl-carousel .owl-next span {
    height: 40px;
    display: block;
}

.dashboard-profile-mycourses .section-title-container {
    padding: 8px 15px;
    background: transparent;
}

.course-item-container {
    position: relative;
}

.course-item-container h4 {
    position: absolute;
    z-index: 999;
    top: calc(100% - 50px);
    margin: 0;
    left: 0;
    color: #ffffff;
    line-height: 1.2;
    padding: 0 15px;
    font-weight: 300;
    font-size: 16px;
    transition: all .3s;
}

.course-item-container a:hover h4 {
    color: #8bd8bd;
    transition: all .3s;
}

.course-item-container .gradient-overlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.section-title-container a {
    float: right;
    display: inline-block;
    color: #273774;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 0;
    line-height: 13px;
    border-radius: 99px;
    background: transparent !important;
    text-decoration: underline;
    transition: color .3s;
}

.section-title-container a:hover {
    color: #8bd8bd;
    transition: color .3s;
}

#ect-events-list-content h2.ect-list-title,
#ect-events-list-content h2.ect-list-title a.ect-event-url,
.ect-classic-list a.tribe-events-read-more,
.ect-clslist-event-info .ect-clslist-title a.ect-event-url,
#ect-no-events p {
    color: #273775;
    font-family: "SF UI Display", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

#ect-events-list-content .ect-list-post-right .ect-list-description .ect-event-content,
#ect-events-list-content .ect-list-post-right .ect-list-description .ect-event-content p,
#ect-events-list-content .style-3 .ev-smalltime {
    font-family: "SF UI Display", sans-serif;
}

#ect-events-list-content .ect-list-date .ect-date-area {
    color: #273775;
    font-weight: 500;
    font-family: "SF UI Display", sans-serif;
}

#ect-events-list-content .ect-list-description .ect-event-content a {
    color: #273775;
    font-weight: 600;
}

.bottom-btn-container {
    margin: auto;
    text-align: center;
}

.bottom-btn-container .go-to-group-bottom {
    background: 0 0;
    border: 1px solid #273774;
    font-size: 14px;
    padding: 9px 2em;
    vertical-align: middle;
    line-height: 1.4;
    font-weight: 500;
    text-transform: none;
    border-radius: 100px;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.single.full_width_single_post aside.buddypanel {
    display: none;
}

.single.full_width_single_post #primary {
    max-width: 100%;
}

.single-post.full_width_single_post #primary {
    max-width: 100% !important;
}

.home-page #bp-nouveau-activity-form {
    display: none;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
    top: auto;
}

.single-topic .type-topic .wp-block-column p {
    padding-left: 0;
    padding-right: 0;
}

.single-topic .type-topic .wp-block-column p {
    padding-left: 0;
    padding-right: 0;
}

.single-topic .type-topic .wp-block-column img {
    width: 100%;
}

/*.ginput_container.ginput_container_select select{*/
/*    line-height: 1;*/
/*}*/
/*.image_preview_upload_field div[id^=gform_preview_] {*/
/*    position: absolute;*/
/*    z-index: 9999;*/
/*    top: 130px;*/
/*    left: 20px;*/
/*    width: 280px;*/
/*    color: #4d5c6d;*/
/*    background: #24336b;*/
/*    border-radius: 33px;*/
/*    padding: 10px;*/
/*    font-weight: 700;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*}*/
/*.image_preview_upload_field div[id^=gform_preview_] .ginput_preview{*/
/*    margin: 0;*/
/*}*/
/*#gform_122 .ginput_preview {*/
/*    display: block;*/
/*    position: relative;*/
/*    margin-right: 10px;*/
/*    max-width: 200px;*/
/*    height: 110px;*/
/*    padding: 5px;*/
/*    border: #ccc solid 1px;*/
/*    float: left;*/
/*}*/
/*#gform_122 .ginput_preview img{*/
/*    vertical-align: middle;*/
/*}*/
/*#gform_122 .ginput_preview .gform_delete {*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    left: 15px;*/
/*    z-index: 999;*/
/*    border-radius: 50%;*/
/*    width: 30px;*/
/*    padding: 3px;*/
/*    background: #ffffff;*/
/*    border: #000 solid 1px;*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*}*/

/* Subscribed dropdown css */
.bs-subscribed-dropdown {
    display: block;
    cursor: pointer;
}

.bs-subscribed-dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    top: 47px;
    left: 15px;
    background: #f1f1f1;
}

.bs-subscribed-dropdown-content a {
    padding: 10px 5px 5px 5px;
}

.bs-subscribed-dropdown-content a:last-child {
    padding: 5px 5px 10px 5px;
}

.bs-subscribed-dropdown-content a:hover {
    background: #ddd;
}

/* end */

/* search form */
/* .header-search-wrap {
    opacity: 1;
    visibility: visible;
    top: 76px;
}

.header-search-wrap a.close-search {
    display: none;
}

.sticky-header .site-content {
    padding-top: 160px!important;
} */
.sidebar-search-wrap {
    opacity: 1;
    visibility: visible;
    position: relative;
    box-shadow: none;
    padding: 0 0 5px 0 !important;
    height: auto !important;
}

.sidebar-search-wrap .search-form {
    height: auto !important;
}

.bp-search-ac {
    z-index: 999999;
}

body.bp-search .bp-search-ac {
    background-color: var(--bb-content-background-color);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06), 0px 6px 24px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    padding: 0;
    padding-right: 15px;
    position: fixed !important;
    /* right: 0; */
    overflow: auto;
    max-height: 70%;
    /* max-height: -webkit-calc(100vh - 76px);
    max-height: calc(100vh - 76px); */
    max-width: 500px !important;
    width: 100%;
    /* -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px); */
    /* z-index: 610; */
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) {
    background-color: var(--bb-content-background-color);
    max-width: 1190px;
    margin: auto;
    width: 100%;
    float: none;
    /* Overwrite jQuery-ui CSS for Header Searchbar */
    padding: 0 15px;
    border-bottom: 1px solid var(--bb-content-border-color);
    color: var(--bb-alternate-text-color);
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item p {
    margin-bottom: 5px;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item-avatar>i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--bb-content-alternate-background-color);
    border-radius: 50%;
    color: var(--bb-alternate-text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 300;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    width: 48px;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item {
    margin: 0;
    padding: 15px 0;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar {
    margin-right: 15px;
    margin-top: 5px;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc {
    color: var(--bb-body-text-color);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 21px;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .entry-meta {
    font-size: 13px;
    font-weight: 400;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--bb-alternate-text-color);
    min-height: 26px;
    margin-bottom: 0;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .entry-meta a {
    color: var(--bb-alternate-text-color);
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child {
    border-bottom: 0;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type) {
    margin-bottom: 12px;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a {
    display: inline;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p {
    font-size: 14px;
    font-weight: 400;
    color: var(--bb-headings-color);
    letter-spacing: -0.24px;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a {
    font-weight: 500;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img {
    display: none;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description {
    color: var(--bb-body-text-color);
    font-size: 14px;
    font-weight: 400;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar {
    margin-top: 0;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item {
    margin-top: 4px;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar {
    margin-top: 0;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title,
body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title {
    font-weight: 400;
    margin-bottom: 0;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a {
    display: inline;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description {
    color: var(--bb-body-text-color);
    font-size: 14px;
    font-weight: 400;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details {
    color: var(--bb-body-text-color);
    font-size: 14px;
    font-weight: 400;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar {
    position: relative;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-sub-item .item-avatar:before {
    background-color: var(--bb-alternate-text-color);
    top: 25px;
    border-radius: 50%;
    color: var(--bb-content-background-color);
    display: block;
    font-family: "bb-icons";
    font-size: 17px;
    font-weight: 300;
    height: 24px;
    line-height: 25px;
    position: absolute;
    right: -5px;
    text-align: center;
    width: 24px;
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type .item-avatar:before {
    content: '\e967';
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type .item-avatar:before {
    content: '\e854';
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-topic-type .item-avatar:before {
    content: '\ee34';
}

body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type .item-avatar:before {
    content: '\ef0a';
}

body.bp-search .bp-search-ac li:hover .item-avatar>i {
    background-color: var(--bb-content-background-color);
}

body.bp-search .bp-search-ac li .bp-member-type,
body.bp-search .bp-search-ac li .item-meta {
    background-color: transparent;
    color: var(--bb-alternate-text-color);
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: -.15px;
    line-height: 1.1875rem;
}

body.bp-search .bp-search-ac li .bp-member-type strong,
body.bp-search .bp-search-ac li .item-meta strong {
    font-weight: 400;
}

body.bp-search .bp-search-ac li .middot {
    color: var(--bb-alternate-text-color);
    display: inline-block;
    font-size: 17px;
    margin: 0 6px;
    line-height: 1;
}

body.bp-search .bp-search-ac>li.bbls-view_all_type-type {
    margin-bottom: -10px;
    text-align: center;
}

body.bp-search .bp-search-ac>li a:not(.x) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Overwrite jQuery-ui CSS for Header Searchbar */
}

body.bp-search .bp-search-ac>li .ui-state-active {
    /* Overwrite jQuery-ui CSS for Header Searchbar */
    background: transparent;
    border: none;
}

body.bp-search .bp-search-ac>li.bbls-view_all_type-type {
    /* Overwrite jQuery-ui CSS for Header Searchbar */
}

body.bp-search .bp-search-ac>li.bbls-view_all_type-type a {
    color: var(--bb-primary-color);
    font-size: 14px;
    font-weight: 500;
    padding: 11px 10px !important;
}

body.bp-search .bp-search-ac>li.bbls-view_all_type-type a:after {
    content: '\e827';
    color: var(--bb-alternate-text-color);
    font-family: "bb-icons";
    font-size: 21px;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    line-height: 22px;
}

body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar {
    float: left;
    margin-top: 0;
}

body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details {
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
}

body.bp-search .bp-search-ac img {
    border-radius: 50%;
}

.single-attachment:not(.has-sidebar) .bb-share-container,
.single-post:not(.has-sidebar) .bb-share-container {
    margin-left: -25px;
    padding: 5px;
    width: 34px !important;
    z-index: 999999;
}

.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: 100%;
}

.gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: inherit;
    padding: 5px 4px;
}

.simsm-shortcode-ui .dashicons-menu {
    width: 25px !important;
    height: 25px !important;
    font-size: 25px !important;
}

.bp_certificate_by_year_container {
    border: 1px solid #E7E9EC;
    border-radius: 10px;
}

.bp_certificate_by_year_heading {
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid #E7E9EC;
}

.certificate-year-title {
    font-size: 1.125rem;
    letter-spacing: -.24px;
    line-height: 1;
    font-family: "SF UI Display";
    font-weight: 400;
    font-style: normal;
    margin: 0 !important;
}

.certificate-year-dropdown {
    cursor: pointer;
}

.certificate-year-dropdown-content,
.bp_certificate_by_year_content {
    display: none;
}

.bp_certificate_by_year_content {
    padding: 15px 20px;
}

.certificate-year-dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    top: 47px;
    left: 0px;
    background: #f1f1f1
}

.certificate-year-dropdown-content a {
    padding: 10px 20px 5px;
    display: block;
}

.certificate-year-dropdown-content a:last-child {
    padding: 5px 20px 10px
}

.certificate-year-dropdown-content a:hover {
    background: #ddd;
}

.certificate-year-dropdown-content.active,
.bp_certificate_by_year_content.active {
    display: block;
}

.bp_certificate_by_year_content ul {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    list-style-type: none;
}

.bp_certificate_by_year_content ul li {
    line-height: 1.8;
}

.bp_certificate_by_year_content ul li a i.bb-icon-certificate.bb-icon-l {
    color: #5a5a5a;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}

/* end */
body.page-id-10 .entry-header {
    display: none;
}

body.single-memberpressproduct .header-aside .bb-header-buttons,
body.single-memberpressproduct .header-aside .search-separator,
body.woocommerce-page .header-aside .bb-header-buttons,
body.woocommerce-page .header-aside .search-separator {
    visibility: hidden;
}

.mepr-login-page .mp_wrapper {
    max-width: 100%;
}

.mepr-login-page .mepr-unauthorized-message {
    margin-top: 32px;
}

.mepr-unauthorized-message h2 {
    font-size: 36px;
    font-weight: 700;
    color: #272445;
}

.mepr-unauthorized-message h3 {
    font-size: 24px;
    font-weight: 700;
    color: #272445;
}

.mepr-unauthorized-message p {
    font-size: 16px;
    font-weight: 400;
    color: #272445;
}

/* lesson handouts shortcode */
.lesson-handout-container {
    margin: 32px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    border-radius: 8px;
    background: #F3F5F8;
}

.bb-dark-theme .lesson-handout-container {
    background: #3F404B;
}

.lesson-handout-container .lesson-handout-name-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.bb-dark-theme .lesson-handout-container .lesson-handout-name-link {
    color: #E2E7ED;
}

.bb-dark-theme .lesson-handout-container .lesson-handout-name-link svg path {
    fill: #E2E7ED;
}

.lesson-handout-container .lesson-handout-button-link {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    border-radius: 4px!important;
    border: 1px solid rgba(43, 94, 125, 0.50)!important;
    background: transparent!important;
    color: #2B5E7D;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    transition: all .3s;
}

.bb-dark-theme .lesson-handout-container .lesson-handout-button-link {
    border: 1px solid #6C6F84!important;
    color: #F3F5F8;
}

.lesson-handout-container .lesson-handout-name-link svg,
.lesson-handout-container .lesson-handout-button-link svg {
    min-width: 24px;
}

.lesson-handout-container .lesson-handout-button-link:hover {
    color: #007EA8;
}

.bb-dark-theme .lesson-handout-container .lesson-handout-button-link:hover {
    color: #F3F5F8;
}

.lesson-handout-container .lesson-handout-button-link:hover svg path {
    fill: #007EA8;
}

.bb-dark-theme .lesson-handout-container .lesson-handout-button-link svg path,
.bb-dark-theme .lesson-handout-container .lesson-handout-button-link:hover svg path {
    fill: #F3F5F8;
}

@media screen and (max-width: 768px) {
    .lesson-handout-container {
        padding: 16px;
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .lesson-handout-container .lesson-handout-button-link {
        align-self: end;
    }
}

/* lesson bottom tabs */
.waf-lesson-tabs .wp-block-ub-tabbed-content-tab-title-wrap {
    padding: 0 0 6px 0;
    margin-right: 20px;
}

.waf-lesson-tabs .wp-block-ub-tabbed-content-tab-title-wrap.active .wp-block-ub-tabbed-content-tab-title::after {
    transition: background 250ms ease 0s;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 3;
    height: 3px;
    bottom: 0;
    background: #00a9e0;
}

.waf-lesson-tabs .wp-block-ub-tabbed-content-tabs-content {
    padding-left: 0;
    padding-right: 0;
}

.waf-lesson-tabs .wp-block-ub-tabbed-content-tab-title-wrap.active .wp-block-ub-tabbed-content-tab-title {
    font-weight: 700;
}

.waf-lesson-tabs .wp-block-ub-tabbed-content-tabs-title-tablet-horizontal-tab::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    height: 3px;
    bottom: 0px;
    background: #f5f5f5;
}

#gform_fields_256 #field_256_6,
#gform_fields_291 #field_291_6,
#gform_fields_432 #field_432_6 {
    display: none;
}

.mp_invoice table.mp-table {
    border-width: 1px !important;
    border-collapse: collapse;
}

/* https://londondentalinstitute.com/orthodontics-and-dentofacial-orthopaedics/ */
.elementor-carousel-image i.eicon-play {
    visibility: hidden;
}

.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide {
    cursor: pointer;
    border-radius: 10px;
    height: 120px;
}

/* News Page */
/* #sub_news_categories_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 10px;
    gap: 48px;
    background: rgba(245, 245, 245, 0.5);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(12px);
    border-radius: 24px;
    margin: 0;
} */

#sub_news_categories_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    gap: 30px;
}

#sub_news_categories_menu .sub_news_category_item {
    font-family: 'ABC Social';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    list-style: none;
    color: #030B3D;
}

/* #sub_news_categories_menu .sub_news_category_item.active,
#sub_news_categories_menu .sub_news_category_item:hover {
    border-bottom: 3px solid #00A9E0;
} */

#sub_news_categories_menu .sub_news_category_item.active a {
    color: #00A9E0;
}

#sub_news_categories_menu .sub_news_category_item:hover a {
    opacity: 50%;
}

/* Lesson Research Paper */
.waf-lesson-research-paper-item {
    display: flex;
    margin-bottom: 48px !important;
}

.waf-lesson-research-paper-image {
    flex-basis: 20%;
}

.waf-lesson-research-paper-content {
    flex-basis: 80%;
    padding-left: 32px;
    color: #4C4C4C;
}

.waf-lesson-research-paper-image img {
    width: 100%;
}

.waf-lesson-research-paper-download-button {
    padding: 12px 24px;
    border-radius: 32px;
    background: #00A9E0;
    color: #fff !important;
    font-weight: 700;
    display: inline-block;
}

.waf-lesson-research-paper-title {
    font-size: 20px;
    font-family: 'ABC Social';
}

/* Lesson Custom Author */
.waf-lesson-custom-heading {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
}

.waf-lesson-custom-author-card-item {
    display: flex;
    margin-bottom: 64px !important;
}

.waf-lesson-custom-author-avatar {
    flex-basis: 15%;
}

.waf-lesson-custom-author-avatar img {
    border-radius: 50%;
    width: 100%;
}

.waf-lesson-custom-author-name {
    font-size: 20px;
    margin-bottom: 10px;
}

.waf-lesson-custom-author-content {
    flex-basis: 85%;
    margin-left: 20px;
    color: #4c4c4c;
}

.waf-lesson-further-reading {
    margin-bottom: 56px;
}

.waf-lesson-further-reading ul li,
.waf-lesson-further-reading ul li a {
    color: #00A9E0;
}

.waf-lesson-further-reading ul li a {
    text-decoration: underline;
}

/* Lesson Category Expanded */
.waf-lesson-category-wrapper {
    margin-bottom: 16px;
    padding: 16px 16px 24px 16px;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
}

.waf-lesson-category-item {
    cursor: pointer;
}

.waf-lesson-category-name {
    margin: 0 0 32px 0;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-lesson-category-content,
.waf-lesson-category-post,
.waf-live-study-club {
    display: flex;
}

.waf-lesson-category-content,
.waf-lesson-category-post {
    gap: 24px;
    padding-bottom: 16px;
}

.waf-lesson-category-post {
    margin-bottom: 24px;
}

.waf-lesson-category-post:last-child {
    margin-bottom: 0;
}

.waf-live-study-club {
    margin-top: 32px;
}

.waf-live-study-club-image {
    flex-basis: 33%;
}

.waf-live-study-club-image img {
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.waf-lesson-category-image img,
.waf-lesson-category-post-image img {
    width: 320px;
    height: 180px;
    object-fit: cover;
    border: 1px solid #E2E7ED;
    border-radius: 8px;
}

.waf-live-study-club-content {
    flex-basis: 67%;
    margin-left: 24px;
    color: #525E82;
}

.waf-lesson-category-description,
.waf-lesson-category-post-content {
    width: calc(100% - 344px);
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-lesson-category-post-content h3 {
    margin: 0 0 16px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-lesson-category-post-content h3 a {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-lesson-category-post-excerpt {
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-lesson-category-post-view-btn {
    display: inline-block;
    margin: 24px 0 0 0;
    padding: 12px 24px;
    border-radius: 4px!important;
    border: 1px solid rgba(43, 94, 125, 0.50)!important;
    background: transparent!important;
    color: #2B5E7D!important;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    outline: none!important;
    box-shadow: none!important;
    transition: all .3s;
}

.waf-lesson-category-post-view-btn:hover {
    color: #007EA8!important;
    border: 1px solid rgba(43, 94, 125, 0.50)!important;
    outline: none!important;
    box-shadow: none!important;
}

.waf-lesson-category-post-view-btn:focus {
    border: 1px solid rgba(43, 94, 125, 0.50)!important;
    outline: none!important;
    box-shadow: none!important;
}

.waf-live-study-club-button-wrap {
    margin-top: 24px;
}

.waf-live-study-club-start-time {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-live-study-club-start-time svg {
    width: 16px;
    height: 16px;
}

.waf-live-study-club-content h3 {
    margin: 16px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-live-study-club-content h3 a {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-live-study-club-content h3 a:hover {
    color: #030B3D;
}

.waf-live-study-club-excerpt {
    margin: 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-lesson-category-see-more-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 4px 16px;
    border: none;
    border-radius: 32px;
    background: #F3F5F7;
    color: #00A9E0;
    text-align: center;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.waf-lesson-category-posts {
    margin-top: 32px;
    margin-left: 48px;
    display: none;
}

.waf-hide {
    display: none;
}

.learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list {
    margin: 32px 0;
    padding: 16px 16px 24px 16px;
    border: 1px solid #E2E7ED;
    border-radius: 8px;
}

.learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
    margin: 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-item-list-items {
    margin: 32px 0 0 0;
}

.learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-item-list-items .ld-item-list-section-heading {
    margin: 16px 0;
    padding: 16px 0 0 0;
    border-top: 1px solid #E2E7ED;
}

.learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-item-list-items .ld-item-list-section-heading .ld-lesson-section-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 4px;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    cursor: pointer;
}

.ld-lesson-section-heading:after {
    content: url('../images/icons/tabler_chevron-up.svg');
    rotate: 180deg;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.ld-lesson-section-heading.waf-opened:after {
    content: url('../images/icons/tabler_chevron-up.svg');
    rotate: none;
}

.learndash.learndash_post_sfwd-courses .learndash-wrapper .ld-item-list.ld-lesson-list .ld-item-list-items .ld-item-lesson-item {
    margin: 0 0 8px 0;
}

.ld-item-lesson-item {
    display: none;
}

/* Appliance search page */
.page-id-51683 h1,
.page-id-51683 h2,
.waf-page-desc,
.waf-appliance-search-field-heading,
.waf-appliance-search-field-option label,
.waf-appliance-search-field-sub-heading {
    font-family: 'ABC Social';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page-id-51683 h1 {
    margin: 0 0 16px 0;
    font-size: 32px;
    line-height: 1.2;
    color: #030B3D;
}

.waf-page-desc {
    margin: 0 0 32px 0;
    color: #525E82;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.waf-appliance-search-name-wrapper {
    position: relative;
    margin-bottom: 32px;
}

.waf-appliance-search-group {
    width: 100%;
    display: flex;
    gap: 16px;
}

.waf-appliance-search-button-filter {
    display: flex;
    min-width: 180px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #CDD5DF;
    outline: none;
    box-shadow: none;
    background: #FFFFFF;
    color: #2B5E7D;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.waf-appliance-search-button-filter:hover {
    border: 1px solid #CDD5DF;
    background: #FFFFFF;
    color: #2B5E7D;
}

.waf-appliance-search-button-filter:focus {
    border: 1px solid #CDD5DF;
    outline: none;
    box-shadow: none;
}

.waf-appliance-search-button-filter svg {
    width: 24px;
    height: 24px;
    line-height: 1;
}

.waf-appliance-search-name-input {
    position: relative;
    width: calc(100% - 180px - 16px);
}

.waf-appliance-search-button-find {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    min-width: 120px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: none;
    background: #2B5E7D;
    color: #FFFFFF;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.waf-appliance-search-button-find:hover {
    border: none;
    background: #2B5E7D;
    color: #FFFFFF;
}

.waf-appliance-search-button-find:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background: #2B5E7D;
    color: #FFFFFF;
}

.waf-appliance-search-name-input img,
.waf-forum-search-by-user-input img {
    display: none;
    position: absolute;
    right: 16px;
    top: 12px;
    cursor: pointer;
}

.waf-appliance-search-name-input img {
    right: 187px;
    top: 20px;
}

.waf-appliance-search-name-input input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #CDD5DF;
    background-size: 24px 24px;
    background-position: left 24px center;
    padding-left: 56px;
    padding-right: 187px;
    height: 64px;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-appliance-search-name-input input::placeholder {
    opacity: 1;
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-appliance-search-name-input input:focus {
    border: 1px solid #CDD5DF;
    box-shadow: none;
    outline: none;
}

.waf-appliance-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0;
}

.waf-appliance-search-name-result,
.waf-forum-search-by-user-suggestion-result {
    display: none;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    max-height: 584px;
    overflow-y: auto;
    width: 100%;
    margin-top: 8px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(3, 11, 61, 0.04), 0 8px 16px 0 rgba(3, 11, 61, 0.08);
    z-index: 10;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.waf-appliance-search-name-result::-webkit-scrollbar {
    display: none;
}

.waf-appliance-search-result-count-text,
.waf-appliance-search-name-result-count-text {
    margin: 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-appliance-search-name-result-item,
.waf-appliance-search-result-item {
    display: flex;
    gap: 24px;
    width: 100%;
}

.waf-forum-search-by-user-suggestion-result-item {
    display: flex;
    gap: 15px;
}

.waf-forum-search-by-user-suggestion-result-item {
    padding: 12px 0;
    cursor: pointer;
}

.waf-appliance-search-name-result-item-image,
.waf-appliance-search-result-item-image {
    display: block;
    width: 30%;
    max-width: 320px;
}

.waf-appliance-search-name-result-item-image img,
.waf-appliance-search-result-item-image img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.waf-appliance-search-name-result-item-content,
.waf-appliance-search-result-item-content {
    width: calc(70% - 24px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.waf-appliance-search-name-result-item-content h5,
.waf-appliance-search-result-item-content h5 {
    margin: 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-appliance-search-name-result-item-content p,
.waf-appliance-search-result-item-content p {
    margin: 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-appliance-search-name-result-divider,
.waf-forum-search-by-user-suggestion-result-divider {
    min-height: 1px;
    background: #E2E7ED;
    margin: 0;
}

.waf-learn-more-btn {
    width: fit-content;
    min-width: 90px;
    height: 32px;
    margin: 8px 0 0 0;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    outline: none;
    box-shadow: none;
    background:#F3F5F8;
    color: #2B5E7D;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.waf-learn-more-btn:hover,
.waf-learn-more-btn:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background:#F3F5F8;
    color: #2B5E7D;
}

.waf-appliance-search-section-heading {
    margin-top: 56px;
}

.waf-appliance-search-field-heading {
    color: #272445;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 32px;
}

.waf-appliance-search-field-sub-heading {
    color: #000;
    font-size: 18px;
    margin-bottom: 8px;
}

.waf-appliance-search-field {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 16px;
}

.waf-appliance-search-field-option {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 184px;
    cursor: pointer;
}

.waf-appliance-search-field-option-image {
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.25);
    padding: 10px;
}

.waf-appliance-search-field-option-image.waf-option-checked,
.waf-appliance-search-field-option:hover .waf-appliance-search-field-option-image {
    border: 4px solid #00A9E0;
}

.waf-appliance-search-field-option-text {
    text-align: center;
}

.waf-appliance-search-field-option input[type=checkbox] {
    display: none;
}

.waf-appliance-search-field-option label {
    color: #272445;
    font-size: 18px;
}

.waf-appliance-search-field-option input[type=number] {
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.25);
}

.waf-appliance-search-divider {
    height: 3px;
    background: #F5F5F5;
    margin: 32px 0;
}

.waf-appliance-search-button-wrapper {
    margin-top: 45px;
    display: flex;
    gap: 20px;
}

.waf-appliance-search-button-wrapper.waf-appliance-search-button-wrapper-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 17px 0px;
    background: #FFF;
    box-shadow: 0px -8px 20px 0px rgba(0, 0, 0, 0.10);
    z-index: 999999;
    justify-content: center;
}

.waf-appliance-search-button-wrapper button {
    padding: 12px 24px;
    border-radius: 32px;
    border: 2px solid #00A9E0;
    text-align: center;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.waf-appliance-search-button-wrapper .waf-appliance-search-button-reset {
    background: #FFF;
    color: #00A9E0;
}

.waf-appliance-search-button-wrapper .waf-appliance-search-button-find {
    background: #00A9E0;
    color: #FFF;
}

.waf-appliance-search-name-loading-msg,
.waf-forum-search-by-user-loading-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-appliance-search-result-modal {
    display: none;
    position: fixed;
    z-index: 99999999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.waf-appliance-search-result-modal-content {
    margin: auto;
    width: 80%;
    height: 90%;
    border-radius: 16px;
    border: 2px solid #F5F5F5;
    background: #FFF;
}

.waf-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.waf-modal-close:hover,
.waf-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.waf-appliance-search-result-modal-body {
    overflow-y: auto;
    height: 90%;
    padding: 20px;
}

.waf-appliance-search-result-modal-header {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

@keyframes waf_appliance_search_spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.waf-appliance-search-name-loading-spinner,
.waf-forum-search-by-user-loading-spinner {
    animation-duration: 2s;
    background: 0 0;
    height: 20px;
    width: 20px;
    margin: 0 10px 0 0;
    animation-name: waf_appliance_search_spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.waf-appliance-search-name-loading-spinner:after,
.waf-forum-search-by-user-loading-spinner:after {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #8991A8;
    border-top-color: #F3F5F8;
    font-family: bb-icons;
    font-weight: 400;
    font-size: 19px;
}

.waf-appliance-search-name-result-count {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0 10px 10px;
    margin-bottom: 24px;
    flex-direction: column;
}

.waf-appliance-search-name-result-count-text,
.waf-forum-search-by-user-suggestion-result-count-text {
    color: #525E82;
    font-size: 16px;
    font-family: 'ABC Social';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.waf-forum-search-by-user-suggestion-result-count-text {
    padding: 16px 0;
}

.waf-appliance-search-name-result-count-text span {
    font-weight: 700;
}

.waf-appliance-search-name-result-count-divider {
    height: 3px;
    background: #F5F5F5;
    flex-grow: 1;
    width: 100%;
}

/* Appliance single page */
.waf-appliance-thumb-featured {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.waf-appliance-thumb-featured img {
    object-fit: cover;
    cursor: pointer;
}

.waf-appliance-thumb-slide-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 16px;
    width: 156px;
}

.waf-appliance-thumb-slide-image-abs {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.waf-appliance-thumb-slide-arrow-wrapper {
    display: flex;
    gap: 16px;
    width: 100%;
}

.waf-appliance-thumb-slide-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% - 8px);
    padding: 8px;
    border-radius: 4px;
    border: 2px solid #E2E7ED;
    background: #FFF;
    cursor: pointer;
}

.waf-appliance-thumb-slide-arrow img {
    min-width: 24px;
    min-height: 24px;
}

.waf-appliance-thumb-slide-arrow.disable {
    opacity: 0.5;
    cursor: not-allowed;
}

.waf-appliance-thumb-slider {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: auto;
    height: 472px;
}

.waf-appliance-thumb-slide-image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 156px;
    min-height: 90px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
    overflow: hidden;
    cursor: pointer;
}

.waf-appliance-thumb-slide-image.active {
    border: 2px solid #2B5E7D;
}

.waf-appliance-thumb-slide-image img {
    max-width: 152px;
    object-fit: cover;
}

.waf-appliance-thumb-slider::-webkit-scrollbar {
    display: none;
}

.waf-appliance-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.waf-appliance-tag-list h3 {
    width: 100%;
}

.waf-appliance-tag-list a {
    display: inline-block;
    padding: 4px 12px 6px 12px;
    border-radius: 999px;
    border: 1px solid #F3F5F8;
    color: #2B5E7D;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    transition: all .3s;
}

.waf-appliance-tag-list a:hover {
    background: #F3F5F8;
    color: #007EA8;
    border: 1px solid #E2E7ED;
}

.waf-appliance-detail-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 32px 0 0 0;
}

.waf-appliance-thumb-gallery-wrapper {
    display: flex;
    gap: 24px;
    width: 100%;
}

.waf-appliance-detail-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.waf-appliance-3d-model-viewer-wrapper h3,
.waf-appliance-detail-item > h3 {
    margin: 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-appliance-detail-item .waf-appliance-desc {
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

ul.waf-appliance-use-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 8px;
    margin: 0 0 0 24px;
}

ul.waf-appliance-use-list li::marker {
  color: #2B5E7D;
}

ul.waf-appliance-use-list li a {
    color: #2B5E7D;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration-line: underline;
    transition: all .3s;
}

ul.waf-appliance-use-list li:hover a,
ul.waf-appliance-use-list li:hover::marker {
    color: #007EA8;
}

.waf-appliance-literature-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.waf-appliance-literature-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2B5E7D;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-decoration-line: underline;
    transition: all .3s;
}

.waf-appliance-literature-list a:hover {
    color: #007EA8;
}

.waf-appliance-literature-list a svg {
    min-width: 24px;
    min-height: 24px;
}

.waf-appliance-literature-list a:hover svg path {
    fill: #007EA8;
}

.waf-appliance-access-literature-button {
    padding: 12px 24px;
    border-radius: 32px;
    background: #00A9E0;
    color: #F5F5F5;
    text-align: center;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1px;
    display: inline-block;
    margin-top: 15px;
    display: inline-block;
    margin-top: 16px
}

.waf-appliance-access-literature-button:hover {
    color: #F5F5F5;
}

.waf-appliance-3d-model-viewer-wrapper {
    margin-top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

.waf-appliance-3d-model-viewer-wrapper model-viewer {
    /* width: 500px;
    height: 500px; */
    /* max-width: 100%; */
    width: 100%;
    height: 100%;
    margin: auto;
}

/* Modules Page */
.module-dropdown-wrapper,
.module-lesson-category-dropdown-wrapper {
    position: relative;
    margin-bottom: 32px;
    margin-left: 0;
}

.practical-exercises-page-wrapper .practical-exercises-dropdown,
.practical-page-wrapper .practical-exercises-dropdown {
    margin-bottom: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.practical-exercises-page-wrapper .practical-exercises-dropdown .module-dropdown-wrapper,
.practical-exercises-page-wrapper .practical-exercises-dropdown .module-lesson-category-dropdown-wrapper,
.practical-page-wrapper .practical-exercises-dropdown .module-dropdown-wrapper,
.practical-page-wrapper .practical-exercises-dropdown .module-lesson-category-dropdown-wrapper {
    margin-bottom: 0;
}

.module-dropdown-wrapper .module-dropdown-select,
.module-lesson-category-dropdown-wrapper .module-lesson-category-dropdown-select {
    min-width: 400px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #CDD5DF;
    width: max-content;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
}

.practical-exercises-dropdown .module-dropdown-wrapper .module-dropdown-select,
.practical-exercises-dropdown .module-lesson-category-dropdown-wrapper .module-lesson-category-dropdown-select {
    min-width: auto;
}

.module-dropdown-wrapper .module-dropdown-select > div,
.module-lesson-category-dropdown-wrapper .module-lesson-category-dropdown-select > div {
    color: #525E82;
}

.module-dropdown-list-option,
.module-lesson-category-dropdown-list-option {
    position: absolute;
    min-width: 400px;
    display: none;
    margin-top: 8px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(3, 11, 61, 0.04), 0 8px 16px 0 rgba(3, 11, 61, 0.08);
    z-index: 99;
}

.module-dropdown-list-option.active,
.module-lesson-category-dropdown-list-option.active {
    display: block;
}

.module-dropdown-option,
.module-lesson-category-dropdown-option {
    padding: 12px 0;
    border-bottom: 1px solid #E2E7ED;
    cursor: pointer;
    color: #22305D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.module-dropdown-option:last-of-type,
.module-lesson-category-dropdown-option.last-of-type {
    border-bottom: none;
}

.module-category-tabs {
    list-style: none;
    margin: 0 0 40px 0;
    border-bottom: 3px solid #E2E7ED;
}

.module-category-tabs li {
    display: inline-block;
    margin: 0 24px -3px 0;
    padding-bottom: 8px;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
}

.module-category-tabs li.active {
    border-bottom: 3px solid #007EA8;
    color: #030B3D;
    font-weight: 700;
}

.modules-page-wrapper .module-category h2,
.practical-exercises-page-wrapper .module-lesson-category h2,
.practical-page-wrapper .module-lesson-category h2,
.examinations-page-wrapper .module-category h2,
.practical-page-wrapper .module-category h2 {
    margin: 0 0 24px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.modules-page-wrapper .module-grid,
.practical-exercises-page-wrapper .lesson-grid,
.practical-page-wrapper .lesson-grid,
.examinations-page-wrapper .lesson-grid,
.practical-page-wrapper .module-grid {
    display: flex;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.module-grid-item,
.examinations-page-wrapper .lesson-grid .lesson-grid-item {
    flex: 0 0 calc(25% - 12px);
    padding: 0;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.practical-page-wrapper .module-grid-item {
    gap: 24px;
    border-radius: 16px;
}

.examinations-page-wrapper .lesson-grid .lesson-grid-item {
    flex: 0 0 calc(33.33% - 12px);
    gap: 20px;
}

.practical-exercises-page-wrapper .lesson-grid .lesson-grid-item,
.practical-page-wrapper .lesson-grid .lesson-grid-item {
    flex: 0 0 calc(25% - 12px);
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.practical-page-wrapper .lesson-grid .lesson-grid-item {
    gap: 0;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
    background: #FFFFFF;
}

.practical-page-wrapper .lesson-grid .lesson-grid-item .lesson-thumb img {
    border-radius: 8px 8px 0 0;
}

.practical-page-wrapper .lesson-grid .lesson-grid-item .lesson-body {
    gap: 24px;
    padding: 16px;
    justify-content: space-between;
}

.practical-page-wrapper .lesson-grid .lesson-grid-item .lesson-body .module-button-wrap a {
    margin: 0;
}

.module-thumb img {
    border-radius: 8px 8px 0 0;
}

.practical-page-wrapper .module-thumb img {
    border-radius: 12px;
}

.lesson-thumb img {
    border-radius: 12px;
}

.examinations-page-wrapper .lesson-grid .lesson-thumb img {
    border-radius: 8px 8px 0 0;
}

.inactive-module .module-thumb img,
.inactive-lesson .lesson-thumb img {
    filter: grayscale(100%);
}

.module-body,
.lesson-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.examinations-page-wrapper .lesson-grid .lesson-body {
    gap: 40px;
}

.module-body h4 {
    flex-grow: 1;
    margin: 8px 0 0 0;
    padding: 0 16px 0 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #030B3D;
    text-overflow: ellipsis;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.lesson-body h4 {
    flex-grow: 1;
    margin: 8px 0 0 0;
    padding: 0 16px 0 16px;
    overflow: hidden;
    color: #030B3D;
    text-overflow: ellipsis;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.practical-page-wrapper .lesson-body h4 {
    margin: 0;
    padding: 0;
    text-align: center;
}

.examinations-page-wrapper .lesson-body h4 {
    margin: 0;
    padding: 0;
    text-align: left;
}

.module-progress-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 4px 16px;
    border-radius: 0;
    background: #F3F5F7;
}

.module-progress-bar {
    height: 4px;
    width: calc(100% - 40px - 16px);
    background: #CDD5DF;
    border-radius: 24px;
}

.module-progress-bar-percentage {
    background: #7CA66A;
    height: 100%;
    border-radius: 24px;
}

.completed-module .module-progress-bar-percentage {
    background: #0090C0;
}

.inactive-module .module-progress-bar-percentage {
    background: #CDD5DF;
}

.module-progress-text-percentage {
    color: #030B3D;
    text-align: right;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.inactive-module .module-progress-text-percentage,
.inactive-module .module-body h4,
.inactive-lesson .lesson-body h4 {
    color: #CDD5DF;
}

.module-button-wrap,
.lesson-button-wrap {
    width: 100%;
    margin: auto;
    padding: 24px 16px 16px 16px;
    display: inherit;
}

.practical-page-wrapper .lesson-grid .lesson-grid-item .lesson-body .module-button-wrap {
    margin: 0;
    padding: 0;
}

.module-button-wrap a,
.lesson-button-wrap a,
.waf-live-study-club-button-wrap a {
    width: 100%;
    margin: 0;
    padding: 12px 24px;
    border-radius: 4px!important;
    border: 1px solid rgba(43, 94, 125, 0.50);
    background: transparent;
    color: #2B5E7D;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    transition: all .3s;
}

.module-button-wrap a:hover,
.lesson-button-wrap a:hover {
    color: #007EA8;
}

.waf-live-study-club-button-wrap a {
    display: inline-block;
    width: auto;
    margin: 0;
    border: none;
    background: #2B5E7D;
    color: #FFFFFF;
}

.waf-live-study-club-button-wrap a:hover {
    background: #007EA8;
}

/* .lesson-button-wrap a {
    background: #1CD991;
}

.inactive-module .module-button-wrap {
    width: 100%;
}

.inactive-module .module-button-wrap a {
    width: 100%;
    padding: 8px;
}

.inactive-module .module-button-wrap a,
.inactive-lesson .lesson-button-wrap a {
    background: #525E82;
}

.completed-module .module-button-wrap a {
    background: #1CD991;
} */

.module-button-wrap a span,
.lesson-button-wrap a span {
    display: inline-block;
}

/* LearnDash comments */
#learndash-page-content .ld-focus-comments {
    border-radius: 16px;
    border: 2px solid #00A9E0;
    padding: 24px;
}

#learndash-page-content .ld-focus-comments .ld-focus-comments__heading {
    display: none;
}

#learndash-page-content .ld-focus-comments .ld-comment-wrapper {
    padding: 16px;
    border-radius: 8px;
    border: none;
}

#learndash-page-content .ld-focus-comments .ld-focus-comment.depth-1>.ld-comment-wrapper {
    background: #F5F5F5;
}

#learndash-page-content .ld-focus-comments .ld-focus-comment.depth-1:first-of-type>.ld-comment-wrapper {
    border-radius: 0px 0px 8px 8px;
}

#learndash-page-content .ld-focus-comments .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name {
    color: #272445;
    font-size: 16px;
}

#learndash-page-content .ld-focus-comments .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink,
.ld-comment-author-role {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ld-comment-author-role {
    color: #00A9E0;
}

#learndash-page-content .ld-focus-comments .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink {
    color: #525E82;
}

#learndash-page-content .ld-focus-comments .ld-focus-comment {
    margin-top: 0;
    margin-bottom: 0 !important;
}

#learndash-page-content .ld-focus-comments .ld-comment-reply a.comment-reply-link,
#learndash-page-content .ld-focus-comments .ld-comments-header {
    color: #525E82;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#learndash-page-content .ld-focus-comments .ld-comments-header {
    margin-bottom: 20px;
}

#learndash-page-content .ld-focus-comments .comment .ld-comment-avatar {
    margin-bottom: 8px;
    align-items: center;
}

#ld-jump-to-discussion-btn {
    border-radius: 32px;
    border: 2px solid #00A9E0 !important;
    background: #FFFFFF;
    display: inline-block;
    padding: 12px 24px;
    color: #00A9E0;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1px;
    position: relative;
    z-index: 99;
}

.single-post .content-area a {
    color: #00afe0 !important;
}

body.single-memberpressproduct .content-area {
    padding-top: 0!important;
}

/* Live Study Clubs */
.waf-live-study-clubs-page-wrapper .waf-previous-live-study-clubs,
.waf-live-study-clubs-page-wrapper .waf-upcoming-study-clubs-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
    padding: 16px 16px 24px 16px;
    border: 1px solid #E2E7ED;
    border-radius: 8px;
}

.waf-live-study-clubs-page-wrapper h2 {
    margin: 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

/* .waf-next-study-club-wrapper {
    margin-top: 32px;
} */

.waf-next-study-club-card {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 16px 32px 16px 16px;
    border-radius: 8px;
    background: rgba(63, 143, 188, 0.20);
    backdrop-filter: blur(10px);
}

.waf-next-study-club-image {
    flex-basis: 46%;
}

.waf-next-study-club-image img {
    width: 100%;
    border-radius: 8px;
}

.waf-next-study-club-content {
    flex-basis: 55%;
}

.waf-next-study-club-content h3 {
    margin: 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-next-study-club-content .waf-live-study-club-start-time {
    margin: 8px 0 0 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-next-study-club-excerpt {
    margin: 24px 0 0 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-next-study-club-content h5 {
    margin: 24px 0 0 0;
    color: #2B5E7D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-next-study-club-counter {
    margin: 8px 0 0 0;
    display: flex;
    flex-direction: row;
    gap: 16px;
    text-align: center;
}

.counter-item {
    color: #007EA8;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.counter-item span,
.counter-saperate {
    color: #007EA8;
    font-family: "ABC Social";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-next-study-club-button-wrap {
    margin-top: 32px;
}

.waf-next-study-club-button-wrap a {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px!important;
    background: #2B5E7D;
    color: #FFFFFF;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border: none;
    box-shadow: none;
    outline: none;
    transition: all .3s;
}

.waf-next-study-club-button-wrap a:hover {
    background: #007EA8;
    border: none;
    box-shadow: none;
    outline: none;
}

.waf-live-study-club-pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0 0 0;
}

.waf-live-study-club-pagination-info {
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-live-study-club-pagination-links {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.pagination-number-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid #E2E7ED;
    color: #2B5E7D;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
    cursor: pointer;
    transition: all .3s;
}

.pagination-number-link.disabled {
    cursor: auto;
}

.pagination-number-link:hover {
    color: #007EA8;
}

.pagination-number-link.active {
    background: #2B5E7D;
    border: 2px solid #2B5E7D;
    color: #FFFFFF;
    cursor: auto;
}

.pagination-number-link.active:hover {
    color: #FFFFFF;
}

.pagination-number-link.disabled {
    color: #8991A8;
}

.pagination-number-link.next,
.pagination-number-link.previous {
    font-family: 'Poppins';
    font-size: 20px;
}

.pagination-number-link.next {
    margin-left: 8px;
}

/* .pagination-number-link.next:before {
    content: url('../images/icons/tdesign_arrow-right.svg');
    display: block;
    width: 24px;
    height: 24px;
} */

.pagination-number-link.previous {
    margin-right: 8px;
}

/* .pagination-number-link.previous:before {
    content: url('../images/icons/tdesign_arrow-left.svg');
    display: block;
    width: 24px;
    height: 24px;
} */

/* End */

/* Header 2024 */
/* #fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
    color: #030B3D !important;
    padding: 10px 20px !important;
    justify-content: space-between !important;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

#fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.menu-item-has-children>a::after {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/mobile-menu-icon.svg');
    opacity: 1;
    position: relative;
    display: flex;
}

#fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.menu-item-has-children.menu-item-active>a::after {
    display: none;
}

#fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu--dropdown .elementor-item:focus {
    background-color: transparent;
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li {
    padding: 0;
    margin-bottom: 0;
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a::before,
#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a i {
    width: 16px;
    height: 16px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a::before {
    display: none;
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a::before,
#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-courses-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/courses.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68482 a::before,
#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-ard-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/aesthetic-restorative-dentistry.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68483 a::before,
#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-odo-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/orthodontics-dentofacial-orthopaedics.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68480 a::before,
#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-learn-ldi-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/learn-at-the-ldi.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68479 a::before,
#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-vle-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/vle.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68478 a::before,
#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-ldi-app-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/ldi-app.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68476 a::before,
#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-community-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/community.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68477 a::before,
#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-news-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/news.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-free-webinar-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-free-webinar-icon.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-ebook-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-ebook-icon.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-partners-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-partners-icon.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-about-ldi-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-about-ldi-icon.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-our-faculty-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-our-faculty-icon.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-online-dental-courses-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-online-dental-courses-icon.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-dental-cpd-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-dental-cpd-icon.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-our-mission-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-our-mission-icon.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-our-story-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-our-story-icon.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68481 a i.menu-live-events-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-live-events-icon.svg');
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li a {
    display: flex;
    align-items: center;
    gap: 20px;
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu {
    height: 100%;
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu li.menu-item-60848,
#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu li.menu-item-60849 {
    display: inline-block;
    position: absolute;
    bottom: 20%;
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu li.menu-item-60849 {
    left: 20px;
}

#fixedElementorHeadear.header-mobile-menu-active ul.elementor-nav-menu li.menu-item-60848 {
    left: 175px;
}

#fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item-60849 a {
    background: #00A9E0;
    border-radius: 59px;
    padding: 16px 30px !important;
    color: #F8FBFB !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

#fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item-60848 a {
    background: #fff;
    border-radius: 59px;
    padding: 14px 46px !important;
    color: #00A9E0 !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border: 2px solid #00A9E0;
}

#fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item.menu-item-has-children>a.highlighted::after {
    display: none;
}

body.mobile-menu-open {
    overflow: hidden !important;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu--dropdown {
        padding-left: 34px;
        padding-right: 34px;
    }
} */

/* End */

/* Ebooks Page */
/* #ebook_categories_menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.ebook_category_item {
    font-family: 'ABC Social';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    list-style: none;
    color: #030B3D;
}

#ebook_categories_menu .ebook_category_item.active a {
    color: #00A9E0;
}

#ebook_categories_menu .ebook_category_item:hover a {
    opacity: 50%;
}

.ebook-card-list {
    display: none;
    flex-direction: column;
    gap: 120px;
    margin-top: 90px;
}

.ebook-card-list.active {
    display: flex;
}

.ebook-card-item {
    display: flex;
    flex-direction: row;
    gap: 140px;
    align-items: center;
}

.ebook-card-info {
    width: 50%;
}

.ebook-card-thumb {
    width: 470px;
    height: 470px;
    background: #E7E5DF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ebook-card-thumb img {
    width: 50%;
    max-width: 250px;
    height: auto;
}

.ebook-card-info h2 {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #030B3D;
    margin: 0 !important;
    padding: 0 !important;
}

.ebook-card-info p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #030B3D;
    margin-top: 30px;
}

.ebook-card-info .ebook-button-wrap {
    margin-top: 60px;
}

.ebook-card-info a {
    background: #00A9E0;
    padding: 18px 35px;
    border-radius: 59px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #F8FBFB;
    display: inline-block;
}

.ebook-card-info a:hover {
    opacity: 50%;
} */

/* End */

.bb-completed-item {
    text-decoration: none !important;
}

#bbpress-forums#bbpress-forums .bs-forums-items.list-view .bs-header-item.topic-lead .item-description a {
    color: #2B5E7D;
    text-decoration: underline;
}

@media only screen and (max-width: 1180px) {

    /*.image_preview_upload_field .ginput_container_fileupload {*/
    /*    height: 370px;*/
    /*}*/
    /*.image_preview_upload_field .ginput_container_fileupload label{*/
    /*    width: 280px!important;*/
    /*    height: 280px;*/
    /*}*/
    /*.image_preview_upload_field .ginput_container_fileupload .gform_fileupload_rules{*/
    /*    top: 280px;*/
    /*}*/
    /*.image_preview_upload_field .ginput_container_fileupload input[type="file"] {*/
    /*    width: 280px !important;*/
    /*    height: 280px;*/
    /*}*/
    /*.image_preview_upload_field div[id^=gform_preview_] {*/
    /*    top: 105px;*/
    /*    width: 240px;*/
    /*}*/
}

@media only screen and (max-width: 1080px) and (min-width: 768px) {
    .image_preview_upload_field .ginput_container_fileupload .gpfup__files {}

    /*.image_preview_upload_field .ginput_container_fileupload {*/
    /*    height: 260px;*/
    /*}*/
    /*.image_preview_upload_field .ginput_container_fileupload label{*/
    /*    width: 160px!important;*/
    /*    height: 160px;*/
    /*}*/
    /*.image_preview_upload_field .ginput_container_fileupload .gform_fileupload_rules{*/
    /*    top: 160px;*/
    /*}*/
    /*.image_preview_upload_field .ginput_container_fileupload input[type="file"] {*/
    /*    width: 160px !important;*/
    /*    height: 160px;*/
    /*}*/
    #secondary-right#dashboard-secondary-sidebar {
        display: inherit;
    }

    .image_preview_upload_field div[id^=gform_preview_] {
        top: 60px;
        width: 150px;
    }
}

@media screen and (min-width: 481px) {
    .hkb-breadcrumbs {
        letter-spacing: 0;
        font-size: 14px;
    }

    .hkb-breadcrumbs .hkb-breadcrumbs__icon {
        height: 8px;
        padding: 0 4px;
    }
}

@media screen and (min-width: 650px) {
    .hkb-archive.hkb-archive--two-cols>li {
        width: 50%;
        padding: 0 10px;
    }
}

@media screen and (min-width: 769px) {
    .ht-container .ht-page__content {
        padding-right: 15px;
        width: 70%;
    }

    .hkb-archive__title {
        margin: 0 0 30px;
    }

    #hkb .sidebar {
        width: 30%;
        padding-left: 15px;
    }

    .ht-pageheader .hkb-breadcrumbs_wrap,
    .ht-pageheader .title_wrap {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .user_single_profile_details {
        padding-right: 30px;
    }

    .user_single_profile_event {
        padding-left: 30px;
    }

    /* #fixedElementorHeadear:hover {
        background: #ffffff !important;
    }

    #fixedElementorHeadear:hover .original-logo {
        display: none;
    }

    #fixedElementorHeadear:hover .scroll-logo {
        display: inline-block;
    }

    #fixedElementorHeadear:hover .menutextcolours ul li a.elementor-item {
        color: #272445 !important;
    }

    #fixedElementorHeadear:hover.header {
        box-shadow: 19px -19px 30px 5px;
    } */
}

@media screen and (min-width: 800px) {
    .buddypanel-open .site,
    .single-memberpressproduct .site {
        margin-left: 0 !important;
    }

    body.bb-buddypanel.buddypanel-open .elementor-section-stretched,
    .single-memberpressproduct .elementor-section-stretched {
        padding-left: 0 !important;
    }

    .bb-buddypanel.buddypanel-open.sticky-header .site-header,
    .bb-buddypanel.single-memberpressproduct.sticky-header .site-header {
        width: 100% !important;
    }

    .bb-buddypanel.buddypanel-open .site-content-grid {
        margin: 0;
        margin-left: 216px !important;
        gap: 24px;
    }

    .single.full_width_single_post .site-content-grid {
        margin-left: 0 !important;
    }

    .single-sfwd-lessons.bb-buddypanel.buddypanel-open .site-content-grid,
    .single-ht_kb.bb-buddypanel.buddypanel-open .site-content-grid {
        margin-left: inherit !important;
    }

    #primary-menu {
        display: none;
    }

    .bb-buddypanel-left.buddypanel-open .lms-topic-sidebar-wrapper .lms-topic-sidebar-data {
        left: 0;
    }
}

@media screen and (min-width: 1310px) {
    .buddypanel {
        left: -webkit-calc(50% - 640px);
        left: calc(50% - 640px);
        padding-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .ht-container {
        display: block;
    }

    .hkb-breadcrumbs_wrap {
        margin-bottom: 10px;
    }

    #elementor_bp_profile .elementor-column.elementor-col-25,
    #elementor_bp_profile .elementor-column.elementor-col-50 {
        width: 100% !important;
    }

    .single-sfwd-courses .stk-block-posts:is(.is-style-list) .stk-container {
        display: block;
    }

    .single-sfwd-courses .stk-block-posts:is(.is-style-list) .stk-container .stk-container-padding {
        width: 100% !important;
        padding-left: 0 !important;
    }

    /*  */
    /* .header-search-wrap {
        opacity: 0;
        visibility: hidden;
        top: 0;
    }
    
    .header-search-wrap a.close-search {
        display: inline-block;
    }
    
    .sticky-header .site-content {
        padding-top: 76px!important;
    } */
    .sidebar-search-wrap {
        display: none;
    }

    .waf-lesson-research-paper-content {
        padding-left: 15px;
    }

    .waf-live-study-club {
        display: block;
    }

    .waf-lesson-category-content,
    .waf-lesson-category-post {
        flex-direction: column;
        gap: 0;
    }

    .waf-lesson-category-image img, 
    .waf-lesson-category-post-image img {
        width: 100%;
    }

    .waf-lesson-category-description,
    .waf-lesson-category-post-content,
    .waf-live-study-club-content {
        margin-top: 16px;
        margin-left: 0px;
    }

    .waf-lesson-category-description,
    .waf-lesson-category-post-content {
        width: 100%;
    }

    .waf-appliance-search-field {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .waf-appliance-search-field-option {
        width: 46%;
    }

    .waf-appliance-search-name-result-item-image,
    .waf-appliance-search-result-item-image {
        min-width: 70px;
    }

    .waf-appliance-detail-section {
        flex-wrap: wrap;
        gap: 40px;
    }

    .waf-appliance-thumb-gallery-wrapper {
        width: 100%;
        flex-direction: column;
    }

    .waf-appliance-thumb-slide-wrapper {
        width: 100%;
    }

    .waf-appliance-thumb-slide-arrow-wrapper {
        width: fit-content;
    }

    .waf-appliance-thumb-slider {
        flex-direction: row;
        width: 100%;
        height: 100px;
    }

    .waf-appliance-thumb-slide-arrow img {
        rotate: -90deg;
    }

    .waf-appliance-thumb-featured {
        height: 350px;
    }

    .waf-appliance-3d-model-viewer-wrapper model-viewer {
        height: 300px;
    }

    .module-grid-item {
        flex: 0 0 100%;
    }

    .module-category-tabs,
    .module-category-tabs li.active {
        border-bottom: none;
    }

    .module-dropdown-wrapper .module-dropdown-select {
        max-width: 100%;
    }

    .waf-next-study-club-card {
        flex-direction: column;
        gap: 16px;
        padding: 16px 16px 24px 16px;
    }

    .waf-next-study-club-content {
        text-align: center;
    }

    .waf-next-study-club-content .waf-live-study-club-start-time {
        flex-direction: column;
    }

    .waf-next-study-club-counter {
        gap: 10px;
        justify-content: center;
    }

    .waf-live-study-clubs-page-wrapper h2 {
        line-height: 48px;
    }

    .waf-live-study-club-pagination,
    .waf-live-study-club-pagination-links {
        flex-wrap: wrap;
    }

    .waf-live-study-club-pagination {
        gap: 16px;
    }

    #sub_news_categories_menu .sub_news_category_item,
    #ebook_categories_menu .ebook_category_item {
        display: none;
        width: 100%;
        cursor: pointer;
    }

    #sub_news_categories_menu .sub_news_category_item.active,
    #ebook_categories_menu .ebook_category_item.active {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    #sub_news_categories_menu,
    #ebook_categories_menu {
        flex-direction: column;
    }

    #sub_news_categories_menu .sub_news_category_item.active::after,
    #ebook_categories_menu .ebook_category_item.active::after {
        content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/resources-dropdown-icon.svg');
        display: flex;
        align-items: center;
    }

    #ebook_categories_menu .ebook_category_item {
        order: 1;
    }

    #ebook_categories_menu .ebook_category_item.active {
        order: 0;
    }

    .ebook-card-item {
        flex-direction: column-reverse;
        gap: 60px;
    }

    .ebook-card-info {
        width: 100%;
    }

    .ebook-card-info h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .ebook-card-info p {
        font-size: 16px;
        line-height: 22px;
    }

    .ebook-card-info a {
        font-size: 16px;
        line-height: 24px;
    }

    .ebook-card-thumb {
        width: 307px;
        height: 307px;
    }

    .practical-page-wrapper .lesson-grid .lesson-grid-item {
        flex: 0 0 100%;
    }

    .waf-appliance-thumb-slide-image-abs {
        display: none;
    }

    .waf-appliance-search-group {
        flex-direction: column;
    }

    .waf-appliance-search-name-input {
        width: 100%;
    }

    .waf-appliance-search-name-input input {
        padding-left: 40px;
        padding-right: 32px;
        background-position: left 8px center;
    }

    .waf-appliance-search-name-input .waf-appliance-search-button-find {
        display: none;
    }

    .waf-appliance-search-name-input img {
        right: 8px;
    }

    .waf-appliance-search-name-result {
        top: 64px;
    }

    .waf-appliance-search-filter-modal-footer {
        flex-direction: column;
        gap: 12px;
    }

    .waf-appliance-search-filter-modal-footer button {
        width: 100%;
    }

    .waf-appliance-search-filter-field {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .ht-pageheader .hkb-site-search {
        max-width: 150px;
    }

    #hkb .ht-pageheader .hkb-site-search .hkb-site-search__field {
        width: 150px;
    }

    .image_preview_upload_field.two_line_description_field .gfield_description {
        min-height: 10px;
    }
}

@media screen and (max-width: 1309px) {
    .buddypanel {
        left: 30px;
    }
}

@media screen and (min-width: 1220px) {
    #buddypress #item-header #header-cover-image.has-default .header-cover-img {
        display: none;
    }
}

body.bp-search #user_banner_container+.site-content .buddypanel {
    height: 85vh;
}


/* HEADER MENU STYLE */

/*  */

/* Change the Background Colour on Scroll */
#fixedElementorHeadear.elementor-sticky--effects {
    background: #ffffff !important;
}

/* The scroll-logo is currently off.*/
#fixedElementorHeadear .scroll-logo,
#fixedElementorHeadear.elementor-sticky--effects .original-logo {
    display: none;
}

/* Shut this logo off and activate the other logo after scroll*/
#fixedElementorHeadear.elementor-sticky--effects .scroll-logo {
    display: inline-block;

}

/* Change Text Colour and Links colour */
#fixedElementorHeadear.elementor-sticky--effects .menutextcolours ul li a.elementor-item {
    color: #272445 !important;
}

/* #fixedElementorHeadear {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
} */

/* change box-shadow after scroll*/
#fixedElementorHeadear.elementor-sticky--effects.header,
#whiteElementorHeader.elementor-sticky--effects.header {
    box-shadow: 19px -19px 30px 5px;
}

#fixedElementorHeadear:not(.elementor-sticky--effects) div.elementor-menu-toggle svg,
#fixedElementorHeadear:not(.elementor-sticky--effects) div.elementor-menu-toggle svg path {
    fill: #ffffff;
    stroke: #ffffff;
}

#fixedElementorHeadear:not(.elementor-sticky--effects) div.elementor-menu-toggle .elementor-menu-toggle__icon--close {
    color: #030B3D;
}

/*  */

.header .elementor-nav-menu .sub-arrow {
    display: none;
}

.header .elementor-nav-menu--main .elementor-nav-menu a {
    padding: 6px 0 !important;
    flex-grow: unset !important;
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown {
    margin-top: 26px !important;
    background: #fff;
    padding: 40px 0 50px 0;
    border-radius: 20px;
    width: 360px !important;
    margin-left: -142px !important;
}

.header.white-header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown {
    box-shadow: 0px 20px 40px 0px #030B3D33;
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 0;
    z-index: 1;
    height: 0;
    border-bottom: solid 15px #FFF;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li {
    padding: 8px 24px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li a {
    gap: 20px;
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item::before,
.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i {
    width: 16px;
    height: 16px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item::before {
    display: none;
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68466::before,
.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-courses-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/courses.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68467::before,
.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-ard-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/aesthetic-restorative-dentistry.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68468::before,
.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-odo-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/orthodontics-dentofacial-orthopaedics.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68469::before,
.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-learn-ldi-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/learn-at-the-ldi.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68472::before,
.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-vle-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/vle.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68471::before,
.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-ldi-app-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/ldi-app.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68470::before,
.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-community-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/community.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item-68473::before,
.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-news-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/news.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-free-webinar-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-free-webinar-icon.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-ebook-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-ebook-icon.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-partners-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-partners-icon.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-about-ldi-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-about-ldi-icon.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-our-faculty-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-our-faculty-icon.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-online-dental-courses-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-online-dental-courses-icon.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-dental-cpd-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-dental-cpd-icon.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-our-mission-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-our-mission-icon.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-our-story-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-our-story-icon.svg');
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.menu-item a.elementor-sub-item i.menu-live-events-icon {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/menu-live-events-icon.svg');
}

/* .header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li:hover,
.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.current-menu-item {
    background: rgba(0, 169, 224, 0.10);
} */

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li a {
    padding: 0 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #030B3D !important;
    white-space: inherit;
}

.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li:hover a,
.header .elementor-widget-container ul.elementor-nav-menu ul.sub-menu.elementor-nav-menu--dropdown li.current-menu-item a {
    color: #00A9E0 !important;
}

.header .elementor-nav-menu--dropdown {
    margin-top: 0 !important;
    padding-top: 60px;
}

#fixedElementorHeadear.header-mobile-menu-active,
#whiteElementorHeader.header-mobile-menu-active {
    background-color: #F8FBFB !important;
    max-width: 92vw;
    width: 92vw;
    margin-left: 50vw;
    transform: translateX(-50%);
    border-radius: 12px 12px 0 0;
    top: 4vw !important;
}

#fixedElementorHeadear.header-mobile-menu-active .scroll-logo,
#whiteElementorHeader.header-mobile-menu-active .original-logo {
    display: none;
}

#fixedElementorHeadear.header-mobile-menu-active .original-logo,
#whiteElementorHeader.header-mobile-menu-active .scroll-logo {
    display: none;
}

#fixedElementorHeadear.header-mobile-menu-active .elementor-menu-toggle,
#whiteElementorHeader.header-mobile-menu-active .elementor-menu-toggle {
    color: #030B3D;
}

#fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu--dropdown.sub-menu,
#whiteElementorHeader.header-mobile-menu-active .elementor-nav-menu--dropdown.sub-menu {
    margin-top: -120px !important;
    height: 100vh;
    border-radius: 0;
    background-color: #272445;
    box-shadow: none;
}

/* #fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu--dropdown.sub-menu:before,
#whiteElementorHeader.header-mobile-menu-active .elementor-nav-menu--dropdown.sub-menu:before {
    content: url(../images/sub_menu_back.svg);
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 30px;
    cursor: pointer;
} */

#fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu--dropdown.sub-menu li a,
#whiteElementorHeader.header-mobile-menu-active .elementor-nav-menu--dropdown.sub-menu li a {
    color: #fff !important;
}

#fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu--dropdown,
#whiteElementorHeader.header-mobile-menu-active .elementor-nav-menu--dropdown {
    overflow-y: hidden !important;
    max-width: 92vw;
    width: 92vw!important;
    /* margin-left: 50vw; */
    transform: translate(-50%);
    border-radius: 12px;
    height: 86vh;
    background: #F8FBFB;
    left: 0!important;
}

#fixedElementorHeadear.elementor-nav-menu a,
.elementor-nav-menu li,
#whiteElementorHeader.elementor-nav-menu a,
.elementor-nav-menu li {
    position: relative;
}

#fixedElementorHeadear.header-mobile-menu-active .elementor-nav-menu--dropdown.sub-menu,
#whiteElementorHeader.header-mobile-menu-active .elementor-nav-menu--dropdown.sub-menu {
    width: 100% !important;
    margin-left: 50% !important;
    transform: translate(-50%);
    background: #F8FBFB;
    margin-top: 0px !important;
    padding: 0;
    height: 100%;
}

body.single-sfwd-courses .learndash_post_sfwd-courses .ld-progress-stats .ld-progress-steps {
    display: none;
}

body.single-sfwd-lessons .learndash_post_sfwd-lessons #learndash-course-header .sfwd-course-position {
    visibility: hidden;
}

#learndash-page-content .sfwd-course-nav.sfwd-course-nav-bottom {
    margin-top: -20px;
    margin-bottom: 20px;
    justify-content: end;
}

.activity-list .activity-item .activity-content .activity-inner p a,
.activity-list li.bbp_reply_create .activity-content .activity-inner p a,
.activity-list li.bbp_topic_create .activity-content .activity-inner p a,
.activity-list li.blogs .activity-content .activity-inner p a {
    color: var(--bb-header-links);
    font-weight: 700;
    cursor: pointer;
}

.activity-list .activity-item .activity-content .activity-inner p a:hover,
.activity-list li.bbp_reply_create .activity-content .activity-inner p a:hover,
.activity-list li.bbp_topic_create .activity-content .activity-inner p a:hover,
.activity-list li.blogs .activity-content .activity-inner p a:hover {
    color: var(--bb-header-links);
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

/* Faculty Page */
.waf-faculty-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.waf-faculty-grid-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    margin-top: 90px;
    cursor: pointer;
}

.waf-faculty-grid-item img,
.waf-faculty-detail-avatar img,
.waf-faculty-slide-item img {
    max-width: 160px;
}

.waf-faculty-grid-item h3,
.waf-faculty-grid-item p,
.waf-faculty-detail-info h3,
.waf-faculty-detail-info p,
.waf-faculty-slide-item h3,
.waf-faculty-slide-item p {
    margin: 0;
    padding: 0;
}

.waf-faculty-grid-item h3 {
    margin-top: 30px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.waf-faculty-slide-item h3 {
    margin-top: 30px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.waf-faculty-grid-item p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.waf-faculty-slide-item p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.waf-faculty-detail-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.waf-faculty-detail-modal-content {
    padding: 40px;
    background: #F8FBFB;
    border-radius: 12px;
    max-width: 850px;
    box-shadow: 0px 4px 48px 2px #030B3D38;
    z-index: 99999;
}

.waf-faculty-detail-modal-close {
    display: flex;
    justify-content: end;
}

.waf-faculty-detail-modal-close img {
    cursor: pointer;
}

.waf-faculty-detail-content {
    display: flex;
    flex-direction: row;
    gap: 75px;
    justify-content: center;
    padding: 0 60px 30px 54px;
}

.waf-faculty-detail-info h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #030B3D;
}

.waf-faculty-detail-info p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #030B3D;
}

.waf-faculty-detail-info .description {
    margin-top: 30px;
}

.waf-faculty-detail-info .nationality,
.waf-faculty-detail-info .position {
    color: #00A9E0;
}

.waf-faculty-slide {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.waf-faculty-slide.waf-hide {
    display: none;
}

.waf-faculty-slide-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.waf-faculty-slide-pagination {
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.waf-faculty-slide-prev,
.waf-faculty-slide-next {
    cursor: pointer;
}

.waf-faculty-slide-pagination-bullets {
    display: flex;
    gap: 15px;
}

.waf-faculty-slide-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #030B3D;
    border-radius: 50%;
}

.waf-faculty-slide-pagination-bullet.active {
    background: #00A9E0;
}

.elementor-swiper .swiper-container .swiper-wrapper .swiper-slide .elementor-carousel-image .elementor-custom-embed-play:hover {
    opacity: 50%;
    transition: all .3s;
}

/* User Dashboard */

.dashboard-welcome-section {
    display: flex;
    gap: 32px;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
    border: 2px solid #F5F5F5;
}

.dashboard-welcome-section img {
    border-radius: 50%;
    border: 3px solid #F5F5F5;
    max-width: 80px;
}

.dashboard-welcome-text h2 {
    font-family: 'ABC Social';
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: #272445;
    margin-bottom: 8px;
}

.dashboard-welcome-text p {
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4C4C4C;
    margin: 0;
}

.dashboard-progress-module-section {
    margin-top: 24px;
    padding: 16px 16px 24px 16px;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
}

.dashboard-progress-module-section:first-of-type {
    margin-top: 0;
}

.dashboard-progress-module-section>h3 {
    margin: 0 0 16px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.dashboard-progress-module-section>p {
    margin: 0 0 24px 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.dashboard-progress-module-section>h5 {
    margin: 0 0 8px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.progress-module-number-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 3px;
    row-gap: 9px;
}

.module-number-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #F3F5F8;
    cursor: pointer;
}

.module-number-item.in-progress {
    border: 1.5px solid #007EA8;
}

.module-number-item.completed {
    background: #007EA8;
}

.module-number-item>span {
    color: #525E82;
    text-align: center;
    font-family: "ABC Social";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.module-number-item.in-progress>span {
    color: #007EA8;
}

.module-number-item.completed>span {
    color: #FFFFFF;
}

.module-number-item>img {
    display: none;
    position: absolute;
    top: 30px;
}

.module-number-item.active>img {
    display: block;
}

.progress-modules-divider {
    width: 100%;
    height: 1px;
    margin-top: 16px;
    margin-bottom: 24px;
    background: #E2E7ED;
}

.dashboard-progress-module-section>h4 {
    margin: 24px 0 16px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.module-jump-back-in-item {
    display: flex;
    gap: 24px;
}

.module-jump-back-in-item>a {
    width: 30%;
}

.module-jump-back-in-item .module-jump-back-in-body {
    width: 70%;
}

.module-jump-back-in-thumb img {
    border-radius: 8px;
}

.module-jump-back-in-body > h4 > a {
    margin: 0 0 16px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.module-jump-back-in-body .module-jump-back-in-excerpt {
    margin: 0 0 24px 0;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.module-jump-back-in-body .module-jump-back-in-excerpt p {
    color: #525E82;
}

.module-jump-back-in-button-wrap {
    display: flex;
    gap: 16px;
}

.module-jump-back-in-button-wrap .module-progress-inline {
    width: 100%;
    padding: 8px;
    gap: 20px;
    border-radius: 8px;
    background: #F3F5F8;
}

.module-jump-back-in-button-wrap .module-progress-inline .module-progress-bar-percentage {
    background: #7CA66A;
}

.module-jump-back-in-button-wrap .module-progress-inline .module-progress-bar {
    width: 100%;
    background: #CDD5DF;
}

.module-jump-back-in-button-wrap>a {
    min-width: 120px;
    min-height: auto;
    padding: 12px 24px;
    border: none;
    border-radius: 4px!important;
    background: #2B5E7D;
    color: #FFFFFF;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    outline: none;
    box-shadow: none;
    transition: all .3s;
}

.module-jump-back-in-button-wrap>a:hover {
    background: #007EA8;
    border: none;
    outline: none;
    box-shadow: none;
}

.dashboard-latest-forum-topics {
    margin-top: 56px;
}

.dashboard-latest-forum-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.dashboard-latest-forum-heading>h3 {
    margin: 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.dashboard-latest-forum-heading>a,
.dashboard-widget>a,
.view-full-leaderboard-btn {
    padding: 4px 16px;
    border-radius: 4px!important;
    border: none;
    background: #F3F5F8;
    color: #2B5E7D;
    text-align: center;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    outline: none;
    box-shadow: none;
    transition: all .3s;
}

.dashboard-latest-forum-heading>a:hover,
.dashboard-widget>a:hover,
.view-full-leaderboard-btn:hover {
    color: #007EA8;
    border: none;
    outline: none;
    box-shadow: none;
}

.dashboard-widget>a,
.view-full-leaderboard-btn {
    display: inline-block;
}

/* .dashboard-widget>a {
    background: #F3F5F7;
    color: #00A9E0;
    font-size: 16px;
} */

.dashboard-latest-forum-topics #bbpress-forums#bbpress-forums .bs-forums-items.list-view,
.dashboard-latest-forum-topics #bbpress-forums {
    margin: 0 !important;
}

.dashboard-latest-forum-topics #bbpress-forums#bbpress-forums::after,
.dashboard-latest-forum-topics #bbpress-forums>ul>li .action {
    display: none !important;
}

.dashboard-tabs {
    list-style: none;
    margin: 0 0 40px 0;
    border-bottom: 3px solid #E2E7ED;
}

.dashboard-tabs li {
    display: inline-block;
    margin-right: 24px;
    padding-bottom: 5px;
    margin-bottom: -3px;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
}

.dashboard-tabs li.active {
    border-bottom: 3px solid #007EA8;
    color: #030B3D;
    font-weight: 700;
}

.dashboard-tab-heading {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.dashboard-section {
    min-height: 85vh;
}

.dashboard-certificates-empty-wrapper {
    margin: 72px 0 0 0;
    text-align: center;
}

.dashboard-certificates-empty-wrapper h4 {
    margin: 32px 0 0 0;
    color: #030B3D;
    text-align: center;
    font-family: "ABC Social";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.dashboard-certificates-empty-wrapper p {
    margin: 16px 0 0 0;
    color: #525E82;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.dashboard-certificate-by-year {
    padding: 16px;
    border: 1px solid #E2E7ED;
    border-radius: 8px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-certificate-by-year-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.dashboard-certificate-item {
    padding: 16px;
    border-top: 1px solid #E2E7ED;
    display: flex;
    gap: 16px;
    align-items: center;
}

.dashboard-certificate-item h4 {
    margin: 0 0 8px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.dashboard-certificate-item p {
    margin: 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.dashboard-policy-item {
    padding: 16px;
    border: 1px solid #E2E7ED;
    border-radius: 8px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.dashboard-policy-item .dashboard-policy-name {
    display: flex;
    align-items: center;
    gap: 24px;
}

.dashboard-policy-item .dashboard-policy-name>span {
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-member-profile-courses {
    margin: 10px 0 0 0;
}

.dashboard-course-schedule-item,
.waf-member-profile-course-item {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0 0 16px 0;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
}

.dashboard-course-schedule-item {
    align-items: start;
}

.dashboard-course-schedule-item .dashboard-course-schedule-thumb img,
.waf-member-profile-course-item > img {
    max-width: 200px;
    border-radius: 8px;
}

.dashboard-course-schedule-item .dashboard-course-schedule-thumb img {
    min-width: 200px;
    width: 200px;
}

.dashboard-course-schedule-content>a>h3,
.waf-member-profile-course-content > h3 {
    margin-bottom: 16px!important;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.dashboard-course-schedule-content>p,
.waf-member-profile-course-content > p {
    margin: 0!important;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.dashboard-course-schedule-item>a {
    display: ruby;
}

.dashboard-course-schedule-item>a:last-child img {
    min-width: 24px;
    width: 24px;
    height: 24px;
}

.dashboard-widget {
    padding: 16px;
    border: 1px solid #E2E7ED;
    border-radius: 8px;
    margin-bottom: 24px;
}

.dashboard-widget>h2 {
    margin-bottom: 24px;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.dashboard-badge-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.dashboard-badge-grid>img {
    width: 56px;
}

.dashboard-leaderboard-table {
    margin-bottom: 32px;
}

.dashboard-leaderboard-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}

.dashboard-leaderboard-item.active {
    border-radius: 8px;
    background: #00A9E01A;
}

.dashboard-leaderboard-item-left {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 70%;
}

.dashboard-leaderboard-item-right {
    width: 30%;
    text-align: right;
}

.leaderboard-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.dashboard-leaderboard-item h3,
.dashboard-leaderboard-item p {
    margin: 0;
}

.dashboard-leaderboard-item-left>h3 {
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #272445;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-leaderboard-item-right>p {
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
}

.dashboard-leaderboard-item.active .dashboard-leaderboard-item-left>h3,
.dashboard-leaderboard-item.active .dashboard-leaderboard-item-right>p {
    color: #00A9E0;
}

.dashboard-profile-completion-percentage {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.dashboard-profile-completion-percentage-image>img {
    width: 64px;
}

.dashboard-profile-completion-percentage-text>h3 {
    margin: 0 0 4px 0;
    color: #1E1A34;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.dashboard-profile-completion-percentage-text>p {
    margin: 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.dashboard-profile-completion-circle-percentage {
    position: relative;
    text-align: center;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F1F8ED;
    /* background-image: conic-gradient(transparent 0deg, #F1F8ED 0), #7CA66A; */
    background-image: conic-gradient(#7CA66A 0deg 360deg);
}

.dashboard-profile-completion-circle-percentage.p-6 {
    background-image: conic-gradient(#7CA66A 0deg 360deg);
}

.dashboard-profile-completion-circle-percentage.p-5 {
    background-image: conic-gradient(#7CA66A 0deg 302.4deg, #F1F8ED 302.4deg 360deg);
}

.dashboard-profile-completion-circle-percentage.p-4 {
    background-image: conic-gradient(#7CA66A 0deg 241.2deg, #F1F8ED 241.2deg 360deg);
}

.dashboard-profile-completion-circle-percentage.p-3 {
    background-image: conic-gradient(#7CA66A 0deg 180deg, #F1F8ED 180deg 360deg);
}

.dashboard-profile-completion-circle-percentage.p-2 {
    background-image: conic-gradient(#7CA66A 0deg 122.4deg, #F1F8ED 122.4deg 360deg);
}

.dashboard-profile-completion-circle-percentage.p-1 {
    background-image: conic-gradient(#7CA66A 0deg 61.2deg, #F1F8ED 61.2deg 360deg);
}

.dashboard-profile-completion-circle-percentage.p-0 {
    background-image: conic-gradient(#F1F8ED 0deg 360deg);
}

.dashboard-profile-completion-circle-percentage>img {
    z-index: 9;
}

.dashboard-profile-completion-circle-percentage .percentage-bar {
    position: absolute;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #ffffff;
}

.dashboard-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
}

.dashboard-icon-wrapper svg {
    width: 48px;
    min-width: 48px;
    cursor: pointer;
}

.dashboard-icon-wrapper h4 {
    width: calc(100% - 48px - 24px - 30px);
    margin: 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
}

.dashboard-icon-wrapper a.dashboard-widget-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    cursor: pointer;
}

.dashboard-widget-text {
    margin: 16px 0 0 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
/* End */

/* Leaderboard Page */
.waf-leaderboard-header {
    margin: 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.waf-leaderboard-filter-dropdown-wrapper {
    margin-bottom: 0;
}

.waf-leaderboard-filter-dropdown-select {
    display: flex;
    gap: 8px;
    width: max-content;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #CDD5DF;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
}

.waf-leaderboard-filter-dropdown-select > div {
    color: #525E82;
}

.waf-leaderboard-filter-dropdown-list-option {
    position: absolute;
    display: none;
    margin-top: 8px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(3, 11, 61, 0.04), 0 8px 16px 0 rgba(3, 11, 61, 0.08);
    z-index: 99;
}

.waf-leaderboard-filter-dropdown-list-option.active {
    display: block;
}

.waf-leaderboard-filter-dropdown-option {
    padding: 12px 0;
    border-bottom: 1px solid #E2E7ED;
    cursor: pointer;
    color: #22305D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-leaderboard-filter-dropdown-option:last-of-type {
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .waf-leaderboard-header {
        flex-direction: column;
        align-items: start;
    }
}

.leaderboard-help-link {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #2B5E7D;
    color: #2B5E7D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
    transition: all .3s;
}

.leaderboard-help-link:hover {
    color: #007EA8;
}

.leaderboard-help-link:hover svg path {
    stroke: #007EA8;
}

.leaderboard-table {
  padding: 0 16px 24px 16px;
  border: 1px solid #E2E7ED;
  border-radius: 8px;
}

.leaderboard-table tr {
  padding: 0;
}

/* .leaderboard-table-item.active {
    background: rgba(0, 169, 224, 0.10);
} */

.leaderboard-table-item.active td {
    background: #F3F5F8;
}

.leaderboard-table-item.active td:first-of-type {
    border-radius: 8px 0 0 8px;
}

.leaderboard-table-item.active td:last-of-type {
    border-radius: 0 8px 8px 0;
}

.leaderboard-table th,
.leaderboard-table td {
  padding: 8px 16px;
  border: none;
  vertical-align: middle;
}

.leaderboard-table th {
    padding: 16px;
    border-bottom: 1px solid #E2E7ED;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.leaderboard-table .icon-column,
.leaderboard-table th:first-of-type {
  text-align: center;
  padding-left: 24px;
}

.leaderboard-table .icon-column {
    width: 64px;
}

.leaderboard-table .avatar-column {
    width: 92px;
    text-align: center;
}

.leaderboard-table .icon-column img {
  max-width: 32px;
}

.leaderboard-table .avatar-column img {
  max-width: 36px;
  border-radius: 50%;
}

.leaderboard-table .name-column {
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.leaderboard-table .badge-column img {
  max-width: 36px;
  margin-right: 16px;
  padding: 0;
}

.leaderboard-table .badge-column img:last-of-type {
    margin-right: 0;
}

.leaderboard-table .point-column,
.leaderboard-table th:last-of-type {
  text-align: right;
  width: 132px;
  padding-right: 24px;
}

.leaderboard-table .point-column {
    color: #22305D;
    text-align: right;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.leaderboard-table .badge-column {
  width: 180px;
}

.top-this-month-section,
.top-this-year-section {
    width: 100%;
    overflow-x: auto;
}

.leaderboard-place-icon {
    background: url('/wp-content/themes/buddyboss-theme-child/assets/images/user-dashboard/leaderboard-place-bg_01.svg');
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

tr.leaderboard-table-item:nth-child(2) .leaderboard-place-icon {
    background: url('/wp-content/themes/buddyboss-theme-child/assets/images/user-dashboard/gold-place-bg_01.svg');
    background-position: center;
    background-repeat: no-repeat;
}

tr.leaderboard-table-item:nth-child(3) .leaderboard-place-icon {
    background: url('/wp-content/themes/buddyboss-theme-child/assets/images/user-dashboard/silver-place-bg_01.svg');
    background-position: center;
    background-repeat: no-repeat;
}

tr.leaderboard-table-item:nth-child(4) .leaderboard-place-icon {
    background: url('/wp-content/themes/buddyboss-theme-child/assets/images/user-dashboard/bronze-place-bg_01.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.leaderboard-place-icon span {
    color: #525E82;
    text-align: center;
    font-family: "ABC Social";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.leaderboard-table-item.active .leaderboard-place-icon {
    background: url('/wp-content/themes/buddyboss-theme-child/assets/images/user-dashboard/leaderboard-active-place-bg_01.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.leaderboard-table-item.active .leaderboard-place-icon span,
.leaderboard-table-item.active .name-column,
.leaderboard-table-item.active .point-column {
    color: #007EA8;
}

.leaderboard-table-item.active .name-column,
.leaderboard-table-item.active .point-column {
    font-weight: 700;
}

.dashboard-section.dashboard-leaderboard-section .leaderboard-table tr:last-child td {
    padding: 24px 0 0 0;
}

/* End */

#bbpress-forums#bbpress-forums .bs-forums-items.list-view {
    margin-left: 0!important;
    margin-bottom: 24px!important;
}

#bbpress-forums li.waf-bb-sticky-topic {
    padding: 24px;
    background: #F3F5F8;
    border-radius: 8px!important;
    margin-bottom: 32px;
}

/* #bbpress-forums li.waf-bb-sticky-topic .bs-item-wrap {
    margin: 0!important;
    border: none!important;
    border-radius: 8px!important;
    background: #FFFFFF!important;
    box-shadow: 0 0 4px 0 rgba(3, 11, 61, 0.04), 0 8px 16px 0 rgba(3, 11, 61, 0.08);
} */

#bbpress-forums .bs-item-list li.waf-bb-sticky-topic .bs-item-wrap {
    margin: 0!important;
    border: none!important;
    border-radius: 8px!important;
    background: #FFFFFF!important;
    box-shadow: 0 0 4px 0 rgba(3, 11, 61, 0.04), 0 8px 16px 0 rgba(3, 11, 61, 0.08);
}

#bbpress-forums li.waf-bb-sticky-topic .waf-bb-sticky-topic-title {
    margin: 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#bbpress-forums li.waf-bb-sticky-topic .waf-bb-sticky-topic-description {
    margin: 0 0 24px 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.ld-comment-actions {
    margin: 10px 0 0;
}

.ld-comment-actions > a {
    font-family: 'ABC Social';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ld-comment-actions a.ld-comment-edit-btn {
    color: #2271b1;
}

.ld-comment-actions a.ld-comment-delete-btn {
    color: #b32d2e;
}

#edit-lesson-comment-modal #edit_comment_textarea:focus {
    box-shadow: none;
    outline: 0;
    border-color: #E7E9EC;
}

#edit-lesson-comment-modal .cancel-update-comment-button,
#delete-lesson-comment-modal .cancel-delete-comment-button {
    background: transparent;
    border: none;
    color: #222;
}

#edit-lesson-comment-modal.moderation-popup .modal-container,
#delete-lesson-comment-modal.moderation-popup .modal-container {
    overflow: hidden;
}

.waf-upcoming-live-study-club-poll {
    margin: 32px 0 0 0;
    padding: 24px;
    border-radius: 8px;
    background: #F3F5F8;
}

.waf-upcoming-live-study-club-poll .gform_wrapper .gform_heading .gform_title {
    margin: 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-upcoming-live-study-club-poll .gform_wrapper form {
    width: 100%;
    margin: 0;
    padding: 0;
}

.waf-upcoming-live-study-club-poll .gform_wrapper form .gform_body {
    margin: 24px 0 0 0;
    padding: 0;
}

.waf-upcoming-live-study-club-poll .gform_wrapper form .gform_body .ginput_container.ginput_container_radio .gfield_radio {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 16px;
}

.waf-upcoming-live-study-club-poll .gform_wrapper form .gform_body .ginput_container.ginput_container_radio .gfield_radio .gchoice {
    width: calc(100%/2 - 16px/2);
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(3, 11, 61, 0.02), 0 2px 4px 0 rgba(3, 11, 61, 0.08);
}

.waf-upcoming-live-study-club-poll .gform_wrapper form .gform_body .ginput_container.ginput_container_radio .gfield_radio .gchoice label.gform-field-label.gform-field-label--type-inline {
    max-width: 100%;
    padding-left: 38px;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-upcoming-live-study-club-poll .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]+label::before {
    border: 2px solid #8991A8;
    background: transparent;
}

.waf-upcoming-live-study-club-poll .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked+label::before {
    border: 2px solid #2B5E7D;
}

.waf-upcoming-live-study-club-poll .gform_wrapper .ginput_container_radio .gfield_radio .gchoice input[type=radio]:checked+label::after {
    background: #2B5E7D;
}

.waf-upcoming-live-study-club-poll .gform_wrapper form .gform_footer {
    margin: 32px 0 0 0;
    padding: 0;
}

.waf-upcoming-live-study-club-poll-result {
    margin: 32px 0 0 0;
    padding: 24px;
    border-radius: 8px;
    background: #F3F5F8;
}

.waf-upcoming-live-study-club-poll-result > h3 {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-upcoming-live-study-club-poll-result-wrapper {
    margin: 24px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 8px;
}

.waf-upcoming-live-study-club-poll-result-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    width: calc(100%/2 - 8px);
    padding: 12px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(3, 11, 61, 0.02), 0 2px 4px 0 rgba(3, 11, 61, 0.08);
}

.waf-upcoming-live-study-club-poll-result-item.max-poll {
    border: 2px solid #7CA66A;
}

.waf-upcoming-live-study-club-poll-result-item svg {
    min-width: 24px;
}

.waf-upcoming-live-study-club-poll-result-item .label {
    width: 100%;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-upcoming-live-study-club-poll-result-item.max-poll .label {
    font-weight: 700;
}

.waf-upcoming-live-study-club-poll-result-item .percentage {
    min-width: 80px;
    color: #525E82;
    text-align: right;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.waf-member-profile-badges {
    margin: 10px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.waf-member-profile-badge-item {
    width: 120px;
    padding: 16px;
    border: 1px solid #E2E7ED;
    border-radius: 8px;
    text-align: center;
}

.waf-member-profile-badge-title {
    margin-top: 12px;
    color: #525E82;
    text-align: center;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-member-profile-badge-item > img {
    max-width: 64px;
    aspect-ratio: 1;
}

.bb-template-v2 nav#object-nav .selected > a {
    color: #030B3D;
    font-weight: 700;
}

.bb-template-v2 #buddypress .sub-menu.bb_more_dropdown {
    border-radius: 8px;
    border: 1px solid #E2E7ED;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(3, 11, 61, 0.04), 0 8px 16px 0 rgba(3, 11, 61, 0.08);
}

.bb-template-v2 #buddypress .bb_more_dropdown.open .bb_more_dropdown__title {
    border-color: #E2E7ED;
}

#buddypress .bb_more_dropdown .bb_more_dropdown__title__text {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#buddypress .bb_more_dropdown .bb_more_dropdown__close_button {
    color: #030B3D;
}

.bb-template-v2 #buddypress .sub-menu.bb_more_dropdown .bp-personal-tab {
    padding: 0!important;
}

.bb-template-v2 #buddypress .sub-menu.bb_more_dropdown .bp-personal-tab .bb-single-nav-item-point {
    color: #22305D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 768px) {
    .dashboard-tabs {
        border-bottom: none;
    }

    .dashboard-tabs li {
        margin-top: 20px;
    }

    .module-jump-back-in-item {
        flex-direction: column;
    }

    .module-jump-back-in-item .module-jump-back-in-body,
    .module-jump-back-in-item>a {
        width: 100%;
    }

    .dashboard-course-schedule-item,
    .waf-member-profile-course-item {
        flex-direction: column;
    }

    .dashboard-course-schedule-item .dashboard-course-schedule-thumb img,
    .waf-member-profile-course-item > img {
        max-width: 100%;
    }

    .dashboard-policy-item .dashboard-policy-name {
        max-width: 85%;
    }

    .leaderboard-table {
        max-width: 750px;
        width: 750px;
    }

    .dashboard-tabs.leaderboard-tabs {
        margin-bottom: 80px;
        border-bottom: 3px solid #F5F5F5;
    }

    .waf-upcoming-live-study-club-poll .gform_wrapper form .gform_body .ginput_container.ginput_container_radio .gfield_radio .gchoice,
    .waf-upcoming-live-study-club-poll-result-item {
        width: 100%;
    }

    .waf-upcoming-live-study-club-poll .gform_wrapper form .gform_body .ginput_container.ginput_container_radio .gfield_radio .gchoice .gfield-choice-input {
        display: none;
    }

    .bb-profile-grid #item-body {
        padding: 0;
    }
}

/* End */

@media screen and (max-width: 991.98px) {
    .waf-faculty-grid {
        gap: 20px;
    }

    .waf-faculty-grid-item {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .waf-faculty-detail-modal {
        padding: 0 20px;
    }

    .waf-faculty-detail-modal-content {
        max-width: none;
        padding: 20px;
    }

    .waf-faculty-detail-content {
        flex-direction: column;
        gap: 30px;
        padding: 30px 0 100px 10px;
    }

    .waf-faculty-detail-info h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .waf-faculty-detail-info p {
        font-size: 16px;
        line-height: 22px;
    }

    .waf-faculty-detail-info .description {
        padding-right: 30px;
    }

    #gform_388 input[type="submit"] {
        line-height: 24px!important;
    }
}

/* End */

/* Course Registration Proccess */
#membership_countdown_container {
    padding: 25px 0!important;
    background: #353148!important;
    font-size: 18px!important;
    line-height: 26px!important;
}

body.single-memberpressproduct .entry-content-wrap {
    padding: 0 !important;
}

body.single-memberpressproduct .entry-content-wrap .entry-header {
    display: none !important;
}

.waf-course-registration-step-header {
    box-sizing: border-box;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 32px 0;
    background: #F2F2F2;
    margin-bottom: 12px;
}

.waf-course-registration-step-header-wrapper {
    max-width: 1230px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.waf-course-registration-step-header-wrapper>h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    color: #030B3D;
    margin: 0;
}

.waf-course-registration-step-header-wrapper>h1.waf-course-registration-step-name-heading {
    font-weight: 400;
}

body.single-memberpressproduct .mepr-signup-form .mepr-column-container {
    display: none;
}

body.single-memberpressproduct .mepr-signup-form .mepr-column-container.last {
    display: flex;
    gap: 32px;
    width: 100% !important;
}

body.single-memberpressproduct .mepr-signup-form .mepr-column-container.last .mepr-column-container-inner {
    width: 50%;
}

.billing-detail-same-as-registration-checkbox label {
    width: auto !important;
    margin: 0;
}

#waf_course_order_billing_modal,
#waf_course_login_form_modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    overflow: auto;
}

#waf_course_order_billing_modal_wrapper,
#waf_course_login_form_modal_wrapper {
    padding: 50px 20px;
    background: #FFFFFF;
    border-radius: 8px;
    width: 80%;
    z-index: 99999;
}

#waf_course_login_form_modal_wrapper {
    width: 40%;
    padding: 30px 20px;
}

.mepr-signup-form .mepr-column-container.last .mepr-column-container-inner:first-of-type {
    border: none !important;
    padding: 0 !important;
}

.mepr-signup-form .mepr-column-container.last .mepr-column-container-inner:first-of-type .waf-course-order-detail {
    padding: 40px 30px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px #00000021;
}

.waf-course-order-detail .waf-course-order-detail-heading,
.waf-course-order-detail .waf-course-order-price {
    margin: 0;
    font-family: 'ABC Social';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #030B3D;
}

.waf-course-order-detail .waf-course-payment-type,
.waf-course-order-detail .waf-course-start-time,
.waf-course-order-detail .waf-course-order-name,
.billing-detail-same-as-registration-checkbox label,
body.single-memberpressproduct .mp_wrapper .have-coupon-link,
body.single-memberpressproduct span.mepr-payment-method-label-text {
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #030B3D!important;
}

.waf-course-order-detail .waf-course-order-name,
.billing-detail-same-as-registration-checkbox label,
body.single-memberpressproduct .mp_wrapper .have-coupon-link,
body.single-memberpressproduct span.mepr-payment-method-label-text {
    font-weight: 400;
}

body.single-memberpressproduct .mp_wrapper .have-coupon-link {
    text-decoration: underline;
    margin-bottom: 16px;
}

.waf-course-order-detail .waf-course-payment-type,
.waf-course-order-detail .waf-course-order-price {
    margin-top: 24px;
}

.mepr-signup-form .mepr-column-container.last .mepr-column-container-inner:last-of-type {
    border: none !important;
    padding: 48px 30px !important;
    border-radius: 5px !important;
    background: #F2F2F2;
}

.billing-detail-same-as-registration-checkbox {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.membership-checkout-form .billing-detail-same-as-registration-checkbox {
    margin-bottom: 30px;
}

.billing-detail-same-as-registration-checkbox #billing_same_as_registration {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid #2B5E7D80;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    outline: none;
    box-shadow: none;
}

.billing-detail-same-as-registration-checkbox #billing_same_as_registration:checked {
    background-color: #2B5E7D;
}

.billing-detail-same-as-registration-checkbox #billing_same_as_registration:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.membership-checkout-form .billing-detail-same-as-registration-checkbox #billing_same_as_registration {
    position: relative;
    opacity: 1;
}

.membership-checkout-form .billing-detail-same-as-registration-checkbox #billing_same_as_registration:focus {
    box-shadow: none;
}

.mp_wrapper .mepr-payment-methods-radios label {
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #D9D9D9;
    display: flex;
    gap: 10px;
    align-items: center;
}

.mepr-payment-methods-wrapper hr {
    height: 1px;
    background: #D9D9D9;
}

.mp_wrapper .mepr-payment-methods-radios input[type="radio"] {
    width: 20px;
    height: 20px;
}

/* Billing Form */
#waf_course_order_billing_modal_wrapper {
    padding: 50px 30px;
}

#waf_course_order_billing_modal_wrapper > h1 {
    font-family: 'ABC Social';
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    color: #000000;
    margin-bottom: 30px;
}

#waf_course_order_billing_form {
    display: none;
    margin-top: -15px;
}

#waf_course_order_billing_form_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 30px 0;
}

.waf-course-registration-form-two-fields, 
.waf-course-registration-form-three-fields {
    display: flex;
    gap: 30px;
    width: 100%;
}

.waf-course-registration-form-field,
.waf-course-login-form-field {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.waf-course-login-form-field {
    margin-top: 15px;
    gap: 6px;
}

.waf-course-registration-form-field label,
.waf-course-login-form-field label {
    margin: 0;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #030B3D!important;
}

.waf-course-login-form-field label {
    font-weight: 500;
}

.waf-course-registration-form-field label span,
.waf-course-login-form-field label span {
    color: #EC5555;
}

.waf-course-registration-form-field input,
.waf-course-registration-form-field select,
.waf-course-login-form-field input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #2B5E7D80;
    border-radius: 0;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #030B3D;
    outline: none;
    box-shadow: none;
}

.waf-course-order-billing-form-submit-btn {
    padding: 18px 35px;
    width: 262px;
    border: none;
    border-radius: 36px;
    font-family: 'ABC Social';
    font-size: 19px;
    font-weight: 700;
    line-height: 28.5px;
    color: #FFFFFF;
    margin-top: 10px;
}

.waf-course-order-billing-form-submit-btn:hover {
    opacity: 70%;
}

.waf-complete-registration-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: auto;
    margin: 50px 0 0 0;
    padding: 12px 24px;
    border-radius: 0;
    border: none;
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    background: #2B5E7D;
    transition: all .3s;
}

.waf-complete-registration-btn:hover {
    background: #007EA8;
    color: #FFFFFF;
    opacity: 1;
}

.membership-checkout-form #place_order {
    display: none!important;
}

.waf-course-login-form-button-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.waf-course-login-form-button-wrapper a {
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    font-family: 'ABC Social';
    border-radius: 60px;
}

#waf_course_login_submit_btn {
    background: #00A9E0;
    color: #fff;
}

#waf_course_login_cancel_btn {
    border: 2px solid #00A9E0;
    color: #00A9E0;
}

#waf_course_login_form_modal_wrapper .waf-course-login-form-error-message {
    margin-top: 20px;
    display: none;
    color: red;
}

#waf_course_login_forgot_password_link {
    display: block;
    margin-top: 10px;
    color: #00a9e0;
    cursor: pointer!important;
}

/* body.single-memberpressproduct .site-header .site-header-container {
    height: 150px!important;
}

body.single-memberpressproduct #membership_countdown_container {
    top: 150px!important;
}

body.single-memberpressproduct .site-content {
    padding-top: 150px!important;
} */

#membership_countdown_container {
    padding: 16px 0!important;
    background: #353148!important;
    font-size: 18px!important;
    line-height: 26px!important;
}

#membership_countdown_container br {
    display: none;
}

.waf-course-order-detail .waf-course-description ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.waf-course-order-detail .waf-course-description ul li {
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #030B3D;
    transition: color .3s;
    display: flex;
}

.waf-course-order-detail .waf-course-description ul li:before {
    content: url('/wp-content/themes/buddyboss-theme-child/assets/images/icons/Layer_1.svg');
    width: 16px;
    height: 27px;
    display: inline-block;
    margin-right: 15px;
}

body.page-id-85449 .site-header .site-header-container #header-aside .search-separator,
body.page-id-85449 .site-header .site-header-container #header-aside .bb-header-buttons {
    display: none;
}

.waf-forum-search-container {
    background: #F3F5F8;
    padding: 24px;
    border-radius: 16px;
}

.waf-forum-search-label {
    margin: 0 0 8px 0;
    color: #22305D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.waf-forum-search-by-keyword-wrapper {
    display: flex;
    gap: 24px;
}

.waf-forum-search-by-keyword-input {
    width: calc(100% - 210px);
}

.waf-forum-search-by-keyword-input input,
.waf-forum-search-by-user-input input {
    width: 100%;
    height: 100%;
    padding: 12px 16px 12px 48px;
    background-size: 24px;
    background-position: left 16px center;
    border: none;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(3, 11, 61, 0.04), 0 8px 16px 0 rgba(3, 11, 61, 0.08);
    color: #22305D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-forum-search-by-keyword-input input:focus,
.waf-forum-search-by-user-input input:focus,
.waf-forum-search-button-wrapper #waf_forum_search_submit_btn:focus,
.waf-forum-search-button-wrapper #waf_forum_search_submit_btn:active {
    outline: none;
    border: none;
}

.waf-forum-search-by-keyword-input input::placeholder,
.waf-forum-search-by-user-input input::placeholder,
.waf-forum-change-search-type-btn > div,
.waf-forum-popular-search-item span,
.waf-forum-advance-search-choice label {
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-forum-search-by-keyword-input input::placeholder,
.waf-forum-search-by-user-input input::placeholder {
    color: #8991A8;
    opacity: 1;
}

.waf-forum-change-search-type-btn {
    width: 186px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #CDD5DF;
    background: transparent;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
}

.waf-forum-search-button-wrapper,
.waf-forum-popular-searches {
    margin-top: 24px;
}

.waf-forum-search-button-wrapper #waf_forum_search_submit_btn {
    display: inline-block;
    min-width: 120px;
    padding: 12px 24px;
    border-radius: 4px!important;
    background: #2B5E7D;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
    transition: all .3s;
}

.waf-forum-search-button-wrapper #waf_forum_search_submit_btn:hover {
    background: #007EA8;
}

.waf-forum-popular-search-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.waf-forum-popular-search-item {
    width: calc(50% - 4px);
    padding: 8px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    cursor: pointer;
}

.waf-forum-popular-search-item:hover {
    background: #FFFFFF;
}

.waf-forum-popular-search-item svg {
    min-width: 16px;
}

.waf-forum-popular-search-item span {
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-forum-search-results {
    margin-top: 32px;
    position: relative;
}

#waf-forum-search-results {
    position: absolute;
    top: -120px;
}

.waf-forum-search-result-heading {
    margin: 0 0 24px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-forum-search-results .bbp-topic-permalink span {
    background: rgba(122, 78, 209, 0.50);
}

.waf-forum-advance-search-field-type {
    display: flex;
    gap: 120px;
    margin-top: 16px;
}

.waf-forum-advance-search-by-user {
    margin-top: 24px;
    width: 100%;
    position: relative;
}

.waf-forum-advance-search-choice {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.waf-forum-advance-search-choice input[name="waf_forum_advance_search_type"] {
    display: grid;
    place-content: center;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #2B5E7D;
    width: 20px;
    height: 20px;
    border: 2px solid #8991A8;
    border-radius: 50%;
}

.waf-forum-advance-search-choice input[name="waf_forum_advance_search_type"]:checked {
    border-color: #2B5E7D;
}

.waf-forum-advance-search-choice input[name="waf_forum_advance_search_type"]::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #2B5E7D;
}

.waf-forum-advance-search-choice input[name="waf_forum_advance_search_type"]:checked::before {
    transform: scale(1);
}

.waf-forum-search-by-user-input,
.waf-forum-search-by-user-input input {
    width: 100%;
    height: 48px;
    position: relative;
}

.waf-forum-advance-search-choice label {
    margin: 0;
}

.waf-forum-advance-search {
    display: none;
}

.waf-forum-advance-search.active {
    display: block;
}

#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background: rgba(0, 0, 0, .8);
    cursor: wait;
}

@media (max-width: 767.98px) {
    #waf_course_order_billing_modal {
        align-items: start;
    }

    #waf_course_order_billing_modal_wrapper {
        padding: 50px 20px;
        width: 90%;
        margin-top: 200px;
        margin-bottom: 100px;
    }

    .waf-course-registration-form-two-fields, 
    .waf-course-registration-form-three-fields {
        flex-direction: column;
        gap: 15px;
    }
    
    .waf_course_order_billing_modal_wrapper {
        padding: 50px 20px;
    }
    
    .waf-course-order-billing-form-submit-btn {
        width: 100%;
    }

    .waf-course-registration-step-header {
        padding: 32px 20px;
        margin-bottom: 10px;
    }

    .waf-course-registration-step-header-wrapper > h1 {
        font-size: 30px;
        line-height: 42px;
    }

    body.single-memberpressproduct .mepr-signup-form .mepr-column-container.last {
        flex-direction: column;
    }

    body.single-memberpressproduct .mepr-signup-form .mepr-column-container.last .mepr-column-container-inner {
        width: 100%;
    }

    body.single-memberpressproduct .site .site-main article.memberpressproduct {
        width: 100%!important;
    }

    .mepr-signup-form .mepr-column-container.last .mepr-column-container-inner:first-of-type .waf-course-order-detail,
    .mepr-signup-form .mepr-column-container.last .mepr-column-container-inner:last-of-type {
        padding: 32px 20px!important;
    }

    .waf-course-order-detail .waf-course-payment-type, 
    .waf-course-order-detail .waf-course-order-price,
    .waf-course-order-detail .waf-course-description {
        margin-top: 20px;
    }

    body.single-memberpressproduct .site .site-main article.memberpressproduct .entry-content-wrap .entry-content .mp_wrapper .mepr-column-container .mepr-column-container-inner {
        margin-top: 12px!important;
    }

    .waf-forum-search-by-keyword-wrapper {
        flex-wrap: wrap;
    }

    .waf-forum-search-by-keyword-input {
        width: 100%;
        height: 48px;
    }

    .waf-forum-advance-search-field-type {
        flex-direction: column;
        gap: 10px;
    }

    #membership_countdown_container br {
        display: initial;
    }

    #waf_course_login_form_modal_wrapper {
        width: 90%;
    }
}
/* End */

/* Membership Checkout */
.waf-course-order-detail {
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #030B3D;
}

.waf-course-order-item-price {
    font-weight: 700;
    line-height: 1.4;
}

/* .waf-course-order-detail .waf-course-order-detail-heading {
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px 0;
} */

.waf-course-order-detail .waf-course-order-detail-heading svg {
    display: none;
}

.waf-course-order-item-name {
    font-weight: 700;
    line-height: 1.4;
}

.waf-course-order-crosssell-list {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
}

.waf-course-order-crosssell-list fieldset {
    margin: 0;
    padding: 0 20px 30px;
    border: 1px solid #7AE1BF;
    border-radius: 5px;
    background: #2EC0900D;
}

.waf-course-order-crosssell-list fieldset legend {
    padding: 10px;
    border-radius: 5px;
    background: #7AE1BF;
    font-family: 'ABC Social';
    font-size: 14px;
    font-weight: 700;
    color: #030B3D;
    line-height: 14px;
}

.waf-crosssell-item {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 15px;
    margin-top: 25px;
}

.waf-crosssell-item-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.waf-crosssell-item-content,
.waf-crosssell-item-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.waf-crosssell-item-price-wrapper {
    align-items: end;
}

.waf-crosssell-item-name {
    font-weight: 700;
}

.waf-crosssell-item-category {
    color: #2B5E7D;
}

.waf-crosssell-item-price {
    font-size: 18px;
    font-weight: 700;
}

.waf-crosssell-item-sale-price {
    font-size: 16px;
    text-decoration: line-through;
}

.waf-add-crosssell-product-to-cart {
    font-weight: 700;
    color: #2B5E7D;
    text-decoration: underline!important;
}

.waf-add-crosssell-product-to-cart:hover {
    color: #2B5E7D;
    opacity: 50%;
}

.waf-course-order-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #C0CAD7;
}

.waf-course-order-review {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-bottom: 15px;
}

.waf-course-order-detail .waf-course-description {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #C0CAD7;
}

.waf-course-order-detail .waf-course-description ul {
    gap: 10px;
}

.waf-course-order-item-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.waf-course-order-start-time {
    margin: 15px 0 0 0;
    font-weight: 700;
    line-height: 1.4;
    color: #007EA8;
}

.waf-remove-crosssell-product-from-cart {
    display: block;
    margin-top: 5px;
    color: #000000;
    text-decoration: underline!important;
}

.waf-remove-crosssell-product-from-cart:hover {
    color: #000000;
    opacity: 50%;
}

.waf-course-order-review-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.waf-course-order-review-item:last-child {
    margin-top: 15px;
}

.waf-course-order-review-item-discount {
    color: #007EA8;
    text-align: right;
    width: 50%;
}

.waf-view-full-payment-schedule-btn {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: underline!important;
    margin-top: 25px;
}

.waf-course-after-order-detail-note {
    margin: 30px 0 0 0;
    color: #030B3D;
    text-align: center;
    font-family: 'ABC Social';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.waf-course-after-order-detail-note.mobile-only {
    display: none;
    margin: 50px 0 0 0;
    color: #030B3D;
    text-align: center;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.woocommerce-checkout.membership-checkout-form .bb-wc-co {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 40px;
    margin: 0;
    width: 100%;
}

.woocommerce-checkout.membership-checkout-form .bb-wc-co > .bb-wc-col:first-of-type {
    flex-direction: column;
    width: 100%;
    max-width: 568px;
}

.woocommerce-checkout.membership-checkout-form .bb-wc-co > .bb-wc-col:last-of-type {
    width: 100%;
    max-width: 689px;
}

.woocommerce-checkout.membership-checkout-form .bb-wc-co .bb-order-review h3 {
    margin: 0 0 30px 0;
    font-family: 'ABC Social';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #030B3D;
    text-transform: none;
}

.woocommerce-checkout.membership-checkout-form .waf-course-order-detail {
    width: 100%;
    margin: 0;
    padding: 50px 30px;
    border-radius: 0;
    border: none;
    background: #F2F2F2;
}

.woocommerce-checkout.membership-checkout-form .bb-wc-co .bb-order-review {
    width: 100%;
    margin: 0;
    padding: 50px 30px;
    border-radius: 0;
    border: none;
    background: linear-gradient(0deg, rgba(63, 143, 188, 0.20) 0%, rgba(63, 143, 188, 0.20) 100%), #FFF;
}

/* #waf_course_order_apply_coupon_container {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
} */

#waf_course_order_open_coupon_form_btn {
    color: #2B5E7D;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline;
}

#waf_course_order_apply_coupon_form {
    display: none;
}

#waf_course_order_apply_coupon_form_wrapper {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

#waf_course_order_coupon {
    flex-grow: 1;
    border-radius: 0;
    border: 1px solid #2B5E7D80;
    outline: none;
    box-shadow: none;
    font-size: 16px;
}

#waf_course_order_coupon:focus {
    border-radius: 0;
    border: 1px solid #2B5E7D80;
    outline: none;
    box-shadow: none;
}

#waf_course_order_coupon_submit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 41px;
    padding: 12px 24px;
    background: #2B5E7D;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    transition: all .3s;
}

#waf_course_order_coupon_submit_btn:hover {
    background: #007EA8;
    color: #FFFFFF;
    opacity: 1;
}

body.page-id-88866 .woocommerce-form-coupon-toggle {
    display: none!important;
}

.waf-checkout-student-registration-form-wrapper {
    margin-top: 50px;
}

.waf-checkout-student-registration-form {
    margin-top: 30px;
}

.waf-checkout-student-registration-form button {
    height: auto!important;
}

body.woocommerce-membership-order-received .woocommerce-order-over,
body.woocommerce-membership-order-received .woocommerce-order-details-wrapper,
body.woocommerce-membership-order-received .woocommerce-order-end,
body.woocommerce-membership-order-received .woocommerce-order > p:last-of-type,
body.woocommerce-membership-order-received .footer-bottom {
    display: none!important;
}

.woocommerce-checkout.membership-checkout-form #payment ul.payment_methods {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.woocommerce-checkout.membership-checkout-form #payment ul.payment_methods li {
    padding: 30px 0 0 0;
    border-top: 1px solid #FFFFFF;
}

ul.payment_methods li[class*=payment_method_stripe_]>input[name=payment_method]+label {
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #030B3D;
}

.woocommerce-checkout.membership-checkout-form #payment div.payment_box {
    margin: 0;
    padding: 15px 0 0 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.woocommerce-checkout.membership-checkout-form #payment div.payment_box::before {
    display: none;
}

.woocommerce-checkout.membership-checkout-form #payment div.payment_box .wc-stripe-save-source {
    display: none;
}

.woocommerce-checkout.membership-checkout-form #payment div.form-row.place-order {
    margin: 0!important;
    padding: 0!important;
}

@media (max-width: 992px) {
    .woocommerce-checkout.membership-checkout-form .bb-wc-co .bb-wc-col {
        width: 100%!important;
    }
}

@media (max-width: 767.98px) {
    .woocommerce-checkout.membership-checkout-form .waf-course-order-detail {
        padding: 30px 15px;
    }

    .woocommerce-checkout.membership-checkout-form .bb-wc-co {
        gap: 50px;
    }

    .woocommerce-checkout.membership-checkout-form .bb-wc-co .bb-order-review {
        padding: 30px 15px;
    }

    .woocommerce-checkout.membership-checkout-form .bb-wc-co .bb-order-review h3 {
        font-size: 22px;
    }

    .waf-crosssell-item {
        gap: 25px;
    }

    .waf-crosssell-item-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .waf-crosssell-item-price-wrapper {
        flex-direction: row;
        align-items: start;
        gap: 10px;
    }

    .waf-course-order-item-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .waf-remove-crosssell-product-from-cart {
        margin-top: 15px;
    }

    .waf-course-order-list {
        gap: 30px;
    }

    .waf-course-order-detail .waf-course-description ul {
        gap: 10px;
    }

    #waf_course_order_coupon,
    #waf_course_order_coupon_submit_btn {
        width: 100%;
        font-size: 16px;
    }

    .waf-course-order-detail .waf-course-order-detail-heading {
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 22px;
    }

    .waf-course-order-detail .waf-course-order-detail-heading svg {
        display: block;
        transform: rotate(180deg);
    }

    .waf-course-order-detail.opened .waf-course-order-detail-heading svg {
        transform: rotate(0deg);
    }

    #waf_course_order_apply_coupon_form_wrapper {
        flex-direction: column;
        gap: 8px;
    }

    .membership-checkout-form .billing-detail-same-as-registration-checkbox {
        align-items: start;
    }

    .membership-checkout-form .billing-detail-same-as-registration-checkbox #billing_same_as_registration {
        margin-top: 3px;
    }

    ul.payment_methods li[class*=payment_method_stripe_]>input[name=payment_method]+label {
        font-size: 18px;
    }

    .woocommerce-checkout #payment ul.payment_methods li img {
        max-width: 32px;
    }

    .waf-complete-registration-btn {
        font-size: 16px;
        line-height: 24px;
    }

    .waf-course-order-detail {
        padding: 20px;
    }

    .waf-course-order-detail .waf-course-order-list {
        padding: 0;
        border: none;
    }

    .waf-course-order-detail .waf-course-order-item,
    .waf-course-order-detail .waf-course-order-review,
    .waf-course-order-detail #waf_course_order_apply_coupon_container,
    .waf-course-order-detail .waf-course-description {
        display: none;
    }

    .waf-course-order-detail.opened .waf-course-order-list {
        padding-bottom: 30px;
        border-bottom: 1px solid #D9D9D9;
    }

    .waf-course-order-detail.opened .waf-course-order-item,
    .waf-course-order-detail.opened #waf_course_order_apply_coupon_container,
    .waf-course-order-detail.opened .waf-course-description {
        display: block;
    }

    .waf-course-order-detail.opened .waf-course-order-review {
        display: flex;
    }

    .waf-course-order-review,
    #waf_course_order_open_coupon_form_btn,
    .waf-course-order-detail .waf-course-description ul li,
    .billing-detail-same-as-registration-checkbox label {
        font-size: 16px;
    }

    .waf-course-after-order-detail-note {
        display: none;
    }

    .waf-course-after-order-detail-note.mobile-only {
        display: block;
    }
}
/* End */

/* Submit Work Form CSS */
/* #gform_wrapper_430.gform_wrapper.gravity-theme .gform_fields,
#gform_wrapper_431.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 24px;
}

#gform_wrapper_430 .validation_error,
#gform_wrapper_430.gform_wrapper.gravity-theme .gfield_required,
#gform_wrapper_431 .validation_error,
#gform_wrapper_431.gform_wrapper.gravity-theme .gfield_required {
    display: none;
}

#gform_wrapper_430.gform_wrapper form .top_label .gfield_label,
#gform_wrapper_431.gform_wrapper form .top_label .gfield_label {
    font-family: 'ABC Social';
    font-size: 18px;
    line-height: 26px;
    color: #272445;
    margin-bottom: 8px;
}

#gform_wrapper_430.gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
#gform_wrapper_431.gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    height: 50px;
    padding: 8px 16px;
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.25);
    font-size: 16px;
}

#gform_wrapper_430.gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder,
#gform_wrapper_430.gform_wrapper form textarea::placeholder,
#gform_wrapper_431.gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder,
#gform_wrapper_431.gform_wrapper form textarea::placeholder {
    color: #525E82;
    opacity: 1;
    font-size: 16px;
}

#gform_wrapper_430.gform_wrapper form textarea,
#gform_wrapper_431.gform_wrapper form textarea {
    padding: 8px 16px;
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.25);
    font-size: 16px;
}

#gform_wrapper_430.gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
#gform_wrapper_430.gform_wrapper form textarea:focus,
#gform_wrapper_431.gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
#gform_wrapper_431.gform_wrapper form textarea:focus {
    outline: none;
    background: #fff;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.25);
} */

#gform_wrapper_430.gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules,
#gform_wrapper_431.gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules,
#gform_wrapper_529.gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules {
    font-family: 'ABC Social';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #525E82;
    padding: 0;
    margin-top: 8px;
}

#gform_wrapper_430.gform_wrapper.gravity-theme .gpfup__droparea,
#gform_wrapper_431.gform_wrapper.gravity-theme .gpfup__droparea,
#gform_wrapper_529.gform_wrapper.gravity-theme .gpfup__droparea {
    height: 120px;
    border-radius: 8px;
    border: 1px dashed #8991A8;
    background: transparent;
    color: #525E82;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#gform_wrapper_430.gform_wrapper.gravity-theme .gpfup__droparea span,
#gform_wrapper_431.gform_wrapper.gravity-theme .gpfup__droparea span,
#gform_wrapper_529.gform_wrapper.gravity-theme .gpfup__droparea span {
    color: #525E82;
}

#gform_wrapper_430.gform_wrapper.gravity-theme .gform_button_select_files,
#gform_wrapper_431.gform_wrapper.gravity-theme .gform_button_select_files,
#gform_wrapper_529.gform_wrapper.gravity-theme .gform_button_select_files {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    color: #2B5E7D;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1px;
    text-transform: lowercase;
    text-decoration: underline;
    box-shadow: none;
    outline: none;
}

#gform_wrapper_430.gform_wrapper.gravity-theme .gform_button_select_files:focus,
#gform_wrapper_431.gform_wrapper.gravity-theme .gform_button_select_files:focus,
#gform_wrapper_529.gform_wrapper.gravity-theme .gform_button_select_files:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
 
.gform_wrapper form .gform_footer input[type="submit"],
#gform_wrapper_430.gform_wrapper form .gform_footer input.button,
#gform_wrapper_431.gform_wrapper form .gform_footer input.button,
#gform_wrapper_529.gform_wrapper form .gform_footer input.button {
    min-width: 120px;
    height: auto;
    margin: 0;
    padding: 12px 24px;
    border-radius: 4px!important;
    border: none;
    background: #2B5E7D;
    color: #FFFFFF;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%!important;
    box-shadow: none;
    outline: none;
    transition: all .3s;
}

.bb-dark-theme .gform_wrapper form .gform_footer input[type="submit"],
.bb-dark-theme #gform_wrapper_430.gform_wrapper form .gform_footer input.button,
.bb-dark-theme #gform_wrapper_431.gform_wrapper form .gform_footer input.button,
.bb-dark-theme #gform_wrapper_529.gform_wrapper form .gform_footer input.button {
    background: #007EA8;
}

.gform_wrapper form .gform_footer input[type="submit"]:hover,
#gform_wrapper_430.gform_wrapper form .gform_footer input.button:hover, 
#gform_wrapper_431.gform_wrapper form .gform_footer input.button:hover,
#gform_wrapper_529.gform_wrapper form .gform_footer input.button:hover {
    background: #007EA8;
}
 
.gform_wrapper form .gform_footer input[type="submit"]:focus,
#gform_wrapper_430.gform_wrapper form .gform_footer input.button:focus,
#gform_wrapper_431.gform_wrapper form .gform_footer input.button:focus,
#gform_wrapper_529.gform_wrapper form .gform_footer input.button:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

/* #gform_wrapper_430.gform_wrapper.gravity-theme .gform_footer,
#gform_wrapper_431.gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    margin: 32px 0 0 0;
}

#gform_wrapper_430.gform_wrapper form,
#gform_wrapper_431.gform_wrapper form {
    margin: 0;
} */
/* End */

/* Forum Topic 3D Model */
.waf-topic-3d-models {
    display: flex;
    column-gap: 24px;
    flex-wrap: nowrap;
}

.waf-topic-3d-model,
.waf-topic-3d-model-screenshots {
    display: flex;
    flex-direction: column;
}

.waf-topic-3d-model img {
    width: 282px;
    height: 220px;
    object-fit: contain;
    border: 1px solid #E2E7ED;
    border-radius: 8px;
}

.waf-topic-3d-model-screenshots {
    margin-top: 20px;
    margin-bottom: 40px;
}

.waf-topic-3d-model-screenshots img {
    width: 390px;
    border: 1px solid #E2E7ED;
    border-radius: 8px;
}

.waf-topic-3d-model .waf-topic-view-3d-model-modal-btn,
.waf-topic-3d-model-screenshots .waf-topic-view-3d-model-modal-btn {
    display: inline-block;
    padding: 4px 16px;
    margin-top: 24px;
    border-radius: 4px!important;
    background: #F3F5F8!important;
    color: #2B5E7D!important;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    cursor: pointer;
    transition: all .3s;
}

.waf-topic-3d-model .waf-topic-view-3d-model-modal-btn:hover,
.waf-topic-3d-model-screenshots .waf-topic-view-3d-model-modal-btn:hover {
    color: #007EA8!important;
}

#waf_topic_3d_model_modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(4px);
}

#waf_topic_3d_model_modal_wrapper {
    max-width: 832px;
    width: 90%;
    padding: 16px 16px 24px 16px;
    border-radius: 8px;
    border: 2px solid #E2E7ED;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(3, 11, 61, 0.04), 0 8px 16px 0 rgba(3, 11, 61, 0.08);
}

#waf_topic_3d_model_modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

#waf_topic_3d_model_modal_heading {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#waf_topic_3d_model_modal_close_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.waf-topic-3d-model-modal-featured {
    margin-top: 24px;
    display: none;
}

.waf-topic-3d-model-modal-featured.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.waf-topic-3d-model-viewer-wrapper {
    width: 100%;
}

#waf_topic_3d_model_modal_slider {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

#waf_topic_3d_model_modal_slider .waf-topic-3d-model-modal-slide img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border: 1px solid #E2E7ED;
    border-radius: 16px;
    cursor: pointer;
}

#waf_topic_3d_model_modal_slider .waf-topic-3d-model-modal-slide.active img {
    border: 2px solid #2B5E7D;
}

@media (max-width: 767.98px) {
    #waf_topic_3d_model_modal_wrapper {
        max-height: 90vh;
        overflow: auto;
    }

    .waf-topic-3d-models {
        flex-wrap: wrap;
        gap: 20px;
    }

    #waf_topic_3d_model_modal_slider {
        gap: 10px;
    }
}
/* End */

/* buddypanel menu */
#buddypanel-menu.side-panel-menu-hide-practical li.menu-item-95198,
#menu-buddypanel.side-panel-menu-hide-practical li.menu-item-95198,
#menu-buddypanel-1.side-panel-menu-hide-practical li.menu-item-95198 {
    display: none;
}
.bb-template-v2 .buddypanel .side-panel-menu li.menu-item.current-menu-item > a {
    color: #007EA8!important;
    background: rgba(63, 143, 188, 0.20);
}
.bb-template-v2 .buddypanel .side-panel-menu li.menu-item.current-menu-item > a > span {
    font-weight: 400;
}
ul#menu-buddypanel li.menu-item a,
ul#menu-buddypanel-1 li.menu-item a {
    display: flex;
    align-items: center;
    gap: 16px;
}
ul#buddypanel-menu li.menu-item i.bb-icon-file,
ul#buddypanel-menu li.menu-item i.buddyboss,
ul#menu-buddypanel li.menu-item i.bb-icon-file,
ul#menu-buddypanel li.menu-item i.buddyboss,
ul#menu-buddypanel-1 li.menu-item i.bb-icon-file,
ul#menu-buddypanel-1 li.menu-item i.buddyboss,
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-icon-file,
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.buddyboss {
    display: none;
}
ul#buddypanel-menu li.menu-item i,
ul#menu-buddypanel li.menu-item i,
ul#menu-buddypanel-1 li.menu-item i {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
ul#buddypanel-menu li.menu-item i:before,
ul#menu-buddypanel li.menu-item i:before,
ul#menu-buddypanel-1 li.menu-item i:before {
    content: "";
    background-size: 24px;
    width: 24px;
    height: 24px;
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 20px 0 0;
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i:before {
    content: "";
    background-size: 32px;
    width: 32px;
    height: 32px;
}

ul#buddypanel-menu.side-panel-menu-complete-composites-course li.menu-item.modules-menu-item,
ul#buddypanel-menu.side-panel-menu-complete-composites-course li.menu-item.examinations-menu-item,
ul#buddypanel-menu.side-panel-menu-complete-composites-course li.menu-item.clinical-forum-menu-item,
.side-panel-menu-complete-composites-course ul#menu-buddypanel li.menu-item.modules-menu-item,
.side-panel-menu-complete-composites-course ul#menu-buddypanel li.menu-item.examinations-menu-item,
.side-panel-menu-complete-composites-course ul#menu-buddypanel li.menu-item.clinical-forum-menu-item,
.side-panel-menu-complete-composites-course ul#menu-buddypanel-1 li.menu-item.modules-menu-item,
.side-panel-menu-complete-composites-course ul#menu-buddypanel-1 li.menu-item.examinations-menu-item,
.side-panel-menu-complete-composites-course ul#menu-buddypanel-1 li.menu-item.clinical-forum-menu-item {
    display: none;
}

ul#buddypanel-menu.side-panel-menu-cusp-membership li.menu-item.dashboard-menu-item,
ul#buddypanel-menu.side-panel-menu-cusp-membership li.menu-item.modules-menu-item,
ul#buddypanel-menu.side-panel-menu-cusp-membership li.menu-item.clinical-forum-menu-item,
ul#buddypanel-menu.side-panel-menu-cusp-membership li.menu-item.qa-forum-menu-item,
ul#buddypanel-menu.side-panel-menu-cusp-membership li.menu-item.practical-menu-item,
ul#buddypanel-menu.side-panel-menu-cusp-membership li.menu-item.live-study-clubs-menu-item,
ul#buddypanel-menu.side-panel-menu-cusp-membership li.menu-item.examinations-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel li.menu-item.dashboard-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel li.menu-item.modules-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel li.menu-item.clinical-forum-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel li.menu-item.qa-forum-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel li.menu-item.practical-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel li.menu-item.live-study-clubs-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel li.menu-item.examinations-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel-1 li.menu-item.dashboard-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel-1 li.menu-item.modules-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel-1 li.menu-item.clinical-forum-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel-1 li.menu-item.qa-forum-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel-1 li.menu-item.practical-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel-1 li.menu-item.live-study-clubs-menu-item,
.side-panel-menu-cusp-membership ul#menu-buddypanel-1 li.menu-item.examinations-menu-item {
    display: none;
}

ul#buddypanel-menu li.menu-item i.bb-menu-practical-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-practical-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-practical-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-practical-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-practical-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-practical-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-practical-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-practical-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-newsfeed-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-newsfeed-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-newsfeed-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-newsfeed-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-newsfeed-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-newsfeed-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-newsfeed-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-newsfeed-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-newsfeed-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-dashboard-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-dashboard-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-dashboard-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-dashboard-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-dashboard-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-dashboard-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-dashboard-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-dashboard-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-module-icon:before,
ul#buddypanel-menu li.menu-item i.bb-menu-cusp-module-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-module-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-cusp-module-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-module-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-module-icon:before,
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-cusp-module-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-module-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-cusp-module-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-module-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-module-icon:before,
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-cusp-module-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-module-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-complete-composites-course-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-complete-composites-course-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-complete-composites-course-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-complete-composites-course-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-complete-composites-course-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-complete-composites-course-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-complete-composites-course-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-complete-composites-course-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-upgrade-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-upgrade-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-upgrade-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-upgrade-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-upgrade-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-upgrade-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-upgrade-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-upgrade-icon-mobile-01.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-clinical-case-forum-icon:before,
ul#buddypanel-menu li.menu-item i.bb-menu-cusp-discussion-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-clinical-case-forum-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-cusp-discussion-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-clinical-case-forum-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-clinical-case-forum-icon:before,
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-cusp-discussion-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-clinical-case-forum-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-cusp-discussion-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-clinical-case-forum-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-clinical-case-forum-icon:before,
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-cusp-discussion-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-clinical-case-forum-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-qa-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-qa-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-qa-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-qa-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-qa-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-qa-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-qa-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-qa-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-live-study-clubs-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-live-study-clubs-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-live-study-clubs-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-live-study-clubs-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-live-study-clubs-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-live-study-clubs-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-live-study-clubs-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-live-study-clubs-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-leaderboard-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-leaderboard-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-leaderboard-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-leaderboard-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-leaderboard-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-leaderboard-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-leaderboard-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-leaderboard-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-live-events-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-live-events-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-live-events-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-live-events-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-live-events-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-live-events-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-live-events-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-live-events-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-examinations-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-examinations-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-examinations-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-examinations-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-examinations-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-examinations-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-examinations-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-examinations-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-referrals-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-referrals-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-referrals-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-referrals-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-referrals-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-referrals-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-referrals-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-referrals-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-contact-us-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-contact-us-icon:before,
ul#menu-buddypanel-1 li.menu-item i.bb-menu-contact-us-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-contact-us-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-contact-us-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-contact-us-icon:before,
ul#menu-buddypanel-1 li.menu-item i.bb-menu-contact-us-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-contact-us-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-contact-us-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-contact-us-icon-mobile.svg');
}

ul#buddypanel-menu li.menu-item i.bb-menu-settings-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-settings-icon:before,
ul#menu-buddypanel-1 li.menu-item i.bb-menu-settings-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-settings-icon_01.svg');
}
ul#buddypanel-menu li.menu-item.current-menu-item i.bb-menu-settings-icon:before,
ul#menu-buddypanel li.menu-item i.bb-menu-settings-icon:before,
ul#menu-buddypanel-1 li.menu-item i.bb-menu-settings-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-settings-icon-active_01.svg');
}
.bb-mobile-panel-wrapper.light .bb-mobile-panel-inner .main-navigation .bb-primary-menu li.menu-item a i.bb-menu-settings-icon:before {
    background-image: url('/wp-content/themes/buddyboss-theme-child/assets/images/menu-icons/bb-menu-settings-icon-mobile.svg');
}
/* End */

#bp-avatar-delete {
    display: none;
}

/* VLE Examination Form CSS */
body.single.single-examination .vle-exam-intro-section {
    margin: 0;
    background: rgba(63, 143, 188, 0.20)!important;
}

body.single.single-examination .vle-exam-intro-section h2.elementor-heading-title {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

body.single.single-examination .vle-exam-intro-section .elementor-widget-text-editor p {
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

body.single.single-examination .vle-exam-intro-section #view-instructions-button {
    color: #2B5E7D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

body.single.single-examination .vle-exam-intro-section #view-instructions-button svg path {
    fill: #2B5E7D;
}

#vle-exam-container .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 32px;
}

#vle-exam-container .elementor-widget-wrap .gform_wrapper .gform_body .gquiz-field .ginput_container .gchoice {
    margin: 0 0 8px 0;
}

#vle-exam-container .elementor-widget-wrap .gform_wrapper .gform_body .gquiz-field .ginput_container .gchoice:last-child {
    margin: 0;
}

#vle-exam-container .elementor-widget-wrap .gform_wrapper .gform_body .gquiz-field .gfield_label,
#vle-exam-container .gform_wrapper form .top_label .gfield_label {
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
    color: #030B3D;
    margin: 0 0 24px 0;
}

#vle-exam-container .gform_wrapper form .top_label .gfield.gfield--type-textarea .gfield_label {
    margin: 0 0 8px 0;
}

#vle-exam-container .elementor-widget-wrap .gform_wrapper .gform_body .gquiz-field .gfield_description {
    padding: 0;
    margin: 0 0 24px 0;
}

#vle-exam-container .elementor-widget-wrap .gform_wrapper .gform_body .gquiz-field .gfield_description br {
    display: none;
}

#vle-exam-container .elementor-widget-wrap .gform_wrapper .gform_body .gquiz-field .ginput_container .gchoice label {
    cursor: pointer;
    padding: 12px 16px 12px 48px;
    background: transparent;
    border: 1px solid #CDD5DF;
    border-radius: 8px;
    display: block !important;
    max-width: 100%;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #525E82;
}

#vle-exam-container .elementor-widget-wrap .gform_wrapper .gform_body .gquiz-field .ginput_container .gchoice label:hover {
    font-weight: 400;
}

#vle-exam-container .elementor-widget-wrap .gform_wrapper .gform_body .gquiz-field .ginput_container .gchoice input:checked + label {
    border: 2px solid #007EA8;
    font-weight: 400;
    color: #030B3D;
}

#vle-exam-container .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 180px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #CDD5DF;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 400!important;
    line-height: 1.5;
    color: #030B3D;
}

#vle-exam-container .gform_wrapper.gravity-theme .gfield textarea.medium::placeholder {
    opacity: 1;
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#vle-exam-container .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 0;
}

#vle-exam-container .elementor-widget-wrap .gform_wrapper .gform_body .gfteStartTime .gfield_description {
  position: absolute;
  left: 0;
  top: 68px;
  text-align: center;
  font-family: 'ABC Social';
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #030B3D;
  margin: 0;
  padding: 0;
}
/* End */

/* Signature */
#signature-container {
    width: 100%;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E2E7ED;
    border-radius: 8px;
}

#signature-pad {
    max-width: 100%;
    border-bottom: 1px dashed #CDD5DF;
}

#save-signature,
#clear-signature {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid #2B5E7D;
    background: #2B5E7D;
    color: #FFFFFF;
    text-align: center;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    outline: none;
    box-shadow: none;
}

#clear-signature {
    margin-left: 12px;
    border: 1px solid rgba(43, 94, 125, 0.50);
    background: #FFFFFF;
    color: #2B5E7D;
}

#save-signature:hover {
    border: 1px solid #007EA8;
    background: #007EA8;
}

#clear-signature:hover {
    border: 1px solid #007EA8;
    background: #FFFFFF;
    color: #007EA8;
}

#save-signature:focus,
#clear-signature:focus {
    border: 1px solid #2B5E7D;
    outline: none;
    box-shadow: none;
}

#clear-signature:focus {
    border: 1px solid rgba(43, 94, 125, 0.50);
}
/* End */

/* Student Registration Form - Complete Composites */
#gform_517 .gsection
#gform_516 .gsection
#gform_515 .gsection
#gform_514 .gsection,
#gform_528 .gsection {
    border: none;
    padding: 0;
}

#gform_517 .gsection.hidden_separator,
#gform_516 .gsection.hidden_separator,
#gform_515 .gsection.hidden_separator,
#gform_514 .gsection.hidden_separator,
#gform_528 .gsection.hidden_separator {
    visibility: hidden;
    height: 0;
    padding: 0;
}

#gform_517 .gsection .gsection_title,
#gform_516 .gsection .gsection_title,
#gform_515 .gsection .gsection_title,
#gform_514 .gsection .gsection_title,
#gform_528 .gsection .gsection_title {
    font-family: 'ABC Social';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #030B3D;
    margin: 16px 0 0 0;
}

#gform_517 .gfield_label,
#gform_516 .gfield_label,
#gform_515 .gfield_label,
#gform_514 .gfield_label,
#gform_528 .gfield_label {
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #030B3D;
    margin: 8px 0;
    padding: 0;
}

#gform_517 .gfield_label .gfield_required,
#gform_516 .gfield_label .gfield_required,
#gform_515 .gfield_label .gfield_required,
#gform_514 .gfield_label .gfield_required,
#gform_528 .gfield_label .gfield_required {
    visibility: hidden;
    position: relative;
    width: 15px;
}

#gform_517 .gfield_label .gfield_required:before,
#gform_516 .gfield_label .gfield_required:before,
#gform_515 .gfield_label .gfield_required:before,
#gform_514 .gfield_label .gfield_required:before,
#gform_528 .gfield_label .gfield_required:before {
    content: "*";
    visibility: visible;
    position: absolute;
    top: -4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #F00;
    font-style: normal;
    display: none;
}

#gform_517 .gfield_description:not(.gform_fileupload_rules),
#gform_516 .gfield_description:not(.gform_fileupload_rules),
#gform_515 .gfield_description:not(.gform_fileupload_rules),
#gform_514 .gfield_description:not(.gform_fileupload_rules),
#gform_528 .gfield_description:not(.gform_fileupload_rules) {
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #525E82;
    margin: 0 0 16px 0;
    padding: 0;
}

#gform_517 .gfield_select, 
#gform_517 .gform-datepicker, 
#gform_517 .ginput_container_text input, 
#gform_517 .ginput_container_address input,
#gform_516 .gfield_select, 
#gform_516 .gform-datepicker, 
#gform_516 .ginput_container_text input, 
#gform_516 .ginput_container_address input,
#gform_515 .gfield_select, 
#gform_515 .gform-datepicker, 
#gform_515 .ginput_container_text input, 
#gform_515 .ginput_container_address input,
#gform_514 .gfield_select, 
#gform_514 .gform-datepicker, 
#gform_514 .ginput_container_text input, 
#gform_514 .ginput_container_address input,
#gform_528 .gfield_select, 
#gform_528 .gform-datepicker, 
#gform_528 .ginput_container_text input, 
#gform_528 .ginput_container_address input {
    max-width: 100%;
    width: 100%;
    height: 56px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(43, 94, 125, 0.50);
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

#gform_528 .ginput_container_textarea textarea {
    height: 120px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #CDD5DF;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 400!important;
    line-height: 1.5;
    color: #030B3D;
}

#gform_528 .ginput_container_textarea textarea::placeholder {
    opacity: 1;
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#gform_517 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area,
#gform_516 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area,
#gform_515 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area,
#gform_514 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area,
#gform_528 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area {
    border: 1px dashed #8991A8;
    border-radius: 8px;
}

#gform_517 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions,
#gform_516 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions,
#gform_515 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions,
#gform_514 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions,
#gform_528 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 4px;
    color: #525E82;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#gform_517 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files,
#gform_516 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files,
#gform_515 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files,
#gform_514 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files,
#gform_528 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    color: #2B5E7D;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1px;
    text-transform: lowercase;
    text-decoration: underline;
    box-shadow: none;
    outline: none;
}

#gform_517 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus,
#gform_516 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus,
#gform_515 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus,
#gform_514 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus,
#gform_528 .gfield--type-fileupload .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

#gform_517 .gfield--type-fileupload .ginput_preview_list .ginput_preview,
#gform_516 .gfield--type-fileupload .ginput_preview_list .ginput_preview,
#gform_515 .gfield--type-fileupload .ginput_preview_list .ginput_preview,
#gform_514 .gfield--type-fileupload .ginput_preview_list .ginput_preview,
#gform_528 .gfield--type-fileupload .ginput_preview_list .ginput_preview {
    font-weight: 700;
}

#gform_517 .gfield--type-fileupload .ginput_preview_list .ginput_preview .gfield_fileupload_progress,
#gform_516 .gfield--type-fileupload .ginput_preview_list .ginput_preview .gfield_fileupload_progress,
#gform_515 .gfield--type-fileupload .ginput_preview_list .ginput_preview .gfield_fileupload_progress,
#gform_514 .gfield--type-fileupload .ginput_preview_list .ginput_preview .gfield_fileupload_progress,
#gform_528 .gfield--type-fileupload .ginput_preview_list .ginput_preview .gfield_fileupload_progress {
    padding: 0 5px;
}

#gform_517 .gfield--type-fileupload .ginput_preview_list .ginput_preview .gform_delete_file,
#gform_516 .gfield--type-fileupload .ginput_preview_list .ginput_preview .gform_delete_file,
#gform_515 .gfield--type-fileupload .ginput_preview_list .ginput_preview .gform_delete_file,
#gform_514 .gfield--type-fileupload .ginput_preview_list .ginput_preview .gform_delete_file,
#gform_528 .gfield--type-fileupload .ginput_preview_list .ginput_preview .gform_delete_file {
    margin-left: 5px;
    padding: 3px;
    background: #03a9e0;
}

#gform_517 .image_preview_upload_field.two_line_description_field .gfield_description,
#gform_516 .image_preview_upload_field.two_line_description_field .gfield_description,
#gform_515 .image_preview_upload_field.two_line_description_field .gfield_description,
#gform_514 .image_preview_upload_field.two_line_description_field .gfield_description,
#gform_528 .image_preview_upload_field.two_line_description_field .gfield_description {
    min-height: 50px;
}

#gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
#gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
#gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
#gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
#gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea {
    position: relative;
    padding: 0;
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}

#gform_517 .image_preview_upload_field .ginput_container_fileupload .gform_fileupload_rules,
#gform_516 .image_preview_upload_field .ginput_container_fileupload .gform_fileupload_rules,
#gform_515 .image_preview_upload_field .ginput_container_fileupload .gform_fileupload_rules,
#gform_514 .image_preview_upload_field .ginput_container_fileupload .gform_fileupload_rules,
#gform_528 .image_preview_upload_field .ginput_container_fileupload .gform_fileupload_rules {
    font-family: 'ABC Social';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #8991A8;
    margin: 16px 0 0 0;
    padding: 0;
    min-height: auto;
}

#gform_517 .ginput_container_fileupload .gform_fileupload_rules,
#gform_516 .ginput_container_fileupload .gform_fileupload_rules,
#gform_515 .ginput_container_fileupload .gform_fileupload_rules,
#gform_514 .ginput_container_fileupload .gform_fileupload_rules,
#gform_528 .ginput_container_fileupload .gform_fileupload_rules {
    font-family: 'ABC Social';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #8991A8;
    margin: 16px 0 0 0;
    padding: 0;
    min-height: auto;
}

#gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea.gpfup__droprea--maxed,
#gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea.gpfup__droprea--maxed,
#gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea.gpfup__droprea--maxed,
#gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea.gpfup__droprea--maxed,
#gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea.gpfup__droprea--maxed {
    display: none;
}

#gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea button.gpfup__select-files,
#gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea button.gpfup__select-files,
#gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea button.gpfup__select-files,
#gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea button.gpfup__select-files,
#gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea button.gpfup__select-files {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    border: 1px dashed #8991A8;
    border-radius: 8px;
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-image: url("../images/head-avatar-smile.png");
    background-position: center;
    width: 100%;
}

#gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea button.gpfup__select-files:focus,
#gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea button.gpfup__select-files:focus,
#gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea button.gpfup__select-files:focus,
#gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea button.gpfup__select-files:focus,
#gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea button.gpfup__select-files:focus {
    box-shadow: none;
}

#gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
#gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
#gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
#gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
#gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__files {
    width: 320px;
}

#gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file,
#gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file,
#gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file,
#gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file,
#gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file {
    display: block;
}

#gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__preview,
#gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__preview,
#gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__preview,
#gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__preview,
#gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__preview {
    width: 100%;
}

#gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__preview img,
#gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__preview img,
#gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__preview img,
#gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__preview img,
#gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__preview img {
    width: 100%;
    height: 80%;
    object-fit: cover;
}

#gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__delete,
#gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__delete,
#gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__delete,
#gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__delete,
#gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__files li.gpfup__file .gpfup__delete {
    position: absolute;
    bottom: 6px;
    right: 10px;
    width: 30px;
    height: 30px;
}

#gform_517 .gform_button, 
#gform_517 .gform_next_button, 
#gform_517 .gform_previous_button,
#gform_516 .gform_button, 
#gform_516 .gform_next_button, 
#gform_516 .gform_previous_button,
#gform_515 .gform_button, 
#gform_515 .gform_next_button, 
#gform_515 .gform_previous_button,
#gform_514 .gform_button, 
#gform_514 .gform_next_button, 
#gform_514 .gform_previous_button,
#gform_528 .gform_button, 
#gform_528 .gform_next_button, 
#gform_528 .gform_previous_button {
    width: auto!important;
    height: 48px;
    padding: 12px 24px;
    background: #2B5E7D;
    border-radius: 4px;
    border: 1px solid #2B5E7D;
    text-align: center;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #FFFFFF;
}

#gform_517 .gform_previous_button,
#gform_516 .gform_previous_button,
#gform_515 .gform_previous_button,
#gform_514 .gform_previous_button,
#gform_528 .gform_previous_button {
    margin-right: 10px;
    border: 1px solid rgba(43, 94, 125, 0.50);
    background: transparent;
    color: #2B5E7D;
}

#gform_517 .gform_button:hover, 
#gform_517 .gform_next_button:hover, 
#gform_517 .gform_previous_button:hover,
#gform_517 .gform_button:active, 
#gform_517 .gform_next_button:active, 
#gform_517 .gform_previous_button:active,
#gform_517 .gform_button:focus, 
#gform_517 .gform_next_button:focus, 
#gform_517 .gform_previous_button:focus,
#gform_516 .gform_button:hover, 
#gform_516 .gform_next_button:hover, 
#gform_516 .gform_previous_button:hover,
#gform_516 .gform_button:active, 
#gform_516 .gform_next_button:active, 
#gform_516 .gform_previous_button:active,
#gform_516 .gform_button:focus, 
#gform_516 .gform_next_button:focus, 
#gform_516 .gform_previous_button:focus,
#gform_515 .gform_button:hover, 
#gform_515 .gform_next_button:hover, 
#gform_515 .gform_previous_button:hover,
#gform_515 .gform_button:active, 
#gform_515 .gform_next_button:active, 
#gform_515 .gform_previous_button:active,
#gform_515 .gform_button:focus, 
#gform_515 .gform_next_button:focus, 
#gform_515 .gform_previous_button:focus,
#gform_514 .gform_button:hover, 
#gform_514 .gform_next_button:hover, 
#gform_514 .gform_previous_button:hover,
#gform_514 .gform_button:active, 
#gform_514 .gform_next_button:active, 
#gform_514 .gform_previous_button:active,
#gform_514 .gform_button:focus, 
#gform_514 .gform_next_button:focus, 
#gform_514 .gform_previous_button:focus,
#gform_528 .gform_button:hover, 
#gform_528 .gform_next_button:hover, 
#gform_528 .gform_previous_button:hover,
#gform_528 .gform_button:active, 
#gform_528 .gform_next_button:active, 
#gform_528 .gform_previous_button:active,
#gform_528 .gform_button:focus, 
#gform_528 .gform_next_button:focus, 
#gform_528 .gform_previous_button:focus {
    outline: none;
    box-shadow: none;
}

#gform_517 .gform_button:hover, 
#gform_517 .gform_next_button:hover,
#gform_516 .gform_button:hover, 
#gform_516 .gform_next_button:hover,
#gform_515 .gform_button:hover, 
#gform_515 .gform_next_button:hover,
#gform_514 .gform_button:hover, 
#gform_514 .gform_next_button:hover,
#gform_528 .gform_button:hover, 
#gform_528 .gform_next_button:hover {
    border: 1px solid #007EA8;
    background: #007EA8;
}

#gform_517 .gform_previous_button:hover,
#gform_516 .gform_previous_button:hover,
#gform_515 .gform_previous_button:hover,
#gform_514 .gform_previous_button:hover,
#gform_528 .gform_previous_button:hover {
    border: 1px solid #007EA8;
    background: transparent;
    color: #007EA8;
}

#gform_517 .gf_progressbar,
#gform_516 .gf_progressbar,
#gform_515 .gf_progressbar,
#gform_514 .gf_progressbar,
#gform_528 .gf_progressbar {
    background: #CDD5DF;
    height: 4px;
    margin-bottom: 40px;
    border-radius: 0;
}

#gform_517 .gf_progressbar .gf_progressbar_circle,
#gform_516 .gf_progressbar .gf_progressbar_circle,
#gform_515 .gf_progressbar .gf_progressbar_circle,
#gform_514 .gf_progressbar .gf_progressbar_circle,
#gform_528 .gf_progressbar .gf_progressbar_circle {
    position: absolute;
    top: -6px;
    width: 16px;
    height: 16px;
    border: #CDD5DF solid 4px;
    border-radius: 8px;
    background: #FFFFFF;
}

#gform_517 .gf_progressbar .gf_progressbar_circle:last-of-type,
#gform_516 .gf_progressbar .gf_progressbar_circle:last-of-type,
#gform_515 .gf_progressbar .gf_progressbar_circle:last-of-type,
#gform_514 .gf_progressbar .gf_progressbar_circle:last-of-type,
#gform_528 .gf_progressbar .gf_progressbar_circle:last-of-type {
    margin-left: -12px;
}

#gform_517 .gf_progressbar .gf_progressbar_circle.completed,
#gform_516 .gf_progressbar .gf_progressbar_circle.completed,
#gform_515 .gf_progressbar .gf_progressbar_circle.completed,
#gform_514 .gf_progressbar .gf_progressbar_circle.completed,
#gform_528 .gf_progressbar .gf_progressbar_circle.completed {
    border-color: #007EA8;
    background: #007EA8;
}

#gform_517 .gf_progressbar .gf_progressbar_circle.current,
#gform_516 .gf_progressbar .gf_progressbar_circle.current,
#gform_515 .gf_progressbar .gf_progressbar_circle.current,
#gform_514 .gf_progressbar .gf_progressbar_circle.current,
#gform_528 .gf_progressbar .gf_progressbar_circle.current {
    border-color: #007EA8;
}

#gform_517 .gf_progressbar .gf_progressbar_percentage_bar,
#gform_516 .gf_progressbar .gf_progressbar_percentage_bar,
#gform_515 .gf_progressbar .gf_progressbar_percentage_bar,
#gform_514 .gf_progressbar .gf_progressbar_percentage_bar,
#gform_528 .gf_progressbar .gf_progressbar_percentage_bar {
    position: absolute;
    height: 4px;
    background: #007EA8;
    left: 0;
}

#gform_517 .gfield_select::placeholder, 
#gform_517 .gform-datepicker::placeholder, 
#gform_517 .ginput_container_text input::placeholder,
#gform_516 .gfield_select::placeholder, 
#gform_516 .gform-datepicker::placeholder, 
#gform_516 .ginput_container_text input::placeholder,
#gform_515 .gfield_select::placeholder, 
#gform_515 .gform-datepicker::placeholder, 
#gform_515 .ginput_container_text input::placeholder,
#gform_514 .gfield_select::placeholder, 
#gform_514 .gform-datepicker::placeholder, 
#gform_514 .ginput_container_text input::placeholder,
#gform_528 .gfield_select::placeholder, 
#gform_528 .gform-datepicker::placeholder, 
#gform_528 .ginput_container_text input::placeholder {
    color: #8991A8;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#gform_517 #gfield_consent_description_517_16,
#gform_516 #gfield_consent_description_516_16,
#gform_515 #gfield_consent_description_515_16,
#gform_514 #gfield_consent_description_514_16,
#gform_528 #gfield_consent_description_528_16 {
  scrollbar-width: thin;
  scrollbar-color: #CDD5DF #FFFFFF;
}

#gform_517 .ginput_container_consent,
#gform_516 .ginput_container_consent,
#gform_515 .ginput_container_consent,
#gform_514 .ginput_container_consent,
#gform_528 .ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 10px;
}

#gform_517 .gfield_consent_description#gfield_consent_description_517_16,
#gform_516 .gfield_consent_description#gfield_consent_description_516_16,
#gform_515 .gfield_consent_description#gfield_consent_description_515_16,
#gform_514 .gfield_consent_description#gfield_consent_description_514_16,
#gform_528 .gfield_consent_description#gfield_consent_description_528_16 {
    height: 500px;
    max-height: 500px;
    padding: 24px!important;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

#gform_517 .gfield_consent_description#gfield_consent_description_517_16 h3,
#gform_516 .gfield_consent_description#gfield_consent_description_516_16 h3,
#gform_515 .gfield_consent_description#gfield_consent_description_515_16 h3,
#gform_514 .gfield_consent_description#gfield_consent_description_514_16 h3,
#gform_528 .gfield_consent_description#gfield_consent_description_528_16 h3 {
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

#gform_517 .ginput_container_consent input[type="checkbox"],
#gform_516 .ginput_container_consent input[type="checkbox"],
#gform_515 .ginput_container_consent input[type="checkbox"],
#gform_514 .ginput_container_consent input[type="checkbox"],
#gform_528 .ginput_container_consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

#gform_517 .ginput_container_consent label,
#gform_516 .ginput_container_consent label,
#gform_515 .ginput_container_consent label,
#gform_514 .ginput_container_consent label,
#gform_528 .ginput_container_consent label {
  margin: 0;
  color: #525E82;
  font-family: 'ABC Social';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* Hide native checkbox */
#gform_517 .ginput_container_consent input[type="checkbox"],
#gform_516 .ginput_container_consent input[type="checkbox"],
#gform_515 .ginput_container_consent input[type="checkbox"],
#gform_514 .ginput_container_consent input[type="checkbox"],
#gform_528 .ginput_container_consent input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

/* Label layout */
#gform_517 .ginput_container_consent input[type="checkbox"] + label,
#gform_516 .ginput_container_consent input[type="checkbox"] + label,
#gform_515 .ginput_container_consent input[type="checkbox"] + label,
#gform_514 .ginput_container_consent input[type="checkbox"] + label,
#gform_528 .ginput_container_consent input[type="checkbox"] + label {
  position: relative;
  margin-left: 4px;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

/* Circle */
#gform_517 .ginput_container_consent input[type="checkbox"] + label::before,
#gform_516 .ginput_container_consent input[type="checkbox"] + label::before,
#gform_515 .ginput_container_consent input[type="checkbox"] + label::before,
#gform_514 .ginput_container_consent input[type="checkbox"] + label::before,
#gform_528 .ginput_container_consent input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #8991A8;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

/* Inner dot */
#gform_517 .ginput_container_consent input[type="checkbox"] + label::after,
#gform_516 .ginput_container_consent input[type="checkbox"] + label::after,
#gform_515 .ginput_container_consent input[type="checkbox"] + label::after,
#gform_514 .ginput_container_consent input[type="checkbox"] + label::after,
#gform_528 .ginput_container_consent input[type="checkbox"] + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2B5E7D;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Checked state */
#gform_517 .ginput_container_consent input[type="checkbox"]:checked + label::before,
#gform_516 .ginput_container_consent input[type="checkbox"]:checked + label::before,
#gform_515 .ginput_container_consent input[type="checkbox"]:checked + label::before,
#gform_514 .ginput_container_consent input[type="checkbox"]:checked + label::before,
#gform_528 .ginput_container_consent input[type="checkbox"]:checked + label::before {
  border-color: #2B5E7D;
}

#gform_517 .ginput_container_consent input[type="checkbox"]:checked + label::after,
#gform_516 .ginput_container_consent input[type="checkbox"]:checked + label::after,
#gform_515 .ginput_container_consent input[type="checkbox"]:checked + label::after,
#gform_514 .ginput_container_consent input[type="checkbox"]:checked + label::after,
#gform_528 .ginput_container_consent input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

/* Hover */
#gform_517 .ginput_container_consent input[type="checkbox"] + label:hover::before,
#gform_516 .ginput_container_consent input[type="checkbox"] + label:hover::before,
#gform_515 .ginput_container_consent input[type="checkbox"] + label:hover::before,
#gform_514 .ginput_container_consent input[type="checkbox"] + label:hover::before,
#gform_528 .ginput_container_consent input[type="checkbox"] + label:hover::before {
  border-color: #2B5E7D;
}

#gform_517 .gform-footer,
#gform_516 .gform-footer,
#gform_515 .gform-footer,
#gform_514 .gform-footer,
#gform_528 .gform-footer {
    margin: 32px 0 0 0;
    padding: 0;
}

@media screen and (max-width: 1024px) {
    #gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
    #gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
    #gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
    #gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
    #gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea {
        --size: 280px;
    }

    #gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
    #gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
    #gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
    #gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
    #gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__files {
        width: 280px;
    }
}

@media screen and (max-width: 768px) {
    #gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
    #gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
    #gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
    #gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
    #gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea {
        --size: 160px;
    }

    #gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
    #gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
    #gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
    #gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
    #gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__files {
        width: 160px;
    }

    #gform_517 .gform_button, 
    #gform_517 .gform_next_button, 
    #gform_517 .gform_previous_button,
    #gform_516 .gform_button, 
    #gform_516 .gform_next_button, 
    #gform_516 .gform_previous_button,
    #gform_515 .gform_button, 
    #gform_515 .gform_next_button, 
    #gform_515 .gform_previous_button,
    #gform_514 .gform_button, 
    #gform_514 .gform_next_button, 
    #gform_514 .gform_previous_button,
    #gform_528 .gform_button, 
    #gform_528 .gform_next_button, 
    #gform_528 .gform_previous_button {
        height: auto;
    }
}

@media screen and (max-width: 479px) {
    #gform_517 .gfield_select, 
    #gform_517 .gform-datepicker, 
    #gform_517 .ginput_container_text input, 
    #gform_517 .ginput_container_address input,
    #gform_516 .gfield_select, 
    #gform_516 .gform-datepicker,
    #gform_516 .ginput_container_text input, 
    #gform_516 .ginput_container_address input,
    #gform_515 .gfield_select, 
    #gform_515 .gform-datepicker,
    #gform_515 .ginput_container_text input, 
    #gform_515 .ginput_container_address input,
    #gform_514 .gfield_select, 
    #gform_514 .gform-datepicker, 
    #gform_514 .ginput_container_text input, 
    #gform_514 .ginput_container_address input,
    #gform_528 .gfield_select, 
    #gform_528 .gform-datepicker, 
    #gform_528 .ginput_container_text input, 
    #gform_528 .ginput_container_address input {
        width: 100%;
    }

    #gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
    #gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
    #gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
    #gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea,
    #gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__droparea {
        --size: calc(100vw - 60px);
    }

    #gform_517 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
    #gform_516 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
    #gform_515 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
    #gform_514 .image_preview_upload_field .ginput_container_fileupload .gpfup__files,
    #gform_528 .image_preview_upload_field .ginput_container_fileupload .gpfup__files {
        width: calc(100vw - 60px);
    }
}
/* End */

/* New Lesson Page Styles (31/10/2025) */
body.single.single-sfwd-lessons {
    height: 100vh;
    overflow-y: hidden;
}

body.single.single-sfwd-lessons.bb-dark-theme {
    background: #282930;
}

body.single.single-sfwd-lessons header.site-header {
    width: 100%!important;
    padding: 0 30px;
}

body.single.single-sfwd-lessons header.site-header .site-header-container {
    width: 100%;
    max-width: 1280px!important;
    margin: 0 auto;
    padding: 0;
}

body.single.single-sfwd-lessons header.site-header .site-header-container .bb-toggle-panel {
    display: none!important;
}

body.single.single-sfwd-lessons header.site-header .site-header-container #header-aside #bb-toggle-theme {
    margin: 0;
}

body.single.single-sfwd-lessons.bb-dark-theme header.site-header .site-header-container #header-aside #bb-toggle-theme {
    border: 1px solid #6C6F84;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-header .header-aside-inner > a i {
    color: #E2E7ED;
}

body.single.single-sfwd-lessons .site-content {
    padding-left: 0!important;
    padding-right: 0!important;
}

body.single.single-sfwd-lessons .site-content #primary {
    padding: 0!important;
}

body.single.single-sfwd-lessons .site-content .site-content-grid {
    margin: 0!important;
}

body.single.single-sfwd-lessons .site-content #learndash-content {
    width: 100%;
    padding: 0 30px;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper {
    position: relative;
    background: #FFFFFF;
    box-shadow: none;
    height: 100vh;
    max-height: 100vh;
    width: 320px;
    max-width: 320px;
    padding: 0 0 32px 16px;
    border-right: 1px solid #E2E7ED;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper {
    background: #282930;
    border-right: 1px solid #6C6F84;
}

body.single.single-sfwd-lessons.minimized .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper {
    width: 80px;
    max-width: 80px;
    padding-right: 16px;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .waf-lms-topic-sidebar-toggle-view-button {
    display: none;
    margin: 32px 0 0 0;
}

body.single.single-sfwd-lessons.minimized .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .waf-lms-topic-sidebar-toggle-view-button {
    display: flex;
}

body.single.single-sfwd-lessons.minimized.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .waf-lms-topic-sidebar-toggle-view-button svg path:last-child {
    fill: #E2E7ED;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data {
    position: relative;
    top: 0!important;
    background: #FFFFFF;
    height: calc(100vh - 90px);
    max-height: calc(100vh - 90px) !important;
    width: 100%;
    max-width: 100%;
    /* overflow-y: auto; */
    overflow-y: hidden;
    margin: 0;
    padding: 0 0 32px 0;
    border: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data {
    background: #282930;
}

body.single.single-sfwd-lessons.admin-bar .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data {
    height: calc(100vh - 122px);
    max-height: calc(100vh - 122px) !important;
}

body.single.single-sfwd-lessons.minimized .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data {
    display: none;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data::-webkit-scrollbar {
    display: none;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list {
    height: calc(100vh - 90px - 300px)!important;
    overflow-y: auto;
    padding-right: 2px;
    scrollbar-width: thin;
    scrollbar-color: rgba(85, 85, 85, 0.3) transparent;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list {
    scrollbar-color: rgba(226, 231, 237, 0.3) transparent;
}

body.single.single-sfwd-lessons.admin-bar .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list {
    height: calc(100vh - 122px - 300px)!important;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list::-webkit-scrollbar {
    width: 14px;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list::-webkit-scrollbar-track {
    background: transparent;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.3);
    border-radius: 64px;
    border: 4px solid transparent;
    background-clip: padding-box;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list::-webkit-scrollbar-thumb {
    background: rgba(226, 231, 237, 0.3);  
}

/* body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .waf-lms-topic-sidebar-sticky-header {
    position: sticky;
    top: 0;
    background: #FFFFFF;
    z-index: 10;
} */

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .waf-lms-topic-sidebar-sticky-header .lms-topic-sidebar-course-navigation {
    padding: 0 16px 0 0;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation {
    margin: 0;
    padding: 32px 0 24px 0;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper a.course-entry-link {
    margin: 0;
    padding: 4px 16px;
    border: none;
    border-radius: 4px!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    background: #F3F5F8;
    color: #525E82;
    text-align: center;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    transition: all .3s;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper a.course-entry-link {
    background: #3F404B;
    color: #E2E7ED;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper a.course-entry-link:hover {
    color: #007EA8;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper a.course-entry-link:hover {
    color: #E2E7ED;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper a.course-entry-link:hover svg path {
    stroke: #007EA8;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper a.course-entry-link svg path,
body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper a.course-entry-link:hover svg path {
    stroke: #E2E7ED;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper a.waf-lms-topic-sidebar-toggle-view-button {
    display: flex;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper a.waf-lms-topic-sidebar-toggle-view-button svg path {
    stroke: #E2E7ED;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title {
    margin: 24px 0 0 0;
    color: #1E1A34;
    font-family: "ABC Social";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title {
    color: #FFFFFF;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap {
    margin: 0;
    padding: 0 16px 24px 0;
    border-bottom: 1px solid #E2E7ED;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap {
    border-bottom: 1px solid #6C6F84;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap .ld-progress-bar {
    height: 8px;
    border-radius: 24px;
    background: #E2E7ED;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap .ld-progress-bar .ld-progress-bar-percentage {
    height: 8px;
    border-radius: 24px;
    background: #7CA66A!important;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap .ld-progress-stats .course-completion-rate {
    margin: 8px 0 0 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap .ld-progress-stats .course-completion-rate {
    color: #FFFFFF;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap .ld-progress-stats .ld-progress-steps {
    margin: 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap .ld-progress-stats .ld-progress-steps {
    color: #E2E7ED;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item {
    padding: 0;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item .lms-toggle-lesson {
    display: none;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item .ld-item-list-section-heading {
    padding: 24px 0 8px 0;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item .ld-item-list-section-heading .ld-lesson-section-heading {
    margin: 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item .ld-item-list-section-heading .ld-lesson-section-heading {
    color: #FFFFFF;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item .ld-item-list-section-heading .ld-lesson-section-heading:after {
    display: none;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item a.bb-lesson-head,
body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-content .lms-quiz-item .bb-title.bb-lms-title-wrap {
    margin: 0;
    padding: 8px 16px;
    border: none;
    border-radius: 0;
    gap: 8px;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item.current .bb-lesson-head,
body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item:hover .bb-lesson-head,
body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-content .lms-quiz-item.current .bb-title.bb-lms-title-wrap,
body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-content .lms-quiz-item:hover .bb-title.bb-lms-title-wrap {
    background: #F3F5F8;
    border-radius: 8px;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item.current .bb-lesson-head,
body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item:hover .bb-lesson-head,
body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-content .lms-quiz-item.current .bb-title.bb-lms-title-wrap,
body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-content .lms-quiz-item:hover .bb-title.bb-lms-title-wrap {
    background: #3F404B;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item a.bb-lesson-head .bb-lesson-title {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item a.bb-lesson-head .bb-lesson-title {
    color: #E2E7ED;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item a.bb-lesson-head .bb-lms-progress-wrap {
    width: 24px;
    line-height: 1;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item a.bb-lesson-head .bb-lms-progress-wrap .bb-progress {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item a.bb-lesson-head .bb-lms-progress-wrap .bb-progress::after {
    border: 2px solid #8991A8;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item a.bb-lesson-head .bb-lms-progress-wrap .bb-progress::after {
    border: 2px solid #E2E7ED;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item a.bb-lesson-head .bb-lms-progress-wrap .i-progress.i-progress-completed i {
    display: none;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item a.bb-lesson-head .bb-lms-progress-wrap .i-progress.i-progress-completed {
    width: 24px;
    height: 24px;
    background: url('../images/icons/mdi_tick-circle.svg');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: unset!important;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content {
    margin: 0;
    padding: 32px 0 0 24px;
    height: calc(100vh - 90px);
    min-height: calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    /* scrollbar-width: none;
    -ms-overflow-style: none; */
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content {
    background: #282930;
}

/* body.single.single-sfwd-lessons.admin-bar .site-content #learndash-content > .bb-grid > #learndash-page-content {
    height: calc(100vh - 122px);
    min-height: calc(100vh - 122px);
    max-height: calc(100vh - 122px);
}*/
body.single.single-sfwd-lessons #learndash-page-content {
   padding-top: 30px;
}
/* body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content::-webkit-scrollbar {
    display: none;
} */

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content .learndash-content-body {
    padding-bottom: 150px;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar {
    margin: 0 0 16px 0;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs {
    margin: 0;
    padding: 4px 16px;
    border-bottom: 1px solid #E2E7ED;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header.bb-lms-footer .bb-ld-info-bar .ld-breadcrumbs {
    border-bottom: none;
    border-top: 1px solid #E2E7ED;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs {
    border-bottom: 1px solid #6C6F84;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header.bb-lms-footer .bb-ld-info-bar .ld-breadcrumbs {
    border-bottom: none;
    border-top: 1px solid #6C6F84;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments {
    font-size: 14px;
    line-height: 1.5;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments li {
    display: inline-flex;
    align-items: center;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments li a,
body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments li a:hover {
    margin: 0;
    color: #525E82!important;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments li a,
body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments li a:hover {
    color: #E2E7ED!important;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments li::after {
    content: url('../images/icons/chevron-right.svg');
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments li:last-child::after {
    display: none;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .flex.bb-position {
    margin: 0 0 24px 0;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header.bb-lms-footer .flex.bb-position {
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid #E2E7ED;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header.bb-lms-footer .flex.bb-position {
    border-top: 1px solid #6C6F84;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav {
    gap: 8px;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .bb-ld-status {
    margin: 0;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash-wrapper .ld-content-actions {
    padding: 0;
    border: none;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash-wrapper .ld-content-actions .ld-content-action {
    padding: 0;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash-wrapper .ld-content-actions .ld-content-action .sfwd-mark-complete {
    margin: 0;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash-wrapper .ld-content-actions .ld-content-action .sfwd-mark-complete::after {
    display: none;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash-wrapper .ld-content-actions .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    padding: 4px 24px;
    border-radius: 32px;
    border: 1px solid #74AE5B;
    background: rgba(116, 174, 91, 0.05)!important;
    color: #3D7724;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash-wrapper .ld-content-actions .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button {
    color: #74AE5B;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash-wrapper .ld-content-actions .ld-content-action .sfwd-mark-complete .learndash_mark_complete_button:focus {
    border: 1px solid #74AE5B;
    outline: none;
    box-shadow: none;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .bb-ld-status .ld-status {
    height: auto;
    padding: 4px 24px;
    border-radius: 32px;
    border: none;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .bb-ld-status .ld-status.ld-status-complete {
    color: #3D7724!important;
    background: rgba(116, 174, 91, 0.20)!important;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .bb-ld-status .ld-status.ld-status-complete {
    color: #282930!important;
    background: #74AE5B!important;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .bb-ld-status .ld-status.ld-status-progress {
    color: #525E82!important;
    background: #E2E7ED!important;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link {
    gap: 8px;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .next-link,
body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .prev-link,
body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link a:hover {
    margin: 0;
    padding: 4px 16px;
    background: #FFFFFF!important;
    border: 1px solid #CDD5DF !important;
    border-radius: 8px !important;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .next-link,
body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .prev-link,
body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link a:hover {
    background: #282930!important;
    border: 1px solid #989FB3!important;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .prev-link::before {
    content: url('../images/icons/material-symbols_chevron-left-rounded.svg');
    width: 24px;
    height: 24px;
    line-height: 1;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .prev-link::before {
    content: url('../images/icons/material-symbols_chevron-left-rounded-dark.svg');
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .next-link::after {
    content: url('../images/icons/material-symbols_chevron-right-rounded.svg');
    width: 24px;
    height: 24px;
    line-height: 1;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .next-link::after {
    content: url('../images/icons/material-symbols_chevron-right-rounded-dark.svg');
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header,
body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .lms-header-title,
body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content .learndash_content_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header {
    background: #282930;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .lms-header-title h1 {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .lms-header-title h1 {
    color: #FFFFFF;
}

body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content .learndash_content_wrap .ld-tab-content p {
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

body.single.single-sfwd-lessons.bb-dark-theme .site-content #learndash-content > .bb-grid > #learndash-page-content .learndash_content_wrap .ld-tab-content p {
    color: #E2E7ED;
}

.bb-dark-theme .waf-lesson-qa-section-header .waf-show-lesson-qa-form-btn {
    background: #007EA8;
}

.waf-lesson-qa-section-header h2 {
    margin: 0;
    color: #272445;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.bb-dark-theme .waf-lesson-qa-section-header h2 {
    color: #FFFFFF!important;
}

.waf-lesson-qa-section-header p {
    margin: 8px 0 0 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

body.single.single-sfwd-lessons.bb-dark-theme header.site-header .bb-mobile-header .header-aside .waf-lms-topic-sidebar-toggle-view-button.maximize svg path {
    stroke: #E2E7ED;
}

body.single.single-sfwd-lessons.bb-dark-theme header.site-header .bb-mobile-header .header-aside .waf-lms-topic-sidebar-toggle-view-button.minimize svg path:last-child {
    fill: #E2E7ED;
}

@media screen and (max-width: 768px) {
    body.single.single-sfwd-lessons .site-content {
        padding-top: 80px!important;
    }

    body.single.single-sfwd-lessons header.site-header {
        padding: 0 10px;
    }

    body.single.single-sfwd-lessons header.site-header .bb-mobile-header .header-aside {
        margin: 0;
        padding: 0;
        gap: 8px;
    }

    body.single.single-sfwd-lessons header.site-header .bb-mobile-header .header-aside #bb-toggle-theme {
        margin: 0;
    }

    body.single.single-sfwd-lessons header.site-header .bb-mobile-header .header-aside .waf-lms-topic-sidebar-toggle-view-button {
        margin: 0;
        padding: 0!important;
        width: 48px;
        height: 48px;
    }

    body.single.single-sfwd-lessons header.site-header .bb-mobile-header .header-aside .waf-lms-topic-sidebar-toggle-view-button.minimize,
    body.single.single-sfwd-lessons.minimized header.site-header .bb-mobile-header .header-aside .waf-lms-topic-sidebar-toggle-view-button.maximize {
        display: none;
    }

    body.single.single-sfwd-lessons header.site-header .bb-mobile-header .header-aside .waf-lms-topic-sidebar-toggle-view-button.maximize,
    body.single.single-sfwd-lessons.minimized header.site-header .bb-mobile-header .header-aside .waf-lms-topic-sidebar-toggle-view-button.minimize {
        display: flex;
    }

    body.single.single-sfwd-lessons header.site-header .bb-mobile-header .bb-left-panel-icon-wrap {
        margin: 0 0 0 8px;
    }

    body.single.single-sfwd-lessons .site-content #learndash-content {
        padding: 0 16px!important;
    }

    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid {
        flex-wrap: nowrap;
    }

    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content {
        padding: 30px 0 0 0!important;
        overflow: auto!important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content::-webkit-scrollbar {
        display: none;
    }

    body.single.single-sfwd-lessons.maximized .site-content #learndash-content > .bb-grid > #learndash-page-content {
        padding: 32px 0 0 24px!important;
    }

    body.single.single-sfwd-lessons.minimized .site-content #learndash-content > .bb-grid > #learndash-page-content {
        padding: 30px 0 0 0!important;
    }

    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header {
        padding: 0;
    }

    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    body.single-sfwd-lessons .learndash_post_sfwd-lessons #learndash-course-header .sfwd-course-position {
        height: 0;
    }

    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav {
        margin: 0;
    }

    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav {
        padding: 8px 0 0 0;
    }

    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header.bb-lms-footer .sfwd-course-nav {
        padding: 0;
    }

    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper {
        position: relative!important;
        top: 0;
        left: 0;
        margin: 0;
        height: calc(100vh - 81px);
        padding: 0 0 32px 0;
    }
    
    body.single.single-sfwd-lessons.minimized .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper,
    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper .waf-lms-topic-sidebar-toggle-view-button {
        display: none!important;
    }

    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data {
        top: 0;
        left: 0;
        height: calc(100vh - 81px);
        max-height: calc(100vh - 81px);
    }

    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list {
        height: calc(100vh - 80px - 270px)!important;
        padding-right: 16px;
    }

    body.single.single-sfwd-lessons.admin-bar .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list {
        height: calc(100vh - 46px - 80px - 270px)!important;
    }

    body.single.single-sfwd-lessons .site-content #learndash-content > .bb-grid > #learndash-page-content .learndash_content_wrap {
        padding: 8px 0 0 0;
    }

    .waf-lesson-qa-section {
        gap: 30px!important;
    }

    .waf-lesson-qa-section-header {
        flex-direction: column;
        gap: 20px!important;
    }
}
/* End */

/* New Lesson Page Styles (31/10/2025) */
body.single.single-sfwd-quiz {
    height: 100vh;
    overflow-y: hidden;
}

body.single.single-sfwd-quiz header.site-header {
    width: 100%!important;
    padding: 0 30px;
}

body.single.single-sfwd-quiz header.site-header .site-header-container {
    width: 100%;
    max-width: 1280px!important;
    margin: 0 auto;
    padding: 0;
}

body.single.single-sfwd-quiz header.site-header .site-header-container .bb-toggle-panel {
    display: none!important;
}

body.single.single-sfwd-quiz header.site-header .site-header-container #header-aside #bb-toggle-theme {
    margin: 0;
}

body.single.single-sfwd-quiz .site-content {
    padding-left: 0!important;
    padding-right: 0!important;
}

body.single.single-sfwd-quiz .site-content .container {
    max-width: 100%!important;
}

body.single.single-sfwd-quiz .site-content #primary {
    padding: 0;
}

body.single.single-sfwd-quiz .site-content .site-content-grid {
    margin: 0!important;
}

body.single.single-sfwd-quiz .site-content #learndash-content {
    width: 100%;
    padding: 0 30px;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper {
    position: relative;
    background: #FFFFFF;
    box-shadow: none;
    height: 100vh;
    max-height: 100vh;
    width: 320px;
    max-width: 320px;
    padding: 0 16px 32px 0;
    border-right: 1px solid #E7E9EE;
}

body.single.single-sfwd-quiz.minimized .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper {
    width: 64px;
    max-width: 64px;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .waf-lms-topic-sidebar-toggle-view-button {
    display: none;
    margin: 32px 0 0 0;
}

body.single.single-sfwd-quiz.minimized .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .waf-lms-topic-sidebar-toggle-view-button {
    display: flex;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data {
    position: relative;
    top: 0!important;
    background: #FFFFFF;
    height: calc(100vh - 122px);
    max-height: calc(100vh - 122px) !important;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    margin: 0;
    padding: 0 0 32px 0;
    border: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.single.single-sfwd-quiz.minimized .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data {
    display: none;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data::-webkit-scrollbar {
    display: none;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .waf-lms-topic-sidebar-sticky-header {
    position: sticky;
    top: 0;
    background: #FFFFFF;
    z-index: 10;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation {
    margin: 0;
    padding: 32px 0 24px 0;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper a.course-entry-link {
    margin: 0;
    padding: 4px 16px;
    background: #E7E9EE;
    border-radius: 32px;
    font-family: 'ABC Social';
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #4C4C4C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .waf-lms-topic-sidebar-button-wrapper a.waf-lms-topic-sidebar-toggle-view-button {
    display: flex;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-course-navigation .ld-course-navigation .course-entry-title {
    margin: 24px 0 0 0;
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap {
    margin: 0;
    padding: 0 0 24px 0;
    border-bottom: 1px solid #E7E9EE;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap .ld-progress-bar {
    height: 8px;
    border-radius: 24px;
    background: #E7E9EE;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap .ld-progress-bar .ld-progress-bar-percentage {
    height: 8px;
    border-radius: 24px 0 0 24px;
    background: #1CD991!important;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap .ld-progress-stats .course-completion-rate {
    margin: 8px 0 0 0;
    font-family: 'ABC Social';
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #030B3D;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-topic-sidebar-progress .course-progress-wrap .ld-progress-stats .ld-progress-steps {
    margin: 0;
    font-family: 'ABC Social';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #525E82;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item {
    padding: 0;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item .lms-toggle-lesson {
    display: none;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item .ld-item-list-section-heading {
    padding: 24px 0 8px 0;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item .ld-item-list-section-heading .ld-lesson-section-heading {
    margin: 0;
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item .ld-item-list-section-heading .ld-lesson-section-heading:after {
    display: none;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item a.bb-lesson-head,
body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-content .lms-quiz-item .bb-title.bb-lms-title-wrap {
    margin: 0;
    padding: 8px 16px;
    border: none;
    border-radius: 0;
    gap: 8px;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item.current .bb-lesson-head,
body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item:hover .bb-lesson-head,
body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-content .lms-quiz-item.current .bb-title.bb-lms-title-wrap,
body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-content .lms-quiz-item:hover .bb-title.bb-lms-title-wrap {
    background: #F3F5F7;
    border-radius: 8px;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item a.bb-lesson-head .bb-lesson-title {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4C4C4C;
    font-family: 'ABC Social';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data .lms-lessions-list .bb-lessons-list .lms-lesson-item a.bb-lesson-head .bb-lms-progress-wrap .bb-progress {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content {
    margin: 0;
    padding: 32px 0 0 24px;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content::-webkit-scrollbar {
    display: none;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content .learndash-content-body {
    padding-bottom: 200px;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar {
    margin: 0 0 16px 0;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs {
    margin: 0;
    padding: 4px 16px;
    border-bottom: 1px solid #E7E9EE;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments {
    font-size: 14px;
    line-height: 1.5;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments li a,
body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments li a:hover {
    margin: 0;
    font-family: 'ABC Social';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #4C4C4C!important;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments li::after {
    margin: 0 4px;
    color: #4C4C4C;
    opacity: 0.7;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .flex.bb-position {
    margin: 0 0 24px 0;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav {
    gap: 8px;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .bb-ld-status {
    margin: 0;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .bb-ld-status .ld-status {
    height: auto;
    padding: 4px 24px;
    border-radius: 32px;
    border: none;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .bb-ld-status .ld-status.ld-status-complete {
    color: #FFFFFF!important;
    background: #1CD991!important;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .bb-ld-status .ld-status.ld-status-progress {
    color: #4C4C4C!important;
    background: #E7E9EE!important;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link {
    gap: 8px;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .next-link,
body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .prev-link,
body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link a:hover {
    margin: 0;
    padding: 4px 16px;
    background: #FFFFFF!important;
    border: 1px solid #D0D5DD !important;
    border-radius: 8px !important;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .next-link::before,
body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .next-link::after,
body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .prev-link::before,
body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav .learndash_next_prev_link .prev-link::after {
    color: #4C4C4C;
    font-size: 18px;
}

body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header,
body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .lms-header-title,
body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content .learndash_content_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

@media screen and (max-width: 768px) {
    body.single.single-sfwd-quiz .site-content {
        padding-top: 80px!important;
    }

    body.single.single-sfwd-quiz header.site-header {
        padding: 0 10px;
    }

    body.single.single-sfwd-quiz header.site-header .bb-mobile-header .header-aside {
        margin: 0;
        padding: 0;
        gap: 8px;
    }

    body.single.single-sfwd-quiz header.site-header .bb-mobile-header .header-aside #bb-toggle-theme {
        margin: 0;
    }

    body.single.single-sfwd-quiz header.site-header .bb-mobile-header .header-aside .waf-lms-topic-sidebar-toggle-view-button {
        margin: 0;
        padding: 0!important;
        width: 48px;
        height: 48px;
    }

    body.single.single-sfwd-quiz header.site-header .bb-mobile-header .header-aside .waf-lms-topic-sidebar-toggle-view-button.minimize,
    body.single.single-sfwd-quiz.minimized header.site-header .bb-mobile-header .header-aside .waf-lms-topic-sidebar-toggle-view-button.maximize {
        display: none;
    }

    body.single.single-sfwd-quiz header.site-header .bb-mobile-header .header-aside .waf-lms-topic-sidebar-toggle-view-button.maximize,
    body.single.single-sfwd-quiz.minimized header.site-header .bb-mobile-header .header-aside .waf-lms-topic-sidebar-toggle-view-button.minimize {
        display: flex;
    }

    body.single.single-sfwd-quiz header.site-header .bb-mobile-header .bb-left-panel-icon-wrap {
        margin: 0 0 0 8px;
    }

    body.single.single-sfwd-quiz .site-content #learndash-content {
        padding: 0 16px;
    }

    body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid {
        flex-wrap: nowrap;
    }

    body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content {
        padding: 30px 0 0 24px;
    }

    body.single.single-sfwd-quiz.minimized .site-content #learndash-content > .bb-grid > #learndash-page-content {
        padding: 30px 0 0 0;
    }

    body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header {
        padding: 0;
    }

    body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .bb-ld-info-bar .ld-breadcrumbs .ld-breadcrumbs-segments {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    body.single-sfwd-lessons .learndash_post_sfwd-lessons #learndash-course-header .sfwd-course-position {
        height: 0;
    }

    body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav {
        margin: 0;
    }

    body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content #learndash-course-header .sfwd-course-nav {
        padding: 8px 0 0 0;
    }

    body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper {
        position: relative!important;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0 16px 32px 16px;
    }
    
    body.single.single-sfwd-quiz.minimized .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper,
    body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper .waf-lms-topic-sidebar-toggle-view-button {
        display: none!important;
    }

    body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > .lms-topic-sidebar-wrapper > .lms-topic-sidebar-data {
        top: 0;
        left: 0;
    }

    body.single.single-sfwd-quiz .site-content #learndash-content > .bb-grid > #learndash-page-content .learndash_content_wrap {
        padding: 8px 0 0 0;
    }

    .waf-lesson-qa-section {
        gap: 30px!important;
    }

    .waf-lesson-qa-section-header {
        flex-direction: column;
        gap: 20px!important;
    }
}
/* End */

/* Membership Checkout CSS */
.waf-membership-checkout-accept-field {
    margin: 0;
}

.waf-membership-checkout-accept-field-label {
    font-family: 'ABC Social';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #030B3D;
}

.waf-membership-checkout-accept-field-checkbox {
    display: flex;
    align-items: start;
    gap: 8px;
    margin: 10px 0 0 0;
}

.waf-membership-checkout-accept-field-checkbox label {
    margin: 0;
    font-family: 'ABC Social';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #030B3D;
}

#waf_membership_checkout_accept_checkbox {
    opacity: 1;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid #2B5E7D80;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    top: 4px;
    outline: none;
    box-shadow: none;
}

#waf_membership_checkout_accept_checkbox:checked {
    background-color: #2B5E7D;
}

#waf_membership_checkout_accept_checkbox:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.waf-membership-checkout-accept-field-checkbox label .membership-checkout-terms,
.waf-membership-checkout-accept-field-checkbox label .membership-checkout-policy {
    font-weight: 700;
    color: #2B5E7D;
    text-decoration: underline;
    cursor: pointer;
}
/* End */

/* Flex Table */
.waf-course-eligibility-content,
.waf-course-terms-content,
.waf-course-policy-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.waf-course-eligibility-content::-webkit-scrollbar,
.waf-course-terms-content::-webkit-scrollbar,
.waf-course-policy-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.waf-course-policy-content *,
.waf-course-terms-content *,
.waf-course-eligibility-content * {
    margin: 0!important;
}

.waf-course-policy-content ul,
.waf-course-terms-content ul,
.waf-course-eligibility-content ul {
    margin: 0 0 0 30px!important;
}

.waf-course-eligibility-content h2,
.waf-course-terms-content h2,
.waf-course-policy-content h2 {
    font-family: 'ABC Social';
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    color: #030B3D;
}

.waf-course-policy-content h3,
.waf-course-terms-content h3,
.waf-course-eligibility-content h3 {
    font-family: 'ABC Social';
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #030B3D;
}

.waf-course-policy-content h4,
.waf-course-terms-content h4,
.waf-course-eligibility-content h4 {
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #030B3D;
}

.flex-row {
    display: flex;
    border-top: 1px solid #00A9E0; 
}

.flex-row:last-of-type {
    border-bottom: 1px solid #00A9E0;
}

.flex-column {
    display: flex;
    padding: 10px 20px;
    border-left: 1px solid #00A9E0;
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.flex-column:first-of-type {
    width: 35%;
}

.flex-column:last-of-type {
    width: 65%;
    border-right: 1px solid #00A9E0;
}

.flex-column.full-column {
    width: 100%;
    background: #00000008;
    color: #00A9E0;
}

.flex-row.head-row .flex-column {
    padding: 15px 20px;
    background: #E5F6FC;
    color: #00A9E0;
}

.mobile-column-head {
    display: none;
    font-weight: 700;
    color: #00A9E0;
}

@media (max-width: 767.98px) {
    .waf-course-eligibility-content,
    .waf-course-terms-content,
    .waf-course-policy-content {
        font-size: 16px;
        line-height: 22px;
    }

    .waf-course-eligibility-content h2,
    .waf-course-terms-content h2,
    .waf-course-policy-content h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .waf-course-policy-content h3,
    .waf-course-terms-content h3,
    .waf-course-eligibility-content h3 {
        font-size: 26px;
        line-height: 34px;
    }

    .waf-course-policy-content h4,
    .waf-course-terms-content h4,
    .waf-course-eligibility-content h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .flex-row {
        flex-direction: column;
    }

    .flex-column {
        width: 100%!important;
        padding: 20px 10px 0 10px;
        border-right: 1px solid #00A9E0;
    }

    .flex-column:last-of-type {
        padding-bottom: 20px;
    }

    .flex-row.head-row {
        display: none;
    }

    .flex-column.full-column {
        padding: 10px;
    }

    .mobile-column-head {
        display: block;
    }

    .waf-membership-checkout-accept-field-label,
    .waf-membership-checkout-accept-field-checkbox label {
        font-size: 16px;
    }
}
/* End */

/* Start Membership Checkout Flow CSS */
.sticky-header .site-content {
    padding-top: 88px!important;
}

body:not(.logged-in) .site-header {
    background: #FFFFFF!important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.08)!important;
}

body:not(.logged-in) #site-logo .bb-logo,
body:not(.logged-in) .site-header .bb-mobile-logo {
    display: none;
}

body:not(.logged-in) #site-logo .bb-logo.bb-logo-dark,
body:not(.logged-in) .site-header .bb-mobile-logo.bb-mobile-logo-dark {
    display: initial;
}

.site-header {
    padding: 0 30px;
}

#waf-lock-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #00000080;
    overflow: hidden;
    cursor: wait;
}

.waf-course-registration-page-content {
    padding: 0 30px;
}

.waf-course-registration-header {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 30px;
    background: #FFFFFF;
}

.waf-course-registration-header-wrapper {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
    text-align: center;
}

.waf-course-registration-step-name {
    margin: 30px 0 0 0;
    font-family: 'Frame Head';
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.36px;
    color: #030B3D;
}

.waf-course-registration-coures-detail {
    display: flex;
    gap: 15px;
    width: fit-content;
    margin: 15px auto 0 auto;
    padding: 10px 0;
    border-top: 1px solid #C0CAD7;
    border-bottom: 1px solid #C0CAD7;
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #030B3D;
}

.waf-course-registration-coures-detail span {
    display: flex;
    gap: 5px;
}

.waf-course-registration-coures-detail span.saperate {
    display: inline-block;
    width: 1px;
    height: 26px;
    background: #C0CAD7;
}

.waf-course-registration-coures-detail span strong {
    color: #030B3D;
    font-weight: 700;
}

.waf-course-registration-payment-options-text {
    width: 100%;
    max-width: 1100px;
    margin: 15px auto 0 auto;
    color: #030B3D;
    text-align: center;
    font-family: 'ABC Social';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.waf-course-registration-step-navigation {
    display: flex;
    align-items: center;
    gap: 4px;
}

.waf-step-navigation-bar {
    width: calc(100%/5 - 48px*4/5 - 4px*8/5);
    height: 4px;
    border-radius: 99px;
    background: linear-gradient(0deg, rgba(63, 143, 188, 0.20) 0%, rgba(63, 143, 188, 0.20) 100%), #FFF;
}

.waf-step-navigation-circle {
    min-width: 48px;
    width: 48px;
    height: 48px;
    padding: 8px;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(63, 143, 188, 0.20) 0%, rgba(63, 143, 188, 0.20) 100%), #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'ABC Social';
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #007EA8;
}

.waf-step-navigation-bar.completed,
.waf-step-navigation-bar.active,
.waf-step-navigation-circle.completed,
.waf-step-navigation-circle.active {
    background: #007EA8;
}

.waf-step-navigation-circle.completed,
.waf-step-navigation-circle.active {
    color: #FFFFFF;
}

.waf-step-navigation-circle.completed {
    cursor: pointer;
}

.waf-step-navigation-circle svg,
.waf-step-navigation-circle.completed span {
    display: none;
}

.waf-step-navigation-circle.completed svg {
    display: block;
}

.waf-course-registration-programme-summary-wrapper {
    width: 100%;
    max-width: 1296px;
    margin: 30px auto 0 auto;
    padding: 50px 52px;
    background: linear-gradient(0deg, rgba(63, 143, 188, 0.20) 0%, rgba(63, 143, 188, 0.20) 100%), #FFF;
}

.waf-course-registration-programme-summary-row {
    width: 100%;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #FFFFFF;
}

.waf-course-registration-programme-summary-row:first-of-type {
    padding-top: 0;
}

.waf-course-registration-programme-summary-row:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.waf-course-registration-programme-summary-row * {
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.waf-course-registration-programme-summary-row h3 {
    width: 240px;
    margin: 0;
    font-weight: 700;
}

.waf-course-registration-programme-summary-row a {
    text-decoration: underline;
    font-weight: 700;
    color: #007EA8;
}

.waf-course-registration-programme-summary-row a.waf-course-eligibility-modal-trigger {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.waf-course-registration-programme-summary-row span {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0 0 0;
    font-family: 'ABC Social';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #030B3D;
}

.waf-course-registration-continue-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 155px;
    margin: 50px 0 0 0;
    padding: 12px 24px;
    border-radius: 0;
    background: #2B5E7D;
    text-align: center;
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    outline: none;
    box-shadow: none;
}

.waf-course-registration-continue-button:hover {
    background: #2B5E7D;
    color: #FFFFFF;
    border: none;
    outline: none;
    box-shadow: none;
}

/* Modal */
body.modal-opened {
    overflow: hidden;
}

.waf-course-eligibility-modal,
.waf-course-terms-modal,
.waf-course-policy-modal,
.waf-course-discount-terms-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(4px);
}

.waf-course-eligibility-modal-content,
.waf-course-terms-modal-content,
.waf-course-policy-modal-content,
.waf-course-discount-terms-modal-content {
    position: relative;
    width: 1000px;
    max-width: 90%;
    height: 745px;
    max-height: 80vh;
    padding: 50px;
    border-radius: 0;
    background: #FFFFFF;
    z-index: 99999;
}

.waf-course-discount-terms-modal-content {
    height: 440px;
}

.waf-course-eligibility-modal-close,
.waf-course-terms-modal-close,
.waf-course-policy-modal-close,
.waf-course-discount-terms-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.waf-course-eligibility-modal-close svg,
.waf-course-terms-modal-close svg,
.waf-course-policy-modal-close svg,
.waf-course-discount-terms-modal-close svg {
    width: 100%;
    height: 100%;
}
/* End */

@media (max-width: 767.98px) {
    .site-header {
        padding: 0 16px;
    }

    .site-header .bb-mobile-header {
        padding: 0;
    }

    body:not(.logged-in) .site-header .bb-mobile-header .mobile-logo-wrapper {
        justify-content: start;
    }

    .site-header .bb-mobile-header .mobile-logo-wrapper .bb-mobile-logo {
        width: 119px;
        min-width: 119px;
        min-height: 40px;
        margin: 0;
        padding: 0;
    }

    .sticky-header .site-content {
        padding: 80px 16px 0 16px!important;
    }

    .waf-course-registration-page-content {
        padding: 0 30px;
    }

    .waf-course-registration-header {
        width: calc(100% + 60px);
        margin-left: -30px;
        padding: 30px 16px;
    }

    .waf-step-navigation-bar {
        width: calc(100%/5 - 36px*4/5 - 4px*8/5);
        height: 3px;
    }

    .waf-step-navigation-circle {
        min-width: 36px;
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .waf-step-navigation-circle svg {
        width: 20px;
        height: 20px;
    }

    .waf-course-registration-step-name {
        font-size: 32px;
        letter-spacing: -0.32px;
    }

    .waf-course-registration-coures-detail {
        flex-direction: column;
        gap: 10px;
        margin: 20px auto 0 auto;
        font-size: 16px;
    }

    .waf-course-registration-coures-detail span {
        gap: 20px;
        text-align: left;
    }

    .waf-course-registration-coures-detail span.saperate {
        width: 100%;
        height: 1px;
    }

    .waf-course-registration-coures-detail span strong {
        min-width: 100px;
    }

    .waf-course-registration-programme-summary-wrapper {
        padding: 30px;
    }

    .waf-course-registration-programme-summary-row {
        flex-direction: column;
        gap: 5px;
    }

    .waf-course-eligibility-modal-content,
    .waf-course-terms-modal-content,
    .waf-course-policy-modal-content,
    .waf-course-discount-terms-modal-content {
        width: 380px;
        max-width: 90%;
        height: 853px;
        max-height: 80vh;
        padding: 50px 30px;
    }

    .waf-course-registration-programme-summary-row * {
        font-size: 16px;
    }

    .waf-course-registration-programme-summary-row h3 {
        width: 100%;
        font-size: 18px;
    }

    .waf-course-registration-programme-summary-row span {
        font-size: 16px;
    }

    .waf-course-registration-continue-button {
        width: 100%;
        margin: 50px 0 0 0;
        font-size: 16px;
    }

    .waf-course-registration-payment-options-text {
        margin: 20px auto 0 auto;
        text-align: left;
        font-size: 16px;
    }
}

/* Flex Table */
.waf-course-eligibility-content,
.waf-course-terms-content,
.waf-course-policy-content,
.waf-course-discount-terms-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.waf-course-discount-terms-content {
    gap: 50px;
}

.waf-course-eligibility-content::-webkit-scrollbar,
.waf-course-terms-content::-webkit-scrollbar,
.waf-course-policy-content::-webkit-scrollbar,
.waf-course-discount-terms-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.waf-course-policy-content *,
.waf-course-terms-content *,
.waf-course-eligibility-content *,
.waf-course-discount-terms-content * {
    margin: 0!important;
}

.waf-course-policy-content ul,
.waf-course-terms-content ul,
.waf-course-eligibility-content ul,
.waf-course-discount-terms-content ul {
    margin: 0 0 0 30px!important;
}

.waf-course-eligibility-content h2,
.waf-course-terms-content h2,
.waf-course-policy-content h2,
.waf-course-discount-terms-content h2 {
    font-family: 'Frame Head'!important;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.36px;
    color: #2B5E7D;
}

.waf-course-policy-content h3,
.waf-course-terms-content h3,
.waf-course-eligibility-content h3,
.waf-course-discount-terms-content h3 {
    font-family: 'Frame Head';
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    color: #030B3D;
}

.waf-course-policy-content h4,
.waf-course-terms-content h4,
.waf-course-eligibility-content h4,
.waf-course-discount-terms-content h4 {
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #030B3D;
}

.waf-ldi-policy-content a {
    color: #2B5E7D;
}

.flex-row {
    display: flex;
    border-top: 1px solid #2B5E7D80;
}

.flex-row:last-of-type {
    border-bottom: 1px solid #2B5E7D80;
}

.flex-column {
    display: flex;
    padding: 10px 20px;
    border-left: 1px solid #2B5E7D80;
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.flex-column:first-of-type {
    width: 37%;
}

.flex-column:last-of-type {
    width: 63%;
    border-right: 1px solid #2B5E7D80;
}

.flex-column.full-column {
    width: 100%;
    background: #F2F2F2;
    color: #2B5E7D;
}

.flex-row.head-row .flex-column {
    padding: 15px 20px;
    background: #3F8FBC33;
    color: #2B5E7D;
}

.mobile-column-head {
    display: none;
    font-weight: 700;
    color: #2B5E7D;
}

@media (max-width: 767.98px) {
    .waf-course-eligibility-content,
    .waf-course-terms-content,
    .waf-course-policy-content,
    .waf-course-discount-terms-content {
        font-size: 16px;
    }

    .waf-course-eligibility-content h2,
    .waf-course-terms-content h2,
    .waf-course-policy-content h2,
    .waf-course-discount-terms-content h2 {
        font-size: 32px;
        letter-spacing: -0.32px;
    }

    .waf-course-policy-content h3,
    .waf-course-terms-content h3,
    .waf-course-eligibility-content h3,
    .waf-course-discount-terms-content h3 {
        font-size: 28px;
    }

    .waf-course-policy-content h4,
    .waf-course-terms-content h4,
    .waf-course-eligibility-content h4,
    .waf-course-discount-terms-content h4 {
        font-size: 16px;
    }

    .flex-row {
        flex-direction: column;
    }

    .flex-column {
        flex-direction: column;
        width: 100%!important;
        padding: 15px 10px 0 10px;
        border-right: 1px solid #2B5E7D80;
        font-size: 16px;
    }

    .flex-column:last-of-type {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .flex-row.head-row {
        display: none;
    }

    .flex-column.full-column {
        padding: 10px;
    }

    .mobile-column-head {
        display: block;
    }
}

/* Course Registration Form CSS */
.waf-course-registration-form-wrapper {
    max-width: 1296px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 50px 52px;
    border-radius: 0;
    background: linear-gradient(0deg, rgba(63, 143, 188, 0.20) 0%, rgba(63, 143, 188, 0.20) 100%), #FFF;
}

.waf-course-registration-term-text,
.waf-course-registration-confirm-enrolment-text,
.waf-course-registration-login-link {
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.waf-course-registration-term-text {
    margin: 0 0 15px 0;
}

/* .waf-course-registration-confirm-enrolment-text {
    margin: 24px 0 0 0;
} */

/* .waf-course-registration-login-link {
    margin: 0 0 16px 0;
} */

.waf-course-registration-term-text a,
.waf-course-registration-login-link a {
    color: #2B5E7D;
    font-weight: 700;
    text-decoration: underline;
}

.waf-course-registration-form-consent {
    margin: 15px 0 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.waf-course-registration-form-consent label {
    margin: 0;
    color: #030B3D;
    font-family: 'ABC Social';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.waf-course-registration-form-consent input[type="checkbox"] {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid #2B5E7D80;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    outline: none;
    box-shadow: none;
}

.waf-course-registration-form-consent input[type="checkbox"]:checked {
    background-color: #2B5E7D;
}

.waf-course-registration-form-consent input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.waf-course-registration-form-consent span.required {
    color: #EC5555;
}

#waf_course_registration_form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0;
}

.waf-course-registration-form-submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 35px 0 0 0;
    padding: 12px 24px;
    width: 155px;
    border: none;
    border-radius: 0;
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    background: #2B5E7D;
    outline: none;
    box-shadow: none;
}

.waf-course-registration-form-submit-btn:hover,
.waf-course-registration-form-submit-btn:focus {
    background: #2B5E7D;
    color: #FFFFFF;
    border: none;
    outline: none;
    box-shadow: none;
}

.waf-course-registration-form-field, 
.waf-course-login-form-field {
    position: relative;
}

span.toggle-password {
    position: absolute;
    bottom: 0;
    right: 8px;
    cursor: pointer;
}

span.toggle-password svg:last-of-type,
span.toggle-password.show svg:first-of-type {
    display: none;
}

span.toggle-password.show svg:last-of-type {
    display: initial;
}

#waf_course_login_form_modal_wrapper {
    width: 100%;
    max-width: 568px;
    border-radius: 0;
    padding: 0 0 50px 0;
    background: linear-gradient(0deg, rgba(63, 143, 188, 0.20) 0%, rgba(63, 143, 188, 0.20) 100%), #FFF;
}

#waf_course_login_modal_close_btn {
    display: flex;
    justify-content: end;
}

#waf_course_login_modal_close_btn svg {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#waf_course_login_form_content {
    padding: 0 30px;
}

#waf_course_login_form_content > h1 {
    margin: 0 0 24px 0;
    text-align: center;
    font-family: 'Frame Head'!important;
    font-size: 36px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.36px;
    color: #030B3D;
}

.waf-course-login-form-error-message {
    margin: 0;
    text-align: center;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: red;
}

.waf-course-login-form-field {
    width: 100%;
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.waf-course-login-form-field label {
    margin: 0;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #030B3D;
}

.waf-course-login-form-field input {
    width: 100%;
    height: 41px;
    padding: 8px;
    border: 1px solid #2B5E7D80;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-family: 'ABC Social';
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #030B3D;
    background: #FFFFFF;
}

.waf-course-login-forgot-password-link-wrapper {
    margin: 15px 0 0 0;
    text-align: right;
}

.waf-course-login-forgot-password-link-wrapper a {
    display: inline-block;
    margin: 0;
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #007EA8;
}

.waf-course-login-form-button-wrapper {
    display: block;
    margin: 30px 0 0 0;
}

.waf-course-login-form-button-wrapper #waf_course_login_submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 24px;
    border: none;
    border-radius: 0;
    background: #2B5E7D;
    text-align: center;
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
    outline: none;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .waf-course-registration-form-wrapper {
        margin: 20px 0 0 0;
        padding: 30px 15px;
    }

    .waf-course-registration-term-text, 
    .waf-course-registration-confirm-enrolment-text, 
    .waf-course-registration-login-link,
    .waf-course-registration-form-consent label {
        font-size: 16px;
    }

    .waf-course-registration-form-consent input[type="checkbox"] {
        margin: 3px 0 0 0;
    }

    #waf_course_registration_form {
        gap: 15px;
    }

    .waf-course-registration-form-field label {
        font-size: 14px;
    }

    .waf-course-registration-form-field input {
        font-size: 16px;
    }

    .waf-course-registration-form-submit-btn {
        font-size: 16px;
        width: 100%;
    }

    #waf_course_login_form_modal,
    #waf_course_login_form_content {
        padding: 0 20px;
    }

    .waf-course-login-forgot-password-link-wrapper a {
        font-size: 16px;
        line-height: 22px;
    }

    #waf_course_login_form_content > h1 {
        font-size: 32px;
        letter-spacing: -0.32px;
    }

    .waf-course-login-form-field label {
        font-size: 14px;
    }

    .waf-course-login-forgot-password-link-wrapper a,
    .waf-course-login-form-button-wrapper #waf_course_login_submit_btn {
        font-size: 16px;
    }
}
/* End Membership Checkout Flow CSS */

/* Start Order Received Header CSS */
body.woocommerce-order-received .site-header {
    background: #FFFFFF!important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.08)!important;
}

body.woocommerce-order-received .site-header .site-header-container.flex {
    max-width: 1280px!important;
    padding: 0!important;
    height: 88px;
}

body.woocommerce-order-received .site-header .site-header-container #site-logo .bb-logo {
    width: 142px;
    max-width: 142px;
    height: 48px;
    max-height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0;
}

body.woocommerce-order-received .site-header .site-header-container #header-aside .search-separator,
body.woocommerce-order-received .site-header .site-header-container #header-aside .bb-header-buttons {
    display: none;
}

body.woocommerce-order-received #page .footer-bottom {
    display: none;
}

body.woocommerce-order-received * {
    font-family: 'ABC Social';
}

body.woocommerce-order-received h1,
body.woocommerce-order-received h2 {
    font-family: 'Frame Head';
}
/* End Order Received Header CSS */

/* Top Header CSS */
.site-header {
    border-bottom: 1px solid #E2E7ED!important;
    background: #FFFFFF!important;
    backdrop-filter: blur(8px);
    box-shadow: none!important;
}

.bb-dark-theme .site-header {
    border-bottom: 1px solid #6C6F84!important;
    background: #282930!important;
}

.site-header .site-header-container.flex {
    max-width: 1280px!important;
    padding: 0!important;
    height: 88px;
}

.site-header .site-header-container #site-logo .bb-logo {
    width: 142px;
    max-width: 142px;
    height: 48px;
    max-height: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0;
}

.site-header .site-header-container #header-aside .search-separator,
.site-header .site-header-container #header-aside .bb-header-buttons {
    display: none;
}

.site-header .site-header-container .header-search-primary .container .search-form {
  margin: 0;
}

.site-header .site-header-container .header-search-primary .container .search-form input.search-field-top {
  background-image: url("../images/icons/material-symbols_search-rounded.svg");
  background-size: 24px;
  background-position: left 16px center;
  background-color: #F3F5F8;
  border-radius: 8px;
}

.site-header .site-header-container .header-search-primary .container .search-form input.search-field-top,
.site-header .site-header-container .header-search-primary .container .search-form input.search-field-top:focus {
  border: none;
  outline: none;
  box-shadow: none;
  height: 56px;
  padding: 16px 16px 16px 48px;
  color: #525E82;
  font-family: 'ABC Social';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.site-header .site-header-container .header-search-primary .container .search-form input.search-field-top::placeholder, 
.site-header .site-header-container .header-search-primary .container .search-form input.search-field-top:-ms-input-placeholder, 
.site-header .site-header-container .header-search-primary .container .search-form input.search-field-top::-ms-input-placeholder {
  color: #525E82;
  font-family: 'ABC Social';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  opacity: 1;
}
input.search-field-top.ui-autocomplete-input::placeholder {
  color: #525E82;
  font-family: 'ABC Social';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  opacity: 1;
}

.site-header .site-header-container #header-aside .user-wrap > .user-link {
  height: 56px;
  padding: 8px 8px 8px 16px;
  border: 1px solid #E2E7ED;
  border-radius: 8px;
  color: #525E82;
  font-family: 'ABC Social';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
}

.bb-dark-theme .site-header .site-header-container #header-aside .user-wrap > .user-link {
    border: 1px solid #6C6F84;
    color: #E2E7ED;
}

.site-header .site-header-container #header-aside .user-wrap > .user-link .user-name {
  display: inline-block;
  padding-left: 4px;
  margin-right: 8px;
  color: #525E82;
  font-family: 'ABC Social';
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
}

.bb-dark-theme .site-header .site-header-container #header-aside .user-wrap > .user-link .user-name {
    color: #E2E7ED;
}

.site-header .site-header-container #header-aside .user-wrap > .user-link:hover,
.site-header .site-header-container #header-aside .user-wrap > .user-link:hover .user-name {
  color: #525E82;
}

.bb-dark-theme .site-header .site-header-container #header-aside .user-wrap > .user-link:hover,
.bb-dark-theme .site-header .site-header-container #header-aside .user-wrap > .user-link:hover .user-name {
    color: #E2E7ED;
}

.site-header .site-header-container #header-aside .user-wrap > .user-link img {
  max-width: 40px;
}
.bb-mobile-header .header-aside .user-wrap.user-wrap-container {
    margin-left: 0;
}
.bb-mobile-header .header-aside > .header-search-link {
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 8px;
    border: 1px solid #E2E7ED;
    border-radius: 8px;
}
.bb-mobile-header .header-aside .user-wrap > .user-link {
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 8px;
    border: 1px solid #E2E7ED;
    border-radius: 8px;
}
.bb-mobile-header .header-aside .user-wrap > .user-link img {
    max-width: 32px;
}
.bb-mobile-header .header-aside .user-wrap > .sub-menu,
.site-header-container .header-aside .user-wrap > .sub-menu {
    right: -56px;
    padding: 16px;
    border-radius: 8px!important;
    border: 1px solid #E2E7ED;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(3, 11, 61, 0.04), 0 8px 16px 0 rgba(3, 11, 61, 0.08);
}
.site-header-container .header-aside .user-wrap > .sub-menu {
    right: 0;
}
.bb-mobile-header .header-aside .user-wrap > .sub-menu .user-link,
.site-header-container .header-aside .user-wrap > .sub-menu .user-link {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.bb-mobile-header .header-aside .user-wrap > .sub-menu .user-link img,
.site-header-container .header-aside .user-wrap > .sub-menu .user-link img {
    max-width: 48px;
    margin-right: 16px;
}
.bb-mobile-header .header-aside .user-wrap > .sub-menu .user-link span.user-name,
.site-header-container .header-aside .user-wrap > .sub-menu .user-link span.user-name {
    margin: 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.bb-mobile-header .header-aside .user-wrap > .sub-menu .user-link span.user-mention,
.site-header-container .header-aside .user-wrap > .sub-menu .user-link span.user-mention {
    margin: 4px 0 0 0;
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.bb-mobile-header .header-aside .user-wrap > .sub-menu .bb-my-account-menu,
.site-header-container .header-aside .user-wrap > .sub-menu .bb-my-account-menu {
    list-style: none!important;
    margin: 16px 0 0 0!important;
    padding: 0;
}
.bb-mobile-header .header-aside .user-wrap > .sub-menu .bb-my-account-menu > li > a,
.site-header-container .header-aside .user-wrap > .sub-menu .bb-my-account-menu > li > a {
    margin: 0 0 8px 0;
    padding: 4px 0!important;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.bb-mobile-header .header-aside .user-wrap > .sub-menu .bb-my-account-menu > li > a:hover,
.bb-mobile-header .header-aside .user-wrap > .sub-menu .user-link:hover,
.site-header-container .header-aside .user-wrap > .sub-menu .bb-my-account-menu > li a:hover,
.site-header-container .header-aside .user-wrap > .sub-menu .user-link:hover {
    background: transparent!important;
    color: #030B3D!important;
}
.bb-mobile-header .header-aside .user-wrap > .sub-menu .bb-my-account-menu > li > .ab-submenu,
.site-header-container .header-aside .user-wrap > .sub-menu .bb-my-account-menu > li > .ab-submenu {
    display: none!important;
}
.bb-mobile-header .header-aside .user-wrap > .sub-menu .bb-my-account-menu > li > a span,
.site-header-container .header-aside .user-wrap > .sub-menu .bb-my-account-menu > li > a span {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.bb-mobile-header .header-aside .user-wrap > .sub-menu .bb-my-account-menu > li > a span.count,
.site-header-container .header-aside .user-wrap > .sub-menu .bb-my-account-menu > li > a span.count {
    background: #F3F5F8;
    box-shadow: none;
}
.bb-mobile-header .header-aside .user-wrap > .sub-menu .bb-my-account-menu > li.bp-logout-nav > a,
.site-header-container .header-aside .user-wrap > .sub-menu .bb-my-account-menu > li.bp-logout-nav > a {
    margin: 16px 0 0 0;
    padding: 16px 0!important;
    border-top: 1px solid #E2E7ED;
    border-radius: 0;
}
/* End Top Header CSS */

/* Start NewsFeed Page */
@media screen and (min-width: 800px) {
    body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid {
        margin: 0 0 0 240px!important;
        gap: 24px;
    }

    body.bb-buddypanel.buddypanel-open .site-content-grid .sidebar-right {
        flex: 0 0 302px;
        max-width: 302px;
        padding: 0!important;
    }

    body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #secondary-right {
        /* flex: 0 0 360px;
        max-width: 360px; */
        flex: 0 0 300px;
        max-width: 300px;
        padding: 0!important;
    }
}

body.buddypress #page #primary,
#page .site-content-grid #primary {
    padding: 32px 0 0 24px;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary {
    max-width: 656px;
    margin: 8px 0 0 0;
    padding: 0!important;
}

.activity-list .activity-item .activity-content .activity-inner p a, .activity-list li.bbp_reply_create .activity-content .activity-inner p a, .activity-list li.bbp_topic_create .activity-content .activity-inner p a, .activity-list li.blogs .activity-content .activity-inner p a,
.activity-list .activity-item .activity-content .activity-inner p a:hover, .activity-list li.bbp_reply_create .activity-content .activity-inner p a:hover, .activity-list li.bbp_topic_create .activity-content .activity-inner p a:hover, .activity-list li.blogs .activity-content .activity-inner p a:hover {
    color: #2B5E7D;
}

.activity-header a[href], 
.shared-activity-author a[href],
.activity-header a[href]:hover, 
.shared-activity-author a[href]:hover {
    color: #030B3D;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.activity-list .activity-item .activity-header .time-since,
.activity-list .activity-item .activity-header .time-since:hover {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.activity-list .activity-item .activity-header .time-since::before {
    content: url("../images/icons/mdi_clock-time-five-outline.svg");
    display: flex;
    width: 16px;
    height: 16px;
}

#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button::before, #bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button > i, #bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button::before, #bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button > i, #buddypress .activity-list .activity-item .action.bp-generic-meta .button::before, #buddypress .activity-list .activity-item .action.bp-generic-meta .button > i, #buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button::before, #buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button > i {
    color: #525E82;
}

#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .acomment-reply.button .comment-count, #buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .button > .like-count, #buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .button > .share-btn-label, #buddypress .activity-list .activity-item .bp-generic-meta.action .acomment-reply.button .comment-count, #buddypress .activity-list .activity-item > .bp-generic-meta.action .button > .like-count, #buddypress .activity-list .activity-item > .bp-generic-meta.action .button > .share-btn-label {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.activity-list .activity-item .activity-actions > .bp-generic-meta.action, .activity-list .activity-item .activity-content > .bp-generic-meta.activity-meta, .activity-list .activity-item .activity-content > .bp-generic-meta.groups-meta, .activity-list .activity-item > .bp-generic-meta.activity-meta, .activity-list .activity-item > .bp-generic-meta.groups-meta, .activity-list .activity-item > .bp-generic-meta[class*="-meta"] {
    border-color: #E2E7ED;
}

.activity-list .activity-item .activity-header {
    color: #030B3D;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.activity-list .activity-item .activity-content .activity-inner, .activity-list li.bbp_reply_create .activity-content .activity-inner, .activity-list li.bbp_topic_create .activity-content .activity-inner, .activity-list li.blogs .activity-content .activity-inner {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.activity-list .activity-item .activity-content .activity-state-reactions .activity-reactions_count {
    color: #22305D;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.activity-list .activity-item .activity-content .activity-state .activity-state-comments.has-comments .comments-count {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.bb-media-model-wrapper .activity-comments .acomment_inner .acomment-content_block, .buddypress-wrap .activity-comments .acomment_inner .acomment-content_block {
    padding: 10px 14px;
    border-radius: 4px;
    background: #F3F5F8;
}

.buddypress-wrap .activity-comments .acomment-content p,
.buddypress-wrap .activity-comments .acomment-meta {
    color: #22305D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.buddypress-wrap .activity-comments .acomment-meta .author-name {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

#buddypress .activity-list .activity-item .action.bp-generic-meta .button, #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_cancel, #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment, #buddypress .activity-list .comment-item .activity-meta .buddyboss_edit_activity_comment.action-save, #buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.bb-media-model-wrapper .activity-comments .acomment-foot-actions .activity-time-since .time-since, 
.buddypress-wrap .activity-comments .acomment-foot-actions .activity-time-since .time-since {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

form.ac-form .ac-reply-content {
    border-radius: 4px;
    background: #F3F5F8;
}

form.ac-form .ac-reply-content:focus-within {
    border-color: #E2E7ED;
}

.bb-template-v2 #editor-toolbar [class*=" bb-icon-"], .bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button, .bb-template-v2 #whats-new-formatting-toolbar .emojionearea .emojionearea-button::before, .bb-template-v2 #whats-new-formatting-toolbar a [class*=" bb-icon-"], .bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button, .bb-template-v2 #whats-new-messages-toolbar .emojionearea .emojionearea-button::before, .bb-template-v2 #whats-new-messages-toolbar a [class*=" bb-icon-"], .bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button, .bb-template-v2 #whats-new-toolbar .emojionearea .emojionearea-button::before, .bb-template-v2 #whats-new-toolbar a [class*=" bb-icon-"], .bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button, .bb-template-v2 .ac-reply-toolbar .emojionearea .emojionearea-button::before, .bb-template-v2 .ac-reply-toolbar a [class*=" bb-icon-"], .bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .emojionearea-button::before, .bb-template-v2 .activity-update-form .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"], .bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .emojionearea-button::before, .bb-template-v2 .bp-nouveau-activity-form-placeholder- .activity-form.focus-in #editor-toolbar .post-elements-buttons-item [class*=" bb-icon-"], .bb-template-v2 ul.medium-editor-toolbar-actions .medium-editor-action b {
    color: #8991A8;
}

form.ac-form .ac-reply-content .ac-input {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

form.ac-form .ac-reply-content .ac-input::before,
form.ac-form.not-initialized .ac-reply-content .ac-input::before,
form.ac-form.events-initiated:not(.has-content) .ac-reply-content .ac-input::before {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 1;
}

form.ac-form .ac-reply-content .ac-submit-wrap {
    background: #8991A8;
}

.activity-list .activity-item .activity-state-reactions .reactions_item > i {
    color: #030B3D;
}

#bbpress-forums .activity-list .activity-item .action.bp-generic-meta .button.acomment-reply:hover > .comment-count, #bbpress-forums .activity-list .activity-item .activity-content .action.bp-generic-meta .button.acomment-reply:hover > .comment-count, #buddypress .activity-list .activity-item .action.bp-generic-meta .button.acomment-reply:hover > .comment-count, #buddypress .activity-list .activity-item .activity-content .action.bp-generic-meta .button.acomment-reply:hover > .comment-count {
    color: #030B3D;
}

#buddypress .activity-list .activity-item .activity-actions > .bp-generic-meta.action div.generic-button > a.button:hover, #buddypress .activity-list .activity-item .activity-content > .bp-generic-meta.activity-meta div.generic-button > a.button:hover, #buddypress .activity-list .activity-item .activity-content > .bp-generic-meta.groups-meta div.generic-button > a.button:hover, #buddypress .activity-list .activity-item > .bp-generic-meta.activity-meta div.generic-button > a.button:hover, #buddypress .activity-list .activity-item > .bp-generic-meta.groups-meta div.generic-button > a.button:hover, #buddypress .activity-list .activity-item > .bp-generic-meta[class*="-meta"] div.generic-button > a.button:hover {
    background: #F3F5F8;
}

.bb-template-v2 #buddypress .bb-item-cover-wrap, .bb-template-v2 #buddypress .bb-video-thumb, .bb-template-v2 #lifterlms-lesson-header .lifterlms-lesson-nav .bb-ld-status .ld-status, .bb-template-v2 .activity-content div[class*="attached-gif-container"] .gif-player video, .bb-template-v2 .activity-link-preview-container, .bb-template-v2 .activity-list li.blogs .activity-content .activity-inner, .bb-template-v2 .bb-activity-media-elem .entry-img, .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity, .bb-template-v2 .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap, .bb-template-v2 .bb-activity-video-elem .video-js, .bb-template-v2 .bb-album-list-item .bs-cover-wrap, .bb-template-v2 .bb-media-section .video-js, .bb-template-v2 .bb-video-thumb .video-js, .bb-template-v2 article.job_listing ul.job-listing-meta li.job-type, .bb-template-v2 ul.job_listings li.job_listing ul.meta li.job-type, .bb-template-v2.activity .activity .activity-list .bbp_reply_create .activity-inner, .bb-template-v2.groups.group-create .buddypress-wrap #drag-drop-area, .bb-template-v2.woocommerce-cart table.cart img {
    border-radius: 8px;
}

.activity-link-preview-container .activity-link-preview-info {
    background: #F3F5F8;
}

.activity-link-preview-container .activity-link-preview-info .activity-link-preview-link-name {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.activity-link-preview-container .activity-link-preview-info p.activity-link-preview-title,
.activity-link-preview-container .activity-link-preview-info p.activity-link-preview-title a {
    color: #2B5E7D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.activity-link-preview-container .activity-link-preview-info .activity-link-preview-excerpt p {
    color: #22305D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-filtering .subnav-filters-modal li a:hover {
    background: #F3F5F8;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress #bp-nouveau-activity-form {
    margin: 24px 0 0 0;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar {
    margin: 24px 0 16px 0;
    flex-wrap: nowrap;
    gap: 8px;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress ul.activity-list.item-list {
    margin: 16px 0 20px 0;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-search .subnav-filters-modal {
    display: block!important;
    padding: 0;
    border-color: #CDD5DF;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-search .subnav-filters-opener {
    display: none!important;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-search .subnav-filters-modal #dir-activity-search-form {
    border-radius: 8px;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-search .subnav-filters-modal #dir-activity-search-form::before {
    display: none;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-search .subnav-filters-modal #dir-activity-search-form #dir-activity-search {
    height: auto;
    padding: 12px 16px 12px 48px;
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    background-image: url("../images/icons/material-symbols_search-rounded_01.svg");
    background-size: 24px;
    background-position: left 16px center;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-search .subnav-filters-modal #dir-activity-search-form #dir-activity-search::placeholder,
body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-search .subnav-filters-modal #dir-activity-search-form #dir-activity-search::-moz-placeholder {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar > .bb-subnav-filters-container-main:not(:last-child) {
    display: none;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar > .bb-subnav-filters-container-main:last-child > .bb-subnav-filters-label {
    display: none;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar > .bb-subnav-filters-container-main:last-child > .bb-subnav-filters-container.bb-subnav-filters-filtering .subnav-filters-opener {
    padding: 12px 48px 12px 16px;
    border: 1px solid #CDD5DF;
    background-image: url("../images/icons/material-symbols_filter-list-rounded.svg");
    background-size: 24px;
    background-position: right 16px center;
    background-repeat: no-repeat;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar > .bb-subnav-filters-container-main:last-child > .bb-subnav-filters-container.bb-subnav-filters-filtering .subnav-filters-opener span {
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar > .bb-subnav-filters-container-main:last-child > .bb-subnav-filters-container.bb-subnav-filters-filtering .subnav-filters-opener i {
    display: none;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar > .bb-subnav-filters-container-main:last-child > .bb-subnav-filters-container.bb-subnav-filters-filtering #bb-subnav-filter-by {
    top: 58px;
    right: 0;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
    background: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(3, 11, 61, 0.04), 0 8px 16px 0 rgba(3, 11, 61, 0.08);
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar > .bb-subnav-filters-container-main:last-child > .bb-subnav-filters-container.bb-subnav-filters-filtering #bb-subnav-filter-by li a {
    padding: 12px 0;
    border-bottom: 1px solid #E2E7ED;
    border-radius: 0;
    color: #22305D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar > .bb-subnav-filters-container-main:last-child > .bb-subnav-filters-container.bb-subnav-filters-filtering #bb-subnav-filter-by li:last-child a {
    border-bottom: none;
}

body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar > .bb-subnav-filters-container-main:last-child > .bb-subnav-filters-container.bb-subnav-filters-filtering #bb-subnav-filter-by li a:hover {
    background: #FFFFFF;
}

.activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-filtering .subnav-filters-modal li.selected a::after {
    color: #22305D;
}

#whats-new-textarea [contenteditable=true]:empty:before, 
#whats-new-textarea-placeholder [contenteditable=true]:empty:before {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.activity-update-form #whats-new-form #whats-new-toolbar, .activity-update-form #whats-new-form-placeholder #whats-new-toolbar, .bp-nouveau-activity-form-placeholder- #whats-new-form #whats-new-toolbar, .bp-nouveau-activity-form-placeholder- #whats-new-form-placeholder #whats-new-toolbar {
    border-radius: 0 0 8px 8px;
    border-color: #E2E7ED;
    background: #F3F5F8;
}

@media screen and (max-width: 680px) {
    .activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-search {
        flex: 1 1 auto;
        margin: 0;
    }

    body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #primary #buddypress .activity-head-bar > .bb-subnav-filters-container-main:last-child {
        flex:  0 0 auto;
    }

    body.page-id-10.bb-buddypanel.buddypanel-open .site-content-grid #secondary-right {
        margin: 10px 0 0 0;
        padding: 0;
    }

    body.buddypress #page #primary,
    #page .site-content-grid #primary {
        padding: 32px 0 0 0;
    }

    #page .site-content-grid #secondary-right {
        padding: 0;
        margin-bottom: 100px;
    }
}
/* End NewsFeed Page */

/* Start Forum Topic CSS */
a.waf-return-to-forum-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 24px 0;
    border-bottom: 1px solid #2B5E7D;
    color: #2B5E7D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    transition: all .3s;
}
a.waf-return-to-forum-btn:hover {
    color: #007EA8;
    border-color: #007EA8;
}
a.waf-return-to-forum-btn:hover svg path {
    stroke: #007EA8;
}
/* End Forum Topic CSS */

/* Start Woocommerce Cart Page CSS */
body.page-id-34230.woocommerce-cart .bb-grid.site-content-grid {
    margin: 0;
}
body.page-id-34230.woocommerce-cart #page .site-content-grid #primary {
    padding: 50px 0 0 16px;
}
body.page-id-34230.woocommerce-cart .entry-header {
    margin-bottom: 50px;
}
body.page-id-34230.woocommerce-cart .entry-header h1.entry-title {
    margin: 0;
    color: #2B5E7D;
    font-family: "Frame Head"!important;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.36px;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce {
    padding: 16px 16px 24px 16px;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form {
    margin-bottom: 16px;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table {
    margin: 0;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table th.product-remove,
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table th.product-thumbnail,
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-remove,
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-thumbnail {
    display: none;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table th {
    padding: 0 40px 16px 0;
    border-bottom: 1px solid #E2E7ED;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table th:last-child {
    padding: 0 0 16px 0;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td {
    padding: 16px 40px 16px 0;
    border-bottom: 1px solid #E2E7ED;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    vertical-align: top;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td:last-child {
    padding: 16px 0;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-name .cart-product {
    display: flex;
    align-items: start;
    gap: 40px;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-name .cart-product .cart-name .product-qty {
    display: none;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-name .cart-product .cart-remove {
    align-self: center;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-name .cart-product .cart-remove a.remove {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    color: #525E82!important;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-name .cart-product .cart-remove a.remove:hover {
    background: transparent!important;
    color: #525E82!important;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-name .cart-product .cart-name a,
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-price,
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-quantity,
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-subtotal {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.actions .coupon #coupon_code {
    width: 200px;
    height: 48px;
    margin: 0 5px 0 0;
    padding: 16px;
    border-radius: 0;
    border: 1px solid rgba(43, 94, 125, 0.50);
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.actions .coupon #coupon_code:focus {
    border-radius: 0;
    border: 1px solid rgba(43, 94, 125, 0.50);
    outline: none;
    box-shadow: none;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.actions .coupon #coupon_code::placeholder {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 1;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.actions .coupon button.button {
    min-width: 120px;
    height: 48px;
    padding: 12px 56px 12px 24px;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background-image: url('../images/icons/tdesign_arrow-right_white.svg');
    background-repeat: no-repeat;
    background-position: right calc(50% - 113px/2) center;
    background-color: #2B5E7D;
    color: #FFFFFF;
    text-align: center;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transition: all .3s;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.actions .coupon button.button:hover {
    background-color: #007EA8;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.actions .coupon button.button:focus {
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.actions > button.button {
    min-width: 120px;
    height: 48px;
    padding: 12px 24px;
    border-radius: 0;
    border: 1px solid rgba(43, 94, 125, 0.50);
    background: transparent;
    color: #2B5E7D;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    outline: none;
    box-shadow: none;
    transition: all .3s;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.actions > button.button:disabled {
    opacity: 0.5;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.actions > button.button:hover {
    color: #007EA8;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.actions > button.button:focus {
    border-radius: 0;
    border: 1px solid rgba(43, 94, 125, 0.50);
    outline: none;
    box-shadow: none;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .cart-collaterals table.shop_table {
    margin: 0 0 50px 0;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .cart-collaterals table.shop_table small {
    color: #525E82;
    font-size: 14px;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .cart-collaterals table.shop_table th,
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .cart-collaterals table.shop_table td {
    padding: 0 0 8px 0;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .cart-collaterals table.shop_table tr.order-total th,
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .cart-collaterals table.shop_table tr.order-total td {
    padding: 8px 0 0 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    margin: 0;
    padding: 0;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button {
    min-width: 120px;
    height: 48px;
    margin: 0;
    padding: 12px 56px 12px 24px;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background-image: url('../images/icons/tdesign_arrow-right_white.svg');
    background-repeat: no-repeat;
    background-position: right calc(50% - 170px/2) center;
    background-color: #2B5E7D;
    color: #FFFFFF;
    text-align: center;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transition: all .3s;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button:hover {
    background-color: #007EA8;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .cart-collaterals .wc-proceed-to-checkout a.button.checkout-button:focus {
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
}
body.page-id-34230.woocommerce-cart footer.footer-bottom {
    display: none;
}
/* End Woocommerce Cart Page CSS */

/* Start Woocommerce Checkout Page CSS */ 
body.page-id-34231.woocommerce-checkout .bb-grid.site-content-grid {
    margin: 0;
}
body.page-id-34231.woocommerce-checkout #page .site-content-grid #primary {
    padding: 50px 0 0 16px;
}
body.page-id-34231.woocommerce-checkout .entry-header {
    margin-bottom: 50px;
}
body.page-id-34231.woocommerce-checkout .entry-header h1.entry-title {
    margin: 0;
    color: #2B5E7D;
    font-family: "Frame Head"!important;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.36px;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
    margin: 0 0 15px 0;
    color: #2B5E7D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before {
    color: #2B5E7D;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #2B5E7D;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form#woocommerce-checkout-form-coupon {
    display: flex;
    margin: 0;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form#woocommerce-checkout-form-coupon .form-row {
    width: auto;
    margin: 0;
    padding: 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form#woocommerce-checkout-form-coupon .form-row.form-row-first {
    margin-right: 15px;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form#woocommerce-checkout-form-coupon .form-row #coupon_code {
    width: 200px;
    height: 48px;
    padding: 16px;
    border-radius: 0;
    border: 1px solid rgb(43 94 125 / .5);
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form#woocommerce-checkout-form-coupon .form-row #coupon_code:focus {
    border-radius: 0;
    border: 1px solid rgba(43, 94, 125, 0.50);
    outline: none;
    box-shadow: none;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form#woocommerce-checkout-form-coupon .form-row #coupon_code::placeholder {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 1;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form#woocommerce-checkout-form-coupon .form-row button.button {
    min-width: 120px;
    height: 48px;
    padding: 12px 56px 12px 24px;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background-image: url('../images/icons/tdesign_arrow-right_white.svg');
    background-repeat: no-repeat;
    background-position: right calc(50% - 113px/2) center;
    background-color: #2B5E7D;
    color: #FFFFFF;
    text-align: center;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    transition: all .3s;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form#woocommerce-checkout-form-coupon .form-row button.button:hover {
    background-color: #007EA8;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form#woocommerce-checkout-form-coupon .form-row button.button:focus {
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-co {
    display: flex;
    gap: 40px;
    margin: 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-co .bb-wc-col {
    padding: 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout {
    margin: 30px 0 100px 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review {
    padding: 50px 30px;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
    margin: 0 0 15px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
    margin: 0 0 15px 0;
    padding: 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
    margin: 0 0 5px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label .required {
    color: #EC5555;
    font-weight: 400;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .input-text,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select {
    height: 56px;
    padding: 16px;
    border-radius: 0;
    border: 1px solid rgba(43, 94, 125, 0.50);
    outline: none;
    box-shadow: none;
    color: #22305D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .input-text::placeholder {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 1;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .input-text:focus,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select:focus {
    border-radius: 0;
    border: 1px solid rgba(43, 94, 125, 0.50);
    outline: none;
    box-shadow: none;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 56px;
    border-radius: 0;
    border: 1px solid rgba(43, 94, 125, 0.50);
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 1;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details #activecampaign_for_woocommerce_accepts_marketing_field {
    margin: 0;
    padding: 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details #activecampaign_for_woocommerce_accepts_marketing_field label.checkbox {
    margin: 0;
    padding-left: 38px;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details #activecampaign_for_woocommerce_accepts_marketing_field label.checkbox input#activecampaign_for_woocommerce_accepts_marketing {
    position: absolute;
    top: -1px;
    left: 3px;
    width: 20px;
    height: 20px;
    margin: 0;
    opacity: 1;
    outline: none;
    box-shadow: none;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details #activecampaign_for_woocommerce_accepts_marketing_field label.checkbox label,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details #activecampaign_for_woocommerce_accepts_marketing_field label.checkbox span {
    margin: 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields {
    margin: 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields {
    margin: 50px 0 0 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
    margin: 0 0 15px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #order_comments_field {
    margin: 0;
    padding: 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #order_comments_field label {
    margin: 0 0 5px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #order_comments_field textarea#order_comments {
    height: 120px;
    padding: 16px;
    border-radius: 0;
    border: 1px solid #CDD5DF;
    outline: none;
    box-shadow: none;
    color: #22305D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #order_comments_field textarea#order_comments::placeholder {
    color: #8991A8;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 1;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #order_comments_field textarea#order_comments:focus {
    border-radius: 0;
    border: 1px solid #CDD5DF;
    outline: none;
    box-shadow: none;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields #waf_is_logged_in_checkout_field {
    margin: 0;
    padding: 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review > h3#order_review_heading {
    margin: 0 0 50px 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table {
    margin: 0 0 50px 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table th {
    padding: 0 40px 16px 0;
    border-bottom: 1px solid #E2E7ED;
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table th:last-child {
    padding: 0 0 16px 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td {
    padding: 16px 40px 16px 0;
    border-bottom: 1px solid #E2E7ED;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    vertical-align: top;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-name {
    width: 80%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-total {
    width: 20%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td:last-child {
    padding: 16px 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-name .cart-product {
    display: flex;
    align-items: start;
    gap: 15px;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-name .cart-product .cart-remove a.remove {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 1;
    color: #525E82!important;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-name .cart-product .cart-remove a.remove:hover {
    background: transparent!important;
    color: #525E82!important;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-name .cart-product .cart-name a,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-price,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-quantity,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-subtotal {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-name .cart-product .cart-thumb img {
    max-width: 120px;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table tfoot small {
    color: #525E82;
    font-size: 14px;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table tfoot th,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table tfoot td,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table tfoot td:last-child {
    padding: 0 0 8px 0;
    border: none;
    color: #525E82;
    text-align: right;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table tfoot tr:first-child th,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table tfoot tr:first-child td {
    padding: 16px 0 8px 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table tfoot tr.order-total th,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table tfoot tr.order-total td {
    padding: 8px 0 0 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table tfoot th {
    padding-right: 80px!important;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-name .bs-product-name .check-name {
    display: flex;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-name .bs-product-name .qty {
    display: none;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-name .cart-product .product-qty {
    margin: 5px 0 0 0;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-name .cart-product .product-qty span {
    color: #525E82;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment ul.payment_methods {
    padding: 16px 16px 24px 16px;
    border-radius: 8px;
    border: 1px solid #E2E7ED;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment ul.payment_methods li.wc_payment_method {
    padding: 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment ul.payment_methods li.wc_payment_method div.payment_box {
    margin: 15px 0 0 0;
    padding: 0;
    background: transparent;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment ul.payment_methods li.wc_payment_method div.payment_box:before {
    display: none;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment div.form-row.place-order {
    margin: 50px 0 0 0;
    padding: 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment div.form-row.place-order .woocommerce-privacy-policy-text,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment div.form-row.place-order .woocommerce-privacy-policy-text p,
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment div.form-row.place-order .woocommerce-privacy-policy-text a {
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment div.form-row.place-order .woocommerce-privacy-policy-text p {
    margin: 0;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment div.form-row.place-order button#place_order {
    width: 100%;
    height: 48px;
    margin: 50px 0 0 0;
    padding: 12px 56px 12px 24px;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background-image: url('../images/icons/tdesign_arrow-right_white.svg');
    background-repeat: no-repeat;
    background-position: right calc(50% - 96px/2) center;
    background-color: #2B5E7D;
    color: #FFFFFF;
    text-transform: capitalize;
    text-align: center;
    font-family: 'ABC Social';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    transition: all .3s;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment div.form-row.place-order button#place_order:hover {
    background-color: #007EA8;
}
body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment div.form-row.place-order button#place_order:focus {
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
}
body.page-id-34231.woocommerce-checkout footer.footer-bottom {
    display: none;
}


body.woocommerce-order-received .woocommerce-order-over,
body.woocommerce-order-received .woocommerce-order-details-wrapper,
body.woocommerce-order-received .woocommerce-order-end,
body.woocommerce-order-received .woocommerce-order > p:last-of-type,
body.woocommerce-order-received .footer-bottom {
    display: none!important;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .woocommerce-notices-wrapper {
    margin: 0 0 50px 0;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .woocommerce-message {
    border-radius: 8px;
    border: 1px solid #E2E7ED;
    color: #030B3D;
    font-family: "ABC Social";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .woocommerce-message:focus-visible {
    border: 1px solid #007EA8;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .woocommerce-message .button {
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    outline: none;
    box-shadow: none;
    background: #F3F5F8;
    color: #2B5E7D;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    transition: all .3s;
}
body.page-id-34230.woocommerce-cart .entry-content .woocommerce .woocommerce-message .button:hover {
    color: #007EA8;
}
@media screen and (max-width: 768px) {
    body.page-id-34230.woocommerce-cart #page .site-content-grid #primary {
        padding: 50px 0;
    }
    body.page-id-34231.woocommerce-checkout #page .site-content-grid #primary {
        padding: 50px 0;
    }
    body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td {
        padding: 16px 0;
    }
    body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-name .cart-product {
        flex-direction: column;
        align-items: end;
        gap: 15px;
    }
    body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-name .cart-product .cart-remove {
        align-self: end;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form#woocommerce-checkout-form-coupon {
        flex-direction: column;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form#woocommerce-checkout-form-coupon .form-row.form-row-first {
        margin: 0 0 15px 0;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form#woocommerce-checkout-form-coupon .form-row #coupon_code {
        width: 100%;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-co {
        gap: 10px;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details,
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review {
        padding: 30px 20px;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
        width: 100%;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout #customer_details .woocommerce-additional-fields {
        margin: 30px 0 0 0;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review > h3#order_review_heading {
        margin: 0 0 30px 0;
    }
    body.page-id-34230.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form table.shop_table td.product-thumbnail {
        display: none!important;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td {
        padding: 16px 20px 16px 0;
        font-size: 16px;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-name {
        width: 65%;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-total {
        width: 35%;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table td.product-name .cart-product {
        flex-direction: column;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review table.shop_table tfoot th {
        padding-right: 20px!important;
        text-align: left;
    }
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment div.form-row.place-order .woocommerce-privacy-policy-text, 
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment div.form-row.place-order .woocommerce-privacy-policy-text p, 
    body.page-id-34231.woocommerce-checkout .entry-content .woocommerce form.checkout.woocommerce-checkout .bb-wc-col .bb-order-review #order_review #payment div.form-row.place-order .woocommerce-privacy-policy-text a {
        font-size: 16px;
    }
}
/* End Woocommerce Checkout Page CSS */

/* Woocommerce Checkout Save Card */
.payment_methods .save-source-checkbox, .wc-stripe_cc-container .save-source-checkbox {
    border: none!important;
    line-height: 1;
}

form.woocommerce-checkout input[type="checkbox"] + span::before {
    border: 2px solid #2B5E7D80;
    border-radius: 2px;
    line-height: 1;
}

form.woocommerce-checkout input[type="checkbox"]:checked + span::before {
    background: #2B5E7D;
    border-color: #2B5E7D;
    outline: none;
    box-shadow: none;
}

.wc-stripe-save-source input[type="checkbox"]:checked + .save-source-checkbox::after, 
.wc-stripe_cc-container .wc-stripe-save-source input[type="checkbox"]:checked + .save-source-checkbox::after {
    top: 3px!important;
    border-color: #FFFFFF!important;
}

.payment_methods .wc-stripe-save-source .save-source-label, .wc-stripe_cc-container .wc-stripe-save-source .save-source-label {
    margin: 0 0 0 10px!important;
    font-size: 16px;
    color: #030B3D;
}

@media screen and (max-width: 768px) {
    /* body.single.single-sfwd-lessons.minimized .site-content #learndash-content > .bb-grid > #learndash-page-content, */
    body.single.single-sfwd-lessons .site-content #learndash-content {
        height: 2000px!important;
        max-height: 2000px!important;
        overflow-y: hidden!important;
    }
}

.waf-single-module-coming-soon-container {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 144px auto 0 auto;
}

.waf-single-module-coming-soon-container h2 {
    margin: 32px 0 0 0;
    color: #030B3D;
    text-align: center;
    font-family: "ABC Social";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-single-module-coming-soon-container h4 {
    margin: 32px 0 0 0;
    color: #030B3D;
    text-align: center;
    font-family: "ABC Social";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.waf-single-module-coming-soon-container p {
    margin: 16px 0 0 0;
    color: #525E82;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.waf-single-module-coming-soon-container a {
    display: inline-block;
    margin: 32px 0 0 0;
    padding: 12px 24px;
    border-radius: 4px!important;
    background: #2B5E7D;
    color: #FFFFFF;
    text-align: center;
    font-family: "ABC Social";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border: none;
    outline: none;
    box-shadow: none;
    transition: all .3s;
}

.waf-single-module-coming-soon-container a:hover {
    background: #007EA8;
    color: #FFFFFF;
    border: none;
    outline: none;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .waf-single-module-coming-soon-container {
        width: calc(100% + 40px);
        margin: 64px 0 0 -20px;
    }
}