.page-message {
    display: block;
    transition: opacity .2s ease-in-out;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 0;
    overflow: hidden;
}

.page-message h1,
.page-message h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 2.5rem;
    color: gainsboro;
    margin-top: 0;
    text-align: center;
}

.page-message h2 {
    font-size: 2.2rem;
}

.no-outline {
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.no-outline:focus {
    outline: none;
}

html {
    height: 100%;
    min-height: 100%;
}

.body-bg {
    background: no-repeat center center fixed;
    background-size: cover;
    overflow-y: hidden;
}

.preloader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e9ecef;
    display: block;
}

.hidden {
    display: none !important;
}

.no-overflow {
    overflow: hidden !important;
}

button:not(:disabled) > i.fa {
    cursor: default;
}

.fa:not(.fa-spin) {
    animation: none;
}

.dimmed > * {
    opacity: .3;
    pointer-events: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

video {
    outline: none;
}

.inline-block {
    display: inline-block;
}


@supports (-moz-appearance:none) {

    @font-face {
        font-family: 'text-security-disc';
        src: url('../../assets/fonts/text-security-disc/text-security-disc.woff2') format('woff2')
    }

}