@font-face {
  font-family: 'TIM Sans';
  font-style: italic;
  font-weight: 100;
  src: url('/static/fonts/timsans-thinitalic-webfont.woff2') format('woff2'),
    url('/static/fonts/timsans-thinitalic-webfont.woff') format('woff');
}

@font-face {
  font-family: 'TIM Sans';
  font-style: normal;
  font-weight: 100;
  src: url('/static/fonts/timsans-thin-webfont.woff2') format('woff2'),
    url('/static/fonts/timsans-thin-webfont.woff') format('woff');
}

@font-face {
  font-family: 'TIM Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/static/fonts/timsans-lightitalic-webfont.woff2') format('woff2'),
    url('/static/fonts/timsans-lightitalic-webfont.woff') format('woff');
}

@font-face {
  font-family: 'TIM Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/static/fonts/timsans-light-webfont.woff2') format('woff2'),
    url('/static/fonts/timsans-light-webfont.woff') format('woff');
}

@font-face {
  font-family: 'TIM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/timsans-regular-webfont.woff2') format('woff2'),
    url('/static/fonts/timsans-regular-webfont.woff') format('woff');
}

@font-face {
  font-family: 'TIM Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/static/fonts/timsans-mediumitalic-webfont.woff2') format('woff2'),
    url('/static/fonts/timsans-mediumitalic-webfont.woff') format('woff');
}

@font-face {
  font-family: 'TIM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/static/fonts/timsans-medium-webfont.woff2') format('woff2'),
    url('/static/fonts/timsans-medium-webfont.woff') format('woff');
}

@font-face {
  font-family: 'TIM Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/static/fonts/timsans-bolditalic-webfont.woff2') format('woff2'),
    url('/static/fonts/timsans-bolditalic-webfont.woff') format('woff');
}

@font-face {
  font-family: 'TIM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/static/fonts/timsans-bold-webfont.woff2') format('woff2'),
    url('/static/fonts/timsans-bold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'TIM Sans';
  font-style: italic;
  font-weight: 900;
  src: url('/static/fonts/timsans-heavyitalic-webfont.woff2') format('woff2'),
    url('/static/fonts/timsans-heavyitalic-webfont.woff') format('woff');
}

@font-face {
  font-family: 'TIM Sans';
  font-style: normal;
  font-weight: 900;
  src: url('/static/fonts/timsans-heavy-webfont.woff2') format('woff2'),
    url('/static/fonts/timsans-heavy-webfont.woff') format('woff');
}

html,
body {
  font-family: 'TIM Sans', 'Open Sans', sans-serif;
  font-weight: 400;
  color: #ffffff;
  /*background: linear-gradient(to right, #251072, #2924a2);*/
  background-color: #080026;
  overflow: hidden;
  -webkit-touch-action: none;
  touch-action: none;
}

html.no-truewebgl #app-loading {
  display: none;
}

html.no-truewebgl .not-supported-msg {
  display: block;
}

.not-supported-msg {
  width: 100%;
  height: 100%;

  background-image: url('/static/img/bg.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.not-supported-msg .message-container {
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
}

.not-supported-msg span.highlight {
  color: #eb0028;
}

.not-supported-msg .fallback-logo {
  position: absolute;
  top: 20px;
  left: 20px;

  height: 28px;
  width: auto;
}

.not-supported-msg a {
  color: #b2b3ed;
}

.not-supported-msg a:hover {
  color: #b2b3ed !important;
  text-decoration: underline;
}

.not-supported-msg h3 {
  font-family: 'TIM Sans';
  font-weight: 600;
  font-size: 14px;

  margin-bottom: 35px;
}

.not-supported-msg h1 {
  font-family: 'TIM Sans';
  margin-bottom: 35px;

  font-size: 40px;
}

.not-supported-msg p {
  font-family: 'TIM Sans';
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}

#app {
  position: absolute;
  width: 100%;
  height: 100%;
}

.not-supported-msg {
  display: none;
  text-align: center;
  text-transform: uppercase;
}

/*#app-loading {
  background-color: rgba(0, 0, 0, 0.1);
}*/

#app-loading,
#app-loading-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.no-es5object .not-supported-msg,
.no-js .not-supported-msg {
  display: block !important;
}

.no-es5object #app,
.no-js #app,
.no-es5object #app-loading,
.no-js #app-loading {
  display: none !important;
}


 #app-loading .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -80px;
  width: 160px;
  height: 160px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
 }

 #app-loading .spinner .path {
  /*stroke-dashoffset: 565.487px;*/
  -moz-transition: stroke-dashoffset 0.3s;
  -ms-transition: stroke-dashoffset 0.3s;
  -webkit-transition: stroke-dashoffset 0.3s;
  transition: stroke-dashoffset 0.3s;
 }

 #app-loading .loading-percentage {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 26px;
  font-weight: 500;
  font-family: 'TIM Sans';
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 }

 #app-loading .loading-percentage .red {
  color: #e02;
 }
