html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
body {
  background: linear-gradient(to top right, #1D2538 17%, #273448 81%);
  font-family: "Noto Sans", sans-serif;
}
.dxTextFieldText::selection {
    color: #ffffff;
    background-color: #25cbaa;
}
.injectionDiv, .injectionDiv * {
    font-family: "Noto Sans", sans-serif !important;
    font-weight: normal;
}
.logo {
    background-size: contain;
    background-repeat: no-repeat;
    color: #83D3E1;
    text-align: center;
}
#loaderDiv {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}
#loading .content {
    margin: auto;
    width: 280px;
}
.logo.loading {
    background-image: url(../branding/images/logo.svg);
    background-position: center;
    height: 40px;
}
.logo.textLoading {
    font-size: 14px;
    color: white;
    margin-top: 24px;
    margin-bottom: 24px;
}
.loader {
    background-size: 20px 20px;
}

.monaco-editor .deprecated-element {
    text-decoration: line-through
}
#loading .content .status {
  height: 10px;
  position: relative;
  background-color: #FFFFFF0F;
  border-radius: 10px;
  overflow: hidden;
}

.loader-r {
  width: 0;
  height: 100%;
  background-color: #83D3E1;
  position: relative;
  top: 0;
  left: 0;
}

.dev-indicator {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: black;
    color: white;
    opacity: 0.4;
    padding: 5px;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
    pointer-events: none;
    z-index: 1000;
}

#webgl {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#webgl .page-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#webgl img {
    display: block;
    margin: 0 auto 24px;
}

#webgl .status {
    color: white;
}

.crash-screen {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
}

.crash-screen-content {
    position: absolute;
    max-width: 350px;
    text-align: center;
    font-weight: 500;
}
.crash-screen-title {
    font-weight: 700;
}
.primary-button {
    background-color: #83D3E1;
    color: #273448;
    border-radius: 8px;
    min-height: 40px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 16px;
    padding-right: 16px;
    border-style: solid;
    border-width: 0;
}
.primary-button:hover {
    background-color: #83D3E1;
    border-color: white;
    border-width: 2px;
}
.primary-button:active {
    border-color: #83D3E1;
    background-color: #24B4D0;
    color: white;
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../data/fonts/Noto Sans SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../data/fonts/Noto Sans Bold.ttf') format('truetype');
}

/* workaround autofill background in Chrome */
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
    transition: background-color 99999s ease-in-out 0s, color 99999s ease-in-out 0s;
    --dx-autofill-marker: "autofill";
}
