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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-register__header {
    margin-bottom: 40px
}

.foxlms-register__header h2 {
    color: rgba(var(--foxlms--primary-color--rgb), .6);
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 46px;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
    margin-top: 0
}

.foxlms-register__header p {
    color: #686868;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
    margin-top: 0
}