@font-face {
  font-family: 'barlow';
  src: url("./assets/fonts/barlowsemicondensed-black-webfont.woff2") format("woff2"), url("./assets/fonts/barlowsemicondensed-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'barlow';
  src: url("./assets/fonts/barlowsemicondensed-blackitalic-webfont.woff2") format("woff2"), url("./assets/fonts/barlowsemicondensed-blackitalic-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'barlow';
  src: url("./assets/fonts/barlowsemicondensed-bold-webfont.woff2") format("woff2"), url("./assets/fonts/barlowsemicondensed-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'barlow';
  src: url("./assets/fonts/barlowsemicondensed-bolditalic-webfont.woff2") format("woff2"), url("./assets/fonts/barlowsemicondensed-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'barlow';
  src: url("./assets/fonts/barlowsemicondensed-extrabold-webfont.woff2") format("woff2"), url("./assets/fonts/barlowsemicondensed-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'barlow';
  src: url("./assets/fonts/barlowsemicondensed-extrabolditalic-webfont.woff2") format("woff2"), url("./assets/fonts/barlowsemicondensed-extrabolditalic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'barlow';
  src: url("./assets/fonts/barlowsemicondensed-extralight-webfont.woff2") format("woff2"), url("./assets/fonts/barlowsemicondensed-extralight-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'barlow';
  src: url("./assets/fonts/barlowsemicondensed-extralightitalic-webfont.woff2") format("woff2"), url("./assets/fonts/barlowsemicondensed-extralightitalic-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'barlow';
  src: url("./assets/fonts/barlowsemicondensed-italic-webfont.woff2") format("woff2"), url("./assets/fonts/barlowsemicondensed-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'barlow';
  src: url("./assets/fonts/barlowsemicondensed-light-webfont.woff2") format("woff2"), url("./assets/fonts/barlowsemicondensed-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'barlow';
  src: url("./assets/fonts/barlowsemicondensed-lightitalic-webfont.woff2") format("woff2"), url("./assets/fonts/barlowsemicondensed-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'barlow';
  src: url("./assets/fonts/barlowsemicondensed-medium-webfont.woff2") format("woff2"), url("./assets/fonts/barlowsemicondensed-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'symtext';
  src: url("./assets/fonts/symtext-webfont.woff2") format("woff2"), url("./assets/fonts/symtext-webfont.woff") format("woff");
}

@font-face {
  font-family: 'pixelate';
  src: url("./assets/fonts/pixelade-webfont.woff2") format("woff2"), url("./assets/fonts/pixelade-webfont.woff") format("woff");
}

* {
  box-sizing: border-box;
}

body {
  padding: 20px !important;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  height: calc(100svh);
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(156deg, #2db2e0 0%, #259cc6 100%);
  transition: 0.4s background, opacity ease-out;
  touch-action: pan-y;
}

html.fullscreen, body.fullscreen {
  padding: 0 !important;
  background: #000;
  overflow: hidden;
}

html.fullscreen #gameWindow, body.fullscreen #gameWindow {
  width: 100%;
  height: 100%;
}

html.fullscreen .background, body.fullscreen .background {
  opacity: 0;
}

html .background, body .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./assets/static/smiley_seamless.png");
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
}

html .assetStore, body .assetStore {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}

html .assetStore img, body .assetStore img {
  width: 1px;
  height: 1px;
  position: absolute;
}

html #gameWindow, body #gameWindow {
  position: relative;
  z-index: 3;
  aspect-ratio: 1820 / 929;
  width: Min(100%, 150vh);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  user-select: none;
  -webkit-user-select: none;
}

html #gameWindow .startContainer, body #gameWindow .startContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

html #gameWindow .startContainer .startCopy, body #gameWindow .startContainer .startCopy {
  font-family: 'Pixelate';
  color: #fff;
  font-size: 2em;
}

html #gameWindow .orientationContainer, body #gameWindow .orientationContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1001;
  display: none;
  justify-content: center;
  align-items: center;
}

html #gameWindow .orientationContainer .copy, body #gameWindow .orientationContainer .copy {
  font-family: 'Pixelate';
  color: #fff;
  font-size: 2em;
}

html #gameWindow .orders, body #gameWindow .orders {
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 10px;
}

html #gameWindow .orders .order, body #gameWindow .orders .order {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  border-image: url("./assets/static/ui/button_square_header_small_rectangle.svg") 20 17 16 16 fill/20px 17px 16px 16px;
  padding: 20px 17px 16px 16px;
  font-family: 'symtext';
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform, opacity, width;
}

html #gameWindow .orders .order#orderDefault, body #gameWindow .orders .order#orderDefault {
  display: none;
}

html #gameWindow .orders .order .orderNumber, body #gameWindow .orders .order .orderNumber {
  position: absolute;
  top: 1px;
  font-size: 10px;
  color: #fff;
  pointer-events: none;
}

html #gameWindow .orders .order .statusContainer, body #gameWindow .orders .order .statusContainer {
  position: absolute;
  z-index: 100;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

html #gameWindow .orders .order .statusContainer div, body #gameWindow .orders .order .statusContainer div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}

html #gameWindow .orders .order .statusContainer div.visible, body #gameWindow .orders .order .statusContainer div.visible {
  display: block;
}

html #gameWindow .orders .order .statusContainer div.check, body #gameWindow .orders .order .statusContainer div.check {
  background: url("./assets/static/ui/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

html #gameWindow .orders .order .statusContainer div.cross, body #gameWindow .orders .order .statusContainer div.cross {
  background: url("./assets/static/ui/cross.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

html #gameWindow .orders .order .timerContainer, body #gameWindow .orders .order .timerContainer {
  position: absolute;
  top: 16px;
  left: 4px;
  width: calc(100% - 8px);
  height: 4px;
  background: #fff;
}

html #gameWindow .orders .order .timerContainer .timer, body #gameWindow .orders .order .timerContainer .timer {
  transform-origin: left center;
  width: 100%;
  height: 100%;
  background: #79f20f;
}

html #gameWindow .orders .order .orderProducts, body #gameWindow .orders .order .orderProducts {
  display: flex;
  margin-top: 5px;
  margin-bottom: -3px;
}

html #gameWindow .orders .order .orderProducts .orderProduct, body #gameWindow .orders .order .orderProducts .orderProduct {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 1000px;
  margin-right: 10px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(2px 2px 0 #9696a3);
}

html #gameWindow .orders .order .orderProducts .orderProduct.delivered .check, body #gameWindow .orders .order .orderProducts .orderProduct.delivered .check {
  display: block;
}

html #gameWindow .orders .order .orderProducts .orderProduct:last-child, body #gameWindow .orders .order .orderProducts .orderProduct:last-child {
  margin-right: 0;
}

html #gameWindow .orders .order .orderProducts .orderProduct .check, body #gameWindow .orders .order .orderProducts .orderProduct .check {
  display: none;
  position: absolute;
  width: 70%;
  height: 70%;
  background: url("./assets/static/ui/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  image-rendering: pixelated;
}

html #gameWindow .livesContainer, body #gameWindow .livesContainer {
  position: absolute;
  z-index: 100;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  gap: 10px;
}

html #gameWindow .livesContainer .life, body #gameWindow .livesContainer .life {
  width: 40px;
  height: 40px;
  background: url("./assets/static/ui/cross.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(1);
}

html #gameWindow .livesContainer .life.marked, body #gameWindow .livesContainer .life.marked {
  filter: none;
}

html #gameWindow .scoreContainer, body #gameWindow .scoreContainer {
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

html #gameWindow .scoreContainer .coin, body #gameWindow .scoreContainer .coin {
  width: 30px;
  height: 30px;
  background: url("./assets/static/sprites/objects/coin_v2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

html #gameWindow .scoreContainer .score, body #gameWindow .scoreContainer .score {
  margin-left: 10px;
  font-family: 'Pixelate';
  font-size: 40px;
  color: #fff;
}

html #gameWindow .scoreContainer .scoreAddContainer, body #gameWindow .scoreContainer .scoreAddContainer {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 40px;
}

html #gameWindow .scoreContainer .scoreAdd, body #gameWindow .scoreContainer .scoreAdd {
  font-family: 'Pixelate';
  font-size: 30px;
  color: #fff;
}

html #gameWindow .gameStartContainer, body #gameWindow .gameStartContainer {
  opacity: 0;
  position: absolute;
  z-index: 100;
  top: 100px;
  width: auto;
  height: auto;
  justify-content: center;
  align-items: center;
  font-size: 150px;
  font-family: 'barlow';
  font-weight: 700;
  font-style: italic;
  color: #fff200;
  pointer-events: none;
  will-change: transform;
}

html #gameWindow .gameStartContainer .number, body #gameWindow .gameStartContainer .number {
  filter: drop-shadow(0.05em 0.05em 0 #CE8A14) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='b' x='0' y='0'%3E%3CfeFlood x='1' y='1' height='0.5' width='0.5'/%3E%3CfeComposite width='3' height='3'/%3E%3CfeTile result='a'/%3E%3CfeComposite in='SourceGraphic' in2='a' operator='in'/%3E%3CfeMorphology operator='dilate' radius='1'/%3E%3C/filter%3E%3C/svg%3E#b");
  -webkit-filter: drop-shadow(0.05em 0.05em 0 #CE8A14) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='b' x='0' y='0'%3E%3CfeFlood x='1' y='1' height='0.5' width='0.5'/%3E%3CfeComposite width='3' height='3'/%3E%3CfeTile result='a'/%3E%3CfeComposite in='SourceGraphic' in2='a' operator='in'/%3E%3CfeMorphology operator='dilate' radius='1'/%3E%3C/filter%3E%3C/svg%3E#b");
}

html #gameWindow .playerContainer, body #gameWindow .playerContainer {
  display: none;
  position: absolute;
  z-index: 100;
  bottom: 10px;
  left: 10px;
}

html #gameWindow .playerContainer#playerContainer1, body #gameWindow .playerContainer#playerContainer1 {
  left: auto;
  right: 10px;
}

html #gameWindow .playerContainer#playerContainer1 .player, body #gameWindow .playerContainer#playerContainer1 .player {
  background-image: url("./assets/static/sprites/male/male_5_1.png");
}

html #gameWindow .playerContainer#playerContainer1 .playerItem, body #gameWindow .playerContainer#playerContainer1 .playerItem {
  right: auto;
  left: -20px;
}

html #gameWindow .playerContainer .player, body #gameWindow .playerContainer .player {
  width: 80px;
  height: 100px;
  background-image: url("./assets/static/sprites/female/female_3_1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}

html #gameWindow .playerContainer .playerItem, body #gameWindow .playerContainer .playerItem {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 40px;
  height: 40px;
  background-color: #ececec;
  background-image: url("./assets/static/sprites/popups/question.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  image-rendering: pixelated;
  border-radius: 1000px;
  border: 2px solid #fff;
  z-index: 1;
}

html #gameWindow .mouse-coordinates, body #gameWindow .mouse-coordinates {
  position: absolute;
  z-index: 100;
  font-size: 14px;
  color: #fff;
  pointer-events: none;
  display: none;
  transform: translateX(-50%);
  margin-top: 10px;
}

html #gameWindow .overlayContainer, body #gameWindow .overlayContainer {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  color: #fff;
  transform-style: preserve-3d;
  perspective: 300px;
  overflow: hidden;
}

html #gameWindow .overlayContainer#introScreen1, body #gameWindow .overlayContainer#introScreen1 {
  background-color: #000;
}

html #gameWindow .overlayContainer#introScreen1 .logoPixelated, body #gameWindow .overlayContainer#introScreen1 .logoPixelated {
  width: 300px;
  height: 100px;
  background: url("./assets/static/ui/tt_text_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='b' x='0' y='0'%3E%3CfeFlood x='1' y='1' height='0.5' width='0.5'/%3E%3CfeComposite width='3' height='3'/%3E%3CfeTile result='a'/%3E%3CfeComposite in='SourceGraphic' in2='a' operator='in'/%3E%3CfeMorphology operator='dilate' radius='1'/%3E%3C/filter%3E%3C/svg%3E#b");
  -webkit-filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='b' x='0' y='0'%3E%3CfeFlood x='1' y='1' height='0.5' width='0.5'/%3E%3CfeComposite width='3' height='3'/%3E%3CfeTile result='a'/%3E%3CfeComposite in='SourceGraphic' in2='a' operator='in'/%3E%3CfeMorphology operator='dilate' radius='1'/%3E%3C/filter%3E%3C/svg%3E#b");
}

html #gameWindow .overlayContainer#introScreen2, body #gameWindow .overlayContainer#introScreen2 {
  z-index: 3;
  background-color: #2db2e0;
  container-type: size;
}

html #gameWindow .overlayContainer#introScreen2 .tempoteam, body #gameWindow .overlayContainer#introScreen2 .tempoteam {
  width: 300px;
  height: 100px;
  background: url("./assets/static/tt_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

html #gameWindow .overlayContainer#introScreen2 .presents, body #gameWindow .overlayContainer#introScreen2 .presents {
  opacity: 0.5;
  text-align: center;
  font-family: 'Pixelate';
  font-style: italic;
}

html #gameWindow .overlayContainer#introScreen2 .warehouse, body #gameWindow .overlayContainer#introScreen2 .warehouse {
  margin-top: 0px;
  margin-bottom: 50px;
  width: 500px;
  height: 200px;
  background: url("./assets/static/level_up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='b' x='0' y='0'%3E%3CfeFlood x='1' y='1' height='0.5' width='0.5'/%3E%3CfeComposite width='3' height='3'/%3E%3CfeTile result='a'/%3E%3CfeComposite in='SourceGraphic' in2='a' operator='in'/%3E%3CfeMorphology operator='dilate' radius='1'/%3E%3C/filter%3E%3C/svg%3E#b");
  -webkit-filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='b' x='0' y='0'%3E%3CfeFlood x='1' y='1' height='0.5' width='0.5'/%3E%3CfeComposite width='3' height='3'/%3E%3CfeTile result='a'/%3E%3CfeComposite in='SourceGraphic' in2='a' operator='in'/%3E%3CfeMorphology operator='dilate' radius='1'/%3E%3C/filter%3E%3C/svg%3E#b");
}

html #gameWindow .overlayContainer#introScreen2 .disclaimerText, body #gameWindow .overlayContainer#introScreen2 .disclaimerText {
  opacity: 0.5;
  text-align: center;
  font-family: 'Pixelate';
  font-family: 16px;
}

html #gameWindow .overlayContainer#introScreen2 .disclaimerText .small, body #gameWindow .overlayContainer#introScreen2 .disclaimerText .small {
  font-size: 0.6em;
}

@container (width < 1200px) {
  html #gameWindow .overlayContainer#introScreen2 .tempoteam, body #gameWindow .overlayContainer#introScreen2 .tempoteam {
    width: 100px;
    height: 60px;
    margin-bottom: 5px;
  }
  html #gameWindow .overlayContainer#introScreen2 .presents, body #gameWindow .overlayContainer#introScreen2 .presents {
    font-size: 12px;
  }
  html #gameWindow .overlayContainer#introScreen2 .warehouse, body #gameWindow .overlayContainer#introScreen2 .warehouse {
    width: 250px;
    height: 120px;
    margin-bottom: 10px;
  }
  html #gameWindow .overlayContainer#introScreen2 .disclaimerText, body #gameWindow .overlayContainer#introScreen2 .disclaimerText {
    font-size: 12px;
  }
}

html #gameWindow .overlayContainer#tutorialScreen, html #gameWindow .overlayContainer#player2Screen, html #gameWindow .overlayContainer#gameOverScreen, body #gameWindow .overlayContainer#tutorialScreen, body #gameWindow .overlayContainer#player2Screen, body #gameWindow .overlayContainer#gameOverScreen {
  background-color: rgba(0, 0, 0, 0.5);
  will-change: transform, opacity;
  display: flex;
  justify-content: center;
  align-items: center;
  container-type: size;
}

@container (width < 1200px) {
  html #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer, html #gameWindow .overlayContainer#player2Screen .bottomTextContainer, html #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer, body #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer, body #gameWindow .overlayContainer#player2Screen .bottomTextContainer, body #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer {
    transform: scale(0.7);
  }
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer {
  position: relative;
  top: -100px;
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .playerName, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .playerName, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .playerName, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .playerName, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .playerName, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .playerName {
  font-family: 'Pixelate';
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .info, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .info, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .info, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .info, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .info, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .info {
  font-family: 'Pixelate';
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key {
  width: 50px;
  height: 50px;
  background: url("./assets/static/sprites/popups/keys/key_up.png");
  image-rendering: pixelated;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 5px;
  will-change: transform;
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.up, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.up, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.up, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.up, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.up, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.up, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.up, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.up, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.up, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.up, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.up, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.up {
  background-image: url("./assets/static/sprites/popups/keys/key_up.png");
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.down, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.down, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.down, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.down, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.down, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.down, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.down, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.down, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.down, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.down, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.down, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.down {
  background-image: url("./assets/static/sprites/popups/keys/key_down.png");
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.left, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.left, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.left, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.left, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.left, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.left, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.left, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.left, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.left, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.left, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.left, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.left {
  background-image: url("./assets/static/sprites/popups/keys/key_left.png");
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.right, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.right, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.right, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.right, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.right, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.right, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.right, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.right, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.right, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.right, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.right, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.right {
  background-image: url("./assets/static/sprites/popups/keys/key_right.png");
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.w, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.w, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.w, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.w, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.w, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.w, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.w, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.w, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.w, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.w, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.w, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.w {
  background-image: url("./assets/static/sprites/popups/keys/key_w.png");
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.a, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.a, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.a, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.a, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.a, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.a, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.a, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.a, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.a, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.a, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.a, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.a {
  background-image: url("./assets/static/sprites/popups/keys/key_a.png");
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.s, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.s, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.s, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.s, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.s, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.s, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.s, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.s, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.s, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.s, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.s, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.s {
  background-image: url("./assets/static/sprites/popups/keys/key_s.png");
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.d, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.d, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.d, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.d, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.d, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.d, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.d, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.d, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.d, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.d, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.d, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.d {
  background-image: url("./assets/static/sprites/popups/keys/key_d.png");
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.space, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.space, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.space, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.space, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.space, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.space, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.space, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.space, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.space, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.space, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.space, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.space {
  background-image: url("./assets/static/sprites/popups/popup_space.png");
  width: 105px;
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.enter, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.enter, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.enter, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.enter, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.enter, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.enter, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .key.enter, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .key.enter, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .key.enter, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .key.enter, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .key.enter, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .key.enter {
  background-image: url("./assets/static/sprites/popups/popup_enter.png");
  width: 110px;
}

html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .bottom, html #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .bottom, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .bottom, html #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .bottom, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .bottom, html #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .bottom, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .movement .bottom, body #gameWindow .overlayContainer#tutorialScreen .controlsTutorialContainer .controls .interaction .bottom, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .movement .bottom, body #gameWindow .overlayContainer#player2Screen .controlsTutorialContainer .controls .interaction .bottom, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .movement .bottom, body #gameWindow .overlayContainer#gameOverScreen .controlsTutorialContainer .controls .interaction .bottom {
  display: flex;
}

html #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer, html #gameWindow .overlayContainer#player2Screen .bottomTextContainer, html #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer, body #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer, body #gameWindow .overlayContainer#player2Screen .bottomTextContainer, body #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer {
  position: absolute;
  bottom: 3vw;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform-origin: bottom center;
}

html #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech, html #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech, html #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech, body #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech, body #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech, body #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech {
  position: relative;
  width: 600px;
  height: auto;
  border-radius: 1em;
  padding: 20px;
  font-family: 'Pixelate';
  color: #000;
  font-size: 20px;
  will-change: transform, opacity;
  border-image: url("./assets/static/ui/text_box_large.png") 30 54 60 30 fill/30px 54px 60px 30px;
  padding: 30px 54px 30px 30px;
}

html #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .popupA, html #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .popupA, html #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .popupA, body #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .popupA, body #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .popupA, body #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .popupA {
  display: inline-block;
  background-image: url("./assets/static/sprites/popups/popup_a.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
  filter: drop-shadow(0px 0px 2px black);
}

html #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .popupA.desktop, html #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .popupA.desktop, html #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .popupA.desktop, body #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .popupA.desktop, body #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .popupA.desktop, body #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .popupA.desktop {
  background-image: url("./assets/static/sprites/popups/popup_space.png");
  width: 3em;
}

html #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .score, html #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .score, html #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .score, body #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .score, body #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .score, body #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .score {
  font-size: 40px;
  vertical-align: sub;
}

html #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .ttButton, html #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .ttButton, html #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .ttButton, body #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .ttButton, body #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .ttButton, body #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .ttButton {
  pointer-events: visible;
  cursor: pointer;
  position: relative;
  top: 0;
  display: inline-block;
  font-family: 'Barlow';
  border-radius: 30px;
  border: 0;
  padding: 14px 32px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #404040;
  background-color: #fff200;
  box-shadow: 0 3px 0 #CE8A14;
}

html #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .ttButton.qr, html #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .ttButton.qr, html #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .ttButton.qr, body #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .ttButton.qr, body #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .ttButton.qr, body #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .ttButton.qr {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

html #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .ttButton.qr canvas, html #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .ttButton.qr canvas, html #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .ttButton.qr canvas, body #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .ttButton.qr canvas, body #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .ttButton.qr canvas, body #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .ttButton.qr canvas {
  filter: none;
}

html #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .ttButton.qr:hover, html #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .ttButton.qr:hover, html #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .ttButton.qr:hover, body #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .ttButton.qr:hover, body #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .ttButton.qr:hover, body #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .ttButton.qr:hover {
  top: 0;
  background-color: transparent;
  box-shadow: none;
}

html #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .ttButton:hover, html #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .ttButton:hover, html #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .ttButton:hover, body #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .speech .ttButton:hover, body #gameWindow .overlayContainer#player2Screen .bottomTextContainer .speech .ttButton:hover, body #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .speech .ttButton:hover {
  top: -1px;
  background-color: #fff450;
  color: #404040;
  box-shadow: 0 4px 0 #ce8a14;
}

html #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .boss, html #gameWindow .overlayContainer#player2Screen .bottomTextContainer .boss, html #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .boss, body #gameWindow .overlayContainer#tutorialScreen .bottomTextContainer .boss, body #gameWindow .overlayContainer#player2Screen .bottomTextContainer .boss, body #gameWindow .overlayContainer#gameOverScreen .bottomTextContainer .boss {
  position: relative;
  width: 160px;
  height: 160px;
  background: url("./assets/static/sprites/boss/boss-female.png");
  background-size: 180%;
  background-repeat: no-repeat;
  background-position: top center;
  transform: scaleX(-1);
  margin-bottom: 15px;
  will-change: transform, opacity;
}

html #gameWindow .loadingSpinnerContainer, body #gameWindow .loadingSpinnerContainer {
  position: absolute;
  z-index: 4;
  bottom: 50px;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Pixelate';
  margin-top: 50px;
  will-change: transform;
  color: #fff;
}

html #gameWindow .loadingSpinnerContainer .loadingSpinnerPixelate, body #gameWindow .loadingSpinnerContainer .loadingSpinnerPixelate {
  filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='b' x='0' y='0'%3E%3CfeFlood x='1' y='1' height='0.5' width='0.5'/%3E%3CfeComposite width='3' height='3'/%3E%3CfeTile result='a'/%3E%3CfeComposite in='SourceGraphic' in2='a' operator='in'/%3E%3CfeMorphology operator='dilate' radius='1'/%3E%3C/filter%3E%3C/svg%3E#b");
  -webkit-filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='b' x='0' y='0'%3E%3CfeFlood x='1' y='1' height='0.5' width='0.5'/%3E%3CfeComposite width='3' height='3'/%3E%3CfeTile result='a'/%3E%3CfeComposite in='SourceGraphic' in2='a' operator='in'/%3E%3CfeMorphology operator='dilate' radius='1'/%3E%3C/filter%3E%3C/svg%3E#b");
}

html #gameWindow .loadingSpinnerContainer .loadingSpinnerPixelate .loadingSpinner, body #gameWindow .loadingSpinnerContainer .loadingSpinnerPixelate .loadingSpinner {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  background: url("./assets/static/tt_logo_no_text.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: rotate .8s linear infinite;
  transform-style: preserve-3d;
  perspective: 300px;
  will-change: transform;
}

html #gameWindow .ttLogo, body #gameWindow .ttLogo {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -25px;
  background: url("./assets/static/tt_logo_no_text.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1001;
  pointer-events: none;
}

html #gameWindow .loadingContainer, body #gameWindow .loadingContainer {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  color: #fff;
  transform-style: preserve-3d;
  perspective: 300px;
}

html #gameWindow .mobileJoystick, body #gameWindow .mobileJoystick {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  margin-left: 50px;
  margin-bottom: 50px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

html #gameWindow .mobileJoystick.visible, body #gameWindow .mobileJoystick.visible {
  opacity: 1;
}

html #gameWindow .mobileAButton, body #gameWindow .mobileAButton {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  margin-right: 100px;
  margin-bottom: 100px;
  z-index: 90;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

html #gameWindow .mobileAButton.visible, body #gameWindow .mobileAButton.visible {
  opacity: 0.5;
}

html #gameWindow .mobileAButton.active, body #gameWindow .mobileAButton.active {
  opacity: 1;
}

html #gameWindow .mobileAButton .button, body #gameWindow .mobileAButton .button {
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

html #gameWindow .mobileAButton .button .buttonCopy, body #gameWindow .mobileAButton .button .buttonCopy {
  font-family: 'Pixelate';
  font-size: 50px;
  color: #fff;
}

html #gameWindow canvas, body #gameWindow canvas {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 20px black);
}

html .forceShow, body .forceShow {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2000 !important;
}

@keyframes rotate {
  0% {
    transform: rotateY(-90deg);
  }
  100% {
    transform: rotateY(90deg);
  }
}

@media screen and (orientation: portrait) {
  body.mobile .bottomTextContainer {
    max-width: 120% !important;
    bottom: Max(20vh, 200px) !important;
  }
  body.mobile .orders {
    left: auto !important;
    top: Max(10vh, 100px) !important;
  }
  body.mobile .livesContainer {
    left: 20px !important;
  }
  .orientationContainer.ios {
    display: none !important;
  }
  .orientationContainer.android {
    display: flex !important;
  }
}
