.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;
    text-transform: none;
}

.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-w-full {
    width: 100%
}

.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-badge {
    align-items: center;
    border-radius: 6px;
    color: #686868;
    display: flex;
    flex-direction: row;
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 120%;
    padding: 10px;
    width: 100%
}

.foxlms-wrapper .foxlms-badge__success {
    background-color: #e0eee4;
    color: #1dad71
}

.foxlms-wrapper .foxlms-badge__danger {
    background-color: #f0e2e3;
    color: #d11a2a
}

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

.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-form__response {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%
}

.foxlms-form__response-success {
    color: #1dad71
}

.foxlms-form__response-error {
    color: #d11a2a
}

.foxlms-wrapper .foxlms-field {
    align-items: flex-start;
    color: #686868;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-start;
    width: 100%
}

.foxlms-wrapper .foxlms-field.foxlms-is-invalid * {
    color: #d11a2a
}

.foxlms-wrapper .foxlms-field.foxlms-is-valid * {
    color: #1dad71
}

.foxlms-wrapper .foxlms-field__message {
    align-items: center;
    color: #d11a2a;
    display: flex;
    flex-direction: row;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    gap: 4px;
    justify-content: flex-start;
    line-height: 120%
}

.foxlms-wrapper .foxlms-form__row {
    margin-bottom: 20px
}

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

@media(max-width:575.98px) {
    .foxlms-wrapper .foxlms-form__column {
        flex-wrap: wrap
    }
}

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

.foxlms-wrapper .foxlms-form__submit-wrapper button {
    flex-grow: 1
}

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

.foxlms-wrapper .foxlms-field-label__help {
    color: #686868;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%
}

.foxlms-wrapper .foxlms-input:not([type=submit], [type=radio], [type=checkbox]) {
    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;
    isolation: isolate;
    line-height: 120%;
    outline: none;
    padding: 12px;
    width: 100%
}

.foxlms-wrapper .foxlms-input:not([type=submit], [type=radio], [type=checkbox])::placeholder {
    color: #676767;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%
}

.foxlms-wrapper .foxlms-input:not([type=submit], [type=radio], [type=checkbox]):focus {
    border-color: var(--foxlms--primary-color);
    outline: none
}

.foxlms-wrapper .foxlms-input:not([type=submit], [type=radio], [type=checkbox]):disabled {
    background-color: #e6e6e6;
    border-color: var(--foxlms--grey-color);
    color: var(--foxlms--grey-color);
    outline: none
}

.foxlms-wrapper .foxlms-input:not([type=submit], [type=radio], [type=checkbox]).foxlms-is-valid {
    border-color: #1dad71
}

.foxlms-wrapper .foxlms-input:not([type=submit], [type=radio], [type=checkbox]).foxlms-is-invalid {
    border-color: #d11a2a
}

.foxlms-wrapper .foxlms-input.foxlms-input-checkbox[type=checkbox] {
    appearance: none;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 2px;
    color: var(--foxlms--text-color);
    height: 20px;
    margin: 0;
    outline: none;
    width: 20px
}

.foxlms-wrapper .foxlms-input.foxlms-input-checkbox[type=checkbox]:hover {
    background-color: rgba(var(--foxlms--primary-color--rgb), .1);
    border-color: rgba(var(--foxlms--primary-color--rgb), .15);
    outline: none
}

.foxlms-wrapper .foxlms-input.foxlms-input-checkbox[type=checkbox]:focus {
    outline: 1px solid var(--foxlms--primary-color)
}

.foxlms-wrapper .foxlms-input.foxlms-input-checkbox[type=checkbox]:checked {
    background-color: var(--foxlms--primary-color);
    border-color: var(--foxlms--primary-color);
    position: relative
}

.foxlms-wrapper .foxlms-input.foxlms-input-checkbox[type=checkbox]:checked:before {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"none\" viewBox=\"0 0 14 14\"><path stroke=\"%23fff\" stroke-linecap=\"round\" stroke-width=\"3\" d=\"M2.143 7.284 7 10.998l5.143-9.143\"/></svg>");
    height: 16px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 16px
}

.foxlms-wrapper .foxlms-input.foxlms-input-checkbox[type=checkbox]:checked:hover {
    background-color: rgba(var(--foxlms--primary-color--rgb), .8);
    border-color: rgba(var(--foxlms--primary-color--rgb), .8);
    outline: none
}

.foxlms-wrapper .foxlms-input.foxlms-input-checkbox[type=checkbox]:disabled {
    background-color: #e6e6e6;
    border-color: var(--foxlms--grey-color);
    outline: none
}

.foxlms-wrapper .foxlms-input.foxlms-input-checkbox[type=checkbox].foxlms-valid {
    border-color: #1dad71
}

.foxlms-wrapper .foxlms-input.foxlms-input-checkbox[type=checkbox].foxlms-invalid {
    border-color: #d11a2a
}

.foxlms-wrapper .foxlms-input.foxlms-input-toggle[type=checkbox] {
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: .1px;
    z-index: -1
}

.foxlms-wrapper .foxlms-input.foxlms-input-toggle[type=checkbox]:checked+label {
    background-color: var(--foxlms--primary-color)
}

.foxlms-wrapper .foxlms-input.foxlms-input-toggle[type=checkbox]:checked+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%)
}

.foxlms-wrapper .foxlms-field .foxlms-field-toggle label {
    background-color: #e6e6e6;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 24px;
    position: relative;
    text-indent: -9999px;
    transition: .3s;
    width: 48px
}

.foxlms-wrapper .foxlms-field .foxlms-field-toggle label:after {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 1px #0000000f, 0 3px 8px #00000026;
    content: "";
    height: 20px;
    left: 2px;
    max-width: 20px;
    position: absolute;
    top: 2px;
    transition: .5s;
    width: 20px
}

.foxlms-wrapper .foxlms-field .foxlms-field-toggle label:active:after {
    width: 54px
}

.foxlms-wrapper .foxlms-input.foxlms-input-select {
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjNjI2RUUzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMi41IiBkPSJNMS45NTIgMS4yNSAxMSA4Ljc1bDkuMDQ3LTcuNSIvPjwvc3ZnPg==);
    background-position: right 18px top 50%;
    background-repeat: no-repeat;
    background-size: 12px 10px;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    color: var(--foxlms--text-color);
    cursor: pointer;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 120%;
    max-width: 300px;
    padding: 12px 16px
}

.foxlms-wrapper .foxlms-input.foxlms-input-select:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSIgc3R5bGU9InRyYW5zZm9ybTpyb3RhdGUoMTgwZGVnKSI+PHBhdGggc3Ryb2tlPSIjNjI2RUUzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMi41IiBkPSJNMS45NTIgMS4yNSAxMSA4Ljc1bDkuMDQ3LTcuNSIvPjwvc3ZnPg==)
}

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

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

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

@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: 280px;
        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-datatable {
    background-color: #fff;
    border: 2px solid rgba(var(--foxlms--primary-color--rgb), .15);
    border-radius: 18px;
    display: table;
    overflow: hidden;
    width: 100%
}

.foxlms-datatable-header {
    background-color: rgba(var(--foxlms--primary-color--rgb), .15);
    display: table-header-group
}

.foxlms-datatable-body {
    display: table-row-group
}

.foxlms-datatable-footer {
    display: table-footer-group
}

.foxlms-datatable-row {
    display: table-row;
    height: 1px
}

.foxlms-datatable-empty-row {
    height: 60px;
    position: relative
}

.foxlms-datatable-cell {
    color: var(--foxlms--text-color);
    display: table-cell;
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    height: inherit;
    line-height: 140%;
    text-align: center;
    vertical-align: middle
}

.foxlms-datatable-cell>div {
    align-items: center;
    /* border-bottom: 1px solid rgba(var(--foxlms--primary-color--rgb), .15); */
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    /* padding: 20px 25px */
}

.foxlms-datatable-cell > div{
    height: fit-content;
}

.foxlms-datatable-cell:first-child>div {
    display: block;
    /* padding: 20px 25px 20px 0 */
}

.foxlms-datatable-cell:last-child>div {
    padding: 20px 0 20px 25px
}

.foxlms-datatable-cell:first-child {
    padding-left: 25px;
    text-align: left
}

.foxlms-datatable-cell:last-child {
    padding-right: 25px;
    text-align: right
}

.foxlms-datatable-cell:only-child {
    max-width: 100%
}

.foxlms-datatable-empty-cell {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    max-width: 100%;
    min-height: 60px;
    padding: 20px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%
}

.foxlms-datatable-empty-cell>div {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.foxlms-wrapper .foxlms-datatable-header .foxlms-datatable-row .foxlms-datatable-cell {
    border: none;
    color: var(--foxlms--text-color);
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    text-align: center
}

/* .foxlms-datatable-header .foxlms-datatable-cell:first-child {
    padding-left: 80px;
    text-align: left
} */

.foxlms-datatable-header .foxlms-datatable-cell:first-child>div {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

@media(max-width:767.98px) {
    .foxlms-datatable {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch
    }
}

.wp-block-fox-lms-course-grid {
    margin-bottom: 60px
}

.foxlms-courses-grid {
    /* display: grid;
    grid-template-columns: 1fr; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    grid-gap: 30px;
    margin-bottom: 60px;
    min-height: 0;
    min-width: 0
}

.foxlms-courses-grid.foxlms-courses-grid-list-view {
    grid-template-columns: 1fr
}

@media(min-width:576px) {
    .foxlms-courses-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1200px) {
    .foxlms-courses-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(min-width:1500px) {
    .foxlms-courses-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

.foxlms-courses-grid__no-results {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 140%;
    min-height: 300px;
    width: 100%
}

@media(min-width:576px) {
    .foxlms-courses-grid-list-view.foxlms-courses-grid .foxlms-course-card {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
    .foxlms-courses-grid-list-view.foxlms-courses-grid .foxlms-course-card__image {
        height: 100%
    }
    .foxlms-courses-grid-list-view.foxlms-courses-grid .foxlms-course-card__image img {
        height: 100%;
        object-fit: cover
    }
    .foxlms-courses-grid-list-view.foxlms-courses-grid .foxlms-course-card__header {
        width: 40%
    }
    .foxlms-courses-grid-list-view.foxlms-courses-grid .foxlms-course-card__body {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 60%
    }
}

.foxlms-courses-load-more-box {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.foxlms-course-card {
    align-items: flex-start;
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 3px 8px 0 rgba(var(--foxlms--primary-color--rgb), .15);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    width:calc((100% - 200px)/4);
    min-width: 250px;
    overflow: hidden
}

@media(max-width:767.98px) {
    .foxlms-course-card {
        width: 100%
    }
}

.foxlms-course-card .foxlms-course-card__body,
.foxlms-course-card .foxlms-course-card__content,
.foxlms-course-card .foxlms-course-card__footer,
.foxlms-course-card .foxlms-course-card__header {
    width: 100%
}

.foxlms-course-card .foxlms-course-card__content,
.foxlms-course-card .foxlms-course-card__footer {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: flex-start;
    padding: 16px
}

.foxlms-course-card .foxlms-course-card__content {
    padding-bottom: 10px
}

.foxlms-course-card .foxlms-course-card__footer {
    gap: 20px;
    padding-top: 10px
}

.foxlms-course-card .foxlms-course-card__image {
    position: relative
}

.foxlms-course-card .foxlms-course-card__image:has(.foxlms-course-card__image-badge) {
    min-height: 40px
}

.foxlms-course-card .foxlms-course-card__image img {
    height: auto;
    width: 100%
}

.foxlms-course-card .foxlms-course-card__image-badge {
    background-color: rgba(var(--foxlms--primary-color--rgb), .2);
    border-radius: 6px;
    color: var(--foxlms--primary-color);
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    left: 10px;
    line-height: 120%;
    padding: 6px 10px;
    position: absolute;
    top: 10px
}

.foxlms-course-card .foxlms-course-card__reviews {
    align-items: center;
    color: #686868;
    display: flex;
    flex-direction: row;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    gap: 5px;
    justify-content: flex-start;
    line-height: 120%;
    line-height: 140%;
    margin-bottom: 10px
}

.foxlms-course-card .foxlms-review-stars svg {
    height: 16px;
    min-width: auto;
    position: relative;
    top: -1px;
    width: 16px
}

.foxlms-course-card .foxlms-review-stars svg:last-child path {
    fill: #e6e6e6
}

.foxlms-course-card .foxlms-course-card__title {
    color: var(--foxlms--text-color);
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 16px
}

.foxlms-course-card .foxlms-course-card__title a {
    color: var(--foxlms--primary-color);
    text-transform: none;
}

.foxlms-course-card .foxlms-course-card__stats {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 20px
}

.foxlms-course-card .foxlms-course-card__stat {
    align-items: center;
    color: #686868;
    display: flex;
    flex-direction: row;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-start;
    line-height: 120%
}

.foxlms-course-card .foxlms-course-card__stat svg {
    height: 16px;
    width: 16px
}

.foxlms-course-card .foxlms-course-card__stat svg,
.foxlms-course-card .foxlms-course-card__stat svg path {
    stroke: #676767
}

.foxlms-course-card .foxlms-course-card__author {
    align-items: center;
    color: #686868;
    display: flex;
    flex-direction: row;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    gap: 6px;
    justify-content: flex-start;
    line-height: 120%;
    margin-bottom: 10px
}

.foxlms-course-card .foxlms-course-card__author img {
    border-radius: 50%;
    height: 20px;
    width: 20px
}

.foxlms-course-card .foxlms-course-card__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-card .foxlms-course-card__progress progress[value] {
    appearance: none;
    height: 6px;
    width: 100%
}

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

.foxlms-course-card .foxlms-course-card__progress progress[value]::-webkit-progress-value {
    background-color: var(--foxlms--primary-color);
    border-radius: 2px
}

.foxlms-course-card .foxlms-course-card__progress>div {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.foxlms-course-card .foxlms-course-card__progress>div span {
    color: #686868;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit
}

.foxlms-course-card .foxlms-course-card__actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.foxlms-course-card .foxlms-course-card__actions a {
    font-size: 12.8px;
    padding: 6px 10px
}

.foxlms-course-card .foxlms-course-card__status {
    align-items: center;
    color: var(--foxlms--primary-color);
    display: flex;
    flex-direction: row;
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    justify-content: flex-start;
    line-height: 120%
}

.foxlms-course-card .foxlms-course-card__status svg {
    height: 14px;
    position: relative;
    top: -2px;
    transform: rotate(10deg);
    width: 14px
}

.foxlms-course-card .foxlms-course-card__status svg,
.foxlms-course-card .foxlms-course-card__status svg path {
    stroke: var(--foxlms--primary-color)
}

.foxlms-course-card .foxlms-course-card__divider {
    border-bottom: 2px solid #e6e6e6;
    width: 100%
}

.foxlms-course-card .foxlms-course-card__price {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start
}

.foxlms-course-card .foxlms-course-card__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-card .foxlms-course-card__price-sale,
.foxlms-course-card .foxlms-course-card__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-placeholder {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 0 3px 8px 0 rgba(var(--foxlms--primary-color--rgb), .15);
    color: #939393;
    font-size: 11px;
    height: 333px;
    max-width: 300px
}

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

.foxlms-reviews-stars {
    gap: 2px
}

.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-dashboard__wrapper {
    align-items: stretch;
    background-color: #f9f9ff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 100%
}

.foxlms-dashboard__content {
    width: 80%;
    flex-grow: 1;
    overflow-x: hidden;
    padding: 20px 30px 60px 20px !important
}

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

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

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

@media(max-width:991.98px) {
    .foxlms-dashboard__content-header .foxlms-page__header {
        display: block
    }
    .foxlms-dashboard__content-header .foxlms-page__header-content {
        align-items: center;
        justify-content: space-between
    }
}

.foxlms-dashboard__content-header .foxlms-page__header-burger__menu {
    cursor: pointer;
    display: none;
    padding-top: 6px !important
}

@media(max-width:991.98px) {
    .foxlms-dashboard__content-header .foxlms-page__header-burger__menu {
        display: block
    }
}

@media(max-width:575.98px) {
    .foxlms-dashboard__content-header .foxlms-page__header-user-information {
        display: none
    }
}

.foxlms-dashboard__content>main {
    padding: 0 40px 20px !important
}

@media(max-width:781.98px) {
    .foxlms-dashboard__content>main {
        padding: 0 0 20px !important
    }
}

.foxlms-dashboard__content h2 {
    font-size: 30px
}

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

.foxlms-dashboard__content h3 {
    font-size: 22px
}

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

.foxlms-dashboard__content h5 {
    font-size: 16px
}

.foxlms-dashboard__content h5,
.foxlms-dashboard__content h6 {
    font-family: InterMedium, Arial, sans-serif !important;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px !important
}

.foxlms-dashboard__content h6 {
    font-size: 14px
}

.foxlms-dashboard__content p {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 16px !important
}

.foxlms-dashboard__content figure {
    margin-bottom: 16px !important
}

.foxlms-dashboard__content-login {
    padding: 20px 30px 60px 20px;
    width: 100%
}

.foxlms-dashboard__content-login-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px
}

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

.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding-left: 0;
    width: 100%
}

.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu li.foxlms-dashboard__menu-item {
    width: 100%
}

.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link {
    align-items: center;
    align-self: stretch;
    background-color: #0000;
    border: none;
    border-radius: 6px;
    color: #686868;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    justify-content: flex-start;
    line-height: 140%;
    outline-color: rgba(var(--foxlms--primary-color--rgb), .3);
    padding: 10px;
    text-decoration: none;
    width: 100%
}

.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link svg {
    width: 24px
}

.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link svg,
.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link svg path {
    stroke: #686868;
    fill: none
}

.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link:hover {
    background-color: rgba(var(--foxlms--primary-color--rgb), .1);
    color: #000
}

.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link:hover svg,
.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link:hover svg path {
    stroke: #000
}

.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link.foxlms-is-active,
.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link:active {
    background-color: var(--foxlms--primary-color);
    color: #fff
}

.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link.foxlms-is-active svg,
.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link.foxlms-is-active svg path,
.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link:active svg,
.foxlms-dashboard__wrapper ul.foxlms-dashboard__menu a.foxlms-dashboard__menu-link:active svg path {
    stroke: #fff
}

.foxlms-dashboard__overview {
    margin-bottom: 40px !important
}

.foxlms-dashboard__overview-panels {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    padding: 0 !important
}

@media(min-width:1500px) {
    .foxlms-dashboard__overview-panels {
        flex-wrap: nowrap
    }
}

.foxlms-dashboard__overview-panel {
    width: 100%
}

@media(min-width:576px) {
    .foxlms-dashboard__overview-panel {
        width: calc(50% - 20px)
    }
}

@media(min-width:1200px) {
    .foxlms-dashboard__overview-panel {
        width: calc(33.33333% - 20px)
    }
}

@media(min-width:1500px) {
    .foxlms-dashboard__overview-panel {
        width: 33%
    }
}

.foxlms-dashboard__overview-panel__link {
    align-items: center;
    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);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: flex-start;
    padding: 15px !important;
    position: relative
}

.foxlms-dashboard__overview-panel__link:hover {
    background-color: rgba(var(--foxlms--primary-color--rgb), .1)
}

.foxlms-dashboard__overview-panel__link-icon {
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: opacity .3s ease-in-out;
    visibility: hidden
}

.foxlms-dashboard__overview-panel__link:hover .foxlms-dashboard__overview-panel__link-icon {
    opacity: 1;
    visibility: visible
}

.foxlms-dashboard__overview-panel__link:hover .foxlms-dashboard__overview-panel__link-icon svg {
    width: 24px
}

.foxlms-dashboard__overview-panel__link:hover .foxlms-dashboard__overview-panel__link-icon svg circle {
    stroke: var(--foxlms--primary-color);
    fill: var(--foxlms--primary-color)
}

.foxlms-dashboard__overview-panel__icon {
    align-items: center;
    background-color: rgba(var(--foxlms--primary-color--rgb), .1);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 50px;
    min-width: 50px
}

.foxlms-dashboard__overview-panel__icon svg {
    height: 32px;
    width: 32px
}

.foxlms-dashboard__overview-panel__icon svg path {
    stroke: var(--foxlms--primary-color)
}

.foxlms-dashboard__overview-panel__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.foxlms-dashboard__overview-panel__content h4 {
    color: var(--foxlms--text-color);
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0 !important
}

.foxlms-dashboard__overview-panel__content span {
    color: #686868;
    display: inline-block;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.foxlms-wrapper .foxlms-dashboard__meta-text {
    color: #686868;
    margin-bottom: 0;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

.foxlms-wrapper .foxlms-dashboard__quiz-attempts {
    margin-bottom: 40px
}

.foxlms-wrapper .foxlms-dashboard__quiz-attempts__pagination-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.foxlms-wrapper .foxlms-dashboard__quiz-attempts .foxlms-datatable-header div {
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.foxlms-wrapper .foxlms-dashboard__quiz-attempts .foxlms-datatable-cell {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    border-bottom: 1px solid rgba(var(--foxlms--primary-color--rgb), .15)
}

.foxlms-wrapper .foxlms-dashboard__quiz-attempts .foxlms-datatable-cell .foxlms-button__link {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%
}

.foxlms-wrapper .foxlms-dashboard__courses {
    margin-bottom: 40px
}

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

.foxlms-wrapper .foxlms-dashboard__courses-filter {
    margin-bottom: 40px
}

.foxlms-wrapper .foxlms-dashboard__courses-filter .foxlms-field label {
    color: var(--foxlms--text-color);
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
    width: fit-content
}

.foxlms-wrapper .foxlms-dashboard__assignments {
    margin-bottom: 40px
}

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

.foxlms-wrapper .foxlms-dashboard__assignments-filter {
    margin-bottom: 40px
}

.foxlms-wrapper .foxlms-dashboard__assignments-filter .foxlms-field label {
    color: var(--foxlms--text-color);
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
    width: fit-content
}

.foxlms-wrapper .foxlms-dashboard__assignments-filter .foxlms-field select {
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjNjI2RUUzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMi41IiBkPSJNMS45NTIgMS4yNSAxMSA4Ljc1bDkuMDQ3LTcuNSIvPjwvc3ZnPg==);
    background-position: right 18px top 50%;
    background-repeat: no-repeat;
    background-size: 20px 10px;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    color: var(--foxlms--text-color);
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    max-width: 300px;
    padding: 16px 18px
}

.foxlms-wrapper .foxlms-dashboard__assignments-filter .foxlms-field select:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSIgc3R5bGU9InRyYW5zZm9ybTpyb3RhdGUoMTgwZGVnKSI+PHBhdGggc3Ryb2tlPSIjNjI2RUUzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMi41IiBkPSJNMS45NTIgMS4yNSAxMSA4Ljc1bDkuMDQ3LTcuNSIvPjwvc3ZnPg==)
}

.foxlms-wrapper .foxlms-datatable-cell .foxlms-button__link {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%
}

.foxlms-wrapper .foxlms-dashboard__meta-text {
    font-size: 14px
}

.foxlms-wrapper .foxlms-dashboard__certificates {
    margin-bottom: 40px
}

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

.foxlms-wrapper .foxlms-dashboard__certificates-filter {
    margin-bottom: 40px
}

.foxlms-wrapper .foxlms-dashboard__certificates-filter .foxlms-field label {
    color: var(--foxlms--text-color);
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
    width: fit-content
}

.foxlms-wrapper .foxlms-dashboard__datatable-image svg {
    min-width: 32px;
    width: 32px
}

.foxlms-wrapper .foxlms-dashboard__datatable-image svg path {
    fill: var(--foxlms--primary-color)
}

.foxlms-wrapper .foxlms-dashboard__datatable-actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center
}

.foxlms-wrapper .foxlms-dashboard__datatable-actions .foxlms-button__link.foxlms-has-icon {
    border-bottom: unset
}

.foxlms-wrapper .foxlms-dashboard__datatable-actions a svg,
.foxlms-wrapper .foxlms-dashboard__datatable-actions a svg path {
    stroke: var(--foxlms--primary-color)
}

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

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

.foxlms-wrapper .foxlms-dashboard__certificates .foxlms-datatable-cell .foxlms-button__link {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%
}

.foxlms-wrapper .foxlms-dashboard__certificates .foxlms-datatable-cell:first-child {
    max-width: 100px;
    text-align: center
}

.foxlms-wrapper .foxlms-dashboard__certificates .foxlms-datatable-cell:first-child img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.foxlms-wrapper .foxlms-dashboard__certificates .foxlms-datatable-cell:nth-child(2)>div {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.foxlms-wrapper .foxlms-dashboard__certificates .foxlms-datatable-cell:last-child {
    max-width: 150px
}

.foxlms-wrapper .foxlms-dashboard__certificates .foxlms-datatable-cell:last-child>div {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.foxlms-wrapper .foxlms-dashboard__certificates .foxlms-datatable-cell:last-child svg {
    min-width: 20px;
    width: 20px
}

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

.foxlms-wrapper .foxlms-dashboard__meta-text span {
    color: #686868
}

.foxlms-wrapper .foxlms-dashboard__reviews {
    margin-bottom: 40px
}

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

.foxlms-wrapper .foxlms-dashboard__reviews-delete.foxlms-button__link.foxlms-has-icon {
    align-items: flex-start;
    border-bottom: none;
    color: #858585;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    gap: 8px;
    justify-content: space-between
}

.foxlms-wrapper .foxlms-dashboard__reviews-delete.foxlms-button__link.foxlms-has-icon svg {
    max-width: none;
    min-width: 20px;
    width: 20px
}

.foxlms-wrapper .foxlms-dashboard__reviews-delete.foxlms-button__link.foxlms-has-icon svg path {
    stroke: #858585
}

.foxlms-wrapper .foxlms-dashboard__reviews-delete.foxlms-button__link.foxlms-has-icon:hover {
    color: #d11a2a
}

.foxlms-wrapper .foxlms-dashboard__reviews-delete.foxlms-button__link.foxlms-has-icon:hover svg path {
    stroke: #d11a2a
}

.foxlms-wrapper .foxlms-dashboard__reviews .foxlms-datatable-header div {
    font-family: InterSemiBold, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%
}

.foxlms-wrapper .foxlms-dashboard__reviews .foxlms-datatable-cell {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%
}

.foxlms-wrapper .foxlms-dashboard__reviews .foxlms-datatable-cell .foxlms-button__link {
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%
}

.foxlms-wrapper .foxlms-dashboard__reviews .foxlms-datatable-cell:first-child>div {
    display: flex
}

.foxlms-wrapper .foxlms-dashboard__reviews .foxlms-datatable-cell:first-child a {
    border-bottom: unset;
    text-decoration: underline
}

.foxlms-wrapper .foxlms-dashboard__reviews .foxlms-datatable-cell:last-child>div {
    display: flex
}

.foxlms-wrapper .foxlms-dashboard__reviews .foxlms-datatable-cell:last-child a {
    border-bottom: unset;
    text-decoration: underline
}

.foxlms-dashboard__settings-section {
    max-width: 700px
}

.foxlms-dashboard__profile-picture {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
    margin-bottom: 40px
}

.foxlms-dashboard__profile-picture__preview {
    border-radius: 6px;
    height: 80px;
    overflow: hidden;
    width: 80px
}

.foxlms-dashboard__profile-picture__preview img.avatar {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.foxlms-dashboard__profile-picture__upload {
    align-items: stretch;
    background-color: #fff;
    border: 2px solid rgba(var(--foxlms--primary-color--rgb), .15);
    border-radius: 8px;
    box-shadow: 0 3px 8px 0 rgba(var(--foxlms--primary-color--rgb), .15);
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    gap: 20px;
    justify-content: flex-start;
    padding: 10px
}

.foxlms-dashboard__profile-picture__upload label.foxlms-dashboard__profile-picture__upload-button {
    align-items: center;
    background-color: rgba(var(--foxlms--primary-color--rgb), .1);
    border: 2px solid rgba(var(--foxlms--primary-color--rgb), .15);
    border-radius: 6px;
    color: var(--foxlms--primary-color);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    height: auto;
    justify-content: center;
    line-height: 120%;
    min-width: 300px
}

.foxlms-dashboard__profile-picture__upload label.foxlms-dashboard__profile-picture__upload-button svg,
.foxlms-dashboard__profile-picture__upload label.foxlms-dashboard__profile-picture__upload-button svg path {
    stroke: var(--foxlms--primary-color)
}

.foxlms-dashboard__profile-picture__upload label.foxlms-dashboard__profile-picture__upload-button input[type=file] {
    display: none
}

.foxlms-dashboard__profile-picture__upload-info {
    min-width: 200px
}

.foxlms-dashboard__profile-picture__upload-info p:not(:last-child) {
    margin-bottom: 10px
}

.foxlms-dashboard__profile-picture__upload-info p:last-child {
    margin-bottom: 0
}

.foxlms-dashboard__notifications .foxlms-form__row {
    margin-bottom: 30px
}

.foxlms-dashboard__notifications .foxlms-form__row .foxlms-field {
    align-items: flex-end
}

.foxlms-review-comment-tags strong,.foxlms-review-comment-tags b{
    font-weight: bold;
}

div.foxlms-wrapper .foxlms-dashboard__reviews .foxlms-datatable-footer svg path {
    fill: rgba(var(--foxlms--primary-color--rgb), .8)
}