.foxlms-wrapper *,
.foxlms-wrapper :after,
.foxlms-wrapper :before {
    box-sizing: border-box !important;
    content: none; /* Youtube video issue */
}

.foxlms-wrapper a,
.foxlms-wrapper a:focus,
.foxlms-wrapper a:hover {
    text-decoration: none;
}

.foxlms-wrapper a {
    transition: all .15s ease-out;
}

.foxlms-wrapper img,
.foxlms-wrapper svg {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.foxlms-wrapper svg {
    min-width: 24px;
}

.foxlms-wrapper b,
.foxlms-wrapper strong {
    font-weight: var(--wp--custom--typography--font-weight--bold);
}

.foxlms-wrapper ol,
.foxlms-wrapper ul {
    padding: 0;
}

.foxlms-wrapper ol:where(.wp-block-list),
.foxlms-wrapper ol:where(:not([class*=wp-block])),
.foxlms-wrapper ul:where(.wp-block-list),
.foxlms-wrapper ul:where(:not([class*=wp-block])) {
    padding-inline-start: var(--wp--preset--spacing--16);
    padding-left: 1.6rem;
}

.foxlms-wrapper h1,
.foxlms-wrapper h2,
.foxlms-wrapper h3,
.foxlms-wrapper h4,
.foxlms-wrapper h5,
.foxlms-wrapper h6 {
    margin-bottom: 0;
    margin-top: 0;
}

.foxlms-wrapper button,
.foxlms-wrapper input,
.foxlms-wrapper select,
.foxlms-wrapper textarea {
    font: inherit;
}

.foxlms-wrapper input[type=button],
.foxlms-wrapper input[type=email],
.foxlms-wrapper input[type=search],
.foxlms-wrapper input[type=submit],
.foxlms-wrapper input[type=text],
.foxlms-wrapper textarea {
    -webkit-appearance: none;
}

.foxlms-wrapper .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.foxlms-wrapper .wp-block-post-comments-form textarea,
.foxlms-wrapper input:not([type=submit]),
.foxlms-wrapper select,
.foxlms-wrapper textarea {
    border: 2px solid var(--wp--custom--border--color);
    border-radius: var(--wp--custom--border--radius);
    color: var(--wp--preset--color--base);
    font-size: var(--wp--preset--font-size--13);
    padding: var(--wp--preset--spacing--8);
    width: 100%
}

.foxlms-wrapper input:focus-visible,
.foxlms-wrapper textarea:focus-visible {
    outline-color: var(--wp--preset--color--primary);
}

.foxlms-wrapper input[type=checkbox],
.foxlms-wrapper input[type=image],
.foxlms-wrapper input[type=radio] {
    width: auto;
}

.foxlms-wrapper label {
    cursor: pointer;
    display: block;
    width: 100%
}

.foxlms-wrapper ::placeholder {
    color: var(--wp--preset--color--secondary);
    font-size: var(--wp--preset--font-size--small);
    opacity: .75;
}

.foxlms-wrapper .foxlms-text {
    color: var(--foxlms--text-color);
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%
}

.foxlms-wrapper .foxlms-text__bold {
    color: var(--foxlms--text-color);
    font-family: InterMedium, Arial, sans-serif !important;
    font-weight: 500;
}

.foxlms-wrapper .foxlms-text__muted {
    color: #686868;
    font-family: Inter, Arial, sans-serif !important;
}

.foxlms-wrapper p {
    margin-top: 0;
}

.foxlms-wrapper .foxlms-brand {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-left: 20px;
}

.foxlms-wrapper .foxlms-brand .foxlms-brand-logo {
    height: auto;
    width: 60px;
}

.foxlms-wrapper .foxlms-brand .foxlms-page__header-burger__menu-close {
    cursor: pointer;
}

@media(min-width:992px) {
    .foxlms-wrapper .foxlms-brand .foxlms-page__header-burger__menu-close {
        display: none;
    }
}

.foxlms-wrapper .foxlms-brand .foxlms-page__header-burger__menu-close svg:hover * {
    fill: #000;
}

.foxlms-wrapper a {
    color: rgba(var(--foxlms--primary-color--rgb), .8);
}

.foxlms-wrapper a:hover {
    color: rgba(var(--foxlms--primary-color--rgb), .6);
}

.foxlms-wrapper a:active {
    color: var(--foxlms--primary-color--rgb);
}

.foxlms-wrapper a:focus:not(:active) {
    color: rgba(var(--foxlms--primary-color--rgb), .4);
}

.foxlms-wrapper a:disabled {
    color: var(--foxlms--grey-color);
}

.foxlms-wrapper .foxlms-auth__links {
    margin-top: 30px;
    text-align: center;
}

.foxlms-wrapper .foxlms-auth__links>span {
    font-size: 12px;
    margin: 0 10px;
}

.foxlms-wrapper .foxlms-button {
    border: 2px solid #0000;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    outline: 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.foxlms-wrapper .foxlms-button:not(.foxlms-has-icon) svg {
    height: 14px;
    width: 14px;
}

.foxlms-wrapper .foxlms-button.foxlms-has-icon {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: center;
}

.foxlms-wrapper .foxlms-button.foxlms-only-icon {
    appearance: none;
    background-color: #0000;
    border: none;
    outline: 0;
    padding: 10px;
}

.foxlms-wrapper .foxlms-button.foxlms-is-medium {
    border-radius: 4px;
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    padding: 11px 24px;
}

.foxlms-wrapper .foxlms-button.foxlms-is-medium svg {
    height: 16px;
    width: 16px;
}

.foxlms-wrapper .foxlms-button.foxlms-is-large {
    border-radius: 6px;
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    padding: 16px 24px;
}

.foxlms-wrapper .foxlms-button.foxlms-is-large svg {
    height: 18px;
    width: 18px;
}

.foxlms-wrapper .foxlms-button__primary {
    background-color: var(--foxlms--primary-color);
    color: #fff;
}

.foxlms-wrapper .foxlms-button__primary svg,
.foxlms-wrapper .foxlms-button__primary svg path {
    stroke: #fff;
}

.foxlms-wrapper .foxlms-button__primary:hover {
    background-color: rgba(var(--foxlms--primary-color--rgb), .8);
    color: #fff;
}

.foxlms-wrapper .foxlms-button__primary:active {
    background-color: rgba(var(--foxlms--primary-color--rgb), .6);
    color: #fff;
}

.foxlms-wrapper .foxlms-button__primary:focus:not(:active) {
    color: #fff;
    outline: 2px solid rgba(var(--foxlms--primary-color--rgb), .15);
}

.foxlms-wrapper .foxlms-button__primary:disabled {
    background-color: #e6e6e6;
    color: var(--foxlms--grey-color);
}

.foxlms-wrapper .foxlms-button__primary:disabled svg,
.foxlms-wrapper .foxlms-button__primary:disabled svg path {
    stroke: var(--foxlms--grey-color);
}

.foxlms-wrapper .foxlms-button__secondary {
    background-color: #0000;
    border-color: var(--foxlms--primary-color);
    color: var(--foxlms--primary-color);
}

.foxlms-wrapper .foxlms-button__secondary svg,
.foxlms-wrapper .foxlms-button__secondary svg path {
    stroke: var(--foxlms--primary-color);
}

.foxlms-wrapper .foxlms-button__secondary:hover {
    background-color: #0000;
    border-color: rgba(var(--foxlms--primary-color--rgb), .8);
    color: rgba(var(--foxlms--primary-color--rgb), .8);
}

.foxlms-wrapper .foxlms-button__secondary:hover svg,
.foxlms-wrapper .foxlms-button__secondary:hover svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), .8);
}

.foxlms-wrapper .foxlms-button__secondary:active {
    background-color: #0000;
    border-color: rgba(var(--foxlms--primary-color--rgb), .6);
    color: rgba(var(--foxlms--primary-color--rgb), .6);
}

.foxlms-wrapper .foxlms-button__secondary:active svg,
.foxlms-wrapper .foxlms-button__secondary:active svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), .6);
}

.foxlms-wrapper .foxlms-button__secondary:focus:not(:active) {
    background-color: rgba(var(--foxlms--primary-color--rgb), .15);
    border-color: var(--foxlms--primary-color);
    color: var(--foxlms--primary-color);
}

.foxlms-wrapper .foxlms-button__secondary:focus:not(:active) svg,
.foxlms-wrapper .foxlms-button__secondary:focus:not(:active) svg path {
    stroke: var(--foxlms--primary-color);
}

.foxlms-wrapper .foxlms-button__secondary:disabled {
    background-color: #0000;
    border-color: var(--foxlms--grey-color);
    color: var(--foxlms--grey-color);
}

.foxlms-wrapper .foxlms-button__secondary:disabled svg,
.foxlms-wrapper .foxlms-button__secondary:disabled svg path {
    stroke: var(--foxlms--grey-color);
}

.foxlms-wrapper .foxlms-button__light {
    background-color: rgba(var(--foxlms--primary-color--rgb), .2);
    color: var(--foxlms--primary-color);
}

.foxlms-wrapper .foxlms-button__light svg,
.foxlms-wrapper .foxlms-button__light svg path {
    stroke: var(--foxlms--primary-color);
}

.foxlms-wrapper .foxlms-button__light:hover {
    background-color: rgba(var(--foxlms--primary-color--rgb), .3);
    color: rgba(var(--foxlms--primary-color--rgb), .8);
}

.foxlms-wrapper .foxlms-button__light:hover svg,
.foxlms-wrapper .foxlms-button__light:hover svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), .8);
}

.foxlms-wrapper .foxlms-button__light:active {
    background-color: rgba(var(--foxlms--primary-color--rgb), .4);
    color: rgba(var(--foxlms--primary-color--rgb), .8);
}

.foxlms-wrapper .foxlms-button__light:active svg,
.foxlms-wrapper .foxlms-button__light:active svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), .8);
}

.foxlms-wrapper .foxlms-button__light:focus:not(:active) {
    background-color: rgba(var(--foxlms--primary-color--rgb), .2);
    color: var(--foxlms--primary-color);
}

.foxlms-wrapper .foxlms-button__light:focus:not(:active) svg,
.foxlms-wrapper .foxlms-button__light:focus:not(:active) svg path {
    stroke: var(--foxlms--primary-color);
}

.foxlms-wrapper .foxlms-button__light:disabled {
    background-color: #e6e6e6;
    color: var(--foxlms--grey-color);
}

.foxlms-wrapper .foxlms-button__light:disabled svg,
.foxlms-wrapper .foxlms-button__light:disabled svg path {
    stroke: var(--foxlms--grey-color);
}

.foxlms-wrapper .foxlms-button__link.foxlms-button {
    cursor: pointer;
    display: initial;
}

.foxlms-wrapper .foxlms-button__link.foxlms-button,
.foxlms-wrapper .foxlms-button__link.foxlms-button.foxlms-has-icon {
    background-color: #0000;
    border: none;
    border-bottom: 1px solid var(--foxlms--primary-color);
    border-radius: 0;
    color: var(--foxlms--primary-color);
    margin: 0;
    padding: 0;
}

.foxlms-wrapper .foxlms-button__link.foxlms-button.foxlms-has-icon {
    display: inline-flex;
}

.foxlms-wrapper .foxlms-button__link.foxlms-button svg,
.foxlms-wrapper .foxlms-button__link.foxlms-button svg path {
    stroke: var(--foxlms--primary-color);
}

.foxlms-wrapper .foxlms-button__link.foxlms-button:active,
.foxlms-wrapper .foxlms-button__link.foxlms-button:disabled,
.foxlms-wrapper .foxlms-button__link.foxlms-button:focus:not(:active),
.foxlms-wrapper .foxlms-button__link.foxlms-button:hover {
    background-color: #0000;
}

.foxlms-wrapper .foxlms-button__link.foxlms-button:focus {
    outline: none;
}

.foxlms-wrapper .foxlms-button__link.foxlms-button:hover {
    border-color: rgba(var(--foxlms--primary-color--rgb), .8);
    color: rgba(var(--foxlms--primary-color--rgb), .8);
}

.foxlms-wrapper .foxlms-button__link.foxlms-button:hover svg,
.foxlms-wrapper .foxlms-button__link.foxlms-button:hover svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), .8);
}

.foxlms-wrapper .foxlms-button__link.foxlms-button:active {
    border-color: rgba(var(--foxlms--primary-color--rgb), .6);
    color: rgba(var(--foxlms--primary-color--rgb), .6);
}

.foxlms-wrapper .foxlms-button__link.foxlms-button:active svg,
.foxlms-wrapper .foxlms-button__link.foxlms-button:active svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), .6);
}

.foxlms-wrapper .foxlms-button__link.foxlms-button:focus:not(:active) {
    border-color: var(--foxlms--primary-color);
    color: var(--foxlms--primary-color);
}

.foxlms-wrapper .foxlms-button__link.foxlms-button:focus:not(:active) svg,
.foxlms-wrapper .foxlms-button__link.foxlms-button:focus:not(:active) svg path {
    stroke: var(--foxlms--primary-color);
}

.foxlms-wrapper .foxlms-button__link.foxlms-button:disabled {
    border-color: #e6e6e6;
    color: var(--foxlms--grey-color);
}

.foxlms-wrapper .foxlms-button__link.foxlms-button:disabled svg,
.foxlms-wrapper .foxlms-button__link.foxlms-button:disabled svg path {
    stroke: var(--foxlms--grey-color);
}

.foxlms-wrapper .foxlms-button:disabled {
    cursor: default !important;
}

.foxlms-wrapper .foxlms-button[hidden] {
    cursor: default !important;
    opacity: 0 !important;
    pointer-events: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    visibility: hidden !important;
}

.foxlms-page__header {
    background-color: #fff;
    border: 2px solid rgba(var(--foxlms--primary-color--rgb), .15);
    border-radius: 12px !important;
    box-shadow: 0 3px 8px 0 rgba(var(--foxlms--primary-color--rgb), .15);
    height: 78px;
    margin-bottom: 30px !important;
    padding: 14px 50px !important;
    width: 100%
}

@media(max-width:767.98px) {
    .foxlms-page__header {
        display: none;
    }
}

.foxlms-page__header-menu-icon {
    cursor: pointer;
}

.foxlms-page__header-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
}

@media(max-width:767.98px) {
    .foxlms-page__header-content {
        align-items: center;
        background-color: #fff;
        display: flex;
        flex-direction: row;
        height: auto;
        justify-content: space-between;
        width: 100%
    }
}

.foxlms-page__header .foxlms-page__header-search {
    display: none;
}

.foxlms-page__header .foxlms-page__header-search input {
    background-color: #fff;
    border: 2px solid rgba(var(--foxlms--primary-color--rgb), .15);
    border-radius: 6px;
    height: 56px;
    padding: 16px 18px;
    width: 260px;
}

.foxlms-page__header-back-to-course__link {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.foxlms-page__header-back-to-course__link-icon,
.foxlms-page__header-back-to-course__link-text {
    display: inline-block;
}

.foxlms-page__header-back-to-course__link-icon svg {
    stroke: #686868;
    height: 12px;
    width: 6px;
}

.foxlms-page__header-back-to-course__link-text {
    color: #686868;
}

@media(max-width:767.98px) {
    .foxlms-page__header-back-to-course__link-icon svg {
        stroke: var(--foxlms--primary-color);
    }

    .foxlms-page__header-back-to-course__link-text {
        color: var(--foxlms--primary-color);
    }
}

.foxlms-page__header-user-info,
.foxlms-page__header-user-info__wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.foxlms-page__header-user-info__image img {
    background: #d3d3d3 50%;
    border-radius: 40px;
    height: 40px;
    object-fit: cover;
    width: 40px;
}

.foxlms-page__header-user-info h5.foxlms-page__header-user-info__name {
    color: var(--foxlms--text-color);
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0;
}

.foxlms-page__header-user-info__text {
    color: #585858;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%
}

.foxlms-page__header-mobile-nav {
    display: none;
    margin-bottom: 40px;
}

@media(max-width:767.98px) {
    .foxlms-page__header-mobile-nav {
        display: block;
    }

    .foxlms-page__header-mobile-nav__back {
        color: var(--foxlms--primary-color);
    }

    .foxlms-page__header-mobile-nav__prev-next {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: space-between;
    }

    .foxlms-page__header-mobile-nav .foxlms-is-next.foxlms-button.foxlms-is-medium.foxlms-has-icon,
    .foxlms-page__header-mobile-nav .foxlms-is-previous.foxlms-button.foxlms-is-medium.foxlms-has-icon {
        background-color: var(--foxlms--primary-color);
        border-radius: 6px;
        color: #fff;
        font-size: 22px;
        padding: 5px 27px;
    }

    .foxlms-page__header-mobile-nav .foxlms-is-next.foxlms-button.foxlms-is-medium.foxlms-has-icon:disabled,
    .foxlms-page__header-mobile-nav .foxlms-is-previous.foxlms-button.foxlms-is-medium.foxlms-has-icon:disabled {
        background-color: #939393;
    }

    .foxlms-page__header-mobile-nav .foxlms-is-previous:before {
        content: "<"
    }

    .foxlms-page__header-mobile-nav .foxlms-is-next:before {
        content: ">"
    }
}

.foxlms-page__header-mobile {
    background-color: #fff;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}

@media(max-width:767.98px) {
    .foxlms-page__header-mobile {
        display: block;
    }
}

.foxlms-page__header-mobile-data {
    background-color: #fff;
    inset: 0;
    margin: 0;
    padding: 30px;
    position: fixed;
    z-index: 99999;
}

.foxlms-page__header-mobile-data__close {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.foxlms-page__header-mobile-data__close svg * {
    fill: var(--foxlms--text-color);
}

.foxlms-page__header-mobile-data__sections {
    margin-top: 14px;
}

.foxlms-page__header-mobile-data__sections-body {
    max-height: 90vh;
    overflow-y: auto;
}

.foxlms-page__header-mobile-data__sections-intro {
    color: var(--foxlms--primary-color);
    font-size: 18px;
    font-weight: 600;
}

.foxlms-page__header-mobile-data__sections-title {
    color: var(--foxlms--primary-color);
    font-size: 14px;
}

.foxlms-page__header-mobile-data__sections-items-title {
    color: #767676;
    font-size: 14px;
}

.foxlms-page__header-mobile-data__sections-items-title:not(.not-underline) {
    text-decoration: underline;
}

.foxlms-page__header-mobile-data__sections-content {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: flex-start;
    padding: 22px;
}

.foxlms-page__header-mobile-data__sections-items {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 14px;
    justify-content: flex-start;
}

.foxlms-page__header-mobile-data__sections-items-type {
    align-items: center;
    border: 1px solid #767676;
    border-radius: 50%;
    color: #767676;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    gap: 14px;
    height: 20px;
    justify-content: center;
    min-width: 20px;
    width: 20px;
}

.foxlms-page__header-mobile-nav__box {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.is-closed {
    display: none;
}

.foxlms-space-40 {
    padding-top: 40px;
    width: 100%
}

.foxlms-divider__horizontal {
    border-bottom: 1px solid #ddd;
    height: 0;
    max-height: 0;
    width: 100%
}

.foxlms-page__sidebar {
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(var(--foxlms--primary-color--rgb), .15);
    display: none;
    gap: 20px;
    min-height: 100%;
    /*min-width: 250px;*/
    min-width: 100px;
    padding: 20px !important;
    width: 100%
}

@media(min-width:992px) {
    .foxlms-page__sidebar {
        align-items: flex-start;
        display: flex;
        flex-basis: 20%;
        flex-direction: column;
        justify-content: flex-start;
        /*max-width: 323px;*/
        max-width: 200px;
    }
}

@media(max-width:991.98px) {
    .foxlms-page__sidebar {
        animation-duration: .3s;
        animation-fill-mode: both;
        box-shadow: 0 3px 8px 0 rgba(var(--foxlms--primary-color--rgb), .15);
        left: 0;
        /*max-width: 323px;*/
        max-width: 200px;
        position: fixed;
        top: max(0, var(--wp-admin--admin-bar--height));
        width: 100%;
        z-index: 100;
    }
}

.foxlms-page__sidebar.fadeInRight {
    animation-name: fadeInRight;
    display: block;
}

.foxlms-page__sidebar.fadeInLeft {
    animation-name: fadeInLeft;
    display: block;
}

.foxlms-page__backdrop {
    background-color: var(--foxlms--text-color);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity .2s ease-in-out;
    width: 100vw;
    z-index: 98;
}

.foxlms-page__backdrop.foxlms-fade {
    opacity: 0;
}

.foxlms-page__backdrop.foxlms-show {
    opacity: .5;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}

.foxlms-tabs {
    align-items: flex-start;
    border-bottom: 2px solid #e6e6e6;
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: flex-start;
    margin-bottom: 30px !important;
    width: 100%
}

.foxlms-tabs-wrapper {
    margin-bottom: 40px;
}

a.foxlms-tab {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: -2px !important;
    padding: 0 10px 10px !important;
    transition: none !important;
}

a.foxlms-tab,
a.foxlms-tab:focus {
    border-bottom: none !important;
    color: #686868 !important;
    text-decoration: none !important;
}

a.foxlms-tab:focus {
    outline: none !important;
}

a.foxlms-tab.foxlms-is-active,
a.foxlms-tab:active,
a.foxlms-tab:hover {
    border-bottom: 2px solid rgba(var(--foxlms--primary-color--rgb), .6) !important;
    color: var(--foxlms--primary-color) !important;
}

.foxlms-lesson__wrapper {
    align-items: stretch;
    background-color: #f9f9ff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 100%
}

.foxlms-lesson__content {
    flex-grow: 1;
}

.foxlms-lesson__content-header {
    margin-bottom: 40px !important;
}

.foxlms-lesson__content header.entry-header {
    background-color: #0000;
    background-image: none;
    background-position: unset;
    background-size: unset;
    font-family: Inter, Arial, sans-serif !important;
    height: auto;
    margin-bottom: 20px;
}

.foxlms-lesson__content header.entry-header h1.entry-title {
    color: var(--foxlms--text-color);
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 46px;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}

.foxlms-lesson__content header.entry-header .entry-meta {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
}

.foxlms-lesson__content header.entry-header .entry-meta-author {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 6px;
    justify-content: flex-start;
}

.foxlms-lesson__content header.entry-header .entry-meta-author .wp-block-avatar {
    border-radius: 50%;
    overflow: hidden;
}

.foxlms-lesson__content header.entry-header .entry-meta,
.foxlms-lesson__content header.entry-header .entry-meta * {
    color: #686868;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%
}

.foxlms-lesson__breadcrumbs {
    color: #676767;
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    text-align: left;
}

.foxlms-lesson__breadcrumbs .active {
    color: var(--foxlms--text-color);
}

.foxlms-lesson-page .foxlms-wrapper article.foxlms-lesson__article {
    background-color: #0000;
    padding: 0;
}

.foxlms-lesson-page .foxlms-wrapper article.foxlms-lesson__article .post-password-form p:last-child {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
}

.foxlms-lesson-page .foxlms-wrapper article.foxlms-lesson__article .post-password-form label {
    width: unset;
}

.foxlms-lesson-page .foxlms-wrapper article.foxlms-lesson__article .post-password-form input[type=password] {
    align-items: center;
    background-color: #fff;
    border: 2px solid rgba(var(--foxlms--primary-color--rgb), .15);
    border-radius: 6px;
    color: var(--foxlms--text-color);
    display: flex;
    flex-direction: row;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    isolation: isolate;
    justify-content: center;
    line-height: 120%;
    max-width: 300px;
    outline: none;
    padding: 12px;
    width: 100%
}

.foxlms-lesson-page .foxlms-wrapper article.foxlms-lesson__article .post-password-form input[type=password]::placeholder {
    color: #676767;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%
}

.foxlms-lesson-page .foxlms-wrapper article.foxlms-lesson__article .post-password-form input[type=password]:focus {
    border-color: var(--foxlms--primary-color);
    outline: none;
}

.foxlms-lesson-page .foxlms-wrapper article.foxlms-lesson__article .post-password-form input[type=password]:disabled {
    background-color: #e6e6e6;
    border-color: var(--foxlms--grey-color);
    color: var(--foxlms--grey-color);
    outline: none;
}

.foxlms-lesson-page .foxlms-wrapper article.foxlms-lesson__article input[type=submit] {
    background-color: var(--foxlms--primary-color);
    border: 2px solid #0000;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    line-height: 120%;
    margin-bottom: 1px;
    outline: 0;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.foxlms-lesson-page .foxlms-wrapper article.foxlms-lesson__article input[type=submit]:hover {
    background-color: rgba(var(--foxlms--primary-color--rgb), .8);
    color: #fff;
}

.foxlms-lesson-page .foxlms-wrapper article.foxlms-lesson__article input[type=submit]:active {
    background-color: rgba(var(--foxlms--primary-color--rgb), .6);
    color: #fff;
}

.foxlms-lesson-page .foxlms-wrapper article.foxlms-lesson__article input[type=submit]:focus:not(:active) {
    color: #fff;
    outline: 2px solid rgba(var(--foxlms--primary-color--rgb), .15);
}

.foxlms-lesson__content {
    max-width: 100%;
    padding: 20px 30px 60px 20px !important;
}

@media(max-width:767.98px) {
    .foxlms-lesson__content {
        max-width: 100%;
        padding: 20px !important;
    }
}

.foxlms-lesson__content-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

@media(min-width:992px) {
    .foxlms-lesson__content-wrapper {
        flex-wrap: nowrap;
    }
}

.foxlms-lesson__content .foxlms-button.foxlms-lesson__content__show-more {
    border-bottom: none;
    display: none !important;
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    width: fit-content;
}

.foxlms-lesson__content .foxlms-button.foxlms-lesson__content__show-more [is-enabled] {
    display: block !important;
}

.foxlms-lesson__content .foxlms-button.foxlms-lesson__content__show-more svg {
    transition: .5s ease-in-out;
}

.foxlms-lesson__content .foxlms-button.foxlms-lesson__content__show-more[aria-expanded=true] svg {
    transform: rotateX(180deg);
}

.foxlms-lesson__the-content {
    flex-basis: 75%;
    flex-grow: 1;
    max-width: 100%;
    width: 1px;
}

@media(min-width:768px) {
    .foxlms-lesson__the-content {
        padding-left: 30px !important;
    }
}

@media(max-width:767.98px) {
    .foxlms-lesson__the-content {
        order: 2;
    }
}

.foxlms-lesson__the-content .entry-content {
    margin-bottom: 40px;
    position: relative;
}

.foxlms-lesson__the-content .entry-content[aria-expanded=false] {
    max-height: 600px;
    overflow: hidden;
}

.foxlms-lesson__the-content .entry-content h2 {
    font-size: 30px;
}

.foxlms-lesson__the-content .entry-content h2,
.foxlms-lesson__the-content .entry-content h3 {
    font-family: InterMedium, Arial, sans-serif !important;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
}

.foxlms-lesson__the-content .entry-content h3 {
    font-size: 22px;
}

.foxlms-lesson__the-content .entry-content h4 {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 20px;
}

.foxlms-lesson__the-content .entry-content h6 {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px;
}

.foxlms-lesson__the-content .entry-content p {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 16px;
}

.foxlms-lesson__the-content .entry-content figure {
    margin-bottom: 16px;
}

.foxlms-lesson__the-content .entry-content .foxlms-lesson__content__show-more__wrapper {
    align-items: flex-start;
    background-image: linear-gradient(0deg, #f9f9ff 0, #f9f9ff 30%, #0000);
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 120px;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    width: 100%
}

.foxlms-lesson__tab-content,
.foxlms-lesson__the-content .entry-content[aria-expanded=true] .foxlms-lesson__content__show-more__wrapper {
    display: none;
}

.foxlms-lesson__tab-content.foxlms-is-active {
    display: block;
}

.foxlms-lesson__excerpt {
    margin-bottom: 30px;
}

.foxlms-lesson__excerpt p {
    margin-bottom: 0;
}

.foxlms-wrapper .foxlms-lesson__attachments {
    align-items: flex-start;
    background-color: #fff;
    border: 2px solid #cfd3f6;
    border-radius: 12px;
    box-shadow: 0 3px 8px 0 rgba(var(--foxlms--primary-color--rgb), .15);
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: fit-content;
    justify-content: flex-start;
    padding: 25px 30px;
    width: 100%
}

.foxlms-wrapper .foxlms-lesson__the-content .foxlms-lesson__attachments-header {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0;
}

.foxlms-wrapper .foxlms-lesson__attachments-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: flex-start;
    width: 100%
}

.foxlms-wrapper .foxlms-lesson__attachments-title {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0;
}

.foxlms-wrapper .foxlms-lesson__attachments-list {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    /* gap: 22px; */
    justify-content: flex-start;
    width: 100%;
    /*background-color: rgba(var(--foxlms--primary-color--rgb), .1);*/
    background-color: transparent;
    border-radius: 8px;
}

.foxlms-wrapper .foxlms-lesson__attachments-row {
    align-items: center;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: flex-start;
    padding: 4px 8px;
    transition: .5s;
    width: 100%;
    word-break: break-all;
}

.foxlms-wrapper .foxlms-lesson__attachments-row a {
    text-align: left;
}

.foxlms-wrapper .foxlms-lesson__attachments-row a p{
    margin:0;
    font-size: 14px;
    color: #3E3E3E;
}

.foxlms-wrapper .foxlms-lesson__attachments-link a:hover {
    color: #3c4492;
}

.foxlms-wrapper .foxlms-lesson__attachments-file {
    cursor: pointer;
}

.foxlms-wrapper .foxlms-lesson__attachments-file a.foxlms-button {
    padding: 0;
}

.foxlms-wrapper .foxlms-lesson__attachments-file-icon-hover,
.foxlms-wrapper .foxlms-lesson__attachments-file-icon-default {
    width: 24px;
    height: 24px;
}

.foxlms-wrapper .foxlms-lesson__attachments-row a {
    text-decoration: none;
}

.foxlms-wrapper .foxlms-lesson__attachments-file-icon-hover {
    display: none;
}

.foxlms-wrapper .foxlms-lesson__attachments-file-icon-hover svg {
    stroke: var(--foxlms--primary-color);
}

.foxlms-wrapper .foxlms-lesson__attachments-file:hover {
    background-color: rgba(var(--foxlms--primary-color--rgb), .1);
}

.foxlms-wrapper .foxlms-lesson__attachments-file:hover .foxlms-lesson__attachments-file-icon-default {
    display: none;
}

.foxlms-wrapper .foxlms-lesson__attachments-file:hover .foxlms-lesson__attachments-file-icon-hover {
    display: inline;
}

.foxlms-lesson__actions-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.foxlms-wrapper .foxlms-lesson__actions-wrapper a.foxlms-button {
    padding-left: 0;
    padding-right: 0;
}

@media(max-width:767.98px) {
    .foxlms-lesson__actions-wrapper {
        flex-wrap: wrap;
        gap: 25px;
    }

    .foxlms-lesson__actions-wrapper .foxlms-is-next.foxlms-button.foxlms-is-medium.foxlms-has-icon,
    .foxlms-lesson__actions-wrapper .foxlms-is-previous.foxlms-button.foxlms-is-medium.foxlms-has-icon {
        background-color: var(--foxlms--primary-color);
        border-radius: 6px;
        color: #fff;
        font-size: 22px;
        padding: 5px 27px;
    }

    .foxlms-lesson__actions-wrapper .foxlms-is-next.foxlms-button.foxlms-is-medium.foxlms-has-icon *,
    .foxlms-lesson__actions-wrapper .foxlms-is-previous.foxlms-button.foxlms-is-medium.foxlms-has-icon * {
        display: none;
    }

    .foxlms-lesson__actions-wrapper .foxlms-is-next.foxlms-button.foxlms-is-medium.foxlms-has-icon:disabled,
    .foxlms-lesson__actions-wrapper .foxlms-is-previous.foxlms-button.foxlms-is-medium.foxlms-has-icon:disabled {
        background-color: #939393;
    }

    .foxlms-lesson__actions-wrapper .foxlms-is-previous {
        order: 2;
    }

    .foxlms-lesson__actions-wrapper .foxlms-is-previous:before {
        content: "<"
    }

    .foxlms-lesson__actions-wrapper .foxlms-is-complete {
        order: 1;
        width: 100%
    }

    .foxlms-lesson__actions-wrapper .foxlms-is-next {
        order: 3;
    }

    .foxlms-lesson__actions-wrapper .foxlms-is-next:before {
        content: ">"
    }
}

.foxlms-progress-bar {
    height: 32px;
    /*transform: rotate(-90deg);*/
    width: 32px;
}

.foxlms-progress-bar .foxlms-progress-bar__background,
.foxlms-progress-bar .foxlms-progress-bar__progress {
    stroke-width: 32px;
    stroke-dasharray: 565px;
    stroke-dashoffset: 0;
    fill: #0000;
}

.foxlms-progress-bar .foxlms-progress-bar__progress {
    stroke: var(--foxlms--primary-color);
    stroke-dashoffset: 565px;
    stroke-linecap: round;
}

.foxlms-progress-bar .foxlms-progress-bar__background {
    stroke: rgba(var(--foxlms--primary-color--rgb), .1);
}

.foxlms-progress-bar.foxlms-progress-bar__is-small {
    height: 22px;
    width: 22px;
}

.foxlms-progress-bar.foxlms-progress-bar__is-small .foxlms-progress-bar.foxlms-progress-bar__is-small__background,
.foxlms-progress-bar.foxlms-progress-bar__is-small .foxlms-progress-bar.foxlms-progress-bar__is-small__progress {
    stroke-width: 22px;
}

.foxlms-lesson__sidebar {
    align-items: flex-start;
    background-color: #0000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    width: 100%
}

@media(min-width:992px) {
    .foxlms-lesson__sidebar {
        align-items: flex-start;
        display: flex;
        flex-basis: 25%;
        flex-direction: column;
        justify-content: flex-start;
        max-width: 100%;
        min-width: 300px;
        width: 1px;
    }
}

@media(max-width:767.98px) {
    .foxlms-lesson__sidebar {
        order: 1;
    }
}

.foxlms-lesson__sidebar .foxlms-course__sidebar-box {
    background-color: #fff;
    border: 2px solid rgba(var(--foxlms--primary-color--rgb), .15);
    border-radius: 12px;
    box-shadow: 0 3px 8px 0 rgba(var(--foxlms--primary-color--rgb), .15);
    padding: 16px;
    width: 100%
}

@media(max-width:767.98px) {
    .foxlms-lesson__sidebar .foxlms-course__sections-wrapper {
        display: none;
    }
}

.foxlms-course__progress-box {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
}

.foxlms-course__progress-box .foxlms-course__progress-box__header {
    color: var(--foxlms--text-color);
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    width: 100%
}

.foxlms-course__progress-box .foxlms-course__progress-box__header strong {
    background-color: rgba(var(--foxlms--primary-color--rgb), .1);
    border-radius: 6px;
    color: var(--foxlms--primary-color);
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    padding: 6px 10px;
}

.foxlms-course__progress-box .foxlms-course__progress-box__header strong[data-status=not_started] {
    background-color: #e6e6e6;
    color: #585858;
}

.foxlms-course__progress-box .foxlms-course__progress-box__header strong[data-status=completed] {
    background-color: #1dad7133;
    color: #1dad71;
}

.foxlms-course__progress-box .foxlms-course__progress-box__progress {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    gap: 10px;
    justify-content: flex-start;
    line-height: 120%;
    width: 100%
}

.foxlms-course__progress-box .foxlms-course__progress-box__progress progress[value] {
    appearance: none;
    height: 6px;
    width: 100%
}

.foxlms-course__progress-box .foxlms-course__progress-box__progress progress[value]::-webkit-progress-bar {
    background-color: rgba(var(--foxlms--primary-color--rgb), .1);
    border-radius: 2px;
}

.foxlms-course__progress-box .foxlms-course__progress-box__progress progress[value]::-webkit-progress-value {
    background-color: var(--foxlms--primary-color);
    border-radius: 2px;
}

.foxlms-course__progress-box .foxlms-course__progress-box__progress>div {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.foxlms-course__progress-box .foxlms-course__progress-box__progress>div span {
    color: #686868;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.foxlms-course__sections {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.foxlms-course__sections h2,
.foxlms-course__sections h3,
.foxlms-course__sections h4,
.foxlms-course__sections h5,
.foxlms-course__sections h6 {
    margin: 0 !important;
    padding: 0 !important;
}

.foxlms-course__sections-wrapper {
    width: 100%
}

.foxlms-course__sections .foxlms-course__section {
    align-items: flex-start;
    background-color: #fff;
    border: 2px solid rgba(var(--foxlms--primary-color--rgb), .15);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    padding: 14px;
    width: 100%
}

.foxlms-course__sections .foxlms-course__section-header {
    padding: 10px;
}

.foxlms-course__sections .foxlms-course__section-header__left svg {
    min-width: 16px;
    width: 16px;
}

.foxlms-course__sections .foxlms-course__section-header__right svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), .3);
}

.foxlms-course__sections .foxlms-course__section-close.foxlms-button {
    padding: 0;
    transition: transform .5s ease-in-out;
}

.foxlms-course__sections .foxlms-course__section-close.foxlms-button svg path {
    stroke: var(--foxlms--primary-color);
}

.foxlms-course__sections .foxlms-course__section-close.foxlms-button:hover svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), .8);
}

.foxlms-course__sections .foxlms-course__section-close.foxlms-button:active svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), .6);
}

.foxlms-course__sections .foxlms-course__section-close.foxlms-button:focus:not(:active) svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), .4);
}

.foxlms-course__sections .foxlms-course__section-close.foxlms-button:disabled svg path {
    stroke: var(--foxlms--grey-color);
}

.foxlms-course__sections .foxlms-course__section-title {
    color: var(--foxlms--text-color);
    flex-grow: 1;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.foxlms-course__sections .foxlms-course__section-title h4 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
}

.foxlms-course__sections .foxlms-course__section-content {
    display: none;
    flex-grow: 1;
    gap: 15px;
    padding: 0 4px 0 20px;
    width: 100%
}

.foxlms-course__sections .foxlms-course__section.is-open .foxlms-course__section-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.foxlms-course__sections .foxlms-course__section.is-open .foxlms-course__section-close {
    transform: rotate(180deg);
}

.foxlms-course__sections .foxlms-course__section .foxlms-course__section-header__left {
    cursor: pointer;
}

.foxlms-course__sections .foxlms-course__section-lesson {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-family: Inter, Arial, sans-serif !important;
    justify-content: flex-start;
    width: 100%
}

.foxlms-course__sections .foxlms-course__section-lesson__header {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: space-between;
    padding: 10px;
    width: 100%
}

.foxlms-course__sections .foxlms-course__section-lesson__left svg {
    min-width: 24px;
    width: 24px;
}

.fox-lms-sections .foxlms-course__section-lesson__left-flessons {
    display: inline-block;
}

.fox-lms-sections .foxlms-course__section-lesson__left-flessons rect,
.foxlms-course__sections .foxlms-course__section-lesson__left-flessons rect {
    fill: rgba(var(--foxlms--primary-color--rgb), .6);
    stroke: rgba(var(--foxlms--primary-color--rgb), .6);
}

.fox-lms-sections .foxlms-course__section-lesson__left-flessons path,
.foxlms-course__sections .foxlms-course__section-lesson__left-flessons path {
    fill: #fff;
}

.fox-lms-sections .fox-lms-question-progress svg:not(.foxlms-progress-bar):not([fill=none]),
.foxlms-course__sections .foxlms-course__section-lesson__progress svg:not(.foxlms-progress-bar):not([fill=none]) {
    fill: var(--foxlms--primary-color);
}

.foxlms-course__sections .foxlms-course__section-lesson__progress svg:not(.foxlms-progress-bar):not([fill=none]) circle,
.foxlms-course__sections .foxlms-course__section-lesson__right svg:not(.foxlms-progress-bar) circle,
.foxlms-course__sections .foxlms-course__section-lesson__right svg:not(.foxlms-progress-bar) path {
    stroke: var(--foxlms--primary-color);
}

.foxlms-course__sections .foxlms-course__section-lesson__right svg.foxlms-progress-bar path {
    fill: var(--foxlms--primary-color);
}

.foxlms-course__sections .foxlms-course__section-lesson__right svg.foxlms-progress-bar circle:not(.foxlms-progress-bar__background) {
    stroke: var(--foxlms--primary-color);
}

.foxlms-course__sections .foxlms-course__section-lesson__header.foxlms-is-active {
    background-color: rgba(var(--foxlms--primary-color--rgb), .1);
    border-radius: 8px;
}

.foxlms-course__sections .foxlms-course__section-lesson__title {
    color: var(--foxlms--primary-color);
    flex-grow: 1;
    font-size: 16px;
    text-align: left;
    text-underline-offset: 4px;
}

.foxlms-course__sections .foxlms-course__section-lesson__title a,
.foxlms-course__sections .foxlms-course__section-lesson__title h4 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    text-decoration: underline;
}

.foxlms-course__sections .foxlms-course__section-lesson__title h4 {
    text-decoration: unset;
}

.foxlms-course__sections .foxlms-course__section-lesson__title.foxlms-is-active {
    color: rgba(var(--foxlms--primary-color--rgb), .4);
}

.foxlms-course__sections .foxlms-course__section-lesson__excerpt {
    color: #1e1e1e;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: inherit;
}

.foxlms-course__sections-locked .foxlms-course__section-content {
    padding-right: 2px;
}

.foxlms-course__sections-locked .foxlms-course__section-lesson__right svg {
    min-width: 20px;
    width: 20px;
}

.foxlms-course__sections-locked .foxlms-course__section-lesson__right svg path {
    stroke: var(--foxlms--primary-color);
}

.foxlms-course__sections {
    gap: 10px;
}

.foxlms-course__sections .foxlms-course__section {
    border-radius: 12px;
    box-shadow: 0 3px 8px 0 rgba(var(--foxlms--primary-color--rgb), .15);
    padding: 10px;
}

.foxlms-course__sections .foxlms-course__section-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: space-between;
    padding: 10px 15px 10px 10px;
    width: 100%
}

.foxlms-course__sections .foxlms-course__section-header__left {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    gap: 10px;
    justify-content: flex-start;
}

.foxlms-course__sections .foxlms-course__section-header__right:not(.foxlms-is-closed) svg {
    height: 32px;
    max-width: 32px;
    width: 32px;
}

.foxlms-course__sections .foxlms-course__section-header__right svg path {
    stroke: var(--foxlms--primary-color);
}

.foxlms-course__sections .foxlms-course__section.is-open .foxlms-course__section-header {
    border-bottom: 1px solid rgba(var(--foxlms--primary-color--rgb), .15);
}

.foxlms-course__sections .foxlms-course__section-title {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%
}

.foxlms-course__sections .foxlms-course__section-content {
    gap: 10px;
    padding: 0 10px;
}

.foxlms-course__sections .foxlms-course__section-lesson__title {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    line-height: 140%
}

.foxlms-course__sections .foxlms-course__section-lesson__excerpt {
    display: none;
}

.foxlms-course__sections .foxlms-course__section-lesson svg {
    max-width: 20px;
    min-width: 20px;
    width: 20px;
}

.foxlms-course__sections .foxlms-course__section-lesson svg:not(.foxlms-progress-bar) circle {
    stroke: var(--foxlms--primary-color);
}

.foxlms-lesson__wrapper .fox-lms-container .fox-lms-section-title-row .fox-lms-section-title {
    font-size: 16px;
}

.foxlms-lesson__wrapper .fox-lms-container .fox-lms-question-title {
    font-size: 14px !important;
}

.foxlms-lesson__wrapper .fox-lms-container .fox-lms-question {
    padding: 10px 15px 10px 10px;
}

.foxlms-lesson__wrapper .fox-lms-container .fox-lms-section-header,
.foxlms-lesson__wrapper .fox-lms-container .fox-lms-section {
    padding: 10px;
}

.foxlms-lesson__wrapper .fox-lms-container .fox-lms-section.active-section.is-open .fox-lms-section-header {
    border-bottom: 1px solid rgba(var(--foxlms--primary-color--rgb), .15) !important;
    border-radius: 0;
}

.foxlms-lesson__wrapper .fox-lms-container .fox-lms-section:not(.fox-lms-results-content) {
    margin-bottom: 0;
    border-radius: 12px;
}