.login-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

@media screen and (min-width: 1024px) {
    .login-box {
        flex-direction: row;
    }

    .login-box > div {
        flex: 1;
    }
}

.login-box .login-box__card,
.lms-card {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    padding: 30px;
    border-radius: 25px;
}

.login-box h3.gform_title {
    color: #fe6e31;
}

.login-box .reset-password {
    font-size: 18px;
}

.login-box .reset-password a {
    text-decoration: underline;
}

.login-box .gfield_required > span.gfield_required {
    display: none;
}

.login-box .gfield_required:after {
    content: " *";
    color: #fe6e31;
}

.login-box {
    margin-bottom: 100px;
}

body .login-box .gform_wrapper .gfield_checkbox label {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: normal;
}

.lms-notification {
    background-color: rgb(255, 247, 236);
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 25px;
}

.lms-notification p {
    margin: 0;
    font-weight: bold;
    text-align: center;
}

.lms-wrapper {
    padding: 0 20px;
}

.lms-wrapper--orange {
    background-color: #fe6e31;
    color: white;
}

.elementor-kit-11 .lms-wrapper--orange h1 {
    color: white;
    margin: 0 0 50px 0;
    font-size: 36px;
    line-height: 1;
    padding: 20px 0;
}

.lms-container {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.lms-card--profile {

}

.elementor-kit-11 .lms-card--profile h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: bold;
}

.elementor-kit-11 .lms-card--profile h2 {
    font-size: 32px;
    color: #fe6e31;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.elementor-kit-11 .lms-card--profile a {
    color: #fe6e31;
    text-decoration: underline;
}

.elementor-kit-11 .lms-card--profile a.lms-edit-link {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}

.lms-profile-page {
    margin-bottom: 100px;
}

.elementor-kit-11 .lms-card--profile .lms-actions {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .elementor-kit-11 .lms-card--profile .lms-actions {
        margin-left: 25px;
        margin-bottom: 0;
    }

    .lms-profile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.elementor-kit-11 .lms-card--profile .lms-actions a {
    text-decoration: none;
}

.lms-activity-block {
    padding: 30px;
    border-radius: 25px;
    background-color: rgb(255, 247, 236);
}

.ld-tabs-content h2,
.ld-tabs-content h3 {
    color: #fe6e31;
    line-height: 1.3;
}

.ld-tabs-content h2 {
    font-size: 32px;
}

.ld-tabs-content h3 {
    font-size: 24px;
}

.ld-tabs-content a {
    color: #fe6e31;
    text-decoration: underline !important;
}

.ld-tabs-content a.elementor-button {
    text-decoration: none !important;
}

.wp-singular .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) a:not(.button):not(.screen-reader-shortcut).elementor-button {
    border-bottom: 1px solid #fe6e31 !important;
}

.ld-tabs-content ul {
    margin-bottom: .9rem;
}

.elementor-kit-11 .lms-activity-block h2 {
    font-size: 24px;
    color: #fe6e31;
    line-height: 1.3;
    margin: 0;
}

.elementor-kit-11 .lms-activity-block p {
    font-weight: 600;
}

.elementor-kit-11 .lms-activity-block ul,
.elementor-kit-11 .lms-activity-block li {
    font-weight: 500;
}

.elementor-kit-11 .lms-activity-block li {
    padding-bottom: 10px;
}

.elementor-kit-11 .lms-activity-block li::marker {
    color: #fe6e31;
}

.elementor-kit-11 .lms-activity-block p {
    margin-bottom: 0;
}

.elementor-kit-11 .lms-activity-block ul {
    margin: 30px 0 15px 0;
}

.lms-activity-block__header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sfwd-courses-template-default h1.entry-title,
.sfwd-lessons-template-default h1.entry-title,
.page-template-custom h1.entry-title {
    font-size: 52px;
    color: #FE6E31;
    margin-top: 40px;
    margin-bottom: 30px;
}

.ld-section-heading h2 {
    font-size: 32px;
    color: #FE6E31;
}

.learndash-course-grid .top-meta .author {
    display: none;
}

.learndash-course-grid hr.separator {
    border: none;
    height: 1px;
    background-color: #ccc;
}

.learndash-course-grid .items-wrapper .grid-1 .bottom-meta .section .icon {
    background-color: #fd6703;
}

#xapi-overlay {
    display: none;
}


/** Modal */

#xapi-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100000;
    overflow: hidden;
}

#xapi-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

#xapi-modal {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 0;
    background: white;
    border: 3px solid #fd6703;
    overflow: hidden;
    z-index: 2;
    border-radius: 8px;
}

#training-iframe {
    height: 100%;
    width: 100%;
    border: none;
    z-index: 2;
}

#close-training {
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 3;
    background-color:white;
}

#close-training:hover {
    background-color: #fd6703;
}

body.noscroll {
    overflow: hidden;
}


