@import url("https://fonts.googleapis.com/css2?family=Tenali+Ramakrishna&display=swap");
@font-face {
  font-family: "Teachers Pet";
  src: url(/static/fonts/Teachers/TeachersPet.woff2) format("woff2"), url(/static/fonts/Teachers/TeachersPet.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Teachers Pet Bold";
  src: url(/static/fonts/Teachers/TeachersPetBold.woff2) format("woff2"), url(/static/fonts/Teachers/TeachersPetBold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DePixel";
  src: url(/static/fonts/DePixel/DePixel-Klein.woff2) format("woff2"), url(/static/fonts/DePixel/DePixel-Klein.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  color: black;
  overflow-x: hidden;
}

.clearfix {
  clear: both;
}

@media (min-width: 1025px) {
  .mobile-only {
    display: none;
  }
}
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "DePixel", monospace, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
}
@media (max-width: 1024px) {
  body {
    font-size: 24px;
    line-height: 28.8px;
  }
}

form {
  margin-bottom: 0;
}

h3 {
  font-family: "Teachers Pet", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}

.main {
  background: gray;
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.interactions {
  position: absolute;
  top: 50px;
  left: 50px;
}
.interactions button {
  padding: 15px;
  cursor: pointer;
}

canvas#canvas {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: 0;
}

.text-center {
  text-align: center;
}

a {
  color: black;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: black;
  outline: none;
}

a.underlined-link {
  color: black;
  text-decoration: underline;
}
a.underlined-link:hover {
  text-decoration: dotted;
}
a.underlined-link:hover, a.underlined-link:active, a.underlined-link:focus {
  color: black;
  outline: none;
}

.border {
  border: 1px solid black;
  padding: 1px;
  background: white;
}
@media (max-width: 1024px) {
  .border {
    border-width: 2px;
    padding: 2px;
  }
}
.border__inner {
  border: 1px solid black;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .border__inner {
    border-width: 2px;
  }
}

.landscape__overlay {
  width: 100vw;
  height: 100vh;
  background: black;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 1025px) {
  .landscape__overlay {
    display: flex;
  }
}
.landscape__overlay p {
  padding: 50px;
  text-align: center;
  color: white;
}

.scene {
  height: 100%;
  transition: filter 1s linear;
  /*
  @include smallMobile{
      transform: translateX(-30%);
  }
  */
}
.body--blurred .scene {
  filter: blur(20px);
}

.scene__layer {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
@media (max-width: 768px) {
  .scene__layer {
    min-height: -webkit-fill-available;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    min-width: auto;
  }
}
.scene__layer__img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.scene__layer__img--original {
  opacity: 1;
}
.scene__layer img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
@media (max-width: 768px) {
  .scene__layer img {
    min-height: -webkit-fill-available;
    min-height: 100vh;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.scene__layer--lights {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.scene__layer--lights.js-visible {
  opacity: 1;
}
.scene__layer--trees {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.scene__layer--trees .scene__layer__img {
  animation: pulse 3s infinite ease-in-out;
}
.scene__layer--trees.js-visible {
  opacity: 1;
}
.scene__layer--crystal {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.scene__layer--crystal .scene__layer__img {
  animation: softPulse 3s infinite ease-in-out;
}
.scene__layer--crystal.js-visible {
  opacity: 1;
}
.scene__layer--stars {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.scene__layer--stars.js-visible {
  opacity: 1;
}
.scene__layer--clouds {
  opacity: 0;
}
.scene__layer--clouds.js-visible {
  opacity: 1;
}
.scene__layer--clouds-animated {
  opacity: 0;
}
.scene__layer--clouds-animated.js-visible {
  opacity: 1;
}
.scene__layer--clouds-animated .js-scene-img-day .clouds-back-1 {
  opacity: 0.6;
}
.scene__layer--clouds-animated .clouds-back-1 {
  transform: translateX(-100%);
  animation: moveLeft 200s infinite linear;
}
.scene__layer--clouds-animated .clouds-back-2 {
  transform: translateX(-100%);
  animation: moveLeft 160s infinite linear;
}
.scene__layer--dark-scene {
  opacity: 0;
}
@media (max-width: 1024px) {
  .scene__layer--dark-scene {
    display: none;
  }
}

.scene__rain__drop {
  visibility: hidden;
  opacity: 0.5;
}
.scene__rain__drop.js-visible {
  visibility: visible;
}
.scene__rain__drop.js-night {
  opacity: 0.3;
}

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

.scene__layer__blink {
  -moz-animation: blink normal 5s infinite ease-in-out;
  /* Firefox */
  -webkit-animation: blink normal 5s infinite ease-in-out;
  /* Webkit */
  -ms-animation: blink normal 5s infinite ease-in-out;
  /* IE */
  animation: blink normal 5s infinite ease-in-out;
  /* Opera and prob css3 final iteration */
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/* IE */
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/* Opera and prob css3 final iteration */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes softPulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.5;
  }
}
.flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 1024px) {
  .flex-column-mobile {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

@media (max-width: 1024px) {
  .flex-row-mobile {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}

.flex-align-end {
  align-items: flex-end;
}

.click-area {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.click-area__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
.click-area__region {
  position: absolute;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 5;
}
.click-area__region--radio {
  top: 45%;
  left: 49.5%;
  /*

  @include smallMobile {
      top: 54%;
      left: 25%;
  }

  */
}
@media (max-width: 768px) {
  .click-area__region--radio {
    top: 54%;
    left: 36%;
  }
}
@media (max-width: 500px) {
  .click-area__region--radio {
    width: 50px;
    height: 50px;
    top: 55%;
    left: 37%;
  }
}
.click-area__region--lights {
  top: 35%;
  left: 57.5%;
  width: 43px;
  height: 83px;
  /*

  @include smallMobile {
      top: 48%;
      left: 42%;
  }

  */
}
@media (max-width: 768px) {
  .click-area__region--lights {
    top: 49%;
    left: 55%;
  }
}
@media (max-width: 500px) {
  .click-area__region--lights {
    width: 30px;
    height: 50px;
    left: 54%;
  }
}
.click-area__region--bar {
  top: 45%;
  left: auto;
  right: 36%;
}
@media (max-width: 768px) {
  .click-area__region--bar {
    top: 55%;
    right: 25%;
  }
}
@media (max-width: 500px) {
  .click-area__region--bar {
    width: 50px;
    height: 50px;
  }
}
.click-area__region--connector {
  width: 260px;
  height: 190px;
  top: 58%;
  left: 69%;
}
@media (max-width: 768px) {
  .click-area__region--connector {
    width: 220px;
    height: 140px;
    top: 69%;
    left: 28%;
  }
}
@media (max-width: 500px) {
  .click-area__region--connector {
    width: 100px;
    height: 70px;
    left: 30%;
  }
}
.click-area__region--crystal {
  width: 60px;
  height: 60px;
  left: 34%;
  top: 61%;
}
@media (max-width: 768px) {
  .click-area__region--crystal {
    left: 13%;
    top: 68%;
  }
}
.click-area__region--warhol {
  width: 60px;
  height: 60px;
  left: 73%;
  top: 52%;
}
@media (max-width: 768px) {
  .click-area__region--warhol {
    left: 62%;
    top: 72%;
  }
}
.click-area__region--moon {
  width: 139px;
  height: 106px;
  left: 19%;
  top: 11%;
}
@media (max-width: 1024px) {
  .click-area__region--moon {
    width: 100px;
    height: 100px;
    left: 12%;
    top: 17%;
  }
}
@media (max-width: 500px) {
  .click-area__region--moon {
    width: 60px;
    height: 60px;
    left: 12%;
    top: 17%;
  }
}
.click-area__region--sky {
  display: none;
  width: 100%;
  height: 36%;
  top: 0;
  left: 0;
  z-index: 2;
}
.click-area__region--sky.js-visible {
  display: block;
}
.click-area__region--sky a {
  width: 100%;
  height: 100%;
  display: block;
}
.click-area__region--roulette {
  width: 139px;
  height: 106px;
  left: 69%;
  top: 39%;
}
@media (max-width: 1024px) {
  .click-area__region--roulette {
    width: 60px;
    height: 60px;
    left: 80%;
    top: 50%;
  }
}
@media (max-width: 500px) {
  .click-area__region--roulette {
    width: 60px;
    height: 60px;
    left: 80%;
    top: 50%;
  }
}
.click-area__region--wheel-of-fortune {
  width: 50px;
  height: 50px;
  left: 53.2%;
  top: 58%;
}
@media (max-width: 1024px) {
  .click-area__region--wheel-of-fortune {
    width: 60px;
    height: 60px;
    left: 77%;
    top: 73%;
  }
}
@media (max-width: 500px) {
  .click-area__region--wheel-of-fortune {
    width: 60px;
    height: 60px;
    left: 77%;
    top: 73%;
  }
}

.popup {
  position: relative;
  background: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .popup {
    width: 100vw;
    height: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

.popup__content {
  border: 1px solid white;
}
.popup__content__inner {
  border: 1px solid black;
  padding: 5px;
}
@media (max-width: 1024px) {
  .popup__content {
    border-width: 2px;
    height: calc( 100% - 52px );
  }
  .popup__content__inner {
    border: 2px solid black;
  }
}

.popup__header {
  background: black;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.popup__header__text {
  color: white;
  font-size: 10px;
  font-family: "Teachers Pet Bold";
  padding: 1px 7px;
}
@media (max-width: 1024px) {
  .popup__header__text {
    font-size: 20px;
  }
}
.popup__header .popup__close__wrapper {
  background: black;
  padding: 2px 1px 2px 2px;
  position: absolute;
  left: 12px;
  top: 2px;
}
@media (max-width: 1024px) {
  .popup__header .popup__close__wrapper {
    padding: 4px 2px 4px 4px;
  }
}
.popup__header .popup__close {
  background: none;
  border: 1px solid white;
  width: 11px;
  height: 11px;
  padding: 0;
  cursor: pointer;
}
.popup__header .popup__close:focus {
  outline: none;
}
@media (max-width: 1024px) {
  .popup__header .popup__close {
    border-width: 2px;
    width: 22px;
    height: 22px;
  }
}

.popup__wrapper {
  position: absolute;
  align-items: center;
  justify-content: center;
  z-index: 50;
  display: none;
  opacity: 0;
  transition: filter 1s linear;
}
.body--blurred .popup__wrapper {
  filter: blur(20px);
}
.popup__wrapper--radio {
  top: calc(50% - 200px);
  left: calc(50% - 306px);
}
.popup__wrapper--bar {
  top: calc(90% - 386px);
  left: calc(60% - 360px);
}
.popup__wrapper--teleportal {
  top: 10%;
  left: 10%;
  width: 500px;
}
.popup__wrapper--teleportal .popup__content__inner {
  height: 100%;
}
@media (max-width: 1024px) {
  .popup__wrapper--teleportal .popup__content__inner {
    height: calc( 100% - 52px );
    position: absolute;
    width: 95%;
    left: 1%;
  }
}
.popup__wrapper--generator {
  top: 35%;
  left: 58%;
}
.popup__wrapper--connector {
  top: calc(70% - 270px);
  left: calc(70% - 356px);
}
.popup__wrapper--video-player {
  top: calc(70% - 270px);
  left: calc(70% - 356px);
}
.popup__wrapper--wheel-of-fortune {
  top: calc(70% - 270px);
  left: calc(70% - 356px);
}
.popup__wrapper.js-d-flex {
  display: flex;
}
@media (max-width: 1024px) {
  .popup__wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.popup__wrapper.white .popup__header {
  background: white;
}
.popup__wrapper.white .popup__header .popup__close__wrapper {
  background: white;
}
.popup__wrapper.white .popup__header__text {
  color: black;
  background: white;
}
.popup__wrapper.white .popup__header .popup__close {
  background: white;
  border-color: black;
}
.popup__wrapper.teleportal .popup__header {
  background: url(/static/img/roulette/roulette-header-bg.svg);
  background-size: 1%;
}
.popup__wrapper.teleportal .popup__header__text {
  background: white;
  color: black;
}
.popup__wrapper.teleportal .popup__header .popup__close__wrapper {
  background: white;
  border-color: black;
}
.popup__wrapper.teleportal .popup__header .popup__close__wrapper .popup__close {
  border: 1px solid black;
}
@media (max-width: 1024px) {
  .popup__wrapper.teleportal .popup__header .popup__close__wrapper .popup__close {
    border: 2px solid black;
  }
}
.popup__wrapper.dotted .popup__header {
  background: url(/static/img/svg/dotted-header-bg.svg);
}
.popup__wrapper.wheel-of-fortune .popup__header {
  background: url(/static/img/WoF/WoF_Header_Raster.svg) black;
}
@media (max-width: 1024px) {
  .popup__wrapper.wheel-of-fortune .popup__header {
    background: url(/static/img/WoF/WoF_Header_Raster_Mobile.svg) black;
  }
}
#radio {
  position: relative;
}

.radio {
  position: relative;
  display: flex;
}
@media (max-width: 1024px) {
  .radio {
    flex-direction: column;
    height: 100%;
  }
}
.radio__container {
  display: flex;
  flex-direction: column;
  margin-right: 5px;
}
@media (max-width: 1024px) {
  .radio__container {
    margin-right: 0;
    margin-bottom: 10px;
    flex-grow: 1;
  }
}
@media (max-width: 1024px) {
  .radio__container__border {
    flex-grow: 1;
    height: 100;
    margin-bottom: 10px;
  }
  .radio__container__border__inner {
    height: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .radio__container__border__inner {
    border: none;
  }
}

.radio__display {
  background: black;
  position: relative;
  height: 99px;
}
@media (max-width: 1024px) {
  .radio__display {
    height: 100%;
  }
}
.radio__display__freq__gray {
  background: url(/static/img/radio/Radio_Frequency_gray.svg);
}
.radio__display__freq__blue {
  background: url(/static/img/radio/Radio_Frequency_blue.svg);
}
.radio__display__scale {
  background: url(/static/img/radio/Radio_Frequency_Scale_green.svg);
}
.radio__display__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.radio__display__indicator__wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  width: 80%;
  height: 100%;
  transform: translateX(-50%);
}
.radio__display__indicator {
  height: 100%;
  width: 5px;
  background: #f8c0cb;
  position: absolute;
}

.radio__channels {
  display: flex;
  margin: 5px 0;
}
@media (max-width: 1024px) {
  .radio__channels {
    justify-items: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.radio__channels__speaker {
  width: 150px;
  padding: 0 20px;
  margin: 3px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/static/img/radio/Radio_Speaker.svg);
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .radio__channels__speaker {
    background: url(/static/img/radio/Radio_Speaker_Mobile.svg);
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .radio__channels__switch__icon__border {
    display: flex;
    align-items: center;
    justify-items: center;
  }
}

.radio__volume {
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .radio__volume {
    flex-direction: row;
    justify-content: space-between;
    padding: 7px 5px;
  }
}
@media (max-width: 1024px) {
  .radio__volume__wrapper {
    margin-top: 0;
  }
}
.radio__volume__range {
  height: 157px;
  width: 30px;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 1024px) {
  .radio__volume__range {
    width: 200px;
    height: 30px;
    margin-bottom: 10px;
  }
}
.radio__volume__range .volume-control {
  -webkit-appearance: none;
  background: url(/static/img/svg/slider-range.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  transform-origin: left top;
  position: absolute;
  width: 157px;
  height: 26px;
  top: 148px;
  outline: none;
  border: none;
}
@media (max-width: 1024px) {
  .radio__volume__range .volume-control {
    transform: rotate(0);
    position: relative;
    top: auto;
    width: 100%;
  }
}
.radio__volume__range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 40px;
  background: url(/static/img/svg/slider-knob.svg);
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  border: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .radio__volume__range input[type=range]::-webkit-slider-thumb {
    width: 25px;
    height: 50px;
  }
}
.radio__volume__range input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 15px;
  height: 40px;
  background: url(/static/img/svg/slider-knob.svg);
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  border: 0;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .radio__volume__range input[type=range]::-moz-range-thumb {
    width: 25px;
    height: 50px;
  }
}
.radio__volume .btn-volume {
  padding: 5px 0;
  cursor: auto !important;
}
@media (max-width: 1024px) {
  .radio__volume .btn-volume {
    padding: 5px 10px;
  }
  .radio__volume .btn-volume img {
    width: 30px;
  }
}

.radio__info {
  width: 100%;
  height: 35px;
  padding: 5px;
  background: url(/static/img/radio/Radio_Tracklist_BG_Raster_AI.svg);
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .radio__info {
    padding: 15px;
  }
}
.radio__info__text {
  width: calc(100% - 10px);
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .radio__info__text {
    width: calc(100% - 30px);
  }
}
.radio__info__text__inner {
  white-space: nowrap;
  overflow: hidden;
  padding: 6px;
}

.radio__channels__switch {
  display: flex;
}
.radio__channels__switch .btn-channel-down img {
  transform: rotate(180deg);
  height: 15px;
}
@media (max-width: 1024px) {
  .radio__channels__switch .btn-channel-down img {
    height: 30px;
  }
}
.radio__channels__switch .btn-channel-up img {
  height: 15px;
}
@media (max-width: 1024px) {
  .radio__channels__switch .btn-channel-up img {
    height: 30px;
  }
}
.radio__channels__switch__icon {
  background: black;
  width: 40px;
  height: 40px;
  display: flex;
}
.radio__channels__switch__buttons {
  display: flex;
  align-items: center;
}
.radio__channels__switch__buttons__wrapper {
  padding: 3px;
  background: url(/static/img/svg/channels-raster.svg);
  background-size: cover;
}
@media (max-width: 1024px) {
  .radio__channels__switch__buttons__wrapper {
    padding: 4px;
  }
}
.radio__channels__switch__buttons .channel-number {
  background: black;
  color: white;
  font-family: "Teachers Pet Bold";
  font-size: 10px;
  padding: 3px;
  text-align: center;
  height: 28px;
  display: flex;
  width: 26px;
  text-align: center;
  justify-content: center;
}
.radio__channels__switch__buttons .channel-number img {
  width: 100%;
}

.js-radio-channel-icon {
  width: 100%;
}

.logout {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: filter 1s linear;
}
.body--blurred .logout {
  filter: blur(20px);
}
@media (max-width: 1024px) {
  .logout {
    top: 10px;
    right: 10px;
  }
}

.logout__user {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.logout__user__text {
  font-family: "Teachers Pet", sans-serif;
  margin-right: 25px;
  font-size: 10px;
}
@media (max-width: 1024px) {
  .logout__user__text {
    font-size: 10px;
  }
}
.logout__user__icon {
  width: 16px;
  height: 16px;
}
@media (max-width: 1024px) {
  .logout__user__icon {
    width: 16px;
    height: 16px;
  }
}
.body--night .logout__user .logout__user__text {
  color: white;
}
.body--night .logout__user .logout__user__icon {
  fill: white;
}

.logout__dropdown {
  background: white;
  list-style-type: none;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  padding: 0;
  animation: fadeEffect 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  display: none;
}
.logout__dropdown.js-visible {
  display: block;
}
.logout__dropdown__item {
  display: flex;
  font-size: 11px;
}
@media (max-width: 1024px) {
  .logout__dropdown__item {
    font-size: 11px;
  }
}
.logout__dropdown__item a {
  text-decoration: normal;
  width: 100%;
  padding: 10px;
}
.logout__dropdown__item a:hover {
  background: black;
  color: white;
  text-decoration: normal !important;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pw-change {
  position: relative;
  max-width: 200px;
}
.body--night .pw-change .form-buttons .btn {
  color: white;
  border-color: white;
}
.pw-change .error-message {
  margin-top: 15px;
  line-height: 1;
}

.pw-change__close {
  background: none;
  border: 1px solid black;
  width: 11px;
  height: 11px;
  padding: 0;
  position: absolute;
  top: -20px;
  left: -20px;
  cursor: pointer;
}
.pw-change__close:focus {
  outline: none;
}
@media (max-width: 1024px) {
  .pw-change__close {
    border-width: 2px;
    width: 22px;
    height: 22px;
  }
}

.pw-change__wrapper {
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  display: none;
  animation: fadeIn 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pw-change__wrapper.js-visible {
  display: flex;
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
input.code-component, .code-component-divider {
  font-family: "Teachers Pet Bold";
  line-height: 10px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  padding: 5px 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  input.code-component, .code-component-divider {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0;
  }
}

.code-component-divider {
  width: 9px;
  vertical-align: top;
  height: 14px;
}
@media (max-width: 1024px) {
  .code-component-divider {
    width: 18px;
    height: 28px;
  }
}

input.code-component {
  width: 18px;
  border: 1px solid black;
  background: white;
  height: 24px;
}
input.code-component:focus {
  outline: none;
}
@media (max-width: 1024px) {
  input.code-component {
    border-width: 2px;
    height: 48px;
    width: 36px;
  }
}

.code-component:not(:first-child), .code-component-divider {
  margin-left: 3px;
}
@media (max-width: 1024px) {
  .code-component:not(:first-child), .code-component-divider {
    margin-left: 6px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-group {
  margin-bottom: 10px;
}
.form-group input:not(.code-component) {
  padding: 5px 10px;
}
.form-group input:not(.code-component):focus {
  outline: none;
}

input:not([type=checkbox]):not(.code-component):not([type=range]), textarea, select {
  font-family: "DePixel", monospace, sans-serif;
  width: 100%;
  border: 1px solid black;
  border-radius: 0;
  font-size: 11px;
}
@media (max-width: 1024px) {
  input:not([type=checkbox]):not(.code-component):not([type=range]), textarea, select {
    border-width: 2px;
    font-size: 22px;
  }
}

.input-wrapper {
  overflow: hidden;
}

.form-buttons {
  margin-top: 40px;
}

.form-buttons button {
  padding: 0px 20px 0px 20px;
  text-align: center;
  border: 1px solid black;
  background: white;
  border-radius: 3px;
  font-size: 10px;
  font-family: "Teachers Pet Bold";
}
@media (max-width: 1024px) {
  .form-buttons button {
    border-width: 2px;
    font-size: 20px;
  }
}
.form-buttons button:active {
  background: black;
  color: white;
}

.error-message {
  color: red;
  text-align: center;
  margin-top: 3px;
}

.form-success {
  margin-top: 10px;
  text-align: center;
}

#login-form {
  width: 147px;
}
@media (max-width: 1024px) {
  #login-form {
    width: 294px;
  }
}

label.radio input[type=radio] {
  display: none;
}

label.checkbox input[type=checkbox] {
  display: none;
}

label.checkbox span.input, label.radio span.input {
  display: inline-block;
  border: 1px solid black;
  background: white;
  vertical-align: middle;
  margin-top: 6.6666666667px;
  position: relative;
}

label.checkbox :checked + span.input:after, label.radio :checked + span.input:after {
  content: " ";
  font-size: 12px;
  position: absolute;
  background: black;
  border: 2px solid white;
}
@media (max-width: 1024px) {
  label.checkbox :checked + span.input:after, label.radio :checked + span.input:after {
    font-size: 24px;
  }
}

label.checkbox span.input, label.radio span.input {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

label.radio span.input {
  border-radius: 10px;
}

label.checkbox :checked + span.input:after, label.radio :checked + span.input:after {
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
}

label.radio :checked + span.input:after {
  border-radius: 6px;
}

.login__wrapper, #password-reset-wrapper {
  position: fixed;
  z-index: 50;
}

.login__wrapper {
  width: 147px;
}
@media (max-width: 1024px) {
  .login__wrapper {
    width: 294px;
  }
}

.body--night .login__wrapper a, .body--night .login__wrapper h3, .body--night .login__wrapper label.checkbox, .body--night .login__wrapper span.code-component-divider, .body--night .login__wrapper .password-reset-helper, .body--night #password-reset-wrapper a, .body--night #password-reset-wrapper h3, .body--night #password-reset-wrapper label.checkbox, .body--night #password-reset-wrapper span.code-component-divider, .body--night #password-reset-wrapper .password-reset-helper {
  color: white;
}

#password-reset-form, #password-reset-wrapper {
  width: 400px;
  text-align: center;
}
#password-reset-form input, #password-reset-wrapper input {
  width: 300px;
}
@media (max-width: 1024px) {
  #password-reset-form, #password-reset-wrapper {
    width: 100%;
  }
  #password-reset-form input, #password-reset-wrapper input {
    width: 90%;
  }
}

.password-reset-helper {
  margin-bottom: 20px;
  line-height: 16.8px;
}
@media (max-width: 1024px) {
  .password-reset-helper {
    line-height: 33.6px;
  }
}

.chat-log {
  border: 1px solid black;
  margin-bottom: 10px;
  padding: 5px 10px;
  overflow-y: auto;
  height: 311px;
  width: 270px;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 12.1px;
  flex: 1;
}
@media (max-width: 1024px) {
  .chat-log {
    border-width: 2px;
    font-size: 18px;
    line-height: 19.8px;
    width: initial;
    height: initial;
  }
}
.chat-log li {
  word-break: break-word;
  margin-bottom: 10px;
  padding-left: 65px;
  text-indent: -65px;
}
@media (max-width: 1024px) {
  .chat-log li {
    padding-left: 0;
    text-indent: 0;
  }
}
.chat-log .chat-link {
  color: inherit;
  text-decoration: underline;
}
.chat-log .chat-link:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .chat-log {
    width: initial;
  }
}

.chat .form-group {
  flex-grow: 6;
}
.chat textarea {
  resize: none;
  overflow: hidden;
  padding: 5px 10px 5px 10px;
  outline: none;
}
@media (max-width: 1024px) {
  .chat textarea {
    padding: 10px 10px 10px 10px;
  }
}
@media (max-width: 1024px) {
  .chat {
    width: initial;
  }
}
.chat .form-group {
  width: 206px;
  margin-right: 5px;
  margin-bottom: 0;
}
.chat .form-buttons {
  margin-top: 0;
}

#connector-response {
  width: 380px;
  position: relative;
  padding: 2px 1px 1px 1px;
  background: url(/static/img/connector/connector-background-desktop.svg);
}
@media (max-width: 1024px) {
  #connector-response {
    padding: 4px 2px 2px 2px;
    width: 100%;
    background: url(/static/img/connector/connector-background-mobile.svg);
  }
}

#connector-form-wrapper {
  width: 380px;
  position: relative;
  background: url(/static/img/connector/connector-background-desktop.svg);
  padding: 1px;
}
@media (max-width: 1024px) {
  #connector-form-wrapper {
    width: 100%;
    padding: 2px;
    background: url(/static/img/connector/connector-background-mobile.svg);
    flex: 1 1 auto;
  }
}

#connector-form {
  background: white;
  padding-top: 10px;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  #connector-form {
    padding-bottom: 10px;
  }
}

#connector-response-background {
  width: 100%;
}
#connector-response-background.js-hide {
  display: none;
}

#connector-field {
  width: 147px;
  text-align: center;
  padding: 0 30px;
  float: left;
}
@media (max-width: 1024px) {
  #connector-field {
    padding: 0;
    width: 100%;
    float: none;
  }
}

#connector-input {
  margin: 0 auto 5px auto;
}

#connector-button {
  text-align: center;
  margin-top: 5px;
  float: right;
  width: 173px;
}
#connector-button button {
  padding: 0px 20px 0px 20px;
  text-align: center;
  border: 1px solid black;
  background: white;
  border-radius: 3px;
  font-size: 10px;
  font-family: "Teachers Pet Bold";
  padding: 0 30px 0 30px;
}
@media (max-width: 1024px) {
  #connector-button button {
    border-width: 2px;
    font-size: 20px;
  }
}
#connector-button button:active {
  background: black;
  color: white;
}
@media (max-width: 1024px) {
  #connector-button button {
    padding: 0;
    width: 95%;
  }
}
@media (max-width: 1024px) {
  #connector-button {
    width: 100%;
    float: none;
  }
}

[data-id=connector] .popup__content {
  border: 0;
  padding: 0;
}
[data-id=connector] .popup__content .popup__content__inner {
  border: 0;
  padding: 0;
  height: 100%;
}

#connector-numbers-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 380px;
  transform: translateX(-50%) translateY(-50%);
}

#connector-label {
  font-size: 10px;
}
@media (max-width: 1024px) {
  #connector-label {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  #connector.flex {
    display: flex;
    flex-flow: column;
    align-content: space-between;
    height: 100%;
  }
}

.connector-number {
  margin-left: 2px;
}

.connector-number:nth-child(2n+1) {
  margin-left: 17px;
}

.connector-number:first-child {
  margin-left: 18px;
}

.connector-number {
  position: relative;
  float: left;
  width: 50.6666666667px;
  height: 53px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.connector-number__1 {
  background-image: url(/static/img/connector/wl-numbers/1.png);
}
.connector-number__2 {
  background-image: url(/static/img/connector/wl-numbers/2.png);
}
.connector-number__3 {
  background-image: url(/static/img/connector/wl-numbers/3.png);
}
.connector-number__4 {
  background-image: url(/static/img/connector/wl-numbers/4.png);
}
.connector-number__5 {
  background-image: url(/static/img/connector/wl-numbers/5.png);
}
.connector-number__6 {
  background-image: url(/static/img/connector/wl-numbers/6.png);
}
.connector-number__7 {
  background-image: url(/static/img/connector/wl-numbers/7.png);
}
.connector-number__8 {
  background-image: url(/static/img/connector/wl-numbers/8.png);
}
.connector-number__9 {
  background-image: url(/static/img/connector/wl-numbers/9.png);
}
.connector-number__0 {
  background-image: url(/static/img/connector/wl-numbers/0.png);
}

.connector-number img {
  width: 63.3333333333px;
  display: none;
}

#connector-response-overlay, .connector-map-overlay {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 380px;
  height: 81%;
  text-align: center;
  padding-top: 0;
  display: none;
  background: white;
  overflow: hidden;
  overflow-y: auto;
}
#connector-response-overlay.js-show, .connector-map-overlay.js-show {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media (max-width: 1024px) {
  #connector-response-overlay.js-show, .connector-map-overlay.js-show {
    display: block;
  }
}
#connector-response-overlay .text-center, .connector-map-overlay .text-center {
  padding: 15px;
}
@media (max-width: 1024px) {
  #connector-response-overlay, .connector-map-overlay {
    width: 100%;
    top: 2px;
    left: 2px;
  }
}

.connector-map-overlay {
  height: 100%;
}

.connector__img--night {
  display: none;
}

.connector-form-initial.js-hide {
  display: none;
}

.upload-input {
  display: none;
}
@media (max-width: 1024px) {
  .upload-input__label {
    text-align: center;
  }
}

.connector-form-guess.js-hide {
  display: none;
}
.connector-form-guess .form__outer__wrapper {
  padding: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .connector-form-guess .form__outer__wrapper {
    flex-direction: column;
  }
  .connector-form-guess .form__outer__wrapper .form-buttons {
    margin-top: 15px;
  }
  .connector-form-guess .form__outer__wrapper .form__wrapper {
    width: 100%;
  }
  .connector-form-guess .form__outer__wrapper .form__wrapper input {
    min-height: 40px;
  }
}
.connector-form-guess .form-group {
  margin-right: 10px;
  margin-bottom: 0;
}
.connector-form-guess .form-buttons {
  margin-top: 0;
}
.connector-form-guess .form-buttons .js-send {
  padding: 4px;
}
.connector-form-guess .form-buttons .js-send span {
  border-radius: 3px;
  border: 1px solid black;
  padding: 0 10px;
  margin: 2px 0;
}
.connector-form-guess.upload .upload-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.connector-form-guess.upload .upload-input__img {
  margin-bottom: 10px;
}
.connector-form-guess.upload .upload-input__img img {
  width: 100px;
  height: 60px;
}
.connector-form-guess.upload .form__outer__wrapper {
  background: white;
}
.connector-form-guess.upload .form__outer__wrapper .form__wrapper {
  width: 100%;
}
.connector-form-guess.upload .form__outer__wrapper .form__wrapper .form-group {
  margin: 0;
}
.connector-form-guess.upload .input-wrapper {
  border: 1px dotted black;
  cursor: pointer;
}
.connector-form-guess.upload .input-wrapper input {
  opacity: 0;
  outline: 2px solid red;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.connector-form-guess.upload .form-buttons {
  display: none;
}

.progress-bar-outer-wrapper {
  padding: 10px;
  background: white;
}
.progress-bar-outer-wrapper.js-hide {
  display: none;
}
@media (max-width: 1024px) {
  .progress-bar-outer-wrapper {
    height: 100%;
    padding: 0px;
    display: flex;
    flex-flow: column;
    align-content: space-evenly;
    justify-content: center;
  }
}

.progress-bar-wrapper {
  padding: 35px;
  border: 1px dotted black;
}
.progress-bar-wrapper.js-hide {
  display: none;
}
@media (max-width: 1024px) {
  .progress-bar-wrapper {
    border: none;
  }
}

.progress-bar {
  top: 50%;
  margin: 10px;
  height: 5px;
  border: 0.5px solid black;
}

.progress-bar-fill {
  height: 100%;
  width: 0%;
  background-color: black;
  transition: width 1s;
}

.text-image-upload {
  padding: 35px;
  border: 1px dotted black;
}
.text-image-upload.js-hide {
  display: none;
}
@media (max-width: 1024px) {
  .text-image-upload {
    border: none;
  }
}

.notification {
  max-width: 400px;
  min-width: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: auto;
  filter: drop-shadow(2px 2px 0 black);
}
@media (max-width: 1024px) {
  .notification {
    position: relative;
    top: auto;
    left: 2%;
    width: 96%;
    max-height: 97vh;
    overflow-y: auto;
    max-width: none;
    box-sizing: border-box;
    border-width: 2px;
    margin: 2% 0;
    filter: drop-shadow(4px 4px 0 black);
  }
}
.notification.js-hide {
  display: none;
}
.notification__wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .notification__wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
  }
  .notification__wrapper > div {
    height: auto !important;
  }
}
.notification__wrapper > div {
  height: 100%;
  width: 100%;
}

.notification__inner__background {
  position: relative;
  padding: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 2px);
  background: white;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
}
.notification__inner__background:after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 20px;
  height: 20px;
  border: 1px solid black;
}
@media (max-width: 1024px) {
  .notification__inner__background {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%);
  }
  .notification__inner__background:after {
    content: "";
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 30px;
    height: 30px;
    border: 2px solid black;
  }
}

.notification__inner__border {
  max-width: 400px;
  min-width: 300px;
  padding: 1px;
  background: black;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%);
}
@media (max-width: 1024px) {
  .notification__inner__border {
    padding: 2px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0% 100%);
  }
}

.notification__header {
  font-family: "Teachers Pet Bold";
  font-size: 10px;
  padding: 0 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .notification__header {
    font-size: 20px;
    padding: 0 86px;
  }
}
.notification__header__text {
  text-align: center;
  position: relative;
}
.notification__header__text::before {
  content: url(/static/img/svg/hand.svg);
  position: absolute;
  width: 16px;
  left: -25px;
}
@media (max-width: 1024px) {
  .notification__header__text::before {
    width: 30px;
    left: -43px;
  }
}

.notification__content {
  padding: 20px 10px;
  font-size: 11px;
  line-height: 13.2px;
}
@media (max-width: 1024px) {
  .notification__content {
    font-size: 22px;
    line-height: 26.4px;
  }
}

.notification__close {
  background: none;
  border: 1px solid black;
  width: 11px;
  height: 11px;
  padding: 0;
  position: absolute;
  left: 7px;
  top: 7px;
  cursor: pointer;
}
.notification__close:focus {
  outline: none;
}
@media (max-width: 1024px) {
  .notification__close {
    border-width: 2px;
    width: 22px;
    height: 22px;
  }
}

.popup__wrapper--video-player .popup__header {
  background-color: black !important;
  background-image: url(/static/img/crystal/crystal-header-pattern.svg) !important;
}
.popup__wrapper--video-player .popup__header__text {
  background: white;
  padding: 3px 5px;
}
.popup__wrapper--video-player .popup__header .popup__close__wrapper {
  top: 5px;
  left: 8px;
}
.popup__wrapper--video-player .popup__content {
  border: 1px solid black;
  height: 100%;
  background: black;
}
.popup__wrapper--video-player .popup__content__inner {
  padding: 0;
}
@media (max-width: 1024px) {
  .popup__wrapper--video-player .popup__content__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc( 100% - 52px );
  }
}

.video {
  position: relative;
  width: 600px;
}
@media (max-width: 1024px) {
  .video {
    width: 100%;
    max-width: 100%;
  }
}

.video__btn__wrapper {
  position: absolute;
  display: flex;
  right: 5px;
  bottom: 5px;
  z-index: 10;
}
.video__btn .btn__icon--clicked {
  display: none;
}
@media (max-width: 1024px) {
  .video__btn .btn__icon {
    width: 36px;
    height: 36px;
  }
}
.video__btn.js-clicked .btn__icon {
  display: none;
}
.video__btn.js-clicked .btn__icon.btn__icon--clicked {
  display: block;
}

#video-stream-player > div {
  padding-bottom: 56.25%;
  max-width: 100%;
}
#video-stream-player[ratio="4x3"] > div {
  padding-bottom: 75%;
}
#video-stream-player.js-vimeo-player > div {
  padding-bottom: 0 !important;
}
#video-stream-player.js-vimeo-player .video__btn--play {
  position: absolute;
  bottom: 8px;
  left: 0;
}
#video-stream-player.js-vimeo-player .video__btn--play.js-clicked .btn__icon {
  display: none;
}
#video-stream-player.js-vimeo-player .video__btn--play.js-clicked .btn__icon.btn__icon--clicked {
  display: block;
}
#video-stream-player.js-vimeo-player .plyr__controls .plyr__progress {
  margin-right: 80px;
  margin-left: 40px;
  top: 3px;
}
@media (max-width: 1024px) {
  #video-stream-player.js-vimeo-player .plyr__controls .plyr__progress {
    margin-right: 120px;
    margin-left: 50px;
    top: -11px;
  }
}
#video-stream-player.js-vimeo-player .plyr__controls .plyr__progress input[type=range] {
  color: white;
}
#video-stream-player.js-vimeo-player .plyr__controls .plyr__progress input[type=range]::-webkit-slider-thumb {
  opacity: 0;
}

.video__btn__bar {
  position: absolute;
  bottom: 8px;
}

@media (max-width: 1024px) {
  .roulette {
    height: 100%;
  }
}
.roulette__username--local {
  color: red;
}
@media (max-width: 1024px) {
  .roulette__username--local {
    bottom: 120px;
    right: 10px;
    z-index: 2;
    position: absolute;
  }
}
.roulette__username--remote {
  color: green;
  z-index: 3;
}
@media (max-width: 1024px) {
  .roulette__username--remote {
    position: absolute;
    left: 10px;
    top: 10px;
  }
}
.roulette__wrapper {
  display: flex;
}
@media (max-width: 1024px) {
  .roulette__wrapper {
    height: 100%;
    position: relative;
  }
}
.roulette__video, .roulette__canvas {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .roulette__video, .roulette__canvas {
    width: auto;
    height: 100%;
  }
}
.roulette__video__setting, .roulette__canvas__setting {
  display: flex;
}
.roulette__video__settings, .roulette__canvas__settings {
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 97%;
  align-items: center;
}
.roulette__video__settings__wrapper, .roulette__canvas__settings__wrapper {
  width: 100%;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .roulette__video__settings__wrapper, .roulette__canvas__settings__wrapper {
    display: none;
  }
}
.roulette__video--local, .roulette__video--remote, .roulette__canvas--local, .roulette__canvas--remote {
  position: relative;
}
@media (max-width: 1024px) {
  .roulette__video--local, .roulette__canvas--local {
    flex-basis: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 150px;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .roulette__video--remote, .roulette__canvas--remote {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%;
    transform: translateX(25%);
  }
}
.roulette__video__overlay, .roulette__canvas__overlay {
  width: 100%;
  height: 100%;
  background: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  text-align: center;
}
.roulette__video__overlay__hidden, .roulette__canvas__overlay__hidden {
  display: none;
}
@media (max-width: 1024px) {
  .roulette__video__overlay, .roulette__canvas__overlay {
    z-index: 2;
  }
}
.roulette__video__wrapper, .roulette__canvas__wrapper {
  flex-basis: 43%;
  display: flex;
  flex-direction: column;
  margin-right: 5px;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
  position: relative;
  max-width: 100vw;
}
@media (max-width: 1024px) {
  .roulette__video__wrapper, .roulette__canvas__wrapper {
    margin-right: 0px;
    flex-basis: 100%;
    overflow: hidden;
  }
}
.roulette__video__wrapper--local, .roulette__canvas__wrapper--local {
  position: relative;
}
@media (max-width: 1024px) {
  .roulette__video__wrapper--local, .roulette__canvas__wrapper--local {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: block;
    max-width: 150px;
    width: 100%;
    height: 100%;
    max-height: 112.5px;
  }
}
.roulette__video__wrapper--remote, .roulette__canvas__wrapper--remote {
  position: relative;
}
@media (max-width: 1024px) {
  .roulette__video__wrapper--remote, .roulette__canvas__wrapper--remote {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .roulette__chat__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    transition: visibility 3s cubic-bezier(0.075, 0.82, 0.165, 1), transform 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 5;
    transform: translateX(110%);
    visibility: hidden;
  }
  .roulette__chat__wrapper.js-open {
    transform: translateX(0);
    visibility: visible;
  }
}
.roulette__chat__wrapper > .chat {
  height: 100%;
  display: flex;
  flex-flow: column;
}

.roulette__btn__wrapper {
  width: 50px;
  height: 50px;
  background: #d3d3d3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roulette__btn__wrapper .btn-chat {
  width: 30px;
  height: 30px;
}
.roulette__btn__wrapper .btn-chat.js-hide {
  display: none;
}
.roulette__btn__wrapper__chat {
  position: absolute;
  top: 25px;
  right: 15px;
  display: none;
}
@media (max-width: 1024px) {
  .roulette__btn__wrapper__chat {
    display: flex;
    z-index: 5;
  }
}
@media (max-width: 1024px) {
  .roulette__btn__random {
    border: 2px solid black;
    border-radius: 5px;
    padding: 10px 22px !important;
  }
}
.roulette__btn__random__img {
  width: 24px;
  height: 24px;
}
@media (max-width: 1024px) {
  .roulette__btn__random__img {
    width: 48px;
    margin: auto;
    height: 48px;
  }
}
.roulette__btn__random__wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 60px;
  background: white;
  height: 34px;
  border: 3px solid black;
  position: relative;
  border-radius: 5px;
  border-style: double;
}
@media (max-width: 1024px) {
  .roulette__btn__random__wrapper {
    position: absolute;
    border: 4px solid black;
    border-style: solid;
    border-radius: 10px;
    width: 100px;
    bottom: 7.5px;
    left: 7.5px;
    height: 62px;
    z-index: 5;
    padding: 6px 0px;
  }
}

button {
  font-family: "DePixel", monospace, sans-serif;
}

.roulette__dotted__border {
  border: 1px dotted black;
}

.roulette__btn {
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 1px;
  box-sizing: border-box;
}
.roulette__btn__fill {
  background-color: black;
}
.roulette__btn__fill__toggle {
  background-color: white;
}

#threshold-plus, #threshold-minus {
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
}

#threshold-plus {
  margin-left: 2px;
}

.chat-log {
  max-height: 410px;
}

.wheel-wrapper {
  width: 300px;
}

#wheel-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 2;
}

.wheel-spinning--spinner {
  position: relative;
  top: -10px;
  margin: auto;
}

#wheel-spinning--spinner {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wheel-inner-wrapper {
  width: 250px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .wheel-inner-wrapper {
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    width: calc(100vw - 40px);
    height: calc(100vh - 75px);
    padding: 0 10px;
  }
}

.wheel-spinner-wrapper {
  width: 90%;
  display: block;
  margin: auto;
}

.wheel-number {
  width: 20px;
  height: 25px;
  border: 1px solid black;
  margin: 2px;
  text-align: center;
  line-height: 25px;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .wheel-number {
    width: calc(100vw/6);
    height: 65px;
    border: 3px solid black;
  }
}
.wheel-number--wrapper {
  width: 100%;
  margin: 5px 0 15px 0;
}

.wheel-spin-button {
  padding: 5px;
}
@media (max-width: 1024px) {
  .wheel-spin-button {
    font-size: 30pt;
  }
}
.wheel-spin-button--wrapper {
  margin: 10px 70px;
  border: 1px solid black;
  border-radius: 5px;
}
.wheel-spin-button--wrapper:hover {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .wheel-spin-button--wrapper {
    margin: 20px 0px;
    border: 3px solid black;
  }
}

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