/*
Theme Name:   AstraChild JVS
Description:  Write here a brief description about your child-theme
Author:       Yuta@JVS
Author URL:   Write here the author's blog or website url
Template:     astra
Version:      2.2.7
Text Domain:  Astrahild
Text Domain:  AstraChild
*/


/* Write here your own personal stylesheet */

p.custom-go-toback-buttton.with-lesson span {
    display: none;
}

p.custom-go-toback-buttton.with-lesson a {
    margin-right: -8px;
}
.custom-go-toback-buttton:not(.with-lesson) span {
    background: #14B8A6;
    color: #fff;
    height: 32px;
    width: 32px;
    display: block;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
    cursor: pointer;
}
.custom-go-toback-buttton:not(.with-lesson):hover span{
  background: #3a3a3a;
  color: #fff;
}
.custom-go-toback-buttton:not(.with-lesson):hover a{
  color: #3a3a3a;
}
.custom-go-toback-buttton:not(.with-lesson) a:not(:last-child) {
    display: none;
}
.custom-go-toback-buttton:not(.with-lesson) a{
  font-size:0 !important
}

.custom-go-toback-buttton:not(.with-lesson) a:before{
  content:"Go back to the lesson";
    font-size:18px;
    display:inline-block
}

/*ul.all-heading-info li.active a {
    font-family: initial!important;
}*/

body.single-post {
    font-family: "Inter";
}

body.single-post a.step-btn {
    display: inline-block;
    color: #fff;
    background-color: #0274be;
    padding: 10px 20px;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 500;
}


/* Hero section */

body.single-post header.entry-header {
    position: relative;
    background: #EFF2F7;
    padding: 90px 0;
    margin-bottom: 60px;
}

body.single-post header.entry-header::before {
    content: '';
    position: absolute;
    background: #EFF2F7;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}


/* Hero -- Title */

body.single-post .entry-title {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Inter';
}


/* Headings */

body.single-post h2 {
    font-weight: 800;
    font-size: 30px;
    margin: 30px 0 50px;
}

body.single-post h2+ul,
body.single-post h2+p {
    margin-bottom: 50px;
}

body.single-post .wp-block-columns {
    margin-bottom: 60px;
}

body.single-post .wp-block-columns>.wp-block-column {
    flex-grow: 0;
    flex-basis: auto;
}


/*  .situation-wrapper */

body.single-post .entry-content .situation-wrapper {
    background: #F5F1ED;
    padding: 1px 40px 10px;
    margin-bottom: 90px;
}

body.single-post .entry-content .situation-wrapper h2 {
    margin-top: 60px;
    margin-bottom: 25px;
}

body.single-post .entry-content .situation-wrapper p {
    margin-bottom: 1.6em;
}

body.single-post .entry-content .situation-wrapper h2+p:first-of-type {
    margin-bottom: 35px;
}

body.single-post .entry-content .situation-wrapper .wp-block-separator {
    height: 0;
    margin-bottom: 90px;
}


/* List styling  General */

body.single-post .entry-content ul {
    margin-left: 1.2rem;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}


/* Paragraph general*/

body.single-post .entry-content p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

body.single-post blockquote {
    margin: 0 0 0 0;
    border-left: 6px solid #000;
    padding-left: 30px;
    color: #000;
}

body.single-post .situation-wrapper blockquote>p {
    margin-bottom: 10px !important;
    font-size: 22px;
    font-style: normal;
}

body.single-post .entry-content blockquote+div,
body.single-post .entry-content blockquote~ul,
body.single-post .entry-content blockquote+div+div {
    border-left: 6px solid #000;
    padding-left: 30px;
}

body.single-post .entry-content blockquote~ul {
    margin-left: 0;
    padding-left: 50px!important;
    margin-bottom: 0px;
}


/* Comprehension Quiz answers */

body.single-post .entry-content p+.bg-margin-for-link {
    padding-left: 0!important;
}

body.single-post .entry-content p+.bg-margin-for-link a {
    background: #1053c8;
    color: #fff!important;
    padding: 10px 20px;
    font-weight: 500;
}

body.single-post .entry-content blockquote~.bg-margin-for-link {
    padding: 20px 0 20px 30px;
}

body.single-post .entry-content [id|=bg-showmore] {
    font-size: 18px!important;
    padding: 0 0 30px;
    font-weight: 500;
    color: #000;
}

body.single-post .entry-content [id|=bg-showmore]::before {
    display: none;
}

body.single-post .entry-content a[id^=bg-showmore-action]::after {
    content: '\2193';
    margin-left: 10px;
}

body.single-post .entry-content a[id^=bg-showmore-action].activated::after {
    content: '\2191';
}

body.single-post .entry-content a[id^=bg-showmore-action] {
    padding-bottom: 0;
    display: inline-block !important;
    border-bottom: 1px solid #1053c8;
    color: #1053c8 !important;
}


/*
 * topic css custom : 7-5-2021
 * */


/* inside sidebar elements css */

body {
    font-family: 'SF UI Text', sans-serif;
}

h1, h2, h3, h4, h5, h6, .entry-title, .widget-title, .show-support h6, label {
    color: #122B46;
}

.ast-single-post .entry-title, .page-title {
    font-family: 'SF UI Display', sans-serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
}

.single.single-sfwd-topic #content .ast-container #secondary,
.single.single-sfwd-lessons #content .ast-container #secondary {
    box-shadow: unset;
    background-color: #FAFBFD;
    border-right: 0 !important;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-home-link,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-home-link {
    display: inline-block !important;
    background-color: rgba(0, 0, 0, .03);
    color: #939597 !important;
    padding: 2px 18px 4px;
    font-size: 12px !important;
    margin: 0 0 15px !important;
    -webkit-transition: all linear .2s !important;
    transition: all linear .2s !important;
    border-radius: 100px;
    text-decoration: none !important;
    font-weight: 600;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-home-link:hover,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-home-link:hover {
    background-color: rgba(0, 0, 0, .06);
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-course-navigation-heading,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-course-navigation-heading {
    padding: 0 30px 15px;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-lesson-item-section-heading,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-lesson-item-section-heading {
    padding: 0 30px;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-lesson-item,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-lesson-item {
    border-bottom: 0px solid #e2e7ed;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-lesson-item>.ld-lesson-item-preview,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-lesson-item>.ld-lesson-item-preview {
    padding: 0 !important;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-lesson-item>.ld-lesson-item-preview>a,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-lesson-item>.ld-lesson-item-preview>a {
    padding: 12px 30px 12px 30px;
    line-height: 1.5;
    border-radius: 0;
    font-size: 16px;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-lesson-item>.ld-lesson-item-preview>a:hover,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-lesson-item>.ld-lesson-item-preview>a:hover {
    background: rgba(146, 164, 183, .1);
    color: #007CFF;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-lesson-item.ld-is-current-lesson>div>a,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-lesson-item.ld-is-current-lesson>div>a {
    background: rgba(146, 164, 183, .05);
    padding: 15px 30px !important;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-lesson-item>div>span.ld-expand-button,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-lesson-item>div>span.ld-expand-button {
    padding: 15px 30px;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-lesson-item-expanded,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-lesson-item-expanded {
    background: unset;
    border-radius: 0px;
    margin: 0;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-lesson-item-expanded::before,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-lesson-item-expanded::before {
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #fff;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-table-list-items,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-table-list-items {
    padding: 0;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-lesson-item-expanded a.ld-table-list-item-preview,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-lesson-item-expanded a.ld-table-list-item-preview {
    padding: 10px 30px 10px 45px !important;
    line-height: 1.5;
    border-radius: 0;
    font-size: 14px;
    color: #939597;
}

.single.single-sfwd-topic #content .ast-container #secondary .ld-lesson-item-expanded a.ld-table-list-item-preview:hover,
.single.single-sfwd-lessons #content .ast-container #secondary .ld-lesson-item-expanded a.ld-table-list-item-preview:hover {
    background: rgba(146, 164, 183, .1);
    color: #007CFF;
}

.widget_course_return {
    padding: 10px 30px;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate,
.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading, 
.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title,
.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover{
    color: #007CFF;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon,
.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress,
.learndash-wrapper .ld-button,
.learndash-wrapper .ld-table-list .ld-table-list-header{
    background-color: #007CFF;  
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete, 
.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title .ld-status-incomplete{
    border: 2px solid #007CFF;
}

.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-not-current-lesson .ld-lesson-item-preview a.ld-lesson-item-preview-heading {
    color: #122B46 !important;
    opacity: 0.5;
}

.learndash-wrapper .ld-button:hover {
    background-color: #0029ff;
    opacity: unset;
}

@media screen and (max-width: 991px) {
    .single.single-sfwd-topic #content .ast-container #secondary,
    .single.single-sfwd-lessons #content .ast-container #secondary {
        margin-bottom: 20px !important;
        padding: 20px 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .single.single-sfwd-topic #content .ast-container,
    .single.single-sfwd-lessons #content .ast-container {
        width: 100% !important;
        max-width: unset !important;
        padding: 0;
        display: flex;
    }
    .single.single-sfwd-topic #content .ast-container #secondary,
    .single.single-sfwd-lessons #content .ast-container #secondary {
        margin: 0;
        padding: 30px 0;
        width: 28%;
        box-shadow: inset -36px 0 40px -32px rgba(0, 0, 0, .05);
        -webkit-transition: margin-left .3s ease-in-out;
        transition: margin-left .3s ease-in-out;
        background-color: #FAFBFD;
        border-right: 0 !important;
    }
    .single.single-sfwd-topic #content .ast-container #primary,
    .single.single-sfwd-lessons #content .ast-container #primary {
        width: 72%;
        margin: 0;
        padding: 30px 100px 0;
        border-left: 0;
    }
}






/* New style start here */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    background: #F0F3FB;
    font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
body .ast-builder-menu-1 {
  font-family: 'Roboto', sans-serif;
}
.site-header .ast-primary-header-bar {
    border: 0;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
}
body.single-post header.entry-header {
    background: transparent;
    padding: 20px 0;
    margin-bottom: 30px;
}
body.single-post header.entry-header::before {
    background: transparent;
    content: none;
}

.ast-builder-menu .main-header-menu > li > .menu-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #263140;
    padding: 0;
    position: relative;
    outline: none;
}

.ast-desktop .site-header  .ast-builder-menu .menu-item .sub-menu {
    border: 0;
    box-shadow: 0px -2px 20px rgb(38 49 64 / 10%);
    border-radius: 4px;
    padding: 10px 0;
    width: 195px;
}
.ast-desktop .site-header .ast-builder-menu .menu-item .sub-menu a.menu-link {
    padding: 11px 15px;
    transition: all ease 0.4s;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #263140;
    outline: none!important;
}
.ast-desktop .site-header .ast-builder-menu .menu-item .sub-menu li:hover a.menu-link {
    background: rgba(38, 49, 64, 0.05);
    color: #02C3B0;
}
.ast-desktop .site-header .ast-builder-menu .menu-item .sub-menu li.current-menu-parent a.menu-link {
    color: #02C3B0;
    background: rgba(38, 49, 64, 0.05);
}
.ast-desktop .site-header .ast-builder-menu .menu-item .sub-menu li {
    margin: 0 0 2px;
}

.ast-desktop .site-header .ast-builder-menu .menu-item .sub-menu:after {
    display: block;
    content: "";
    position: absolute;
    top: -15px;
    border-width: 0px 12px 15px 12px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    left: 20%;
}
.ast-builder-menu .main-header-menu > li.current-menu-item > .menu-link,
.ast-builder-menu .main-header-menu > li:hover > .menu-link,
.ast-builder-menu .main-header-menu  li.current-menu-item .menu-link,
.ast-builder-menu .main-header-menu  li:hover .menu-link {
    color: #02C3B0;
}
.ast-builder-menu .main-header-menu > li > .menu-link:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background: #02c3b0;
    top: calc(50% + 14px);
    opacity: 0;
    transition: all ease 0.4s;
    right: 0;
    margin: 0 auto;
}
.ast-builder-menu .main-header-menu > li.current-menu-item > .menu-link:before,
.ast-builder-menu .main-header-menu > li:hover > .menu-link:before {
    opacity: 1;
    width: 100%;
}
.main-header-menu .menu-item:last-child > .sub-menu {
    right: 0;
    left: auto;
}

.main-header-menu .menu-item:last-child > .sub-menu:after {
    left: auto!important;
    right: 10%!important;
}
.ast-builder-menu .main-header-menu > li:last-child > .menu-link:before,
.ast-builder-menu .main-header-menu > li:nth-last-child(2) > .menu-link:before{
    display: none;
}



.ast-builder-menu .menu-item.question_mark > .menu-link {
    position: relative;
    padding-left: 43px;
}
.ast-builder-menu .menu-item.question_mark > .menu-link:before {
    content: ""!important;
    display: block!important;
    position: absolute;
    left: 0;
    height: 35px;
    width: 35px!important;
    top: calc(50% - 18px);
    right: auto;
    background-image: url('./images/help-black.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0;
    opacity: 1;
    background-color: transparent;
}
.ast-builder-menu .menu-item.question_mark:hover > .menu-link:before{
    background-image: url('./images/help.svg');    
}


@media (max-width: 1024px){
.ast-builder-menu .main-header-menu > li {
    padding: 0 10px;
}
}
@media (min-width: 922px){
.ast-builder-menu .main-header-menu > li {
    padding: 0 20px;
}
#ast-desktop-header .site-header-section-left {
    position: absolute;
    left: 40px;
    top: 0;
    z-index: 9;
}
#ast-desktop-header .ast-grid-right-section {
    width: 100%;
    justify-content: center;
}
#ast-desktop-header .ast-builder-grid-row {
    display: flex;
}
#ast-desktop-header .ast-grid-right-section .ast-builder-menu, 
#ast-desktop-header .ast-main-header-bar-alignment, 
#ast-desktop-header .main-header-bar-navigation, 
#ast-desktop-header .site-navigation,
#ast-desktop-header .main-navigation {
    width: 100%;
}
#ast-desktop-header ul.main-header-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 5%;
}
#ast-desktop-header ul.main-header-menu > li:nth-last-child(2),
#ast-desktop-header ul.main-header-menu > li:first-child {
    margin-left: auto;
}
.ast-builder-menu .main-header-menu > li.accounthomeicon  > .menu-link {
    position: relative;
    padding-left: 0px;
}
/* .ast-builder-menu .main-header-menu > li.accounthomeicon > .menu-link:before {
    display: block;
    content: "";
    height: 45px;
    width: 45px;
    background-color: #F3F5F7;
    border-radius: 50%;
    opacity: 1;
    left: 0;
    right: auto;
    top: calc(50% - 23px);
    background-image: url('./images/user.svg');
    background-repeat: no-repeat;
    background-position: center;
} */
.ast-builder-menu .main-header-menu > li.accounthomeicon > .menu-link img {
    max-width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50px;
    margin-right: 10px;
    border: 1px solid #ccc;
    display: block;
}

.ast-desktop .site-header .ast-builder-menu .menu-item.accounthomeicon .sub-menu:after {
    left: auto;
    right: 20%;
}
}

@media (max-width: 921px){
.ast-builder-menu .main-header-menu > li.accounthomeicon > .menu-link img {
    max-width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50px;
    margin-right: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 5px 10px 5px 0;
}
.ast-builder-menu .main-header-menu > li > .menu-link:before{
    display: none;
}
.ast-builder-menu  .main-header-menu > li.menu-item.question_mark > .menu-link:before{
    display: block!important;
    opacity: 1!important;
    left: 20px;
}
.ast-builder-menu .menu-item.question_mark > .menu-link {
    padding-left: 63px!important;
}
    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 26px;
    height: 26px;
    fill: #000;
}
.ast-header-break-point .main-navigation .stack-on-mobile > li {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.ast-header-break-point .main-navigation .stack-on-mobile {
    border-top: 1px solid #ddd;
}
.ast-mobile-popup-inner .ahfb-svg-iconset svg {
    width: 24px;
    height: 24px;
    transition: none;
}
.ast-header-break-point .main-navigation .stack-on-mobile > li.ast-submenu-expanded {
    background: #F0F3FB;
}
.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
    color: #263140;
    font-weight: 600;
}
.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
    outline: none;
}
}


/* footer style */
footer .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: #fff;
    min-height: initial;
    padding: 18px 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 3%);
}
footer .ast-footer-copyright p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #74808A;
}

/* Main page style */
.container {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}
.top_main_heading h1 {
    margin: 0 17px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #74808A;
}
.main_page {
    padding: 30px 0;
}
.c_green {
    color: #02C3B0;
}
.top_main_heading b {
    font-weight: 600;
}
.top_main_heading {
    display: flex;
    align-items: flex-end;
    margin: 0 0 20px;
    flex-wrap: wrap;
}
.top_main_heading .welcome_text {
    color: #74808A;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    padding: 0 0 3px;
}
.top_main_heading .welcome_text b {
    color: #263140;
}
.page_block {
    background: #FFFFFF;
    box-shadow: 0px 20px 50px rgba(38, 49, 64, 0.05);
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 20px;
    position: relative;
    transition: all ease 0.4s;
}
.point_grid .page_block:hover {
   /* cursor: pointer;
    box-shadow: 0px 20px 50px rgb(38 49 64 / 20%);*/
}
.point_grids {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px;
}
.point_grid {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 10px;
}
.m_p_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px;
}
.m_p_right_col {
    flex: 0 0 29.2%;
    max-width: 29.2%;
    padding: 0 10px;
}
.m_p_left_col {
    max-width: 70.8%;
    flex: 0 0 70.8%;
    padding: 0 10px;
}
.col_50 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}
.col_100 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
}
span.points_icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.point_grid h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #263140;
}
.point_grid .points_count {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    color: #D92128;
    margin: 21px 0;
}
.point_grid p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #74808A;
    margin: 0;
}
.point_grid.theme_green .points_count {
    color: #02c3b0;
}
.point_grid.theme_yellow .points_count {
    color: #EBAF0D;
}
.point_grid.theme_red .points_count {
    color: #D92128;
}
.block_heading {
    display: flex;
    align-items: center;
}
.block_heading h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #263140;
}
.block_heading svg {
    margin-right: 10px;
}
.block_heading {
    border-bottom: 1px solid rgba(116, 128, 138, 0.15);
    margin: -20px -20px 18px -20px;
    padding: 20px 20px 18px;
}
table.watupro-table.watupro-leaderboard thead th {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #74808A;
    padding: 12px 0px;
    padding-top: 0;
}
table.watupro-table.watupro-leaderboard {
    border: 0;
}
table.watupro-table.watupro-leaderboard td,table.watupro-table.watupro-leaderboard th {
    border: 0;
    text-align: left;
}
table.watupro-table.watupro-leaderboard td:last-child, table.watupro-table.watupro-leaderboard th:last-child {
    text-align: right;
}
table.watupro-table.watupro-leaderboard td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #263140;
    padding: 12px 0px;
}
.badges_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
/* .badges_block ul li {
    padding: 3px 20px;
    background: rgb(2 195 176 / 5%);
    margin: 0 30px 10px 10px;
    color: #02C3B0;
    border: 1px solid #02C3B0;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #02C3B0;
}
.badges_block ul li:before,.badges_block ul li:after {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    border-width: 17px 12px 18px 0;
    border-style: solid;
    border-color: transparent #f2fcfb transparent transparent;
    top: -1px;
} */

/* .badges_block ul li:before {
    border-color: transparent #43d2c5 transparent transparent;
    left: -13px;
} */

.badges_block > ul  > li {
    margin: 0 0px 15px 0px;
    color: #02C3B0;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #02C3B0;
    line-height: 1.5;
    padding: 5px 15px;
    background: #f0f3fb;
    border-radius: 10px;
}
ul.quick_links {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.quick_links li p {
    margin: 0;
}
ul.quick_links li {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #74808A;
    margin: 0 0 18px;
    position: relative;
    padding: 0 0 0 28px;
}
ul.quick_links li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 17px;
    height: 18px;
    background-image: url('./images/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.lastViewedList li .lastViewedContent a {
    display: flex;
    align-items: center;
}
.lastViewedList li .lastViewedContent a img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    margin-right: 12px;
    border: 2px solid #fff;
    box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
}
.lastViewedList li.lastViewedItem {
    margin: 0 0 15px;
}
.lastViewedList li .lastViewedContent a h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #74808A;
    transition: all ease 0.4s;
}
.lastViewedList li:hover .lastViewedContent a h5 {
    color: #d92128;
}
.updates_block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.updates_block ul li p {
    margin: 0;
}
.updates_block ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #74808A;
    margin: 0 0 18px;
    position: relative;
    padding: 0 0 0 28px;
}
.updates_block ul li:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 17px;
    height: 18px;
    background-image: url('./images/hand-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.updates_block ul li a {
    color: #d92128;
    text-decoration: underline;
}
.video_block iframe {
    border-radius: 10px;
    border: 4px solid #F3F5F7;
    display: block;
}
a.btn.get_more_info {
    margin-left: auto;
    background: #02c3b0;
    border-radius: 50px;
    padding: 7px 15px 7px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease 0.4s;
    text-decoration: none;
}
a.btn.get_more_info svg {
    margin: 0 0 0 10px;
}
.video_block .block_heading {
    padding: 13px 20px 13px;
}
a.btn.get_more_info:hover {
    background: #263140;
}

@keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.2;}
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.2;}
}
.updates_block span.new-tag {
    background: #02c3b0;
    padding: 1px 8px 0px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

.notification_bar p {
    padding: 8px 20px;
    background: rgb(255 255 255 / 90%);
    border-radius: 10px;
    margin: 0 0 20px;
    border: 1px solid #c3c3c3;
    text-align: center;
}
.notification_bar p {
    color: #ff0000;
}

.notification_bar p a{
    color: #ff0000;
    font-weight: bold;
}

.point_grid h4 .tooltip {
    position: relative;
}
.point_grid h4 {
    display: flex;
    align-items: center;
}
.point_grid h4 .tooltip .tooltip_text {
    position: absolute;
    top: calc(100% + 15px);
    right: 50%;
    width: 260px;
    font-size: 12px;
    background: #263140;
    padding: 8px 12px;
    z-index: 999;
    box-shadow: 0px 0px 20px rgb(38 49 64 / 15%),0px 12px 20px rgb(38 49 64 / 15%);
    border-radius: 4px;
    color: #fff;
    letter-spacing: 0.02rem;
    line-height: 1.3;
    font-weight: 400;
    display: none;
    transform: translateX(50%);
}
.point_grid h4 .tooltip:hover .tooltip_text ul {list-style-position: outside;padding: 0;margin: 0 0 0 15px;}

.point_grid h4 .tooltip:hover .tooltip_text ul li {
    margin: 0 0 7px;
}
.point_grid h4 .tooltip > span {
    background: #02c3b0;
    height: 18px;
    width: 18px;
    display: flex;
    color: #fff;
    font-size: 13px;
    border-radius: 50px;
    line-height: 1;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
    cursor: pointer;
}
.point_grid h4 .tooltip:hover .tooltip_text {
    display: block;
}
a {
    text-decoration: none;
    color: #02c3b0;
}


.badges_block ul li .gamipress-achievement-attached {
    position: relative;
}
.badges_block ul li .gamipress-extras-window {
    position: absolute;
    right: 0;
    z-index: 99;
    top: 100%;
    width: 200px;
    background: #fff;
    box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 15px;
}
.badges_block ul li .gamipress-achievement {
    overflow: visible!important;
    box-sizing: border-box!important;
    margin: 0!important;
    padding: 0!important;
}
.badges_block ul li .gamipress-achievement-description {
    display: flex;
    /* align-items: center; */
    flex: 0 0 calc(100% - 40px);
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box!important;
    max-width: calc(100% - 40px);
    width: auto!important;
    justify-content: space-between;
    align-items: center;
}
.badges_block ul li .gamipress-achievement-image {
    min-width: 40px;
    padding-right: 0!important;
    width: auto!important;
    flex: 0 0 40px;
    max-width: 40px;
}
.badges_block ul li .gamipress-open-close-switch {
    text-align: left;
}
.badges_block ul li .gamipress-open-close-switch a {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.badges_block ul li .gamipress-extras-window h4.gamipress-achievement-steps-heading {
    font-size: 16px;
    margin: 0 0 5px;
}

ul.gamipress-achievement-steps li {
    margin: 0;
}
.disktop_hide {
    display: none;
}
.lessons_list p {
    margin: 0;
    font-size: 0;
}
.lessons_list p a {
    font-size: 14px;
    display: inline-block;
    background: #fff;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    padding: 2px 30px;
    font-weight: 600;
    color: #02c3b0;
    border: 1px solid #02c3b0;
    min-width: 130px;
    text-align: center;
    transition: all ease 0.4s;
    box-shadow: 0 4px 11px rgba(0,0,0,0.10);
}
.lessons_list p a:hover {
    background: #02c3b0;
    color: #fff;
}
.allTimeTopUsers p a {
    color: #d92128;
    text-decoration: underline;
}
.allTimeTopUsers p  {
    margin: 0px;
}
.point_grid p a {
    color: #d92128;
    text-decoration: underline;
    outline: none!important;
}
/* responsive media queries
====================================================== */
@media (min-width: 1024px) {
    .m_p_row.fullwidth_row .m_p_left_col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .m_p_row.fullwidth_row .m_p_right_col {
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .m_p_row.fullwidth_row .m_p_right_col > .page_block {
        flex: 0 0 calc(33.333% - 12px);
        max-width: calc(33.333% - 12px);
    }
    .m_p_row.fullwidth_row .m_p_right_col {
        order: 1;
    }
    .m_p_row.fullwidth_row .m_p_left_col {
        order: 2;
    }
    .visible_phone{
        display: none;
    }
    .m_p_row.fullwidth_row .m_p_left_col .visible_desktop {
        display: none;
    }
    .m_p_row.fullwidth_row .m_p_right_col .visible_phone {
        display: flex;
        width: calc(100% + 20px);
    }
}

@media(max-width: 1023px){
.visible_desktop {
    display: none;
}
.visible_phone{
    display: flex;
}
.m_p_right_col,
.m_p_left_col {
    flex: 0 0 100%;
    max-width: 100%;
}
.m_p_row > .m_p_right_col {
    order: 1;
}
.m_p_row > .m_p_left_col {
    order: 2;
}
}


@media(max-width: 767px){
.point_grid,
.col_50 {
    flex: 0 0 100%;
    max-width: 100%;
}
.top_main_heading .welcome_text {
    font-size: 18px;
}
.top_main_heading h1 {
    font-size: 26px;
}
.main_page {
    padding: 20px 0;
}
.disktop_hide {
    display: block;
}
}

@media (max-width: 479px){
.video_block .block_heading {
    flex-wrap: wrap;
}
a.btn.get_more_info {
    margin: 0 0 0 auto;
    padding: 7px 15px 7px;
    font-size: 0;
}

a.btn.get_more_info svg {
    margin: 0;
}

}


body.single .learndash-wrapper .site-footer {
    display: none !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
    display: none!important;
}
body.single .site-header {
    z-index: 9990;
    position: fixed;
    top: 32px;
    left: 0;
    width: 100%;
}
body.single .learndash-wrapper .ld-focus-header {
    top: 92px;
}
body.admin-bar.single .learndash-wrapper .ld-focus-header {
    top: 102px;
}
body.single .learndash-wrapper .ld-focus .ld-focus-sidebar {
    padding-top: 130px;
}
body.ld-in-focus-mode.single {
    padding-top: 92px;
}

body.ld-in-focus-mode.admin-bar.single {
    padding-top: 122px;
}

body.single:not(.admin-bar) .site-header {
    top: 0;
}
body.single:not(.admin-bar) .learndash-wrapper .ld-focus-header {
    top: 78px;
}

@media (max-width: 921px){
body.admin-bar.single .learndash-wrapper .ld-focus-header {
    top: 100px;
}
body.single:not(.admin-bar) .learndash-wrapper .ld-focus-header {
    top: 68px;
}
}

@media (max-width: 782px){
    body.single .site-header {
    top: 42px;
}
}

@media (max-width: 768px){
    body.admin-bar.single .learndash-wrapper .ld-focus-header {
        top: 0;
    }
    body.ld-in-focus-mode.admin-bar.single {
        padding-top: 0;
    }
    body.single .learndash-wrapper .ld-focus .ld-focus-sidebar {
        padding-top: 0;
        top: 51px;
    }
    body.single .site-header {
        position: relative;
        top: 0;
    }
    body.ld-in-focus-mode.single {
        padding-top: 0px;
    }
    body.single:not(.admin-bar) .learndash-wrapper .ld-focus-header {
        top: 10px;
    }
}

body.ld-in-focus-mode .learndash-wrapper, body.single .learndash-wrapper {
    width: 100%!important;
}
.learndash-embed-responsive .ast-container, .learndash-cpt-sfwd-lessons .ast-container {
    max-width: 100%!important;
}


.sfwd-courses-template-default.learndash-embed-responsive #content .ast-container {
    max-width: 1040px!important;
}
.sfwd-courses-template-default div#content {
    padding-top: 100px;
}

@media (max-width: 768px){
.sfwd-courses-template-default div#content {
    padding-top: 40px;
}
}

@media (min-width:768px){
body.single-post div#content{
    padding-top: 100px;
}
}
/*body.single-post div#primary {
    display: flex;
    flex-direction: row-reverse;
}
body.single-post div#primary .left_sidebar {
    flex: 0 0 360px;
}
body.single-post div#primary main#main {
    padding-left: 50px;
    flex-grow: 1;
}*/
body.single-post:not(.ast-no-sidebar) .site-content > .ast-container {
    max-width: 1300px;
}
.lesson_block h4.lesson_name {
    padding: 12px 40px 12px 20px;
    font-weight: bold;
    position: relative;
    margin: 0px -20px 0px -20px;
    cursor: pointer;
}
.lesson_block {
    background-color: #D1EAFD;
    border-radius: 10px;
    border: 0;
    margin: 0 0 8px;
    display: block;
    padding: 0px 20px 0px 20px;
}
ul.lesson_posts_list li a {
    color: #050707;
    line-height: 1.5;
    display: block;
}
ul.lesson_posts_list li.active a {
    font-weight: bold;
    color: #02c3b0;
}
ul.lesson_posts_list li.active:before {
    background: #02c3b0!important;
}
ul.lesson_posts_list li {
    margin: 0 0 15px!important;
}
.lesson_block h4.lesson_name:after,
.lesson_block h4.lesson_name:before {
    width: 12px;
    height: 2px;
    background: #000;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
}
.lesson_block h4.lesson_name:after {
    transform: rotate(90deg);
}
ul.lesson_posts_list {
    padding: 10px 0 20px;
    display: none;
    max-height: 700px;
    overflow: auto;
    margin-right: -20px;
    padding-right: 20px;
}
/* width */
ul.lesson_posts_list::-webkit-scrollbar {
  width: 8px;
}

/* Track */
ul.lesson_posts_list::-webkit-scrollbar-track {
  background: #ddd; 
}
 
/* Handle */
ul.lesson_posts_list::-webkit-scrollbar-thumb {
  background: #505050; 
}

/* Handle on hover */
ul.lesson_posts_list::-webkit-scrollbar-thumb:hover {
  background: #444; 
}

.lesson_block.active h4.lesson_name:after {
    opacity: 0;
}
.lesson_block.completed {
    background: rgb(79 195 50 / 15%);
}

ul.lesson_posts_list li {
    position: relative;
    padding-left: 20px;
}

ul.lesson_posts_list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    height: 6px;
    width: 6px;
    background: #404040;
    border-radius: 50px;
}

.sidebar-main p:empty {
    display: none;
}
body.single-post .entry-title {
    text-align: left;
}

span.completed_badge {
    display: inline-block;
    background: #02c3b0;
    color: #fff;
    padding: 0 7px;
    line-height: 1.8;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.top_main_heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: nowrap;
}
.hello_image {
    max-width: 130px;
    margin-right: 20px;
}
body.home .main_page {
    padding-top: 10px;
}
.top_main_heading_right {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.page_block.hide {
    display: none!important;
}






@media (min-width: 1440px) {
    .sidebar_toggle {
        display: none;
    }

    body.single.single-post.ast-left-sidebar #secondary {
        position: fixed;
        left: 0;
        top: 0;
        padding: 0;
        max-width: 300px;
        border: 0;
        height: 100%;
        background: transparent;
        z-index: 9;
        transition: all ease 0.4s;
        /*     transform: translateX(-110%); */
        /*     -webkit-transform: translateX(-100%); */
        box-shadow: none;
        margin: 0;
    }
    body.single.single-post.ast-left-sidebar #secondary .sidebar-main {
        height: 100%;
        overflow: auto;
        padding: 130px 15px 60px;
    }
    body.single.single-post.ast-left-sidebar #primary {
        border: 0;
        padding: 0;
        margin: 0 auto;
        max-width: 800px;
        width: 100%;
        float: none;
    }
    body.single.single-post.ast-left-sidebar  ul.lesson_posts_list {
        max-height: calc(100vh - 270px);
    }
}

@media (min-width: 1600px) {
body.single.single-post.ast-left-sidebar #primary {
        max-width: 950px;
    }
}
@media (max-width: 1439px){
body.single.single-post.ast-left-sidebar #secondary {
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    max-width: 300px;
    border: 0;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: all ease 0.4s;
    transform: translateX(-110%);
    -webkit-transform: translateX(-100%);
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    margin: 0;
}
body.single.single-post.ast-left-sidebar #secondary.active{
    transform: translateX(0%);    
    -webkit-transform: translateX(0%);  
}
body.single.single-post.ast-left-sidebar #secondary .sidebar-main {
    height: 100%;
    overflow: auto;
    padding: 80px 15px 60px;
}
body.single.single-post.ast-left-sidebar #primary {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
}
/* width */
body.single.single-post.ast-left-sidebar #secondary .sidebar-main::-webkit-scrollbar {
  width: 8px;
}

/* Track */
body.single.single-post.ast-left-sidebar #secondary .sidebar-main::-webkit-scrollbar-track {
  background: #ddd; 
}
 
/* Handle */
body.single.single-post.ast-left-sidebar #secondary .sidebar-main::-webkit-scrollbar-thumb {
  background: #505050; 
}

/* Handle on hover */
body.single.single-post.ast-left-sidebar #secondary .sidebar-main::-webkit-scrollbar-thumb:hover {
  background: #444; 
}
.sidebar_toggle {
    position: absolute;
    top: 120px;
    left: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #02c3b0;
    color: #fff;
    border-radius: 0 4px 4px 0;
    font-size: 0;
    cursor: pointer;
}
.sidebar_toggle:after {
    display: block;
    content: "";
    position: absolute;
    width: 22px;
    height: 18px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #ffff;
    left: 7px;
    top: 10px;
}
.sidebar_toggle:before {
    height: 2px;
    width: 22px;
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 18px;
    background: #fff;
}
.secondary.active .sidebar_toggle::after {border-bottom: 0;transform: rotate(45deg);top: 16px;left: 2px;}

.secondary.active .sidebar_toggle::before {
    transform: rotate(-45deg);
    left: 8px;
}
}




@media (max-width:767px){
body.single-post .entry-content blockquote~.bg-margin-for-link {
    padding-left:0px;
}
body.single-post .entry-content blockquote+div, 
body.single-post .entry-content blockquote~ul, 
body.single-post .entry-content blockquote+div+div,
body.single-post .entry-content blockquote + div + div.bg-margin-for-link + div.bg-margin-for-link,
body.single-post blockquote {
        border-left: 0px!important;
    padding-left: 0!important;
}
body.single-post .entry-content .situation-wrapper {
    margin: 0 -20px 0;
    padding: 10px 20px;
}
.current_older_newer_lesson_btn {
    margin: auto auto 15px;
}
body.single-post h2 {
    margin: 30px 0 30px;
}
body.single-post .entry-content .situation-wrapper h2 {
    margin-top: 30px;
}
body.single-post .entry-content .situation-wrapper h2+p:first-of-type {
    margin-bottom: 25px;
}
}


@media (max-width: 479px){
    .hello_image {
        max-width: 100px;
        margin-right: 10px;
    }
    .top_main_heading h1 {
        font-size: 22px;
        line-height: 1.3;
        margin: 0 0 3px;
    }
    .top_main_heading .welcome_text {
    font-size: 16px;
}
}



/* codesnippet Website CSS style
--------------------------------------------------------- */
body.single-post .entry-content .situation-wrapper {
    background: #FFFFFF;
    border-radius: 12px;
}
/* ul.all-heading-info li a:before{
content: "←";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
} */
.lesson_block {
    background-color: #fff;
    border-radius: 12px;
}
body.single-post .entry-title {
    text-align: left;
    font-size: 30px;
    font-family: 'Roboto' , sans-serif;
    font-weight: 600;
    color: #111928;
}
.lesson_block h4.lesson_name {
    padding: 20px 40px 12px 24px;
    margin: 0px -24px 10px -24px;
}
ul.lesson_posts_list li:before{
    content: none;
}
ul.lesson_posts_list li {
    position: relative;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 12px!important;
}
ul.lesson_posts_list li a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #111928;
    padding: 12px 0;
}
.lesson_block {
    padding: 0px 24px 0px 24px;
}
.lesson_block h4.lesson_name:before {
    width: 32px;
    height: 32px;
    background: #F3F4F6;
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 16px;
    border-radius: 50px;
}
.lesson_block h4.lesson_name:after {
    content: "";
    display: block;
    position: absolute;
    transform: rotate(-45deg);
    height: 8px;
    width: 8px;
    background: transparent;
    z-index: 1;
    border-radius: 0;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    top: 26px;
    right: 32px;
    opacity: 1;
}
.lesson_block.active h4.lesson_name:after {
    opacity: 1;
    transform: rotate(135deg);
    top: 29px;
}
ul.all-heading-info {
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    font-family: 'Roboto', sans-serif;
}

ul.all-heading-info li {
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all ease 0.4s;
}
ul.all-heading-info li a{
    transition: all ease 0.4s;  
}

ul.all-heading-info li span {
    height: 32px;
    width: 32px;
    display: block;
    background: #E5E7EB;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.4s;
}

ul.all-heading-info li.active span,
ul.all-heading-info li:hover span {
    background: #14B8A6;
    color: #fff;
}

ul.all-heading-info li.active,
ul.all-heading-info li:hover {
    color: #14b8a6;
}
ul.all-heading-info li.active a,
ul.all-heading-info li:hover a {
    color: #14b8a6;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0px;
    cursor: pointer;
    font-family: "Inter";
}
ul.all-heading-info li:hover a{
  color: #3a3a3a;
}
ul.all-heading-info li a:hover span {
    background: #3a3a3a;
    color: #fff;
}
p.custom-go-toback-buttton {
    display: flex;
    align-items: center;
    gap: 10px;
}
body.single-post header.entry-header {
    margin-bottom: 0;
}
ul.lesson_posts_list li a {
    position: relative;
    padding-right: 20px;
}
ul.lesson_posts_list li a:after {
    display: block;
    content: "";
    position: absolute;
    right: 1px;
    height: 2px;
    width: 10px;
    background: #1F2A37;
    top: calc(50% - 1px);
}
ul.lesson_posts_list li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: transparent;
    right: 0;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    border-top: 2px solid #1F2A37;
    border-right: 2px solid #1F2A37;
}
body.single-post .entry-content blockquote+div, body.single-post .entry-content blockquote~ul, body.single-post .entry-content blockquote+div+div {
    border-left: 0px solid #000;
    padding-left: 30px;
    background: #F3F4F6;
    padding-right: 30px;
}
body.single-post blockquote {
    border-left: 0px solid #000;
    padding-left: 30px;
    background: #F3F4F6;
}
body.single-post .entry-content blockquote + div + div.bg-margin-for-link + div.bg-margin-for-link {
    border-left: 0px solid #000!important;
    background: #F3F4F6;
}
body.single-post .entry-content  a.download-btn.mp3 {
    position: absolute;
    right: 0;
    top: 20px;
    border-radius: 10px;
    border: 1px solid #14B8A6;
    padding: 7px 10px;
    color: #14B8A6;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    transition: all ease 0.4s;
    right: 280px;
    left: auto;
    top: 120px;
    background: transparent;
}
body.single-post .entry-content  a.download-btn.mp3:hover {
    background: #14b8a6;
    color: #fff;
}
.current_user_lesson_complete {
    position: absolute;
    top: 120px;
    right: 40px;
    left: auto;
    width: auto;
}
body.single-post div#primary {
    position: static;
}
body.single-post div#content {
    position: relative;
}
body.single-post header.entry-header {
    position: static;
}
button.mark_as_complete, button.mark_as_incomplete {
    border-radius: 10px;
    border: 1px solid #14B8A6;
    padding: 7px 10px;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    transition: all ease 0.4s;
    background: #14B8A6;
    position: relative;
}
button.mark_as_complete:hover{
    background: #fff;
    color: #14B8A6;
}
a.download-btn.mp3:before,
button.mark_as_complete:before, 
button.mark_as_incomplete:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: calc(50% - 8px);
    height: 16px;
    width: 16px;
    background-image: url('./images/new-download.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
body.single-post .entry-content a.download-btn.mp3:after{
    display: none!important;
}
a.download-btn.mp3:hover:before {
    background-image: url('./images/new-download-white.svg');
}

button.mark_as_complete:before, 
button.mark_as_incomplete:before {
    background-image: url(./images/check.svg);
}
button.mark_as_incomplete {
    background: #aaa;
    border-color: #aaa;
}
button.mark_as_complete:hover, 
button.mark_as_incomplete:hover{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
/* button.mark_as_incomplete:before,button.mark_as_incomplete:after {
    background-image: none;
    height: 2px;
    width: 16px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 17px;
    transform: rotate(45deg);
}
button.mark_as_incomplete:before {
    transform: rotate(-45deg);
} */
.current_user_lesson_complete .icon-spinner {
    height: 12px;
    width: 12px;
    margin: 0 0 0px 5px;
}
body.single-post .entry-content  a.download-btn.mp3,
button.mark_as_complete, 
button.mark_as_incomplete {
    padding-left: 32px;
}

body.single-post header.entry-header {
    padding-right: 30%;
}
body.single-post h2 + .wp-block-columns {
    margin-bottom: 0;
    margin-top: 0;
}
.lesson_block h4.lesson_name:after, .lesson_block h4.lesson_name:before {
    display: none;
}
button.mark_as_complete:before {
    display: none;
}

button.mark_as_complete {
    padding-right: 22px;
    padding-left: 22px;
}




div#watupro_quiz {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 15px 40px 10px;
    margin: 0 0 20px;
}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea {
    background: #fff;
    box-shadow: none!important;
    min-height: 120px!important;
    height: 120px!important;
    margin: 2px 0 0;
}
body.postid-36690 article.post div.entry-content {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px 40px 40px;
    margin: 0 0 20px;
}
div#wpdcom {
    max-width: 100%;
}
.category-practice .entry-content {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px 40px 40px;
    margin: 0 0 20px;
}

/*ul.all-heading-info li {
    position: relative;
}
ul.all-heading-info li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}*/
ul.all-heading-info li:hover a span {
    color: #ffffff;
    background:#3a3a3a
}
p.custom-go-toback-buttton {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

p.custom-go-toback-buttton a:last-child:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}
ul.all-heading-info li#element_0 {
    cursor: default;
}
/* Responsive style
--------------------------------------------------------- */
@media (min-width: 1440px){
body.single.single-post.ast-left-sidebar #secondary {
    max-width: 380px;
}

body.single.single-post.ast-left-sidebar #primary {
    max-width: 950px;
    margin-left: 320px;
}
body.single.single-post.ast-left-sidebar #secondary .sidebar-main {
    padding: 130px 15px 60px 35px;
}
}

@media (min-width: 1600px){
body.single.single-post.ast-left-sidebar #secondary {
    max-width: 470px;
}
}

@media (max-width: 1439px){
.lesson_block {
    padding: 0px 0px 0px 0px;
}
body.single-post div#primary {
    margin-top: 0px;
}
body.single-post header.entry-header {
    padding-right: 350px;
}
}

@media (max-width: 991px){
body.single-post header.entry-header {
    padding-right: 0px;
}
body.single-post .entry-content  a.download-btn.mp3 {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    top: 0!important;
    left: 0;
    margin: 0;
}
body.single-post .current_user_lesson_complete {
    position: static;
    width: auto;
    display: block;
}
body.single-post header.entry-header {
    display: flex;
    flex-wrap: wrap;
}
body.single-post header.entry-header h1.entry-title {
    width: 100%;
    padding-right: 0;
    margin: 0 0 20px;
}
body.single-post ul.all-heading-info {
    margin-top: 20px;
    width: 100%;
}
body.single-post .entry-header  .wp-block-columns {
    margin: 0;
}
}