/* Custom CSS and Custom footer fields  */
textarea[name^="formcustom_field_customcss"],
textarea[name^="formcustom_field_customfooter"] {
    font-family: var(--font-family-monospace);
}

/* Hide message icon  */
#nav-message-popover-container {
    display: none;
}

/* Footer */
.tui-core_auth-footer__poweredBy,
.page-footer-poweredby {
    text-align: right;
}

.tui-core_auth-footer__poweredBy a,
.page-footer-poweredby a:link,
.page-footer-poweredby a:visited,
.page-footer-poweredby a:active {
    text-decoration: none;
    opacity: 0.75;
}

.tui-core_auth-footer__poweredBy img,
.page-footer-poweredby img {
    padding: 5px;
    opacity: 0.75;
}

.tui-core_auth-footer__poweredBy a:hover,
.tui-core_auth-footer__poweredBy img:hover,
.page-footer-poweredby a:hover,
.page-footer-poweredby img:hover {
    opacity: 1;
}

/* SCORM ACTIVITY ICON */
.course_icon {
    background-image: url("data:image/svg+xml;utf8,");
    background-repeat: no-repeat;
    width: auto; /*or your image's width*/
    height: auto; /*or your image's height*/
    margin: 0;
    padding: 0;
}

.block {
    margin-bottom: var(--gap-6);
}
