.foxlms-wrapper *,
.foxlms-wrapper :after,
.foxlms-wrapper :before {
    box-sizing: border-box !important;
    content: none !important;
}
.foxlms-wrapper .foxlms-login__wrapper {
    /*max-width: 600px;*/
    margin: 0 auto;
}
.foxlms-wrapper a,
.foxlms-wrapper a:focus,
.foxlms-wrapper a:hover {
    text-decoration: none;
}
.foxlms-wrapper a {
    transition: all 0.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: 0.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), 0.8);
}
.foxlms-wrapper a:hover {
    color: rgba(var(--foxlms--primary-color--rgb), 0.6);
}
.foxlms-wrapper a:active {
    color: var(--foxlms--primary-color--rgb);
}
.foxlms-wrapper a:focus:not(:active) {
    color: rgba(var(--foxlms--primary-color--rgb), 0.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), 0.8);
    color: #fff;
}
.foxlms-wrapper .foxlms-button__primary:active {
    background-color: rgba(var(--foxlms--primary-color--rgb), 0.6);
    color: #fff;
}
.foxlms-wrapper .foxlms-button__primary:focus:not(:active) {
    color: #fff;
    outline: 2px solid rgba(var(--foxlms--primary-color--rgb), 0.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), 0.8);
    color: rgba(var(--foxlms--primary-color--rgb), 0.8);
}
.foxlms-wrapper .foxlms-button__secondary:hover svg,
.foxlms-wrapper .foxlms-button__secondary:hover svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), 0.8);
}
.foxlms-wrapper .foxlms-button__secondary:active {
    background-color: #0000;
    border-color: rgba(var(--foxlms--primary-color--rgb), 0.6);
    color: rgba(var(--foxlms--primary-color--rgb), 0.6);
}
.foxlms-wrapper .foxlms-button__secondary:active svg,
.foxlms-wrapper .foxlms-button__secondary:active svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), 0.6);
}
.foxlms-wrapper .foxlms-button__secondary:focus:not(:active) {
    background-color: rgba(var(--foxlms--primary-color--rgb), 0.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), 0.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), 0.3);
    color: rgba(var(--foxlms--primary-color--rgb), 0.8);
}
.foxlms-wrapper .foxlms-button__light:hover svg,
.foxlms-wrapper .foxlms-button__light:hover svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), 0.8);
}
.foxlms-wrapper .foxlms-button__light:active {
    background-color: rgba(var(--foxlms--primary-color--rgb), 0.4);
    color: rgba(var(--foxlms--primary-color--rgb), 0.8);
}
.foxlms-wrapper .foxlms-button__light:active svg,
.foxlms-wrapper .foxlms-button__light:active svg path {
    stroke: rgba(var(--foxlms--primary-color--rgb), 0.8);
}
.foxlms-wrapper .foxlms-button__light:focus:not(:active) {
    background-color: rgba(var(--foxlms--primary-color--rgb), 0.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), 0.8);
    color: rgba(var(--foxlms--primary-color--rgb), 0.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), 0.8);
}
.foxlms-wrapper .foxlms-button__link.foxlms-button:active {
    border-color: rgba(var(--foxlms--primary-color--rgb), 0.6);
    color: rgba(var(--foxlms--primary-color--rgb), 0.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), 0.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-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), 0.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), 0.1);
    border-color: rgba(var(--foxlms--primary-color--rgb), 0.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), 0.8);
    border-color: rgba(var(--foxlms--primary-color--rgb), 0.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: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.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: 0.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: 0.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-login__header {
    margin-bottom: 40px;
}
.foxlms-login__header h2 {
    color: rgba(var(--foxlms--primary-color--rgb), 0.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-login__header p {
    color: #686868;
    margin-bottom: 0;
}
.foxlms-login__header p,
.foxlms-login__wrapper p.login-password,
.foxlms-login__wrapper p.login-username {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 0;
}
.foxlms-login__wrapper p.login-password,
.foxlms-login__wrapper p.login-username {
    margin-bottom: 20px;
}
.foxlms-login__wrapper p.login-remember {
    margin-bottom: 40px;
}
.foxlms-login__wrapper p.login-remember,
.foxlms-login__wrapper p.login-submit {
    font-family: Inter, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-top: 0;
}
.foxlms-login__wrapper p.login-submit {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
}
.foxlms-login__wrapper p.login-submit input[type="submit"] {
    flex-grow: 1;
}
div.foxlms-login__wrapper label[for^="foxlms-login"] {
    color: #686868;
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 6px;
}
div.foxlms-login__wrapper .login-remember label {
    color: #686868;
    gap: 6px;
    justify-content: flex-start;
}
div.foxlms-login__wrapper .login-remember label,
div.foxlms-login__wrapper input[type="password"],
div.foxlms-login__wrapper input[type="text"] {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
div.foxlms-login__wrapper input[type="password"],
div.foxlms-login__wrapper input[type="text"] {
    background-color: #fff;
    border: 2px solid rgba(var(--foxlms--primary-color--rgb), 0.15);
    border-radius: 6px;
    color: var(--foxlms--text-color);
    isolation: isolate;
    outline: none;
    padding: 12px;
    width: 100%;
}
div.foxlms-login__wrapper input[type="password"]::placeholder,
div.foxlms-login__wrapper input[type="text"]::placeholder {
    color: #676767;
    font-family: Inter, Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
div.foxlms-login__wrapper input[type="password"]:focus,
div.foxlms-login__wrapper input[type="text"]:focus {
    border-color: var(--foxlms--primary-color);
    outline: none;
}
div.foxlms-login__wrapper input[type="password"]:disabled,
div.foxlms-login__wrapper input[type="text"]:disabled {
    background-color: #e6e6e6;
    border-color: var(--foxlms--grey-color);
    color: var(--foxlms--grey-color);
    outline: none;
}
div.foxlms-login__wrapper input[type="password"].foxlms-valid,
div.foxlms-login__wrapper input[type="text"].foxlms-valid {
    border-color: #1dad71;
}
div.foxlms-login__wrapper input[type="password"].foxlms-invalid,
div.foxlms-login__wrapper input[type="text"].foxlms-invalid {
    border-color: #d11a2a;
}
div.foxlms-login__wrapper input[type="checkbox"] {
    /*appearance: none;*/
    accent-color: var(--foxlms--primary-color);
    background-color: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 2px;
    color: var(--foxlms--text-color);
    height: 16px;
    margin: 0;
    outline: none;
    width: 16px;
    cursor: pointer;
}
div.foxlms-login__wrapper input[type="checkbox"]:hover {
    background-color: rgba(var(--foxlms--primary-color--rgb), 0.1);
    border-color: rgba(var(--foxlms--primary-color--rgb), 0.15);
    outline: none;
}
div.foxlms-login__wrapper input[type="checkbox"]:focus {
    outline: 1px solid var(--foxlms--primary-color);
}
div.foxlms-login__wrapper input[type="checkbox"]:checked {
    background-color: var(--foxlms--primary-color);
    border-color: var(--foxlms--primary-color);
    position: relative;
}
div.foxlms-login__wrapper input[type="checkbox"]:checked:before {
    content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" 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: 12px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 12px;
}
div.foxlms-login__wrapper input[type="checkbox"]:checked:hover {
    background-color: rgba(var(--foxlms--primary-color--rgb), 0.8);
    border-color: rgba(var(--foxlms--primary-color--rgb), 0.8);
    outline: none;
}
div.foxlms-login__wrapper input[type="checkbox"]:disabled {
    background-color: #e6e6e6;
    border-color: var(--foxlms--grey-color);
    outline: none;
}
div.foxlms-login__wrapper input[type="checkbox"].foxlms-valid {
    border-color: #1dad71;
}
div.foxlms-login__wrapper input[type="checkbox"].foxlms-invalid {
    border-color: #d11a2a;
}
