/* Bootstrap Validation Summary Override */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

/* Give subscript a little bit more space before the chevron */
.pos-right {
    right: 4px;
}

/* Reference classes, no implementation */
.js-waves-off, .js-waves-on, .js-get-date, .js-collapse, .js-modal-settings, .js-filter-message, .js-buttons, .js-icon-class, .js-icon-copy, .base, .needs-validation, .flex-start, .text-faded, .app-container-demo, .has-tooltip, .has-popover {
}

.js-bg-color, .js-bg-gradient, .js-bg-gradient-demo, .js-bg-target {
}

/* Enter custom CSS rules for your application here */

@font-face {
    font-family: Inter;
    src: url(../webfonts/Inter-VariableFont_slnt,wght.ttf);
}

* {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Fira Sans, Arial, sans-serif;
}

body, body:not(.mod-main-boxed):not(.mobile-view-activated).chrome.modal-open {
    overflow-y: scroll !important; /* this fixes the tooltips not being alligned */
    padding-right: 0 !important; /* this fixes sweetalert adding padding to the body when a modal opens */
}

