body {
  width: 100%;
  height: 100%;
  height: -webkit-fill-available;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  height: -webkit-fill-available;
}

body {
  /*  height: 100%; */
  /*  height: -webkit-fill-available; */
  background-color: transparent;
}

input:focus, button:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:hover {
  text-decoration: underline;
  background-color: #e63600;
}

body {
  background: #508fcd;
  background: -moz-linear-gradient(0deg, #508fcd 0%, #009cff 100%);
  background: -webkit-linear-gradient(0deg, #508fcd 0%, #009cff 100%);
  background: linear-gradient(0deg, #508fcd 0%, #009cff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#508fcd",endColorstr="#009cff",GradientType=1);
}

body.gameover {
  background: #37638e;
  background: -moz-linear-gradient(0deg, black 0%, #009cff 100%);
  background: -webkit-linear-gradient(0deg, black 0%, #009cff 100%);
  background: linear-gradient(0deg, black 0%, #009cff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000",endColorstr="#009cff",GradientType=1);
}

.deco div {
  position: absolute;
  z-index: -10;
}

.deco div.mountainrange {
  background-image: url(../../img/mountain_range.png);
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: 29vw;
  background-size: 100%;
  background-repeat: no-repeat;
}

.deco div.buildings {
  background-image: url(../../img/center_houses.png);
  bottom: 2em;
  width: 100%;
  left: 0;
  right: 0;
  background-size: 100%;
  height: 50vw;
}

.deco div.trafficlights {
  background-image: url(../../img/traffic-lights.png);
  left: 0;
  top: 5em;
  width: 20%;
  height: 10%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 20%;
}

.deco div.fronthill {
  background-image: url(../../img/front.png);
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50vh;
  background-position: bottom;
}

.deco div.leaves {
  background-image: url(../../img/leaves.png);
  top: 0;
  right: 0;
  width: 25%;
  height: 15%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 50%;
  background-position: top right;
}

.deco div.logo {
  background-image: url(../../img/logo.png);
  z-index: 1;
  top: 3.5vh;
  left: 3vh;
  width: 10vh;
  height: 5vh;
  background-size: contain;
  background-repeat: no-repeat;
}

.deco div.title {
  background-image: url(../../img/title.png);
  z-index: 1;
  width: 60%;
  text-align: center;
  top: 15%;
  height: 15%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 20%;
  right: 20%;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .deco div.title {
    width: 90%;
    left: 5%;
    right: 5%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .deco div.title {
    height: 20%;
  }
}

.deco div.tutorialoverlay {
  background-image: url(../../img/tutorial-animation-compressed.gif);
  z-index: 500;
  width: 64px;
  height: 128px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50vh - 32px);
  bottom: calc(50vh - 32px);
  left: calc(50vw - 32px);
  right: calc(50vw - 32px);
  max-width: 64px;
  max-height: 128px;
  margin: auto;
}

.story {
  width: 100%;
  text-align: center;
  color: white;
  font-size: larger;
  bottom: 48px;
  left: 0;
  right: 0;
  position: absolute;
  padding: 1em 2em;
}
@media only screen and (max-width: 767px) {
  .story {
    font-size: smaller;
    bottom: 28px;
  }
}

.story .untested {
  color: #f0e458;
}

.story .infected {
  color: #e30f13;
}

.story .quarantine {
  color: #98bedd;
}

.gameover .untested {
  color: #f0e458;
}

.gameover .infected {
  color: #e30f13;
}

.gameover .quarantine {
  color: #98bedd;
}

.webtools {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 48px;
  text-align: right;
  vertical-align: bottom;
  padding-right: 6px;
}
@media only screen and (max-width: 767px) {
  .webtools {
    height: 36px;
  }
}

.webtools div, #game-over-container .share {
  display: inline-block;
  height: 24px;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 3px 6px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .webtools div, #game-over-container .share {
    height: 16px;
    width: 24px;
  }
}

.webtools .imprint {
  background-image: url(../../img/information.png);
}

.webtools .full-screen-switch {
  background-image: url(../../img/fullscreen.png);
}

.webtools .share {
  background-image: url(../../img/share.png);
}

#game-over-container .share {
  background-image: url(../../img/share.png);
  position: relative;
  height: 48px;
  width: 48px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 2% auto;
}

#game-over-container .gbanga {
  background-image: url(../../img/gbanga.png);
  position: absolute;
  height: 48px;
  width: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  top: 70%;
  margin: 0 auto;
  transform: translate(-50%, 0);
}

.social_wrapper {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  z-index: 10;
}

.social_wrapper > div {
  top: 45%;
  position: absolute;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 20;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .social_wrapper > div {
    top: inherit;
    bottom: 5%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .social_wrapper > div {
    top: inherit;
    bottom: 5%;
  }
}

.social_wrapper a, .social_wrapper a:hover {
  color: white;
}

.skiptutorial {
  width: auto !important;
  vertical-align: middle;
  margin-bottom: 24px !important;
}

.skiptutorial a {
  color: #005c9f;
}

.skiptutorial a:hover {
  color: white;
}

#game-over-container {
  position: absolute;
  top: 10vh;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}

#game-over-container-text {
  top: 2%;
  font-size: x-large;
  width: 100%;
  vertical-align: bottom;
  padding: 3vh 10vw;
  color: white;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #game-over-container-text {
    top: 25%;
    font-size: medium;
  }
}

#game-over-container .thankyou {
  background-image: url(../../img/thank-you.png);
  margin-top: 5%;
  width: 60%;
  left: 20%;
  right: 20%;
  height: 20%;
  max-height: 128px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

#game-over-container button {
  /* z-index:10; */
}

.social_wrapper .summary {
  color: white;
  font-size: large;
  top: auto;
  padding: 0 20%;
  bottom: 60%;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .social_wrapper .summary {
    bottom: inherit;
    top: 15%;
    font-size: medium;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .social_wrapper .summary {
    bottom: inherit;
    top: 5%;
    font-size: medium;
  }
}

@font-face {
  font-family: "Roboto_Regular";
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto_Medium";
  src: url("/fonts/Roboto-Medium.ttf") format("trueType");
}
@font-face {
  font-family: "Roboto_Bold";
  src: url("/fonts/Roboto-Bold.ttf") format("truetype");
}
.roboto_regular_base, .robo_reg_12, .robo_reg_16, .robo_reg_22, .robo_reg_26 {
  font-family: "Roboto_Regular";
  color: #1a1a1a;
}

.robo_reg_26 {
  font-size: 26px;
}

.robo_reg_22 {
  font-size: 22px;
}

.robo_reg_16 {
  font-size: 16px;
}

.robo_reg_12 {
  font-size: 12px;
}

.robo_reg_26.blue, .robo_reg_22.blue, .robo_reg_16.blue, .robo_reg_12.blue {
  color: #007BFF;
}
.robo_reg_26.gray, .robo_reg_22.gray, .robo_reg_16.gray, .robo_reg_12.gray {
  color: #C0C0C0;
}

.roboto_medium_base, .robo_med_12, .robo_med_16, .robo_med_22, .robo_med_26 {
  font-family: "Roboto_Medium";
  color: #1a1a1a;
}

.robo_med_26 {
  font-size: 26px;
}

.robo_med_22 {
  font-size: 22px;
}

.robo_med_16 {
  font-size: 16px;
}

.robo_med_12 {
  font-size: 12px;
}

.robo_med_26.blue, .robo_med_22.blue, .robo_med_16.blue, .robo_med_12.blue {
  color: #007BFF;
}
.robo_med_26.gray, .robo_med_22.gray, .robo_med_16.gray, .robo_med_12.gray {
  color: #C0C0C0;
}

.roboto_bold_base, .robo_bold_12, .robo_bold_16, .robo_bold_22, .robo_bold_26 {
  font-family: "Roboto_Bold";
  color: #1a1a1a;
}

.robo_bold_26 {
  font-size: 26px;
}

.robo_bold_22 {
  font-size: 22px;
}

.robo_bold_16 {
  font-size: 16px;
}

.robo_bold_12 {
  font-size: 12px;
}

.robo_bold_26.blue, .robo_bold_22.blue, .robo_bold_16.blue, .robo_bold_12.blue {
  color: #007BFF;
}
.robo_bold_26.gray, .robo_bold_22.gray, .robo_bold_16.gray, .robo_bold_12.gray {
  color: #C0C0C0;
}

.nodes circle {
  pointer-events: all;
}

svg.game {
  width: 100%;
  height: 80%;
  /* game_score height substracted */
  top: 0;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  svg.game {
    height: 88%;
  }
}

.score-svg-container {
  width: 100%;
  height: 10vh;
  padding: 1em;
  position: relative;
  background: transparent;
}

.score-svg-container #score-svg {
  height: 100%;
  width: 80%;
  border-radius: 1vmin;
  position: relative;
  left: 10%;
  right: 10%;
  border: 3px solid white;
  background: rgba(255, 255, 255, 0.1);
  margin: -3px;
}

.home_header {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.hero_tagline {
  font-family: "Roboto_Bold";
  font-size: 28px;
  line-height: 36px;
  margin: 20px 0px;
}

.video_container {
  width: 100%;
  height: 450px;
  background: #2980B9;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(45Deg, #FFFFFF, #6DD5FA, #2980B9);
  background: linear-gradient(45Deg, #FFFFFF, #6DD5FA, #2980B9);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .video_container {
    height: 300px;
  }
}

.game-svg-container {
  width: 100%;
  height: 95vh;
  background-color: transparent;
  position: absolute;
  overflow: hidden;
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .game-svg-container {
    height: 80vh;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .game-svg-container {
    height: 75vh;
  }
}

.game-button-container {
  text-align: center;
}

.game-button {
  /* position: absolute; */
  position: relative;
  display: block;
  background-color: #e30f13;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  font-size: x-large;
  margin: 15px auto;
  /* transform: translate(-50%, 0); */
  border-radius: 0.25em;
  -webkit-box-shadow: 5px 5px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 1px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.game-date {
  left: 0%;
  width: 100%;
  margin-top: 8.5vh;
  text-align: center;
  position: absolute;
  color: white;
  font-size: 2vh;
}

.game image.clickable {
  cursor: pointer;
}

.game .contact-tracing-widget {
  right: 1vw;
  margin-top: 10vh;
  text-align: center;
  position: absolute;
}

.game .btn-toggle-contact-tracing {
  width: 20.25vmin;
  height: 2.15vmin;
  padding: 0;
  margin-top: 1vmin;
  border: none;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.game .btn-toggle-contact-tracing.on {
  background-image: url(../../img/CTAppON.png);
}

.game .btn-toggle-contact-tracing.off {
  background-image: url(../../img/CTAppOFF.png);
}

.link.healthy {
  stroke: #d6c600;
  stroke-width: 0.3vh;
}

.link.infected {
  stroke: #e30f13;
  stroke-width: 0.4vh;
}

.link.infected.animated {
  -webkit-animation: expand-from-centre 750ms linear forwards;
  animation: expand-from-centre 750ms linear forwards;
}

.link.quarantined {
  stroke: #7ea6c4;
  stroke-width: 0.3vh;
  stroke-dasharray: 1vh;
}

@-webkit-keyframes expand-from-centre {
  from {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: -50%;
  }
  to {
    stroke-dasharray: 100% 100%;
    stroke-dashoffset: 0;
  }
}
@keyframes expand-from-centre {
  from {
    stroke-dasharray: 0 100%;
    stroke-dashoffset: -50%;
  }
  to {
    stroke-dasharray: 100% 100%;
    stroke-dashoffset: 0;
  }
}
.onboarding-button {
  display: inline-block;
  background-color: #e30f13;
  border: none;
  color: white;
  padding: 5px 15px;
  text-align: center;
  font-size: xx-large;
  margin: 0.2em 0.6em;
  border-radius: 0.25em;
  -webkit-box-shadow: 5px 5px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 1px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 1px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .onboarding-button {
    text-align: center;
    padding: 2px 15px;
    font-size: larger;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .onboarding-button {
    display: block;
    width: 80%;
    margin: 5px auto 0;
  }
}
/* Removes SVG styling that would hide the time label */
.base-timer__circle {
  fill: none;
  stroke: none;
}

/* The SVG path that displays the timer's progress */
.base-timer__path-elapsed {
  --initialStroke: 0;
  --transitionDuration: 0;
  stroke-width: 1.25vh;
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke: #e3f3ff;
  stroke-dasharray: var(--initialStroke);
  stroke-dashoffset: var(--initialStroke);
  transition: stroke-dashoffset var(--transitionDuration) linear;
}

.state-timer {
  position: absolute;
  left: 47.5%;
  width: 5vh;
  height: 5vh;
  margin-top: 2.5vh;
  margin-right: 0.5vh;
  margin-bottom: 0.5vh;
  margin-left: 0.5vh;
}

.cooldown-timer {
  position: absolute;
  transform: calc(mx - 50%, my - 50%);
  right: 0;
  width: 5vh;
  height: 5vh;
  margin-top: 0.5vh;
  margin-right: 0.5vh;
  margin-bottom: 0.5vh;
  margin-left: 0.5vh;
}

.mob_hidden {
  display: block;
}
@media only screen and (max-width: 767px) {
  .mob_hidden {
    display: none;
  }
}

.tab_hidden {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab_hidden {
    display: none;
  }
}

/*# sourceMappingURL=mainStyles.css.map */
