body {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

body {
    margin: 0;
    padding: 0;
    padding: env(safe-area-inset-top, 0)
    env(safe-area-inset-right, 0)
    env(safe-area-inset-bottom, 0)
    env(safe-area-inset-left, 0);
    font-family: 'Fira Sans Condensed', 'Arial Narrow';
    font-weight: 800;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0c0a08;
    overflow: hidden;
    font-size: 16px;
}

#stein-errors {
    z-index: 2000;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40px;
    touch-action: none;
    pointer-events: none;
}

.stein-error {
    margin: auto;
    max-width: 600px;
    background: rgba(239, 23, 38, 1);
    padding: 2px;
    border: 2px solid rgb(38, 33, 25);
    border-radius: 5px;
    margin-top: 5px;
    text-align: center;
    color: white;
    font-size: 16px;
    display: flex;
    touch-action: auto;
    pointer-events: auto;
}

.stein-error-message {
    flex: 1 1 auto;
}

.stein-error-close-button {
    flex: 0 0 auto;
    color: rgb(38, 33, 25);
    cursor: pointer;
    margin-right: 4px;
}

.stein-error-button {
    display: block;
    margin: auto;
    background-color: #b6dc87;
    margin-top: 10px;
    touch-action: auto;
    pointer-events: auto;
}

button:hover, .button:hover {
    color: rgb(38, 33, 25);
    background-color: #eddca0;
}

#stein-login-screen {
    background: black url(/assets/images/login-background.png) center;
    background-size: cover;
    overflow-y: auto;
    overflow-x: hidden;
}

#stein-login-screen-login-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}

#stein-login-screen-maintenance {
    margin: auto;
    text-align: center;
    user-select: none;
    z-index: 100;
    width: 330px;
}
.stein-window {
    background: #bc9266;
    box-shadow: inset 0px 0px 0 2px rgba(255, 234, 169, 0.5);
    border-radius: 5px;
    border: 2px solid rgb(38, 33, 25);
    padding: 4px;
    color: #fff;
    font-size: 16px;
}

.stein-window-top {
    color: rgb(182, 220, 135);
    font-size: 18px;
    text-align: center;
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 2px;
}

.stein-text-border {
    text-shadow: 1px 1px 0 #262119, -1px 1px 0 #262119, 1px -1px 0 #262119, -1px -1px 0 #262119, 0 1px 0 #262119, 0 -1px 0 #262119, -1px 0 0 #262119, 1px 0 0 #262119;
}

.stein-window-container {
    background: #9a7753;
    border: 2px solid rgb(38, 33, 25);
    border-radius: 3px;
    padding: 2px;
}

.stein-maintenance-window-images {
    display: inline-flex;
}

.stein-login-screen-header-container {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.stein-login-screen-version-info {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 23px;
    padding: 5px;
}

#stein-login-screen-app-buttons {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    display: flex;
}

#stein-login-screen-app-buttons > * {
    margin-left: 4px;
}

button, .button {
    background-color: #dbbb83;
    color: rgb(38, 33, 25);
    cursor: pointer;
    margin: 2px;
    text-shadow: none;
    padding: 1px 6px;
    box-shadow: 0 0 0 2px rgb(38 33 25);
    border-radius: 1px;
    border: 1px solid rgba(107, 81, 53, 0.4);
    font-size: 14px;
    height: 22px;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Fira Sans Condensed', 'Arial';
    font-weight: 800;
    text-align: center;
    align-items: flex-start;
    line-height: 20px;
}

.stein-login-screen-header, .stein-header {
    display: inline-flex;
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.stein-login-screen-header > *:first-child, .stein-header > *:first-child {
    margin-left: 0;
}
.stein-login-screen-header-icon {
    width: 26px;
    height: 26px;
}

.stein-login-screen-header-icon-image {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.stein-login-screen-header > *, .stein-header > * {
    margin-left: 2px;
}
a {
    color: white;
    text-decoration: none;
}