.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;
}
#loaderDiv {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #797979;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    z-index: 500;
    margin: auto;
    padding-top: 20px;
}
#loading .content {
    margin: auto;
    width: 350px;
}
.logo.textLoading {
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    height: 31px;
    margin: auto auto 27px;
}
.logo.loading {
    margin: auto auto 15px;
}
.loader {
    background-size: 20px 20px;
}

.monaco-editor .deprecated-element {
    text-decoration: line-through
}

.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;
}

/* http://webagility.com/posts/the-ultimate-list-of-hacks-for-chromes-forced-yellow-background-on-autocompleted-inputs */
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active,
.StripeElement--webkit-autofill {
    transition: background-color 99999s ease-in-out 0s, color 99999s ease-in-out 0s;
    --dx-autofill-marker: "autofill";
}

.notification  {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.notification h1 {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 34px;
}

.notification {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.notification .toolbar {
    height: 62px;
    width: 100%;
}

.notification .reason {
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    bottom: 0;
    padding: 10px;
}

.notification .reason > div {
    display: table;
    width: 100%;
    height: 100%;
}

.notification .reason > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.notification .explanation > * {
    display: inline-block;
    vertical-align: top;
}

.notification .explanation > img {
    margin-right: 35px;
    width: 383px;
    height: 300px;
}

.notification .explanation > div {
    max-width: 400px;
    text-align: left;
}

.notification .explanation:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.notification .button {
    text-decoration: none;
    border-radius: 30px;
    border-width: 0;
    padding: 9px 25px;
    color: white;
    font-family: "Noto Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-top: 9px;
}

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

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

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

@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');
}

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

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

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