.moduleProgress:before {
    content: '';
    position: absolute;
    right: 0;
    top: -2px;
    width: var(--progress-width);
    height: 3px;
    background: var(--green);
    border-radius: 5px;
    filter: drop-shadow(0px 0px 3px #F5FFFD88);
}
.moduleProgress {
    position: relative;
    border-top: 1px solid rgb(242 242 242 / 10%);
    padding-top: 13px;
    color: #F5FFFD;
}
.wpcw-form .wpcw-form-row label{
    display: none;
}
p.wpcw-form-row.loginBtnWrap {
    text-align: right;
}
p.wpcw-form-row.loginBtnWrap button {
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: .3s ease;
}
p.wpcw-form-row.loginBtnWrap button:hover {
    background: #F5FFFD;
    border-color: #F5FFFD;
    color: #fff;
}
.account-menu-hamburger {
    position: absolute;
    left: 0;
    height: 100%;
}
.account-menu-hamburger svg.closeMenu{
    display: none;
}

.account-menu-hamburger.active svg.closeMenu{
    display: block;
}
.account-menu-hamburger.active svg:not(.closeMenu){
    display: none;
}
.sideMenu .account-menu-hamburger{
    top: -30px;
    height: auto;
    left: auto;
    right: 5px;
}
/*DASHBOARD-PAGE*/
p.wpcw-form-row.wpcw-lost-password {
    margin-top: 20px;
}
p.wpcw-form-row.wpcw-lost-password>a {
    color: #F5FFFD;
}
p.wpcw-form-row.wpcw-lost-password>a:hover {
    opacity: .7;
}
.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-8a2a75d> .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}
.page-id-1751:not(.woocommerce-account) section.elementor-section.elementor-top-section.elementor-element.elementor-element-7b34ee7.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    position: sticky;
    top: 50px;
    background: #111;
    padding: 0 20px;
    z-index: 9;
    margin: 25px 0;
}

#wpcw_fe_course_progress td.wpcw_fe_course_progress_course.active a {
    background: url(/wp-content/uploads/2021/06/arrow_drop_down_white_24dp.svg) no-repeat 0px 0px;
}
#wpcw_fe_course_progress td.wpcw_fe_course_progress_course a {
    background: url(/wp-content/uploads/2021/06/arrow_right_grey_24dp.svg) no-repeat 0px 0px;
}
#wpcw_fe_course_progress .wpcw_fe_course_progress_certificate, #wpcw_fe_course_progress .wpcw_fe_course_progress_grade, #wpcw_fe_course_progress .wpcw_fe_course_progress_pc {
    text-align: right;
}
tbody {
    background: #8080804f;
    color: white;
}
#welcomeDashMSG{
    transition: 1s;
}
#welcomeDashMSG.hide{
opacity: 0;
    visibility: hidden;
    display: none;
}
p.welcomeMessage {
  text-align: center;
  font-size: 40px;
    margin-bottom: 5px;
    display: block;
}
p.signedUpCoursesMSG {
    text-align: center;
}
#wpcw_fe_course_progress .wpcw_fe_course_progress_course.active a, #wpcw_fe_course .wpcw_fe_unit_title, #wpcw_fe_course td.wpcw_fe_unit_title, #wpcw_fe_course .wpcw_fe_unit a {
    color: white;
}
#wpcw_fe_course .wpcw_fe_unit a{
    text-decoration: underline;
}
#wpcw_fe_course_progress .wpcw_fe_course_progress_course a{
    color: #999999;
}
/**/
/*EDIT-ACCOUNT-PAGE*/
.edit__account_details_form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 60px;
      row-gap: 20px;
      align-items: center;
}
.edit__account_details_form>div {
    width: 30%;
    margin: 0;
    max-width: 303px;
}
.edit__account_details_form>div.userThumbnail {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 27px;
}
.edit__account_details_form>div.userThumbnail>label {
    padding: 12px 15px;
    background: var(--dark);
    border-radius: 10px;
    border: 1px solid #979797;
    margin-top: 30px;
    color: #F2F2F2;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
}

.edit__account_details_form>div.userThumbnail img{
    border-radius: 50%;
    height: 178px;
    width: 178px;
    object-fit: cover;
}
form.wpcw-form.wpcw-form-edit-account p input.wpcw-input-text {
    padding: 5px 12px 8px;
    border-radius: 10px !important;
    font-size: 16px;
    height: 38px;
    color: #979797;
    font-weight: 400;
    letter-spacing: 0.1px;
    opacity: 1 !important;
}
.userEditAccountWrap {
    display: flex;
    justify-content: center;
}
.wpcw-form .wpcw-form-row-first, .wpcw-form .wpcw-form-row-last {
    width: 100%;
}
h3.passwordEditNotice {
    margin: 0;
}
h2.accountDetailsTitle {
    margin-bottom: 34px;
}
.wpcw-form .wpcw-form-row input.wpcw-input-text, .wpcw-form .wpcw-form-row textarea {
    opacity: 1 !important;
}
p.saveChangesEditPage {
    text-align: center;
}
button.button.saveChangesBTN {
    border-radius: 10px;
    font-size: 25px;
    padding: 10px;
    margin-top: 80px;
    border: 1px solid;
    transition: 0.3s;
    text-shadow: none;
    font-size: 18px;
    letter-spacing: 0.8px;
    border: 1px solid #F5FFFD !important
}
button.button.saveChangesBTN:hover {
    background: #F5FFFD;
    color: #111;
}
a.myAccountCustomBTN {
    padding: 0 10px;
    border-radius: 10px;
    color: white;
    float: left;
    margin: 50px 5px 5px;
    border: 1px solid;
}
input#image_upload {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -9999em;
    display: none;
}
button#image_upload_btn {
    display: none;
}
.edit__account_details_form > .user-bio-wrap {
    width: 100%;
    max-width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.edit__account_details_form > .user-bio-wrap > div {
    width: calc( 50% - 10px );
}
.edit__account_details_form > .user-bio-wrap > div > * {
    width: 100%;
}
.edit__account_details_form > .user-bio-wrap > div > input,
.edit__account_details_form > .user-bio-wrap > div > textarea {
    background: transparent;
    padding: 5px 12px 8px;
    border-radius: 10px;
    font-size: 16px;
    color: var(--green);
    font-weight: 400;
    letter-spacing: 0.1px;
    border-color: #3d3d3d63;

}
.edit__account_details_form > .user-bio-wrap > div > input{
    height: 38px;
}
.edit__account_details_form > .user-bio-wrap > div > #user_bio_link_1 {
    margin-bottom: 15px;
}

textarea#user-bio-text {
    line-height: 1.1;
}

@media (min-width:1100px) {
    .wpcw-student-account-password-fields>h4 {
        margin-bottom: 18px;
    }
    section.elementor-section.elementor-top-section.elementor-element.elementor-element-c77e98d.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
        top: 55px;
    }
}

@media (max-width:768px){
    .userEditAccountWrap {
    flex-wrap: wrap;
  }
  .edit__account_details_form > .user-bio-wrap > div {
      width: 100%;
  }
}
@media (max-width:600px){
.edit__account_details_form>div {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.edit__account_details_form {
  justify-content: center;
}
.edit__account_details_form > .user-bio-wrap {
    max-width: 303px !important;
}
.wpcw-student-account-password-fields {
    margin-top: 80px;
}
a.myAccountCustomBTN {
  float: unset;
  display: block;
    text-align: center;
}
}
/**/


    *{
        --grey: #92929D;
    }
section#myAccountMainContainer {
    transition: .3s ease;
    max-height: 99999px;
}
section#myAccountMainContainer.hidden {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}
div#MMaccountApp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 0.5%;
    width: 100%;
}
.coursesContainer {
    position: relative;
    height: 240px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 50px;
    cursor: pointer;
    width: 100%;
    padding-bottom: 10px;
    border: 1px solid transparent;
    transition: .3s ease;
    border-radius: 20px;
}
.coursesContainer:hover {
    border-color: #F5FFFD;
}
/*.coursesContainer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 108%;
    background: #3dd598;
    left: 0;
    top: 0;
    transition: .3s ease;
    z-index: 0;
    opacity: 0;
    border-radius: 20px;
    transform: scaleY(0);
}*/

/*.coursesContainer:hover:before {
    opacity: 1;
    transform: scaleY(1);
}*/
div.courseContent h3 {
    /*font-size: 16px;*/
    margin-bottom: 7px;
    color: #fff;
}
.courseContent {
    z-index: 1;
    position: relative;
    background: var(--dark);
    padding: 20px;
    border-radius: 20px;
    width: 90%;
}
span.courseParts {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 27px;
    line-height: 1;
    font-size: 14px;
    color: var(--grey);
}
span.courseParts:before,
span.unitsCount:before {
    content: '';
    width: 20px;
    height: 15px;
    background-image: url(/wp-content/uploads/new-dashboard-icons/document-shape.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
div#MMaccountApp .coursesContainer img {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
    border-radius: 20px 20px 0 0;
}
span.wpcw_progress_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}
span.wpcw_progress {
    width: 100%;
    margin-bottom: 10px;
    background: var(--grey);
    border-radius: 25px;
    height: 10px;
    display: flex;
    justify-content: flex-end;
}
span.wpcw_progress_percent {
    font-size: 14px;
    color: var(--grey);
}
.wpcw_progress_bar {
    background-color: #F5FFFD;
    background-image: none;
}
section#myAccountSecondaryContainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: .1s ease;
    max-height: 99999px;
}
section#myAccountSecondaryContainer.hidden {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}
.modulesContainer {
    display: flex;
    flex-wrap: wrap;
    max-width: 1111px;
    width: 100%;
    column-gap: 2%;
}
.moduleBox {
    display: flex;
    border-radius: 20px;
    background: var(--dark);
    border: 1px solid #EAEAEA;
    margin-bottom: 20px;
    flex-direction: column;
    padding: 20px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    transition: .3s ease;
}
.moduleBox:hover{
    border-color: #F5FFFD;
}
div.moduleBox h3 {
    padding-bottom: 10px;
    /*font-size: 16px;*/
    color: #fff;
    text-align: center;
}
.moduleUnitsCount {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
span.module-number,
span.unitsCount{
    font-size: 14px;
    color: var(--grey);
}
span.unitsCount{
    display: flex;
    align-items: center;
}
.coursesBreadcrumbs {
    max-width: 850px;
    /*margin: 0 20px;*/
    width: 100%;
    line-height: 1.4;
}
.coursesBreadcrumbs>span, div.coursesBreadcrumbs>a {
    margin-left: 6px;
    transition: .3s ease;
    color: #7a7a7a
}
.coursesBreadcrumbs>span:not(.moduleBreadcrumb, .nopointer) {
    cursor: pointer;
}
.coursesBreadcrumbs>span:not(.moduleBreadcrumb):hover {
    color: #fff;
}
.coursesBreadcrumbs>span a {
    color: #7a7a7a;
}
div.coursesBreadcrumbs>a:hover {
    color: #fff;
}
.coursesBreadcrumbs> span:after, .coursesBreadcrumbs>a:after {
    content: ' //';
}
.unitsContainer>div {
    width: calc(100% / 2 - 20px);
    margin-bottom: 20px;
}
.unitsContainer>div>a {
    display: block;
    height: 100%;
    background: var(--dark);
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding: 20px;
    transition: .3s ease;
    color: #fff;
    padding-bottom: 50px;
}
.unitsContainer>div>a:hover {
    opacity: 1;
    color: #fff;
    border-color: #F5FFFD;
}
.unitsContainer>div{
    width: 100%;
    position: relative;
}
.unitsContainer>div>a>span {
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    border-bottom: 1px solid #ffffff55;
    line-height: 1.3;
}
.timeAndStatus {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 0 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    pointer-events: none;
    color: #24D0E2;
}
.timeAndStatus .status{
    position: absolute;
    left: 20px;
    display: flex;
    justify-content: flex-end;
}
.wpcw-unit-complete-icon {
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/new-dashboard-icons/chackbox-not-completed.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.wpcw-unit-complete-icon.completed {
    background-image: url(/wp-content/uploads/new-dashboard-icons/chackbox-completed.svg);
}
.unitsContainer {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    width: 100%;
    max-width: 1111px;
}
@media(min-width: 769px){
    .edit__account_details_form>div{
        min-height: 222px;
    }
    .account-menu-hamburger {
        display: none;
    }

    .coursesContainer{
        width: 49%;
    }
    .moduleBox{
        width: calc(100%/2 - 20px);
    }
    .unitsContainer>div{
        width: calc(100% / 2 - 20px);
    }

}
