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

.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 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
}

div.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-w-full {
    width: 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-reviews-stars {
    gap: 2px
}

.foxlms-reviews-stars,
.foxlms-reviews-stars>span {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.foxlms-reviews-stars span svg {
    max-width: none
}

.foxlms-reviews-stars-sm span svg {
    min-width: 16px;
    width: 16px
}

.foxlms-reviews-stars-md span svg {
    min-width: 20px;
    width: 20px
}

.foxlms-reviews-stars-lg span svg {
    width: 24px
}

.foxlms-reviews-stars-yellow .foxlms-reviews-stars-full svg path,
.foxlms-reviews-stars-yellow .foxlms-reviews-stars-half svg path {
    fill: #ebd614
}

.foxlms-reviews-stars-full svg path,
.foxlms-reviews-stars-half svg path:last-child {
    fill: var(--foxlms--primary-color)
}

.foxlms-reviews-stars-empty svg path {
    fill: #d7d7d7
}

.foxlms-wrapper .foxlms-course__reviews-cards {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 47px;
    justify-content: flex-start;
    width: 100%
}

.foxlms-wrapper .foxlms-course__reviews-card {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
    width: 100%
}

.foxlms-wrapper .foxlms-course__reviews-card-course-title a {
    color: rgba(var(--foxlms--primary-color--rgb), .6);
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 16px;
    font-size: 20px;
    font-weight: 600;
    font-weight: 700;
    line-height: 140%
}

.foxlms-wrapper .foxlms-course__reviews-card-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start
}

.foxlms-wrapper .foxlms-course__reviews-card-body {
    width: 100%
}

.foxlms-wrapper .foxlms-course__reviews-card-body p,
.foxlms-wrapper .foxlms-course__reviews-card-body textarea {
    color: #1e1e1e;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%
}

.foxlms-wrapper .foxlms-course__reviews-card-body textarea {
    background: #fff;
    border: 1.5px solid var(--foxlms--primary-color);
    border-radius: 16px;
    height: auto;
    outline: none;
    padding: 18px;
    resize: none;
    width: 100%
}

.foxlms-wrapper .foxlms-course__reviews-card-footer {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 17px;
    justify-content: flex-end;
    width: 100%
}

.foxlms-wrapper .foxlms-course__reviews-author-image {
    aspect-ratio: 1;
    border-radius: 50%;
    line-height: 0;
    overflow: hidden;
    width: 64px
}

.foxlms-wrapper .foxlms-course__reviews-author-image img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.foxlms-wrapper .foxlms-course__reviews-author-info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between
}

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

.foxlms-wrapper .foxlms-course__reviews-description {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start
}

@media(max-width:575.98px) {
    .foxlms-wrapper .foxlms-course__reviews-description {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }
}

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

.foxlms-wrapper .foxlms-course__reviews-edit.foxlms-button__link.foxlms-has-icon {
    border: none;
    color: #858585;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%
}

.foxlms-wrapper .foxlms-course__reviews-edit.foxlms-button__link.foxlms-has-icon svg {
    min-width: 16px;
    width: 16px
}

.foxlms-wrapper .foxlms-course__reviews-edit.foxlms-button__link.foxlms-has-icon svg path {
    stroke: #858585
}

.foxlms-wrapper .foxlms-course__reviews-edit.foxlms-button__link.foxlms-has-icon:hover {
    color: #585858
}

.foxlms-wrapper .foxlms-course__reviews-edit.foxlms-button__link.foxlms-has-icon:hover svg path {
    stroke: #585858
}

.foxlms-wrapper .foxlms-course__reviews-edit-cancel,
.foxlms-wrapper .foxlms-course__reviews-edit-save {
    display: none
}

.foxlms-wrapper .foxlms-course__reviews-load-more {
    margin: auto
}

header.entry-header {
    font-family: Inter, Arial, sans-serif !important
}

.single header.entry-header {
    margin-bottom: 20px
}

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
}

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

#primary {
    width: 100%
}

.wp-block-post-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
}

.wp-block-avatar {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.wp-block-group.entry-meta {
    color: #686868;
    margin-bottom: 20px;
    margin-top: 0
}

.wp-block-group.entry-meta,
.wp-block-group.entry-meta * {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%
}

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

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

.foxlms-course__container svg {
    min-width: 20px
}

.foxlms-course__content {
    flex-grow: 1
}

.foxlms-course__description {
    color: #1e1e1e;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 30px;
    text-align: left
}

.foxlms-course__description p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit
}

.foxlms-course__intro-video-container,
.foxlms-course__featured-image {
    margin-bottom: 60px
}

.foxlms-course__intro-video-container video,
.foxlms-course__featured-image img {
    border-radius: 18px;
    height: auto;
    overflow: hidden;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.foxlms-course__tab-content {
    display: none
}

.foxlms-course__tab-content.foxlms-is-active {
    display: block
}

.foxlms-course__tab-content.foxlms-is-active:focus {
    outline: none
}

.foxlms-wrapper .foxlms-course__reviews {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 35px;
    justify-content: flex-start
}

.foxlms-wrapper .foxlms-course__reviews .foxlms-divider__vertical {
    height: 125px;
    margin: 0 70px
}

.foxlms-wrapper .foxlms-course__reviews-text-main {
    color: var(--foxlms--primary-color)
}

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

@media(max-width:575.98px) {
    .foxlms-wrapper .foxlms-course__reviews-summary {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 70px;
        justify-content: flex-start
    }
    .foxlms-wrapper .foxlms-course__reviews-summary .foxlms-divider__vertical {
        display: none
    }
}

.foxlms-wrapper .foxlms-course__reviews-section h5 {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 24px;
}

.foxlms-wrapper .foxlms-course__reviews-section:first-child {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    text-align: center;
    width: 50%
}

.foxlms-wrapper .foxlms-course__reviews-section:last-child {
    width: 50%
}

.foxlms-wrapper .foxlms-course__reviews-stats {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    gap: 12px;
    justify-content: flex-start;
    line-height: 120%
}

.foxlms-wrapper .foxlms-course__reviews-stats-row {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 27px;
    justify-content: space-between;
    width: 100%
}

@media(max-width:575.98px) {
    .foxlms-wrapper .foxlms-course__reviews-stats-row {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }
}

.foxlms-wrapper .foxlms-course__reviews-stats-row>div {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 130px
}

.foxlms-wrapper .foxlms-course__reviews-stats progress {
    accent-color: var(--foxlms--primary-color);
    appearance: none;
    -webkit-appearance: none;
    background-color: #ddd;
    border: none;
    border-radius: 10px;
    height: 6px;
    overflow: hidden;
    width: 70%
}

.foxlms-wrapper .foxlms-course__reviews-stats progress::-webkit-progress-bar {
    background-color: #ddd;
    border-radius: 16px
}

.foxlms-wrapper .foxlms-course__reviews-stats progress::-webkit-progress-value {
    background-color: var(--foxlms--primary-color);
    border-radius: 16px
}

.foxlms-wrapper .foxlms-course__reviews-average {
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%
}

.foxlms-wrapper .foxlms-course__reviews-comments {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start
}

.foxlms-wrapper .foxlms-course__reviews-comments-header,
.foxlms-wrapper .foxlms-course__reviews-comments-header>div {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.foxlms-wrapper .foxlms-course__reviews-comments-header>div {
    gap: 10px
}

.foxlms-wrapper .foxlms-course__reviews-comments-header>div h4 {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin: 0
}

.foxlms-wrapper .foxlms-course__reviews-count {
    color: #767676;
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%
}

.foxlms-divider__vertical {
    border: .5px solid #ddd;
    height: 100%;
    max-width: 1px;
    width: 1px
}

.foxlms-wrapper .foxlms-course__reviews-form .comment-respond .comment-reply-title {
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 69px;
    text-align: center
}

.foxlms-wrapper .foxlms-course__reviews-form .comment-respond .comment-form-comment label,
.foxlms-wrapper .foxlms-course__reviews-form .comment-respond .comment-form-rating label {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 14px
}

.foxlms-wrapper .foxlms-course__reviews-form .comment-respond .comment-form-rating {
    margin-bottom: 38px
}

.foxlms-wrapper .foxlms-course__reviews-form .comment-respond #comment {
    background-color: #fff;
    border: 1px solid var(--foxlms--secondary-color);
    border-radius: 16px;
    color: var(--foxlms--text-color);
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    padding: 18px
}

.foxlms-wrapper .foxlms-course__reviews-form .comment-respond #comment:focus {
    border: 1px solid var(--foxlms--secondary-color);
    box-shadow: none;
    outline: none
}

.foxlms-wrapper .foxlms-course__reviews-form .comment-respond #rating {
    display: none
}

.foxlms-wrapper .foxlms-course__reviews-form .comment-respond .stars {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: flex-start
}

.foxlms-wrapper .foxlms-course__reviews-form .comment-respond .stars span {
    cursor: pointer
}

.foxlms-wrapper .foxlms-course__reviews-form .comment-respond .stars span svg {
    width: 24px
}

.foxlms-wrapper .foxlms-course__reviews-form .comment-respond .stars span svg path {
    fill: none;
    stroke: #ebd614
}

.foxlms-wrapper .foxlms-course__reviews-form .comment-respond .stars span.active svg path,
.foxlms-wrapper .foxlms-course__reviews-form .comment-respond .stars span:hover svg path {
    fill: #ebd614
}

.foxlms-wrapper .foxlms-course__reviews-form .comment-respond .form-submit {
    text-align: right
}

.foxlms-course__sections {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    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;
    box-shadow: 0 3px 8px 0 rgba(var(--foxlms--primary-color--rgb), .15);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    padding: 14px;
    width: 100%
}

.foxlms-course__sections .foxlms-course__section-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 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__left svg {
    min-width: 16px;
    width: 16px;
    fill: none;
}

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

.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-family: InterMedium, Arial, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    font-weight: 500;
    line-height: 120%;
    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
}

.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);
}

.foxlms-course__sections .foxlms-course__section-lesson__left-flessons path {
    fill: #fff
}

.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-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    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-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-course__entry-box {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    padding-bottom: 20px;
    width: 100%
}

.foxlms-course__entry-box>* {
    width: 100%
}

.foxlms-course__entry-box .foxlms-course__entry-box__header span {
    color: #686868;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-align: left
}

.foxlms-course__entry-box .foxlms-course__entry-box__actions,
.foxlms-course__entry-box .foxlms-course__entry-box__price-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.foxlms-course__entry-box .foxlms-course__entry-box__price {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start
}

.foxlms-course__entry-box .foxlms-course__entry-box__price-regular {
    color: #676767;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: left
}

.foxlms-course__entry-box .foxlms-course__entry-box__price-sale,
.foxlms-course__entry-box .foxlms-course__entry-box__price:not(.foxlms-is-on-sale) {
    color: var(--foxlms--text-color);
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    text-align: left
}

.foxlms-course__entry-box .foxlms-course__entry-box__price-save {
    background-color: rgba(var(--foxlms--primary-color--rgb), .1);
    border-radius: 6px;
    padding: 6px 10px;
    -webkit-user-select: none;
    user-select: none
}

.foxlms-course__entry-box .foxlms-course__entry-box__price-save span {
    color: var(--foxlms--primary-color);
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    text-align: left
}

.foxlms-course__entry-box .foxlms-course__entry-box__actions {
    gap: 5px
}

.foxlms-course__entry-box .foxlms-course__entry-box__actions a[class*=button-enroll],
.foxlms-course__entry-box .foxlms-course__entry-box__actions button[class*=button-enroll],
.foxlms-course__entry-box .foxlms-course__entry-box__actions span[class*=button-enroll] {
    flex-grow: 1;
    width: 100%
}

.foxlms-course__entry-box .foxlms-button.foxlms-course__button-bookmark {
    padding: 7px
}

.foxlms-course__entry-box .foxlms-button.foxlms-course__button-bookmark:hover svg {
    stroke: var(--foxlms--primary-color)
}

.foxlms-course__entry-box .foxlms-button.foxlms-course__button-bookmark:active svg {
    stroke: rgba(var(--foxlms--primary-color--rgb), .8)
}

.foxlms-course__entry-box .foxlms-button.foxlms-course__button-bookmark:disabled svg {
    stroke: var(--foxlms--grey-color)
}

.foxlms-course__entry-box .foxlms-button.foxlms-course__button-bookmark svg {
    height: auto;
    width: 30px
}

.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__rating-box {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start
}

.foxlms-course__rating-box .foxlms-course__rating-box__header {
    color: #686868;
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%
}

.foxlms-course__rating-box .foxlms-course__rating-box__rating {
    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%
}

.foxlms-course__rating-box .foxlms-course__rating-box__rating div {
    color: var(--foxlms--text-color);
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 22px;
    font-weight: 500;
    line-height: 120%
}

.foxlms-course__rating-box .foxlms-course__rating-box__rating span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

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

@media(min-width:992px) {
    .foxlms-course__sidebar {
        max-width: 290px !important
    }
}

.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 !important;
    width: 100%
}

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

.foxlms-course__progress-mobile-box {
    display: none
}

@media(max-width:767.98px) {
    .foxlms-course__progress-mobile-box {
        bottom: 0;
        display: block;
        margin-top: 20px;
        position: sticky
    }
}

.foxlms-course__button-enroll-disabled.foxlms-button {
    background-color: #939393;
    cursor: auto;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.foxlms-course__button-enroll-disabled.foxlms-button:hover {
    background-color: #939393
}

.foxlms-course__summary .foxlms-course__summary-header {
    margin-bottom: 16px;
    text-align: left
}

.foxlms-course__summary .foxlms-course__summary-header span {
    color: var(--foxlms--text-color);
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%
}

.foxlms-course__summary .foxlms-course__summary-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start
}

.foxlms-course__summary .foxlms-course__summary-content .foxlms-course__summary-row {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 6px;
    justify-content: flex-start
}

.foxlms-course__summary .foxlms-course__summary-content .foxlms-course__summary-row svg {
    height: 16px;
    width: 16px
}

.foxlms-course__summary .foxlms-course__summary-content .foxlms-course__summary-row svg,
.foxlms-course__summary .foxlms-course__summary-content .foxlms-course__summary-row svg path {
    stroke: #676767;
    fill: none;
}

.foxlms-course__summary .foxlms-course__summary-content .foxlms-course__summary-row span {
    color: #686868;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-align: left
}

.foxlms-course__summary.foxlms-no-top-gap {
    border-top: 0;
    padding-top: 0
}

.foxlms-course__reviews-card-body .comment-form-rating{
    margin-bottom: 10px;
}