body,
html,
#Stage {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #131418;
    overflow: hidden;
    -ms-content-zooming: none;
    -ms-touch-action: none;
    touch-action: none;
}

#Stage,
#Stage * {
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;

    /* cursor: none; */
}

#Stage * input,
#Stage * textarea {
    -moz-user-select: auto;
    -webkit-user-select: auto;
    -o-user-select: auto;
    -ms-user-select: auto;
    -webkit-tap-highlight-color: auto;
}

#Stage br,
#Stage span {
    position: relative;
}

.grow1 {
    flex-grow: 1;
}

audio {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Hide scrollbar for IE and Edge */
.UIDossierItem {
    -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.UIDossierItem::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.UIDossierView {
    -ms-overflow-style: none;
}

.accessible:focus:not(:hover) {
    outline: 1px solid rgba(229, 224, 210, 0.55) !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
/* .UIDossierView::-webkit-scrollbar {
    display: none;
} */

@font-face {
    font-family: 'RobotoMono';
    src: url('../fonts/RobotoMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoMono';
    src: url('../fonts/RobotoMono-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'RobotoMono';
    src: url('../fonts/RobotoMono-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Stratum';
    src: url('../fonts/Stratum.ttf') format('truetype');
    font-style: normal;
}

#onetrust-banner-sdk {
    background-color: #131418 !important;
    font-family: 'RobotoMono', sans-serif !important;
    outline: none !important;
}

#onetrust-banner-sdk p {
    color: #e5e0d2 !important;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler {
    background-color: #e5e0d2 !important;
    color: #131418 !important;
}

#onetrust-banner-sdk .banner-close-button.ot-close-icon {
    filter: brightness( 3 ) !important;
}

#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link {
    background: transparent !important;
    color: #e5e0d2 !important;
}

#onetrust-consent-sdk {
    position: absolute;
    z-index: 99999 !important;
    font-family: 'RobotoMono', sans-serif !important;
}

#ot-sdk-btn {
    display: none !important;
}
