
body {
}

.lw-header-print, .lw-pdf {
    display: none;
}

.lw-divider {
    border-bottom: 1px solid #B9B5BD;
}

.lw-page-heading {
    display: flex;
}

    .lw-page-heading > .lw-left {
        width: 50%;
        padding-left: 50px;
    }

    .lw-page-heading > .lw-right {
        width: 50%;
        padding-right: 50px;
        align-content: center;
        text-align: right;
    }

.only-pdf {
    display: none;
}

.pdf-output {
    max-width: 100% !important;
}

    .pdf-output .lw-save,
    .pdf-output .lw-navbar {
        display: none;
    }


/* learn press overrides */
.learn-press-tabs .learn-press-tabs__tab {
    border-right: 1px solid var(--e-global-color-primary) !important;
    background: var(--e-global-color-primary) !important;
    margin-right: 10px !important;
    border-radius: 5px;
}

.learn-press-tabs {
    background: #fff !important;
}

.lp-archive-courses .course-meta-primary {
    display: none;
}

.lp-archive-courses li.course-nav.course-nav-tab-instructor {
    display: none;
}

.lp-archive-courses .meta-item.meta-item-student, .lp-archive-courses .meta-item.meta-item-level {
    display: none !important;
}

.lp-entry-content .course-summary-sidebar {
    display: none;
}

.lp-entry-content .entry-content-left {
    width: 100% !important;
}

.course-meta.course-meta-secondary {
    display: none;
}

.lp-button.lp-btn-finish-course, .lp-button.button-complete-lesson.lp-btn-complete-item, .lp-button.lp-btn-finish-course {
    display: none !important;
}
.course-curriculum-info__left .course-count-lesson, .course-curriculum-info__left .course-count-duration {
    display: none;
}
/* end learn press overrides */


/* sub (section) navbar */
.lw-navbar {
    padding: 20px 0 40px 0;
    text-align: center;
}

    .lw-navbar a {
    }

        .lw-navbar a:first-child {
            margin-left: 0;
        }

        .lw-navbar a:hover {
        }

    .lw-navbar .nav-active {
    }


/* charts and guagues */
.chart--container {
    height: 100%;
    width: 100%;
}

.zc-ref {
    display: none;
}

.gauge-title {
    text-align: center;
    font-weight: 500;
    font-size: 20px
}

.gauge-footer {
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
}

.lw-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .lw-row .gauge {
        width: 30%;
    }

    .lw-row .symbol {
        width: 2%;
        font-weight: 600;
        font-size: 40px;
    }


/* first first column table */
.lw-table-wrapper {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 10px;
    border: solid black 1px;
}

    .lw-table-wrapper table td:first-child {
        position: sticky;
        left: 0;
        background-color: #ddd;
    }

    .lw-table-wrapper table th:first-child {
        position: sticky;
        left: 0;
        background-color: #fff;
    }

    .lw-table-wrapper .long {
        width: 200px;
        padding: 1px 5px 1px 5px;
    }

    .lw-table-wrapper .headcol {
        padding: 1px 10px 1px 10px;
    }

    .lw-table-wrapper input {
        text-align: right;
        width: 110px !important;
    }

    .lw-table-wrapper table {
        width: 100%;
    }

.lw-container {
    margin: 10px;
}




/* STRAST :: FORM VIEW ONLY (PDF) DISPLAY */
.lw-form-title {
}

.lw-form-description {
}

.lw-form-row {
    display: flex;
}

.lw-form-column {
    width: 100%
}

.lw-column-title, .lw-field-title {
    font-weight: 600;
}

.lw-field {
    margin: 0 0 20px 0;
}

.lw-field-description {
}

.lw-field-response {
}

.lw-tick {
    color: var(--e-global-color-c5d50ea);
    font-weight: 600;
    margin-right: 15px;
}

    .lw-tick::after {
        content: "\2713";
    }

.lw-cross {
    color: var(--e-global-color-5b1eaef);
    font-weight: 600;
    margin-right: 15px;
}

    .lw-cross::after {
        content: "\2717";
    }

.lw-inline {
    display: flex;
}

fieldset.lw-2-column .gfield_checkbox,
fieldset.lw-3-column .gfield_checkbox,
fieldset.lw-4-column .gfield_checkbox,
fieldset.lw-5-column .gfield_checkbox,
div.lw-2-column .lw-subfields,
div.lw-3-column .lw-subfields,
div.lw-4-column .lw-subfields,
div.lw-5-column .lw-subfields {
    display: flex;
    flex-wrap: wrap;
}

fieldset.lw-2-column .gchoice, div.lw-2-column .lw-subfield {
    width: 50%;
}

fieldset.lw-3-column .gchoice, div.lw-3-column .lw-subfield {
    width: 33%;
}

fieldset.lw-4-column .gchoice, div.lw-4-column .lw-subfield {
    width: 25%;
}

fieldset.lw-5-column .gchoice, div.lw-5-column .lw-subfield {
    width: 20%;
}

/* END :: FORM VIEW ONLY (PDF) DISPLAY */


.ajax-success {
    color: var(--e-global-color-c5d50ea);
    font-weight: 600;
    padding-left: 20px;
    display: none;
}

.ajax-error {
    color: var(--e-global-color-5b1eaef);
    font-weight: 600;
    padding-left: 20px;
    display: none;
}

.ajax-processing {
    padding-left: 20px;
    display: none;
}

.lw-pdf, .lw-xlsx, .lw-word {
    float: right;
    margin-left: 10px;
}

.bg-highlight {
    background-color: var(--e-global-color-accent) !important;
}

/* tabs / accordion */
.accordion {
    width: 100%;
    overflow: hidden;
    background: #fff;
    /*
    border-radius: 10px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    */
}

.accordion-tabs {
    display: none;
    padding: 20px 0 40px 0;
    text-align: center;
}
/*
    .accordion-tabs :focus {
        outline: none;
    }
*/
.accordion-item {
    border-bottom: 1px solid #c1d7e2;
}

    .accordion-item:last-child {
        border: none;
    }

.accordion-item__label {
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    transition: padding 0.2s ease;
}

    .accordion-item__label::after {
        content: "";
        position: absolute;
        top: -4px;
        right: 20px;
        bottom: 0;
        width: 6px;
        height: 6px;
        margin: auto;
        transform: rotate(45deg);
        opacity: 1;
        transition: opacity 0.1s ease;
        border-radius: 2px;
        border: 5px solid transparent;
        border-color: transparent #003852 #003852 transparent;
    }

    .accordion-item__label:hover {
        background: #c1d7e2;
    }

.accordion-item__container {
    height: 0;
    padding: 0 20px;
    overflow: hidden;
    opacity: 0;
    transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}

.accordion-active {
    background: var(--e-global-color-b470307);
}

    .accordion-active .accordion-item__label {
        padding-bottom: 0;
        color: #003852;
        cursor: inherit;
    }

        .accordion-active .accordion-item__label:hover {
            background: none;
        }

        .accordion-active .accordion-item__label::after {
            opacity: 0;
        }

    .accordion-active .accordion-item__container {
        height: auto;
        padding: 20px;
        opacity: 1;
    }

        .accordion-active .accordion-item__container p,
        .accordion-active .accordion-item__container h4 {
            color: #7baac1;
        }

            .accordion-active .accordion-item__container p:first-child,
            .accordion-active .accordion-item__container h4:first-child, {
                margin-top: 0;
            }

            .accordion-active .accordion-item__container p:last-child,
            .accordion-active .accordion-item__container h4:last-child, {
                margin-bottom: 0;
            }

@media (min-width: 600px) {
    .accordion {
        width: 100%;
        /*max-width: 600px;*/
    }
}

@media (min-width: 600px) {

    .accordion-tabs {
        display: block; /*flex;
        background: #d2e2ea;*/
    }
    /*
        .accordion-tabs .accordion-tab {
            flex: 1;
            padding: 20px;
            font: inherit;
            border: none;
            cursor: pointer;
            color: #003852;
            background: #d2e2ea;
            transition: background 0.1s ease;
        }

            .accordion-tabs .accordion-tab:hover {
                background: #c1d7e2;
            }

            .accordion-tabs .accordion-tab:last-child {
                border-right: 0;
            }

            .accordion-tabs .accordion-tab.accordion-active {
                color: #006b99;
                background: white;
            }
*/

    .accordion-item {
        display: none;
        min-height: 260px;
        /* padding: 30px; */
        border: none;
        background: white;
    }

    .accordion-item__label,
    .accordion-item__container {
        padding: 0;
        transition: inherit;
    }

    .accordion-item__label {
        margin-bottom: 20px;
    }

    .accordion-item.accordion-active {
        display: block;
    }

        .accordion-item.accordion-active .accordion-item__container {
            padding: 0;
        }
}


.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
}

.popup-content {
    width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px;
    margin-top: 100px;
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    position: relative;
    height: 80%;
}

.close-button {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0px;
    background: rgba(0,0,0,0.8);
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

    .close-button:hover {
        background: rgba(0,0,0,1);
    }

@media screen and (max-width: 720px) {
    .popup-content {
        width: 90%;
    }
}



/* Navbar container */
.lw-menu-container {
    display: flex;
    overflow: hidden;
    background-color: var(--e-global-color-primary);
}

    /* Links inside the navbar */
    .lw-menu-container a {
        color: var(--e-global-color-4178518);
        text-align: center;
        padding: 5px 16px;
        text-decoration: none;
    }

/* The dropdown container */
.lw-menu-course {
    overflow: hidden;
}

.lw-menu-step {
    color: var(--e-global-color-4178518);
}

    .lw-menu-step .step-num {
        font-size: 16px;
        padding: 2px 6px;
    }

    .lw-menu-step .step-heading {
        background-color: var(--e-global-color-primary);
        border-radius: 10px;
        padding: 5px 10px;
    }

/* Dropdown button */
.lw-menu-course .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: var(--e-global-color-4178518) !important;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
    border-radius: 0 !important;
}

    .lw-menu-course .dropbtn i, .step-heading i {
        margin-right: 10px;
    }

/* Add a red background color to navbar links on hover */
.lw-menu-container a:hover, .lw-menu-course:hover .dropbtn {
    background-color: var(--e-global-color-accent);
}

.lw-menu-active {
    background-color: var(--e-global-color-accent);
}

/* Dropdown content (hidden by default) */
.lw-menu-course-content {
    display: none;
    position: fixed;
    background-color: var(--e-global-color-accent);
    width: 100%;
    left: 0;
    z-index: 100;
    padding: 0 50px;
}

/* Show the dropdown menu on hover */
.lw-menu-course:hover .lw-menu-course-content {
    display: flex;
}

/* Create three equal lw-menu-steps that floats next to each other */
.lw-menu-steps {
    display: flex;
    flex-wrap: wrap;
    width: 80%
}

.lw-menu-tools {
    width: 20%
}

.lw-menu-step {
    width: 25%;
    padding: 20px;
}

    /* Style links inside the lw-menu-steps */
    .lw-menu-step a {
        color: var(--e-global-color-4178518);
        text-decoration: none !important;
        display: block;
        text-align: left;
        border-radius: 10px;
    }

        /* Add a background color on hover */
        .lw-menu-step a:hover, .lw-menu-tools .resource-item:hover {
            background-color: var(--e-global-color-secondary);
            color: var(--e-global-color-4178518) !important;
        }

/* Clear floats after the lw-menu-steps */
.row:after {
    content: "";
    display: table;
}

.lw-menu-tools .quick-link-heading {
    padding-top: 30px;
    padding-bottom: 15px;
    color: var(-e-global-color-4178518);
}

.lw-menu-tools .resource-item {
    text-decoration: none !important;
    display: block;
    text-align: left;
    border-radius: 10px;
    padding: 5px 15px;
    background-color: #fff;
    margin-bottom: 15px;
    color: var(---e-global-color-primary);
}

/* messaging */
.lw-messages {
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
}

    .lw-messages > .lw-msg-success, .lw-messages.lw-msg-success, .lw-confirmation-wrapper {
        color: var(--e-global-color-c5d50ea);
    }

    .lw-messages > .lw-msg-error, .lw-messages.lw-msg-error {
        color: var(--e-global-color-5b1eaef);
    }
/* end messaging */

.lw-sheet {

}

.lw-sheet-wrapper {
    position: relative;
    padding: 0;
    border: 1px solid var(--e-global-color-primary);
    margin-top: 20px;
}

    .lw-sheet-wrapper .lw-sheet-hide-top {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        height: 25px;
        background-color: white;
        z-index: 1;
        width: 100%;
        left: 0;
    }

    .lw-sheet-wrapper .lw-sheet-hide-left {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        height: 100%;
        background-color: #fff;
        z-index: 1;
        width: 47px;
        left: 0;
    }

.report-date-selector, .properties {
    text-align: center;
}

    .report-date-selector .only-pdf, .properties .only-pdf {
        font-weight: 600;
        font-size: 1.5em;
    }

/* dashboard */
.lw-container:has(> .lw-dashboard-wrap ) {
    margin: 0;
}

.lw-dashboard-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: var(--e-global-color-b470307);
    padding-bottom: 50px;
}

    .lw-dashboard-wrap .lw-block {
        width: min(100%, var(--container-max-width, 1140px));
    }

.dash-course {
    display: flex;
}

.dash-icon {
    width: 50px;
}

.dash-steps {
    width: 70%;
    margin: 10px;
}

.dash-steps-wrap {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 6px lightgrey;
    padding: 7px;
}

.dash-step-container {
    border-radius: 10px;
    padding: 0;
    margin: 10px;
    position: relative;
}

.dash-step-top.active {
    background-color: var(--e-global-color-b470307);
}

.dash-step-top {
    display: flex;
    cursor: pointer;
}

    .dash-step-top:hover {
        background-color: var(--e-global-color-b470307);
    }

.dash-resources {
    width: 30%;
    margin: 10px;
}

.dash-resources-wrap {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 6px lightgrey;
}

.dash-resource-container {
    /*border: 1px solid var(--e-global-color-8385305);
    border-radius: 10px;
    padding: 0;
    margin: 10px;*/
    position: relative;
    /*box-shadow: 0px 3px 6px var(--e-global-color-8385305);*/
    background-color: #fff
}

    .dash-resource-container .lw-step {
        display: flex;
        /*
        align-content: center;
        justify-content: center;
        */
        flex-wrap: wrap;
        padding: 5px;
    }

        .dash-resource-container .lw-step a {
            color: var(--e-global-color-8385305);
        }

/* .dash-resource-container .lw-item {
        align-content: center;
        width: 60%;
    }*/

.dash-step .lw-item {
    color: var(--e-global-color-text);
    text-decoration: none !important;
    display: block;
    text-align: left;
    /*border-radius: 10px;*/
    padding: 5px 15px;
}

.dash-item:hover, .dash-resource-container:hover {
    background-color: var(--e-global-color-b470307);
}


.lw-step-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ffffff8f;
    border-radius: 10px
}

.dash-step-container .step-num {
    font-size: 12px;
    padding: 2px 6px;
}

.dash-step {
    padding-left: 25px;
    display: none;
}

.dash-step-heading, .dash-step-num, .dash-step-icon {
    padding: 5px 5px;
}


.feature-text {
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-4178518);
    margin: 10px;
    border-radius: 50px;
    padding: 5px 20px;
    text-align: center;
}
/* end dashboard */

.lw-snapshot .cards {
    display: flex;
    flex-wrap: wrap;
}

/* top right buttons */
.lw-right .lw-expand.elementor-button {
    padding: 7px 10px;
    font-size: 25px;
}

.elementor-button:hover .elementor-button-icon svg {
    fill: var(--e-global-color-eb19283);
}

.lw-collapse-show {
    display: none;
}
/* end top right buttons */

/*
.lw-dashboard:has(> .lw-no-permission ) {
    justify-content: center;
}

.lw-dashboard:has(> .lw-not-logged-in ) {
    width: 100%;
    display: flex;
    justify-content: center;
}
*/

.lw-notloggedin-wrapper {
    width: 100%;
    justify-content: center;
    display: flex;
}

.lw-no-permission, .lw-not-logged-in {
    width: 50%;
    justify-content: center;
    display: flex;
    padding: 50px;
    border: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-4178518);
    border-radius: 15px;
    background-color: var(--e-global-color-primary);
    margin: 50px 0;
}

    .lw-not-logged-in a {
        color: var(--e-global-color-4178518);
    }


.scorecard {
    display: flex;
    flex-wrap: wrap;
    width: 320px;
    height: 80px;
    border-style: solid;
    border-width: 1px;
    margin: 10px;
    padding: 5px;
}

    .scorecard .sc-left {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        width: 20%;
        height: 100%;
        background-color: #ccc;
    }

    .scorecard .sc-right {
        flex-grow: 1;
        padding-left: 10px;
        display: flex;
        flex-wrap: wrap;
        align-content: end;
    }

    .scorecard .sc-line {
        width: 100%;
        height: 5px;
        background-color: #ccc;
    }

    .scorecard .sc-title {
        width: 100%;
        min-height: 10px;
        font-size: 14px;
        font-weight: 600;
    }

    .scorecard .sc-value {
        width: 100%;
        height: calc(100% - 25px);
        font-size: 24px;
        font-weight: 600;
    }
    /* down */
    .scorecard.colour_1 {
        border-color: var(--e-global-color-5b1eaef);
    }

        .scorecard.colour_1 .sc-left {
            background-color: var(--e-global-color-5b1eaef);
        }

        .scorecard.colour_1 .sc-line {
            background-color: var(--e-global-color-5b1eaef);
        }

        .scorecard.colour_1 .sc-title {
            color: var(--e-global-color-5b1eaef);
        }

        .scorecard.colour_1 .sc-value {
            color: var(--e-global-color-5b1eaef);
        }
    /* up */
    .scorecard.colour_2 {
        border-color: var(--e-global-color-c5d50ea);
    }

        .scorecard.colour_2 .sc-left {
            background-color: var(--e-global-color-c5d50ea);
        }

        .scorecard.colour_2 .sc-line {
            background-color: var(--e-global-color-c5d50ea);
        }

        .scorecard.colour_2 .sc-title {
            color: var(--e-global-color-c5d50ea);
        }

        .scorecard.colour_2 .sc-value {
            color: var(--e-global-color-c5d50ea);
        }


/* ---- from additional css */
a {
    color: var(--e-global-color-accent);
}

.wtm-home-h, .wtm-intro-txt {
    position: relative;
}

    .wtm-home-h::before {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #e34b00;
        right: 290px;
    }

    .wtm-home-h::after {
        content: '';
        position: absolute;
        right: 20px;
        width: 240px;
        height: 240px;
        background-image: url(/wp-content/uploads/2024/12/lift-wealth-wash.jpg);
        border-radius: 50%;
        background-size: cover;
        top: 39px;
    }

    .wtm-intro-txt::after {
        content: '';
        position: absolute;
        width: 500px;
        height: 500px;
        background-image: url(/wp-content/uploads/2024/12/Superman-wash.jpg);
        border-radius: 50%;
        right: 60px;
        top: -10px;
        background-position: center;
    }

p.login-remember {
    text-align: left !important;
}

.lw-user-forms .lw-messages {
    background-color: var(--e-global-color-4178518);
}

.login-remember label, .lw-user-forms h3, .lw-user-forms p {
    color: var(--e-global-color-4178518);
    text-align: center;
}

.lw-user-forms label:not(.login-remember label, #editprofileform label) {
    display: none !important;
}

.lw-user-forms p {
    margin-bottom: 34px !important;
}

.lw_user_button {
    border-radius: 41px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 100%;
}

.lw_user_button-sml {
    width: unset !important;
}

.lw-user-forms #user_login, .lw-user-forms #user_pass, .lw-user-forms #pass1 {
    height: 50px;
    padding-left: 52px;
    font-size: 14px;
    color: #000;
    font-family: Roboto;
}

.lw-user-forms #user_login {
    background-image: url(/wp-content/uploads/2024/12/Envelope.png);
    background-repeat: no-repeat;
    background-position: 13px center;
}

.lw-user-forms #user_pass, .lw-user-forms #pass1, .lw-user-forms #pass2 {
    background-image: url(/wp-content/uploads/2024/12/Lock.png);
    background-position: 12px center;
    background-repeat: no-repeat;
}

.lw-user-forms p:last-child {
    text-align: center;
}

#loginform .login-remember, #loginform .login-password {
    margin-bottom: 20px !important;
}

.lw-user-forms {
    margin-top: 10px;
}

.lw-messages.lw-msg-error {
    color: var(--e-global-color-accent) !important;
    margin-bottom: 10px;
    margin-top: var(--margin-bottom);
    font-family: var(--e-global-typography-text-font-family);
    font-size: var(--wp--preset--font-size--small);
    font-weight: var(--e-global-typography-text-font-weight);
}

#editprofileform label {
    color: #000 !important;
    text-align: left !important;
    display: block;
    margin-bottom: 10px;
}

#editprofileform .submit {
    padding: 0px 25px;
    margin-top: 20px;
}

#editprofileform .user-pass1-wrap {
    padding: 0px 25px;
}

.wp-pwd.hide-if-js .password-input-wrapper {
    display: inline-block;
    width: calc(100% - 258px);
    padding-right: 20px;
}

.wp-pwd.hide-if-js.is-open {
    padding: 25px 25px 0px;
}

#pass-strength-result {
    margin-top: 10px;
    position: relative;
    padding-top: 13px;
    transition: 0.3s all ease;
    width: calc(100% - 278px);
}

    #pass-strength-result::before {
        content: '';
        width: 100%;
        background: #eee;
        position: absolute;
        height: 5px;
        top: 0;
    }

    #pass-strength-result::after {
        position: absolute;
        transition: 0.3s all ease;
        height: 5px;
        top: 0;
        content: '';
        left: 0;
    }

    #pass-strength-result.short {
        color: red;
    }

    #pass-strength-result.bad {
        color: red;
    }

    #pass-strength-result.good {
        color: orange;
    }

    #pass-strength-result.strong {
        color: green;
    }

    #pass-strength-result.short::after {
        width: 10%;
        background: red;
    }

    #pass-strength-result.bad::after {
        width: 30%;
        background: red;
    }

    #pass-strength-result.good::after {
        width: 70%;
        background: orange;
    }

    #pass-strength-result.strong::after {
        width: 100%;
        background: green;
    }

    #pass-strength-result.empty::before {
        content: none !important;
    }

.pw-weak {
    padding: 15px 50px 0px;
}

    .pw-weak > div:first-child {
        display: none;
    }

.lw_user_button.lw_user_button-sml.button.wp-hide-pw.hide-if-no-js, .lw_user_button.lw_user_button-sml.button.wp-cancel-pw.hide-if-no-js {
    background-color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
    width: 125px !important;
}

#editprofileform #email-description {
    color: #000;
    margin-top: 10px;
    text-align: left;
    padding: 0px 10px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.elementor-location-footer {
    margin-top: auto !important;
    margin-bottom: 0 !important;
}

.fa-file-word, .fa-file-excel {
    font-size: xxx-large
}

.page-template-template-wealth .lw-divider.lw-page-heading {
    padding-bottom: 10px;
}

    .page-template-template-wealth .lw-divider.lw-page-heading .lw-left .lw-title {
        font-weight: var( --e-global-typography-primary-font-weight );
        font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
        color: var( --e-global-color-primary );
        margin: 5px 0px 0px 0px;
        line-height: 1;
    }

.lw-right .elementor-button {
    padding: 12px 24px;
    vertical-align: middle;
}

.page-template-template-wealth .lw-right .elementor-button-text {
    margin-left: 10px;
}

.page-template-template-wealth .lw-right button {
    margin: 0px 3px;
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif !important;
    font-weight: var( --e-global-typography-accent-font-weight ) !important;
}

.dash-course-wrap h2 {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.dash-steps h3, .dash-resources h3 {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.dash-step-heading {
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: 14px;
}

.dash-step-container .dash-step-top {
    border-bottom: 1px solid #F5F2ED;
    border-radius: 0;
    padding: 5px 15px;
    color: #000;
}

.dash-step-container {
    margin: 0;
}

.dash-steps-wrap {
    padding: 27px 10px;
}

.dash-step-container > .dash-step .lw-item {
    padding-left: 0;
}

.dash-step-container > .dash-step {
    padding-left: 77px;
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 12px;
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
}

.dash-steps .dash-steps-wrap, .dash-resources .dash-resources-wrap {
    border: 1px solid #E2E1DF;
    box-shadow: none !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.dash-resources-wrap {
    padding: 27px 16px 33px 10px;
}

.dash-resources .dash-resources-wrap a {
    color: #000;
    font-size: 14px;
}

    .dash-resources .dash-resources-wrap a i {
        margin-right: 10px;
    }

    .dash-resources .dash-resources-wrap a .lw-step {
        padding: 10px 38px;
        border-top: 1px solid #F5F2ED;
    }

.dash-resources .dash-resources-wrap .dash-resource-container:last-child a .lw-step {
    border-bottom: 1px solid #F5F2ED;
}

.lw-dashboard-wrap {
    min-height: calc(100vh - 222px);
}

.wtm-csh-fs.wtm-csh {
    top: 0 !important;
}

.lw-right .lw-button.elementor-button:hover .elementor-button-icon svg path {
    fill: #fff !important;
}

@media(max-width:1024px) and (min-width:768px) {
    .lw-dashboard-wrap {
        padding: 0px 15px;
    }

        .lw-dashboard-wrap .lw-snapshot .cards .scorecard {
            margin: 8px;
        }

            .lw-dashboard-wrap .lw-snapshot .cards .scorecard:nth-child(1), .lw-dashboard-wrap .lw-snapshot .cards .scorecard:nth-child(4) {
                margin-left: 0;
            }

            .lw-dashboard-wrap .lw-snapshot .cards .scorecard:nth-child(3), .lw-dashboard-wrap .lw-snapshot .cards .scorecard:nth-child(6) {
                margin-right: 0;
            }

        .lw-dashboard-wrap .lw-snapshot .cards .scorecard {
            margin: 8px;
            width: calc(33% - 9px);
        }

    .scorecard .sc-right {
        max-width: calc(100% - 45px);
    }

    .lw-dashboard-wrap .lw-dashboard .dash-steps {
        margin-left: 0;
        width: 60%;
    }

    .lw-dashboard-wrap .lw-dashboard .dash-resources {
        margin-right: 0;
        width: 40%;
    }

    .dash-resources .dash-resources-wrap a .lw-step .lw-item {
        text-indent: -14px;
        padding-left: 14px;
    }
}

@media(max-width:767px) {
    .lw-dashboard-wrap {
        padding: 0px 15px;
    }

        .lw-dashboard-wrap .lw-snapshot .cards .scorecard {
            margin: 8px;
        }

            .lw-dashboard-wrap .lw-snapshot .cards .scorecard:nth-child(1), .lw-dashboard-wrap .lw-snapshot .cards .scorecard:nth-child(4) {
                margin-left: 0;
            }

            .lw-dashboard-wrap .lw-snapshot .cards .scorecard:nth-child(3), .lw-dashboard-wrap .lw-snapshot .cards .scorecard:nth-child(6) {
                margin-right: 0;
            }

        .lw-dashboard-wrap .lw-snapshot .cards .scorecard {
            margin: 0 0 10px;
            width: 100%;
        }

    .scorecard .sc-right {
        max-width: calc(100% - 70px);
    }

    .lw-dashboard-wrap .lw-dashboard .dash-steps {
        margin: 0;
        width: 100%;
    }

    .lw-dashboard-wrap .lw-dashboard .dash-resources {
        margin: 30px 0 30px;
        width: 100%;
    }

    .lw-dashboard {
        display: flex;
        flex-direction: column;
    }
}

.lw-my-file .file-icon svg {
    width: 80px;
}

.lw-my-files {
    display: flex;
    flex-wrap: wrap;
}

.lw-my-file {
    padding: 30px;
    text-align: center;
    display: block;
    max-width:25%;
}

.lw-report-wrapper .lw-no-permission {
    margin: 20px;
}
.lw-inner-container {
    margin: 0 10px 20px 10px;
}