﻿html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  /*    font-family: 'Roboto';*/
  /*height: 100%;*/
  background-color: #071239; }

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.start-loader {
  /*margin: auto;*/
  display: none;
  flex-direction: column; }
  .start-loader.bti-loader {
    background-image: url(../images/bti/button-backer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 45vh;
    height: 45vh; }
    .start-loader.bti-loader .loader-text {
      color: white;
      max-width: 12vh;
      font-size: 2vh; }
    .start-loader.bti-loader .joining-spinner > div {
      background-color: white; }
  .start-loader .loader-text {
    font-family: 'Titillium Web', sans-serif;
    font-size: 3vh;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: black;
    margin: auto;
    margin-bottom: unset; }
  .start-loader .joining-spinner {
    /*margin: 100px auto 0;*/
    width: 70px;
    text-align: center;
    margin: auto;
    margin-top: 1vh; }
  .start-loader .joining-spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .start-loader .joining-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .start-loader .joining-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.audio-log {
  position: absolute;
  z-index: 100000;
  left: 0;
  top: 0;
  height: 20%;
  width: 100%;
  background-color: white;
  color: black;
  overflow: hidden;
  overflow-y: auto; }

#main-container {
  background-color: whitesmoke;
  min-height: 100vh;
  overflow: hidden; }
  #main-container.bti-main-container {
    margin-bottom: unset !important; }

.minvh100 {
  min-height: 100vh; }

.clickable {
  cursor: pointer; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.iconOption {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain !important;
  background-repeat: no-repeat; }
  .iconOption:hover {
    cursor: pointer; }

.bti-icon-option {
  background-image: url(../images/icons/icon-beat-the-intro.png) !important; }

.pub-quiz-icon-option {
  background-image: url(../images/icons/icon-pubquiz.png) !important; }

.brain-games-icon-option {
  background-image: url(../images/icons/bg-logo.png) !important; }

.error-modal {
  background: #1b349e;
  border: 5px solid white;
  border-radius: 20px;
  margin-top: 11vh;
  pointer-events: unset; }
  .error-modal .error-content {
    display: flex;
    flex-direction: column; }
    .error-modal .error-content .zoom-logo {
      position: absolute;
      margin: auto;
      width: 100%;
      height: 13vh;
      margin-top: -10vh;
      background-image: url(../images/ToolBar-Assets/logo-zoom-arcade.png) !important;
      background-position: center;
      background-size: contain !important;
      background-repeat: no-repeat; }
    .error-modal .error-content .error-header {
      padding: 1rem 1rem;
      display: flex;
      border: none;
      z-index: 2; }
      .error-modal .error-content .error-header .text {
        color: white;
        font-family: montserrat, sans-serif;
        margin-left: auto;
        font-weight: 600;
        padding-top: 1vh; }
      .error-modal .error-content .error-header .button {
        background: #fe0e92;
        border-left: 5px solid white;
        border-bottom: 5px solid white;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 15px;
        padding: 0.5rem 0.5rem;
        opacity: 1;
        cursor: pointer;
        z-index: 2; }
    .error-modal .error-content .error-body {
      display: flex;
      border: none;
      z-index: 2;
      flex-direction: column; }
      .error-modal .error-content .error-body ul {
        color: white;
        font-family: montserrat, sans-serif;
        margin-left: auto;
        font-weight: 600;
        margin: 1rem 1rem; }
      .error-modal .error-content .error-body li {
        color: white;
        font-family: montserrat, sans-serif;
        margin-left: auto;
        font-weight: 500;
        margin-top: 0.5vh;
        background: rgba(0, 0, 0, 0.25);
        padding: 1vh;
        border-radius: 10px; }
        .error-modal .error-content .error-body li:nth-child(1) {
          margin-top: 1rem; }
        .error-modal .error-content .error-body li a {
          color: white;
          font-family: montserrat, sans-serif;
          font-weight: 500; }
    .error-modal .error-content .error-footer {
      border: none;
      z-index: 2; }
      .error-modal .error-content .error-footer .button {
        background: #fe0e92;
        border: 5px solid white;
        border-radius: 15px;
        cursor: pointer;
        z-index: 2; }

.gameListcontainer {
  height: 250px;
  background: #bada55;
  position: relative; }

#gameSelectModal {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1001;
  visibility: hidden;
  background-color: rgba(6, 18, 56, 0.85);
  opacity: 0.95; }

#gameChangeModal {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1004;
  visibility: hidden;
  background-color: rgba(6, 18, 56, 0.85);
  opacity: 1; }

#confirmBTIModal {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1003;
  visibility: hidden;
  background-color: rgba(6, 18, 56, 0.85);
  opacity: 1; }

#confirmBrainGamesModal {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1003;
  visibility: hidden;
  background-color: rgba(6, 18, 56, 0.85);
  opacity: 1; }

#confirmPubQuizModal {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1003;
  visibility: hidden;
  background-color: rgba(6, 18, 56, 0.85);
  opacity: 1; }

#confirmWhoAmIModal {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1003;
  visibility: hidden;
  background-color: rgba(6, 18, 56, 0.85);
  opacity: 1; }

#confirmColourBrainModal {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1003;
  visibility: hidden;
  background-color: rgba(6, 18, 56, 0.85);
  opacity: 1; }

#confirmDoodleDashModal {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1003;
  visibility: hidden;
  background-color: rgba(6, 18, 56, 0.85);
  opacity: 1; }

@media (orientation: landscape) {
  .game-controls-info {
    width: fit-content;
    height: fit-content;
    position: absolute;
    max-width: 46vh;
    background: #1b319a;
    border: 0.6vh solid white;
    border-radius: 2vh;
    margin: auto;
    margin-right: 2vh;
    padding: 2vh;
    padding-left: 3vh;
    padding-right: 3vh;
    padding-top: 1vh;
    padding-bottom: 1vh;
    z-index: 1003;
    display: flex;
    flex-direction: row;
    right: 10vh;
    top: 0;
    bottom: 0; }
    .game-controls-info.toggled {
      right: 28vh; }
    .game-controls-info .game-controls-arrow {
      position: absolute;
      width: 0;
      height: 0;
      border-top: 1.75vh solid transparent;
      border-bottom: 1.75vh solid transparent;
      border-left: 1.75vh solid white;
      top: 0;
      bottom: 0;
      right: -1.9vh;
      margin: auto; }
    .game-controls-info .game-controls-info-text {
      font-family: 'Titillium Web', sans-serif;
      font-size: 3vh;
      font-weight: 700;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      text-align: center;
      color: white;
      margin: auto; }
  .gamecolumn {
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%; }
  /* Clear floats after image containers */
  .gamerow {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65vh;
    height: 30vh;
    margin: auto;
    display: flex;
    flex-direction: column;
    background-color: #1b319a;
    border: 0.6vh solid white;
    border-radius: 4vh; }
  .game-change-zoom-logo {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 60%;
    margin-top: -11vh;
    background-image: url(../images/ToolBar-Assets/logo-zoom-arcade.png) !important;
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat; }
  .game-choice-section {
    position: relative;
    height: 50%;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row; }
  .close-game-change {
    position: relative;
    height: 10%;
    width: 30%;
    font-family: 'Titillium Web', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    color: white !important;
    text-align: center;
    margin: auto;
    font-size: 2.3vh;
    border-width: 0.5vh;
    border-radius: 13vh;
    background-color: #dc4959;
    border-color: white; }
    .close-game-change:hover {
      color: gray !important; }
  .game-change-warning {
    position: relative;
    top: 4vh;
    font-family: 'Titillium Web', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
    margin: auto;
    color: white;
    font-size: 3vh; }
  .game-change-countdown {
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
    text-align: center;
    margin: auto;
    color: #11cfe7;
    font-size: 8vh; }
  .game-change-button-container {
    position: relative;
    height: 50%;
    width: 100%;
    margin: auto;
    display: flex; }
  .game-change-button-1 {
    position: relative;
    height: 45%;
    width: 37%;
    font-family: 'Titillium Web', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    color: white !important;
    text-align: center;
    margin: auto;
    font-size: 3vh;
    border: 0.4vh solid white;
    border-radius: 1vh;
    background-color: darkgray;
    padding: 0.5vh;
    margin-left: 6vh; }
    .game-change-button-1:hover {
      color: gray !important; }
  .game-change-button-2 {
    position: relative;
    height: 45%;
    width: 37%;
    font-family: 'Titillium Web', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    color: white !important;
    text-align: center;
    margin: auto;
    font-size: 3vh;
    border: 0.4vh solid white;
    border-radius: 1vh;
    background-color: mediumvioletred;
    padding: 0.5vh;
    margin-right: 6vh; }
    .game-change-button-2:hover {
      color: gray !important; } }

@media (orientation: portrait) {
  .game-controls-info {
    width: fit-content;
    height: fit-content;
    position: absolute;
    max-width: 62vw;
    background: #1b319a;
    border: 0.6vh solid white;
    border-radius: 2vh;
    margin: auto;
    margin-right: 2vh;
    padding: 2vh;
    padding-left: 3vh;
    padding-right: 3vh;
    padding-top: 1vh;
    padding-bottom: 1vh;
    z-index: 1003;
    display: flex;
    flex-direction: row;
    top: -4.5vh;
    right: 16vw; }
    .game-controls-info.toggled {
      right: 50vw;
      top: 0;
      bottom: 3.5vh;
      max-width: 41vw; }
    .game-controls-info .game-controls-arrow {
      position: absolute;
      width: 0;
      height: 0;
      border-top: 1.75vh solid transparent;
      border-bottom: 1.75vh solid transparent;
      border-left: 1.75vh solid white;
      top: 0;
      bottom: 0;
      right: -1.9vh;
      margin: auto; }
    .game-controls-info .game-controls-info-text {
      font-family: 'Titillium Web', sans-serif;
      font-size: 3vh;
      font-weight: 700;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      text-align: center;
      color: white;
      margin: auto; }
  .App {
    display: flex; }
  .App-main {
    width: 100vw !important;
    height: 90vh !important;
    margin: auto !important; }
  .gamecolumn {
    position: relative;
    margin: auto;
    width: 100%;
    height: 75%; }
  /* Clear floats after image containers */
  .gamerow {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82vw;
    height: 90vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    background-color: #1b319a;
    border: 0.6vh solid white;
    border-radius: 4vh; }
  .game-change-zoom-logo {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 32%;
    margin-top: -11vh;
    background-image: url(../images/ToolBar-Assets/logo-zoom-arcade.png) !important;
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat; }
  .game-choice-section {
    position: relative;
    height: 50%;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row; }
  .close-game-change {
    position: relative;
    height: 10%;
    width: 30%;
    font-family: 'Titillium Web', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    color: white !important;
    text-align: center;
    margin: auto;
    font-size: 2.3vh;
    border-width: 0.5vh;
    border-radius: 13vh;
    background-color: #dc4959;
    border-color: white; }
    .close-game-change:hover {
      color: gray !important; }
  .game-change-warning {
    position: relative;
    top: 9vw;
    width: 90%;
    font-family: 'Titillium Web', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
    margin: auto;
    color: white;
    font-size: 6vw; }
  .game-change-countdown {
    position: relative;
    width: 90%;
    font-family: 'Titillium Web', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    letter-spacing: normal;
    text-align: center;
    margin: auto;
    color: #11cfe7;
    font-size: 16vw; }
  .game-change-button-container {
    position: relative;
    height: 50%;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column-reverse; }
  .game-change-button-1 {
    position: relative;
    height: 40%;
    width: 65%;
    font-family: 'Titillium Web', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    color: white !important;
    text-align: center;
    margin: auto;
    font-size: 6vw;
    border: 0.4vh solid white;
    border-radius: 1vh;
    background-color: darkgray;
    padding: 3vw; }
    .game-change-button-1:hover {
      color: gray !important; }
  .game-change-button-2 {
    position: relative;
    height: 40%;
    width: 65%;
    font-family: 'Titillium Web', sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    color: white !important;
    text-align: center;
    margin: auto;
    font-size: 6vw;
    border: 0.4vh solid white;
    border-radius: 1vh;
    background-color: mediumvioletred;
    padding: 3vw; }
    .game-change-button-2:hover {
      color: gray !important; } }

.App-header {
  background-color: #222;
  height: 40px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px; }
  .App-header h1 {
    font-size: 1em;
    font-weight: 200; }

.App-logo {
  height: 60%;
  width: auto; }

.App-main {
  position: relative;
  width: 100vw;
  height: 100vh; }
  .App-main #ios-ready-btn {
    position: absolute;
    z-index: 10; }

@media (orientation: portrait) {
  .Game-controls-container {
    position: absolute;
    top: 1vh;
    margin: auto;
    right: 0vh;
    display: flex; } }

@media (orientation: landscape) {
  .Game-controls-container {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0vh;
    display: flex; } }

.Game-controls-container .control-container {
  position: relative;
  /* height: 50%; */
  z-index: 1002;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  margin: auto; }
  .Game-controls-container .control-container.background {
    background: #1b319a;
    border-left: 0.6vh solid white;
    border-top: 0.6vh solid white;
    border-bottom: 0.6vh solid white;
    border-top-left-radius: 2vh;
    border-bottom-left-radius: 2vh; }
  .Game-controls-container .control-container.hidden {
    display: none; }
  .Game-controls-container .control-container .line-break {
    position: relative;
    width: 100%;
    height: 0.3vh;
    background-color: #142472; }
  .Game-controls-container .control-container .menu-control {
    width: 9vh;
    height: 9vh;
    /* margin: 25% 12% 1% 3% !important; */
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(../images/ToolBar-Assets/button-right-gamepad@2x.png) !important;
    background-position: center;
    background-size: 55%; }
    .Game-controls-container .control-container .menu-control.open {
      background-image: url(../images/ToolBar-Assets/button-close@2x.png) !important; }
    @media (hover: hover) and (pointer: fine) {
      .Game-controls-container .control-container .menu-control:hover {
        background-image: url(../images/ToolBar-Assets/button-right-gamepad-hover@2x.png) !important; }
        .Game-controls-container .control-container .menu-control:hover.open {
          background-image: url(../images/ToolBar-Assets/button-close-hover@2x.png) !important; }
      .Game-controls-container .control-container .menu-control.disabled {
        pointer-events: none;
        opacity: 0.4; } }
  .Game-controls-container .control-container .game-control {
    width: 18vh;
    height: 18vh;
    /* margin: 25% 12% 1% 3% !important; */
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .Game-controls-container .control-container .game-control.disabled {
      pointer-events: none;
      opacity: 0.4; }
    .Game-controls-container .control-container .game-control.bti-control {
      background-image: url(../images/ToolBar-Assets/logo-bti@2x.png);
      background-position: center;
      background-size: 80%; }
    .Game-controls-container .control-container .game-control.brain-games-control {
      background-image: url(../images/ToolBar-Assets/logo-brain-games@2x.png);
      background-position: center;
      background-size: 100%;
      margin-bottom: 2vh; }
    .Game-controls-container .control-container .game-control.colour-brain-control {
      background-image: url(../images/ToolBar-Assets/cb-logo-v2.png);
      background-position: center;
      background-size: 88%; }
    .Game-controls-container .control-container .game-control.whoami-control {
      background-image: url(../images/ToolBar-Assets/logo-whoami.png);
      background-position: center;
      background-size: 100%; }
    .Game-controls-container .control-container .game-control.pub-quiz-control {
      background-image: url(../images/ToolBar-Assets/logo-pub-quiz@2x.png);
      background-position: center;
      background-size: 175%; }
    .Game-controls-container .control-container .game-control.doodle-dash-control {
      background-image: url(../images/ToolBar-Assets/logo-doodle-dash.png);
      background-position: center;
      background-size: 100%; }

@media (orientation: portrait) {
  .Controls-container {
    position: absolute;
    top: 1vh;
    margin: auto;
    left: 0vh;
    display: flex; } }

@media (orientation: landscape) {
  .Controls-container {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0vh;
    display: flex; } }

.Controls-container .App-control-container {
  position: relative;
  /* height: 50%; */
  z-index: 1002;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  margin: auto;
  /*@media (orientation: landscape) {
            width: 8vh;
        }

        @media (orientation: portrait) {
            width: 8vh;
        }*/ }
  .Controls-container .App-control-container .line-break {
    position: relative;
    width: 100%;
    height: 0.3vh;
    background-color: #142472; }
  .Controls-container .App-control-container.background {
    background: #1b319a;
    border-right: 0.6vh solid white;
    border-top: 0.6vh solid white;
    border-bottom: 0.6vh solid white;
    border-top-right-radius: 2vh;
    border-bottom-right-radius: 2vh; }
  .Controls-container .App-control-container.hidden {
    display: none; }
  .Controls-container .App-control-container .ots-video-control {
    width: 9vh;
    height: 9vh;
    /* margin: 25% 12% 1% 3% !important; */
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .Controls-container .App-control-container .ots-video-control.disabled {
      pointer-events: none;
      opacity: 0.4; }
    .Controls-container .App-control-container .ots-video-control.menu {
      background-image: url(../images/ToolBar-Assets/button-left-cog@2x.png) !important;
      background-position: center;
      background-size: 55%; }
      .Controls-container .App-control-container .ots-video-control.menu.open {
        background-image: url(../images/ToolBar-Assets/button-close@2x.png) !important; }
      @media (hover: hover) and (pointer: fine) {
        .Controls-container .App-control-container .ots-video-control.menu:hover {
          background-image: url(../images/ToolBar-Assets/button-left-cog-hover@3x.png) !important; }
          .Controls-container .App-control-container .ots-video-control.menu:hover.open {
            background-image: url(../images/ToolBar-Assets/button-close-hover@2x.png) !important; }
          .Controls-container .App-control-container .ots-video-control.menu:hover .toggletooltip {
            visibility: visible;
            opacity: 1; } }
    .Controls-container .App-control-container .ots-video-control.audio {
      background-image: url(../images/ToolBar-Assets/menu-left-microphone@2x.png) !important;
      background-position: center;
      background-size: 45%; }
      .Controls-container .App-control-container .ots-video-control.audio.muted {
        background-image: url(../images/ToolBar-Assets/menu-left-microphone-off@2x.png) !important; }
      @media (hover: hover) and (pointer: fine) {
        .Controls-container .App-control-container .ots-video-control.audio:hover {
          background-image: url(../images/ToolBar-Assets/menu-left-microphone-hover@2x.png) !important; }
        .Controls-container .App-control-container .ots-video-control.audio.muted:hover {
          background-image: url(../images/ToolBar-Assets/menu-left-microphone-off-hover@2x.png) !important; }
        .Controls-container .App-control-container .ots-video-control.audio:hover .mutetooltip {
          visibility: visible;
          opacity: 1; } }
      .Controls-container .App-control-container .ots-video-control.audio.disabled {
        background-image: url(../images/icons/icon-mic-disabled.png) !important; }
      .Controls-container .App-control-container .ots-video-control.audio.hidden {
        display: none; }
    .Controls-container .App-control-container .ots-video-control.video {
      background-image: url(../images/ToolBar-Assets/menu-left-camera@2x.png) !important;
      background-position: center;
      background-size: 55%; }
      .Controls-container .App-control-container .ots-video-control.video.muted {
        background-image: url(../images/ToolBar-Assets/menu-left-camera-off@2x.png) !important; }
      @media (hover: hover) and (pointer: fine) {
        .Controls-container .App-control-container .ots-video-control.video:hover {
          background-image: url(../images/ToolBar-Assets/menu-left-camera-hover@2x.png) !important; }
        .Controls-container .App-control-container .ots-video-control.video.muted:hover {
          background-image: url(../images/ToolBar-Assets/menu-left-camera-off-hover@2x.png) !important; }
        .Controls-container .App-control-container .ots-video-control.video:hover .videotooltip {
          visibility: visible;
          opacity: 1; } }
      .Controls-container .App-control-container .ots-video-control.video.disabled {
        background-image: url(../images/ToolBar-Assets/menu-left-camera@2x.png) !important;
        opacity: 0.3; }
      .Controls-container .App-control-container .ots-video-control.video.hidden {
        display: none; }
    .Controls-container .App-control-container .ots-video-control.avatar {
      background-image: url(../images/ToolBar-Assets/menu-left-avatar@2x.png) !important;
      background-position: center;
      background-size: 50%; }
      @media (hover: hover) and (pointer: fine) {
        .Controls-container .App-control-container .ots-video-control.avatar:hover {
          background-image: url(../images/ToolBar-Assets/menu-left-avatar-hover@2x.png) !important; }
          .Controls-container .App-control-container .ots-video-control.avatar:hover .avatartooltip {
            visibility: visible;
            opacity: 1; } }
      .Controls-container .App-control-container .ots-video-control.avatar.disabled {
        background-image: url(../images/ToolBar-Assets/menu-left-avatar-off@2x.png) !important; }
      .Controls-container .App-control-container .ots-video-control.avatar.hidden {
        display: none; }
    .Controls-container .App-control-container .ots-video-control.copy {
      background-image: url(../images/ToolBar-Assets/menu-left-copy-link@2x.png);
      background-position: center;
      background-size: 50%; }
      @media (hover: hover) {
        .Controls-container .App-control-container .ots-video-control.copy:hover {
          background-image: url(../images/ToolBar-Assets/menu-left-copy-link-hover@2x.png); }
          .Controls-container .App-control-container .ots-video-control.copy:hover .ktooltip {
            visibility: visible;
            opacity: 1; } }
    .Controls-container .App-control-container .ots-video-control.exit {
      background-image: url(../images/ToolBar-Assets/menu-left-exit@2x.png);
      background-position: center;
      background-size: 50%; }
      @media (hover: hover) and (pointer: fine) {
        .Controls-container .App-control-container .ots-video-control.exit:hover {
          background-image: url(../images/ToolBar-Assets/menu-left-exit-hover@2x.png); }
          .Controls-container .App-control-container .ots-video-control.exit:hover .exittooltip {
            visibility: visible;
            opacity: 1; } }
    .Controls-container .App-control-container .ots-video-control.leave {
      background-image: url(../images/icons/icon-leave.png);
      margin-left: 12% !important;
      background-position: center;
      background-size: 60%;
      opacity: 0; }
      @media (hover: hover) and (pointer: fine) {
        .Controls-container .App-control-container .ots-video-control.leave:hover .leavetooltip {
          visibility: visible;
          opacity: 1; } }
    .Controls-container .App-control-container .ots-video-control.games {
      background-image: url(../images/icons/icon-choose-game-2.png);
      background-position: center;
      background-size: 100%;
      opacity: 1; }
      @media (hover: hover) and (pointer: fine) {
        .Controls-container .App-control-container .ots-video-control.games:hover .gamestooltip {
          visibility: visible;
          opacity: 1; } }
    .Controls-container .App-control-container .ots-video-control.bti {
      background-image: url(../images/music-notes.png);
      background-size: 50%;
      position: absolute;
      width: 250%;
      height: 23%;
      background-color: #392D9F;
      border: 2px solid #B53DD6;
      margin: 40vh 0% 0% 46vw !important; }
    .Controls-container .App-control-container .ots-video-control.brain-games {
      background-image: url(../images/music-notes.png); }
    .Controls-container .App-control-container .ots-video-control.fullscreen {
      background-image: url(../images/ToolBar-Assets/menu-left-fullscreen@2x.png); }
    .Controls-container .App-control-container .ots-video-control.exit-fullscreen {
      background-image: url(../images/ToolBar-Assets/menu-left-fullscreen-off@2x.png); }
    .Controls-container .App-control-container .ots-video-control.fullscreen, .Controls-container .App-control-container .ots-video-control.exit-fullscreen {
      background-position: center;
      background-size: contain;
      background-size: 50%; }
      @media (hover: hover) and (pointer: fine) {
        .Controls-container .App-control-container .ots-video-control.fullscreen:hover.fullscreen, .Controls-container .App-control-container .ots-video-control.exit-fullscreen:hover.fullscreen {
          background-image: url(../images/ToolBar-Assets/menu-left-fullscreen-hover@2x.png); }
        .Controls-container .App-control-container .ots-video-control.fullscreen:hover.exit-fullscreen, .Controls-container .App-control-container .ots-video-control.exit-fullscreen:hover.exit-fullscreen {
          background-image: url(../images/ToolBar-Assets/menu-left-fullscreen-off-hover@2x.png); }
        .Controls-container .App-control-container .ots-video-control.fullscreen:hover .fullscreentooltip, .Controls-container .App-control-container .ots-video-control.exit-fullscreen:hover .fullscreentooltip {
          visibility: visible;
          opacity: 1; } }

.App-start-container {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .App-start-container.hidden {
    display: none; }
  .App-start-container .App-start-button {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../images/bti/button-backer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (orientation: landscape) {
      .App-start-container .App-start-button {
        width: 40vh;
        height: 40vh; } }
    @media (orientation: portrait) {
      .App-start-container .App-start-button {
        width: 35vh;
        height: 35vh; } }
    @media (hover: hover) {
      .App-start-container .App-start-button:hover {
        background-image: url(../images/bti/button-backer-hover.png); } }

.game-in-progress {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/bti/empty-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0; }
  @media (orientation: landscape) {
    .game-in-progress {
      width: 35vh;
      height: 35vh; } }
  @media (orientation: portrait) {
    .game-in-progress {
      width: 25vh;
      height: 25vh; } }
  .game-in-progress.hidden {
    display: none !important; }

/* bew = break every word */
@media (orientation: portrait) {
  .bew-when-small {
    white-space: pre-line;
    padding-top: 10px !important; } }

@media (max-width: 512px) {
  .bew-when-small {
    white-space: pre-line;
    padding-top: 10px !important; } }

.in-progress-text, .game-start-text {
  text-align: center;
  color: white;
  margin-bottom: -15px;
  font-weight: bold;
  padding: 20px; }
  @media (orientation: landscape) {
    .in-progress-text, .game-start-text {
      font-size: 2.5vh; } }
  @media (orientation: portrait) {
    .in-progress-text, .game-start-text {
      font-size: 3.5vw;
      margin-top: -2vh; }
      .in-progress-text.play-again, .game-start-text.play-again {
        margin-top: initial; } }
  .in-progress-text.small, .game-start-text.small {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    font-weight: initial; }

.semi-trans-black-rounded {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 25px; }

.App-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.App-mask {
  width: 100%;
  height: 100%;
  position: relative;
  color: white;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .App-mask.hidden {
    display: none; }
  .App-mask .react-spinner {
    position: absolute; }
  .App-mask .message {
    font-weight: 200; }
    .App-mask .message.with-spinner {
      position: absolute;
      top: 57.5%; }
    .App-mask .message.with-spinner-bg {
      position: absolute;
      top: 48%; }
    .App-mask .message.button {
      border: 1px solid white;
      padding: 20px 40px;
      border-radius: 6px; }

.App-chat-container {
  position: relative;
  top: -376px;
  opacity: 0.7; }

.App-video-container .video-container {
  width: 100%;
  height: 100%;
  display: flex;
  transition: all 0.5s ease;
  background-color: #0A123B; }
  .App-video-container .video-container .OT_video-poster {
    z-index: 0; }
  .App-video-container .video-container.hidden {
    display: none; }
  .App-video-container .video-container.screen {
    position: absolute; }
  .App-video-container .video-container.camera .OT_widget-container {
    border-radius: 20px;
    border: 5px solid #071239; }
  @media (orientation: portrait) {
    .App-video-container .video-container.camera .OT_subscriber .user-name-container, .App-video-container .video-container.camera .OT_publisher .user-name-container {
      display: none !important; }
    .App-video-container .video-container.camera .OT_subscriber .user-score-container-end, .App-video-container .video-container.camera .OT_publisher .user-score-container-end {
      height: 10vh;
      width: 10vh;
      right: 0;
      left: 0;
      bottom: 15px;
      margin: auto !important; }
      .App-video-container .video-container.camera .OT_subscriber .user-score-container-end .user-score-end, .App-video-container .video-container.camera .OT_publisher .user-score-container-end .user-score-end {
        text-align: center;
        color: white;
        position: absolute;
        font-size: 5vh; } }
  @media (orientation: landscape) {
    .App-video-container .video-container.camera .OT_subscriber .user-score-container-end, .App-video-container .video-container.camera .OT_publisher .user-score-container-end {
      height: 17vh;
      width: 17vh;
      right: 0;
      left: 0;
      bottom: 15px;
      margin: auto !important; }
      .App-video-container .video-container.camera .OT_subscriber .user-score-container-end .user-score-end, .App-video-container .video-container.camera .OT_publisher .user-score-container-end .user-score-end {
        text-align: center;
        color: white;
        position: absolute;
        font-size: 7vh; }
    .App-video-container .video-container.camera .OT_subscriber .user-name-container, .App-video-container .video-container.camera .OT_publisher .user-name-container {
      bottom: 18px;
      right: 30px; }
      .App-video-container .video-container.camera .OT_subscriber .user-name-container .user-name, .App-video-container .video-container.camera .OT_publisher .user-name-container .user-name {
        right: 25%; } }
  .App-video-container .video-container.camera .OT_subscriber .user-score-container, .App-video-container .video-container.camera .OT_publisher .user-score-container {
    bottom: 10px;
    margin-bottom: 0%;
    right: 10px; }
    .App-video-container .video-container.camera .OT_subscriber .user-score-container .user-score-popup, .App-video-container .video-container.camera .OT_publisher .user-score-container .user-score-popup {
      bottom: 0.2vh; }
      .App-video-container .video-container.camera .OT_subscriber .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera .OT_publisher .user-score-container .user-score-popup.fade-animation {
        transition: 2s margin-bottom;
        margin-bottom: 100% !important; }
    .App-video-container .video-container.camera .OT_subscriber .user-score-container .user-score-popup, .App-video-container .video-container.camera .OT_publisher .user-score-container .user-score-popup {
      right: 0.2vw; }
  .App-video-container .video-container.camera.active-2 {
    /* User Name and Score */ }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-2 {
        flex-wrap: wrap; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber, .App-video-container .video-container.camera.active-2 .OT_publisher {
          width: 100% !important;
          height: 50% !important; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-2 .OT_subscriber, .App-video-container .video-container.camera.active-2 .OT_publisher {
        width: 50%; } }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        right: 10px; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container .user-score-popup {
          right: 0.2vw; }
      .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        left: 10px; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        left: 10px; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; }
      .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-name-container, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-name-container {
        bottom: 18px;
        left: 30px; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(odd) .user-name-container .user-name, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(odd) .user-name-container .user-name {
          left: 25%; }
      .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        right: 10px; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-score-container .user-score-popup {
          right: 0.2vw; }
      .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-name-container, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-name-container {
        top: 18px;
        right: 30px; }
        .App-video-container .video-container.camera.active-2 .OT_subscriber:nth-child(even) .user-name-container .user-name, .App-video-container .video-container.camera.active-2 .OT_publisher:nth-child(even) .user-name-container .user-name {
          right: 25%; } }
  .App-video-container .video-container.camera.active-3 {
    /* check if height is more than width, if so split 2 top 1 bottom*/
    /* User Name and Score */ }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-3 {
        flex-wrap: wrap; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber, .App-video-container .video-container.camera.active-3 .OT_publisher {
          width: 50% !important;
          height: 50% !important; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3), .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) {
            width: 100% !important; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-3 {
        flex-wrap: wrap; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber, .App-video-container .video-container.camera.active-3 .OT_publisher {
          width: 50% !important;
          height: 50% !important; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3), .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) {
            width: 50% !important;
            margin: auto; } }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        left: 10px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; }
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        right: 10px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          right: 0.2vw; }
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        left: 10px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        right: 10px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          right: 0.2vw; }
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-name-container {
        top: 18px;
        right: 30px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(2) .user-name-container .user-name {
          right: 25%; }
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        left: 10px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; }
      .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-name-container {
        bottom: 18px;
        left: 30px; }
        .App-video-container .video-container.camera.active-3 .OT_subscriber:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-3 .OT_publisher:nth-child(3) .user-name-container .user-name {
          left: 25%; } }
  .App-video-container .video-container.camera.active-4 {
    flex-wrap: wrap; }
    .App-video-container .video-container.camera.active-4 .OT_subscriber, .App-video-container .video-container.camera.active-4 .OT_publisher {
      width: 50% !important;
      height: 50% !important; }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        left: 10px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; }
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        right: 10px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          right: 0.2vw; }
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        left: 10px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; }
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        right: 10px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container .user-score-popup {
          right: 0.2vw; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container {
        top: 10px;
        margin-top: 0%;
        margin-bottom: initial;
        right: 10px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          top: 0.2vh;
          bottom: initial; }
          .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-top;
            margin-top: 100% !important; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-score-container .user-score-popup {
          right: 0.2vw; }
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-name-container {
        top: 18px;
        right: 30px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(2) .user-name-container .user-name {
          right: 25%; }
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container {
        bottom: 10px;
        margin-bottom: 0%;
        left: 10px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container .user-score-popup {
          bottom: 0.2vh; }
          .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation {
            transition: 2s margin-bottom;
            margin-bottom: 100% !important; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-score-container .user-score-popup {
          left: 0.2vw;
          right: initial; }
      .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-name-container {
        bottom: 18px;
        left: 30px; }
        .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-4 .OT_subscriber:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-4 .OT_publisher:nth-child(4) .user-name-container .user-name {
          left: 25%; } }
  .App-video-container .video-container.camera.active-5, .App-video-container .video-container.camera.active-6 {
    flex-wrap: wrap; }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-5 .OT_subscriber, .App-video-container .video-container.camera.active-5 .OT_publisher, .App-video-container .video-container.camera.active-6 .OT_subscriber, .App-video-container .video-container.camera.active-6 .OT_publisher {
        width: 50% !important;
        height: calc(100%/3) !important; }
        .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-score-container {
          bottom: 10px;
          margin-bottom: 0%;
          left: 10px; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-score-container .user-score-popup {
            bottom: 0.2vh; }
            .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-bottom;
              margin-bottom: 100% !important; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-score-container .user-score-popup {
            left: 0.2vw;
            right: initial; }
        .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-score-container {
          bottom: 10px;
          margin-bottom: 0%;
          right: 10px; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-score-container .user-score-popup {
            bottom: 0.2vh; }
            .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-bottom;
              margin-bottom: 100% !important; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-score-container .user-score-popup {
            right: 0.2vw; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-5 .OT_subscriber, .App-video-container .video-container.camera.active-5 .OT_publisher, .App-video-container .video-container.camera.active-6 .OT_subscriber, .App-video-container .video-container.camera.active-6 .OT_publisher {
        width: calc(100%/3) !important;
        height: 50% !important; }
        .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-score-container {
          top: 10px;
          margin-top: 0%;
          margin-bottom: initial;
          right: 10px; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
            top: 0.2vh;
            bottom: initial; }
            .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-top;
              margin-top: 100% !important; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-score-container .user-score-popup {
            right: 0.2vw; }
        .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-name-container {
          top: 18px;
          right: 30px; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(3) .user-name-container .user-name {
            right: 25%; }
        .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-score-container {
          bottom: 10px;
          margin-bottom: 0%;
          left: 10px; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-score-container .user-score-popup {
            bottom: 0.2vh; }
            .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-bottom;
              margin-bottom: 100% !important; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-score-container .user-score-popup {
            left: 0.2vw;
            right: initial; }
        .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-name-container {
          bottom: 18px;
          left: 30px; }
          .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_subscriber:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-5 .OT_publisher:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_subscriber:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-6 .OT_publisher:nth-child(6) .user-name-container .user-name {
            left: 25%; } }
  .App-video-container .video-container.camera.active-7, .App-video-container .video-container.camera.active-8 {
    flex-wrap: wrap; }
    @media (orientation: portrait) {
      .App-video-container .video-container.camera.active-7 .OT_subscriber, .App-video-container .video-container.camera.active-7 .OT_publisher, .App-video-container .video-container.camera.active-8 .OT_subscriber, .App-video-container .video-container.camera.active-8 .OT_publisher {
        width: 50% !important;
        height: 25% !important; }
        .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-score-container {
          bottom: 10px;
          margin-bottom: 0%;
          left: 10px; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-score-container .user-score-popup {
            bottom: 0.2vh; }
            .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-bottom;
              margin-bottom: 100% !important; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-score-container .user-score-popup {
            left: 0.2vw;
            right: initial; }
        .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-score-container {
          bottom: 10px;
          margin-bottom: 0%;
          right: 10px; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-score-container .user-score-popup {
            bottom: 0.2vh; }
            .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-bottom;
              margin-bottom: 100% !important; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-score-container .user-score-popup {
            right: 0.2vw; } }
    @media (orientation: landscape) {
      .App-video-container .video-container.camera.active-7 .OT_subscriber, .App-video-container .video-container.camera.active-7 .OT_publisher, .App-video-container .video-container.camera.active-8 .OT_subscriber, .App-video-container .video-container.camera.active-8 .OT_publisher {
        width: 25% !important;
        height: 50% !important; }
        .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-score-container {
          top: 10px;
          margin-top: 0%;
          margin-bottom: initial;
          right: 10px; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-score-container .user-score-popup {
            top: 0.2vh;
            bottom: initial; }
            .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-top;
              margin-top: 100% !important; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-score-container .user-score-popup {
            right: 0.2vw; }
        .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-name-container {
          top: 18px;
          right: 30px; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(4) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(1) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(2) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(3) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(4) .user-name-container .user-name {
            right: 25%; }
        .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-score-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-score-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-score-container {
          bottom: 10px;
          margin-bottom: 0%;
          left: 10px; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-score-container .user-score-popup {
            bottom: 0.2vh; }
            .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-score-container .user-score-popup.fade-animation, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-score-container .user-score-popup.fade-animation {
              transition: 2s margin-bottom;
              margin-bottom: 100% !important; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-score-container .user-score-popup, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-score-container .user-score-popup {
            left: 0.2vw;
            right: initial; }
        .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-name-container, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-name-container, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-name-container {
          bottom: 18px;
          left: 30px; }
          .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(7) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_subscriber:nth-child(8) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(7) .user-name-container .user-name, .App-video-container .video-container.camera.active-7 .OT_publisher:nth-child(8) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(7) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_subscriber:nth-child(8) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(5) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(6) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(7) .user-name-container .user-name, .App-video-container .video-container.camera.active-8 .OT_publisher:nth-child(8) .user-name-container .user-name {
            left: 25%; } }

progress-spinner {
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-animation: rotate 800ms linear infinite;
  animation: rotate 800ms linear infinite; }
  progress-spinner[dark] {
    border-top-color: rgba(255, 255, 255, 0.6); }
  progress-spinner[dotted] {
    border-width: 0;
    border-style: dotted;
    border-top-width: 2px; }

large-progress-spinner {
  display: inline-block;
  width: 5em;
  height: 5em;
  border: 10px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-animation: rotate 800ms linear infinite;
  animation: rotate 800ms linear infinite; }
  large-progress-spinner[dark] {
    border-top-color: rgba(255, 255, 255, 0.6); }
  large-progress-spinner[black] {
    border-top-color: rgba(0, 0, 0, 0.7); }
  large-progress-spinner[dotted] {
    border-width: 0;
    border-style: dotted;
    border-top-width: 2px; }

colour-progress-spinner {
  display: inline-block;
  width: 5em;
  height: 5em;
  border: 10px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-animation: rotate 800ms linear infinite;
  animation: rotate 800ms linear infinite; }
  colour-progress-spinner[dark] {
    border-top-color: rgba(100, 150, 200, 0.8); }
  colour-progress-spinner[dotted] {
    border-width: 0;
    border-style: dotted;
    border-top-width: 2px; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ots-text-chat .ots-messages-holder {
  height: 285px !important; }

.ots-text-chat .ots-send-message-box .ots-character-count {
  bottom: 0px !important;
  right: -70px !important; }

.ktooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #1a2d83;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 38.5vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .ktooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .ktooltip {
      left: 10vw; } }
  .ktooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.toggletooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #061238;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 3vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .toggletooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .toggletooltip {
      left: 10vw; } }
  .toggletooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.mutetooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #1a2d83;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 2vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .mutetooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .mutetooltip {
      left: 10vw; } }
  .mutetooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.videotooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #1a2d83;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 11vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .videotooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .videotooltip {
      left: 10vw; } }
  .videotooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.avatartooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #1a2d83;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 18vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .avatartooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .avatartooltip {
      left: 10vw; } }
  .avatartooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.fullscreentooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #1a2d83;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 32.15vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .fullscreentooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .fullscreentooltip {
      left: 10vw; } }
  .fullscreentooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.exittooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #1a2d83;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 47.65vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .exittooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .exittooltip {
      left: 10vw; } }
  .exittooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.gamestooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #1a2d83;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 59vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .gamestooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .gamestooltip {
      left: 10vw; } }
  .gamestooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.leavetooltip {
  visibility: hidden;
  width: 140px;
  border: 1px solid white;
  background-color: #1a2d83;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: 59vh;
  opacity: 0;
  transition: opacity 0.3s; }
  @media (orientation: landscape) {
    .leavetooltip {
      left: 5vw; } }
  @media (orientation: portrait) {
    .leavetooltip {
      left: 10vw; } }
  .leavetooltip::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -7%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent; }

.fill-height {
  height: 100% !important; }

.fullscreen-control-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 80; }
  @media (orientation: landscape) {
    .fullscreen-control-wrapper {
      height: calc(5vh + 20px);
      width: calc(5vh + 20px); } }
  @media (orientation: portrait) {
    .fullscreen-control-wrapper {
      height: calc(10vw + 20px);
      width: calc(10vw + 20px); } }
  @media (hover: hover) {
    .fullscreen-control-wrapper:hover .fullscreen-control {
      animation-name: slideInDown; }
    .fullscreen-control-wrapper:not(:hover) .fullscreen-control {
      animation-name: slideOutUp; } }
  .fullscreen-control-wrapper .fullscreen-control {
    position: fixed;
    margin-top: 20px;
    margin-right: 20px;
    z-index: 100; }
    @media (orientation: landscape) {
      .fullscreen-control-wrapper .fullscreen-control {
        height: 5vh; } }
    @media (orientation: portrait) {
      .fullscreen-control-wrapper .fullscreen-control {
        height: 10vw; } }

.user-name-container {
  position: absolute;
  background-image: linear-gradient(#9373FD, #251D72);
  border: 0.1vh solid white !important;
  border-radius: 500px;
  filter: drop-shadow(5px 5px 2px black);
  width: 28vh;
  height: 4vh;
  z-index: 9;
  /* left: 0; */ }
  .user-name-container .user-name {
    text-align: center;
    color: white;
    position: absolute;
    font-size: 2.4vh;
    font-weight: normal;
    text-shadow: 2px 2px 4px black;
    overflow: hidden;
    /* line-height: 1em; */
    word-wrap: break-word;
    max-height: 1.5em;
    text-overflow: ellipsis;
    white-space: pre;
    width: 70%; }

.user-score-container {
  position: absolute;
  font-weight: bold;
  z-index: 10;
  background-image: linear-gradient(#0544FE, #B141E8);
  border-radius: 100%;
  border: 0.1vh solid white !important;
  box-shadow: inset 0px 6px 7px 2px #5069FC;
  /* background-image: url(../images/bti/score-circle-5.png); */
  /* background-position: center; */
  background-repeat: no-repeat;
  /* background-size: cover; */
  bottom: 10px;
  right: 10px;
  height: 6vh;
  width: 6vh; }
  @media (orientation: landscape) {
    .user-score-container {
      font-size: 0.75em; } }
  @media (orientation: portrait) {
    .user-score-container {
      font-size: 0.6em; } }
  .user-score-container .user-score {
    text-align: center;
    color: white;
    position: absolute;
    font-size: 3vh;
    text-shadow: 2px 2px 4px black; }
  .user-score-container .user-score-popup {
    /*padding: 15px 10px;
        border-radius: 50px;
        background-image: linear-gradient(#9373FD, #251D72);
        border: 0.1vh solid white !important;*/
    text-shadow: 2px 2px 15px black;
    text-align: center;
    color: white;
    position: absolute;
    font-size: 4vh;
    font-weight: bold;
    z-index: 10;
    bottom: 0.2vh;
    right: 0.2vw;
    margin-bottom: 0%; }
    .user-score-container .user-score-popup.fade-animation {
      transition: 2s margin-bottom;
      margin-bottom: 100% !important; }

.user-score-container-end {
  position: absolute;
  /*z-index: 10;*/
  background-image: linear-gradient(#0544FE, #B141E8);
  border-radius: 100%;
  border: 0.1vh solid white !important;
  box-shadow: inset 0px 6px 7px 2px #5069FC;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto !important; }

#bti-game {
  position: absolute;
  overflow: hidden;
  z-index: 11; }
  #bti-game.blue-mask {
    background-color: #071239;
    opacity: 0.6; }
  #bti-game .text-light-sans {
    font-family: open-sans, sans-serif;
    font-weight: 300;
    font-style: normal; }
  #bti-game .text-bold-sans {
    font-family: open-sans, sans-serif;
    font-weight: 700;
    font-style: normal; }
  #bti-game .info-text {
    text-align: center; }
    @media (orientation: landscape) {
      #bti-game .info-text {
        font-size: 5vh; } }
    @media (orientation: portrait) {
      #bti-game .info-text {
        font-size: 8vw; } }
  #bti-game .point-count-text {
    font-size: 4em; }
  #bti-game #bti-intro {
    height: 100%;
    width: 100%; }
    @media (orientation: landscape) {
      #bti-game #bti-intro .bti-logo {
        height: 50vh; } }
    @media (orientation: portrait) {
      #bti-game #bti-intro .bti-logo {
        height: 65vw; } }
  #bti-game #bti-round {
    height: 100%;
    width: 100%; }
    #bti-game #bti-round .round-section {
      position: absolute;
      background-image: linear-gradient(#0D226B, #061238);
      border: 0.2vh solid #293A70;
      border-radius: 500px;
      filter: drop-shadow(5px 5px 2px black);
      left: 0;
      right: 0;
      top: 75px;
      margin: auto;
      display: flex;
      flex-direction: column; }
      @media (orientation: landscape) {
        #bti-game #bti-round .round-section {
          top: 75px;
          height: 6vh;
          width: 34vh; } }
      @media (orientation: portrait) {
        #bti-game #bti-round .round-section {
          top: 20px;
          height: 6vh;
          width: 30vh; } }
      #bti-game #bti-round .round-section.hidden {
        display: none; }
    @media (orientation: landscape) {
      #bti-game #bti-round .round-text {
        font-size: 2vh;
        font-weight: bold;
        color: white;
        text-align: center;
        top: 0;
        bottom: 0;
        margin: auto; } }
    @media (orientation: portrait) {
      #bti-game #bti-round .round-text {
        font-size: 2vh;
        font-weight: bold;
        color: white;
        text-align: center;
        top: 0;
        bottom: 0;
        margin: auto; } }
    #bti-game #bti-round .round-counter {
      font-size: 6vh;
      font-weight: bolder;
      color: white;
      text-align: center;
      margin-top: -1vh; }
    @media (orientation: landscape) {
      #bti-game #bti-round .bti-music-playing {
        height: 50vh; }
        #bti-game #bti-round .bti-music-playing.smaller {
          height: 50vh; } }
    @media (orientation: portrait) {
      #bti-game #bti-round .bti-music-playing {
        height: 60vw; }
        #bti-game #bti-round .bti-music-playing.smaller {
          height: 50vw; }
        #bti-game #bti-round .bti-music-playing.hidden {
          display: none !important; } }
    #bti-game #bti-round .info-text-game {
      position: absolute;
      text-align: center;
      color: white;
      width: 32vh;
      margin: auto;
      left: 0;
      right: 0;
      padding: 15px;
      font-size: 4vh; }
      @media (max-width: 480px) {
        #bti-game #bti-round .info-text-game {
          padding: 20px;
          font-size: 2.5vh; } }
      #bti-game #bti-round .info-text-game.counter {
        font-size: 10vh;
        font-weight: bolder; }
      #bti-game #bti-round .info-text-game.score-countdown {
        font-size: 8vh;
        margin-top: 1vh; }
    #bti-game #bti-round .bti-music-image {
      width: 100%;
      height: 100%; }
    #bti-game #bti-round #bti-answer {
      background-image: url(../images/bti/empty-circle.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 20; }
      @media (orientation: landscape) {
        #bti-game #bti-round #bti-answer {
          height: 70vh;
          width: 70vh; } }
      @media (orientation: portrait) {
        #bti-game #bti-round #bti-answer {
          height: 40vh;
          width: 40vh;
          overflow: hidden;
          position: relative;
          top: -2vw; } }
      @media (orientation: landscape) {
        #bti-game #bti-round #bti-answer .album-art {
          height: 25vh;
          width: 25vh; } }
      @media (orientation: portrait) {
        #bti-game #bti-round #bti-answer .album-art {
          height: 17.5vh;
          width: 17.5vh; } }
      #bti-game #bti-round #bti-answer .answer-container {
        padding-top: 10px;
        width: 100%; }
        #bti-game #bti-round #bti-answer .answer-container .answer-text {
          text-align: center;
          margin-bottom: 2px; }
          @media (orientation: landscape) {
            #bti-game #bti-round #bti-answer .answer-container .answer-text {
              max-width: 60vh; }
              #bti-game #bti-round #bti-answer .answer-container .answer-text.answer-track {
                font-size: 2.5vh;
                line-height: 31px;
                width: 60%;
                margin: auto; }
              #bti-game #bti-round #bti-answer .answer-container .answer-text.answer-artist {
                font-size: 2.2vh;
                width: 60%;
                margin: auto; } }
          @media (orientation: portrait) {
            #bti-game #bti-round #bti-answer .answer-container .answer-text {
              max-width: 35vh; }
              #bti-game #bti-round #bti-answer .answer-container .answer-text.answer-track {
                font-size: 2.2vh;
                line-height: 31px;
                width: 60%;
                margin: auto; }
              #bti-game #bti-round #bti-answer .answer-container .answer-text.answer-artist {
                font-size: 1.8vh;
                width: 60%;
                margin: auto; } }
    #bti-game #bti-round #bti-options {
      max-width: 100%;
      z-index: 10000; }
      #bti-game #bti-round #bti-options .question-container {
        background-image: linear-gradient(#FBFBFD, #C1C1E5);
        border-radius: 500px;
        filter: drop-shadow(5px 5px 2px black);
        height: 16vh;
        width: 30vw;
        max-width: 340px;
        margin-bottom: 5px;
        /* for showing correct answer when not selected */ }
        @media (orientation: portrait) {
          #bti-game #bti-round #bti-options .question-container {
            width: 60vw;
            height: 7vh;
            margin-bottom: 2vh; } }
        @media (orientation: landscape) {
          #bti-game #bti-round #bti-options .question-container {
            max-height: 75px; } }
        #bti-game #bti-round #bti-options .question-container.selected .artist, #bti-game #bti-round #bti-options .question-container.selected .track, #bti-game #bti-round #bti-options .question-container.correct .artist, #bti-game #bti-round #bti-options .question-container.correct .track, #bti-game #bti-round #bti-options .question-container.wrong .artist, #bti-game #bti-round #bti-options .question-container.wrong .track {
          color: #FFFFFF !important; }
        #bti-game #bti-round #bti-options .question-container.selected {
          background-image: linear-gradient(#F5D32E, #F0A501); }
          #bti-game #bti-round #bti-options .question-container.selected.correct {
            background-image: linear-gradient(#4BDA78, #24A619); }
          #bti-game #bti-round #bti-options .question-container.selected.wrong {
            background-image: linear-gradient(#FC595A, #AA0607); }
        #bti-game #bti-round #bti-options .question-container.correct {
          background-image: linear-gradient(#4BDA78, #24A619); }
        @media (orientation: landscape) {
          #bti-game #bti-round #bti-options .question-container .artist {
            padding-top: 1.8vh; }
            #bti-game #bti-round #bti-options .question-container .artist.safari {
              padding-top: 0.8em; }
            #bti-game #bti-round #bti-options .question-container .artist.is-mobile {
              padding-top: 0.3em; } }
        @media (orientation: portrait) {
          #bti-game #bti-round #bti-options .question-container .artist {
            padding-top: 0.5vh; } }
        #bti-game #bti-round #bti-options .question-container .artist, #bti-game #bti-round #bti-options .question-container .track {
          color: #071239;
          white-space: nowrap;
          -ms-text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          overflow: hidden; }
          @media (orientation: landscape) {
            #bti-game #bti-round #bti-options .question-container .artist, #bti-game #bti-round #bti-options .question-container .track {
              font-size: 1.1em; }
              #bti-game #bti-round #bti-options .question-container .artist.twentyplus, #bti-game #bti-round #bti-options .question-container .track.twentyplus {
                font-size: 1em; }
              #bti-game #bti-round #bti-options .question-container .artist.thirtyplus, #bti-game #bti-round #bti-options .question-container .track.thirtyplus {
                font-size: 0.8em; }
              #bti-game #bti-round #bti-options .question-container .artist.fortyplus, #bti-game #bti-round #bti-options .question-container .track.fortyplus {
                font-size: 0.7em; } }
          @media (orientation: portrait) {
            #bti-game #bti-round #bti-options .question-container .artist, #bti-game #bti-round #bti-options .question-container .track {
              font-size: 2vh; }
              #bti-game #bti-round #bti-options .question-container .artist.twentyplus, #bti-game #bti-round #bti-options .question-container .track.twentyplus {
                font-size: 1.8vh; }
              #bti-game #bti-round #bti-options .question-container .artist.thirtyplus, #bti-game #bti-round #bti-options .question-container .track.thirtyplus {
                font-size: 1.6vh; }
              #bti-game #bti-round #bti-options .question-container .artist.fortyplus, #bti-game #bti-round #bti-options .question-container .track.fortyplus {
                font-size: 1.4vh; } }
  @media (orientation: landscape) {
    #bti-game .bti-option-container {
      width: auto;
      padding-right: 1vh;
      padding-left: 1vh; } }
  @media (orientation: portrait) {
    #bti-game .bti-option-container {
      width: 100%; } }
  #bti-game #bti-game-complete #bti-final {
    background-image: url(../images/bti/empty-circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (orientation: landscape) {
      #bti-game #bti-game-complete #bti-final {
        height: 50vh;
        width: 50vh; } }
    @media (orientation: portrait) {
      #bti-game #bti-game-complete #bti-final {
        height: 30vh;
        width: 30vh; } }
    @media (orientation: landscape) {
      #bti-game #bti-game-complete #bti-final p {
        max-width: 40vh; } }
    @media (orientation: portrait) {
      #bti-game #bti-game-complete #bti-final p {
        max-width: 45vw;
        font-size: 3vh; } }

@media (orientation: portrait) {
  .genre-pick-box {
    width: 100vw;
    height: 70vh;
    position: absolute;
    top: 15%;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-image: url(../images/bti/empty-circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120vw;
    left: 0;
    right: 0;
    /* top: 20px; */
    z-index: 1041;
    display: none;
    justify-content: center;
    align-items: center; }
  .bigWhiteCircle {
    display: none; } }

@media (orientation: landscape) {
  .bigWhiteCircle {
    width: 75vh;
    height: 75vh;
    background-color: white;
    margin: auto;
    border-radius: 50%; }
  .genre-pick-box {
    width: 64vh;
    height: 70vh;
    position: absolute;
    top: 15%;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-image: url(../images/bti/empty-circle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 67vh;
    left: 0;
    right: 0;
    /* top: 20px; */
    z-index: 1041;
    display: none;
    justify-content: center;
    align-items: center; } }

.header-text {
  margin: auto;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 2.5vh; }

.genre-list-box {
  position: relative;
  margin: auto;
  height: 26vh;
  justify-content: center; }

@media (orientation: portrait) {
  .genre-header {
    height: 8vh;
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 17.5vh; }
  .genre-selection {
    background-image: linear-gradient(#FBFBFD, #C1C1E5);
    border-radius: 500px;
    filter: drop-shadow(5px 5px 2px black);
    height: 20%;
    width: 28vh;
    position: relative;
    margin: auto;
    margin-bottom: 1.5vh;
    display: flex; }
  .genre-button-box {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: -5vh; } }

@media (orientation: landscape) {
  .genre-header {
    height: 8vh;
    width: 100%;
    position: relative;
    display: flex;
    margin-top: 14.5vh; }
  .genre-selection {
    background-image: linear-gradient(#FBFBFD, #C1C1E5);
    border-radius: 500px;
    filter: drop-shadow(5px 5px 2px black);
    height: 25%;
    width: 30vh;
    position: relative;
    margin: auto;
    margin-bottom: 1.5vh;
    display: flex; }
  .genre-button-box {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: -1vh; } }

@media (hover: hover) {
  .genre-selection:hover {
    background-image: linear-gradient(#F5D32E, #F0A501); } }

.genre-text {
  text-align: center;
  margin: auto;
  font-size: 2.3vh;
  font-weight: bold;
  text-transform: capitalize; }

.refresh-btn {
  background-image: linear-gradient(#0046FF, #0046FF);
  border-radius: 500px;
  filter: drop-shadow(5px 5px 2px black);
  margin: auto;
  width: 18vh;
  font-size: 1.8vh;
  font-weight: bold;
  color: white;
  background-color: #0046FF;
  border-radius: 500px;
  filter: drop-shadow(5px 5px 2px black); }

.cancel-btn {
  filter: drop-shadow(5px 5px 2px black);
  margin: auto;
  width: 19vh;
  height: 4.5vh;
  padding-bottom: 2vh;
  font-size: 1.8vh;
  font-weight: bold;
  color: white;
  text-decoration: underline; }

@media (hover: hover) {
  .cancel-btn:hover {
    color: grey; } }

.score-border {
  /*border: 10px solid !important;
    border-image-source: linear-gradient(#C942E7,#0045FF) !important;
    border-image-slice: 1 !important;
    border-radius: 20px;*/
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), radial-gradient(circle at top left, #C942E7, #0045FF);
  border: double 10px transparent !important;
  border-radius: 30px;
  background-origin: border-box;
  background-clip: content-box, border-box; }

.score-quip-text {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  font-size: 6em;
  font-weight: bold;
  color: white; }

.player-mask {
  width: 100% !important;
  height: 100% !important;
  background: #071239 !important;
  opacity: 0.5 !important; }

.progress-ring {
  z-index: 2000;
  position: absolute;
  transform: rotate(-90deg); }
  @media (orientation: landscape) {
    .progress-ring {
      height: 55vh;
      width: 55vh;
      margin-top: 1.5vh; } }
  @media (orientation: portrait) {
    .progress-ring {
      height: 50vw;
      width: 50vw;
      margin-top: 1vh; } }

.progress-ring__circle {
  transition: 1s stroke-dashoffset linear;
  /* axis compensation */
  transform-origin: 50% 50%;
  stroke: white;
  stroke-width: 2vh;
  fill: transparent;
  margin: auto; }

.timer-and-image-class {
  justify-content: center;
  align-items: center;
  display: flex; }

.final-text {
  font-size: 5vh;
  width: 65%; }

.video-background {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: black; }
  .video-background video {
    opacity: 0.3; }

#video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width: 100%;
  height: 100%; }

#photo {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width: 100%;
  height: 100%; }

#canvas {
  display: none; }

#camera {
  width: 100%;
  display: inline-block; }

#output {
  width: 100%;
  display: inline-block; }

.contentarea {
  font-size: 16px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  width: 760px; }

#welcome-message {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  padding: 15px; }

.reconnectWrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
  padding: 10vh 10vw 10vh 10vw;
  z-index: 20000; }
  .reconnectWrapper .reconnectInfo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-shadow: 2px 2px 15px black;
    height: 100vh;
    width: 100vw; }
  .reconnectWrapper .reconnectInfo h5 {
    font-size: 2em;
    font-weight: 600; }
  .reconnectWrapper .reconnectInfo p {
    font-size: 1em;
    font-weight: 100; }
  .reconnectWrapper .reconnectDetails {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-shadow: 2px 2px 15px black;
    font-size: 1em;
    height: 100vh;
    width: 100vw; }

.surveyWrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
  padding: 10vh 10vw 10vh 10vw;
  z-index: 20000; }
  .surveyWrapper .surveyInfo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-shadow: 2px 2px 15px black;
    /*height: 100vh;*/
    height: 80vh;
    width: 100vw; }
    .surveyWrapper .surveyInfo .sub-background {
      background: url("../images/subscribe/subscribe-background.png");
      height: 100%;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: auto;
      border: 10px solid white;
      border-radius: 40px;
      max-height: 669px;
      background-color: #0f3296; }
      .surveyWrapper .surveyInfo .sub-background .icon-subscribe {
        width: 100%;
        max-width: 100px; }
      .surveyWrapper .surveyInfo .sub-background .p-subscribe {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 0;
        width: 273px;
        margin: auto; }
      .surveyWrapper .surveyInfo .sub-background .sub-subtitle {
        font-size: 21px;
        text-align: center;
        margin: auto;
        font-weight: bold; }
        .surveyWrapper .surveyInfo .sub-background .sub-subtitle .sub-subtitle-a {
          color: #4adca7; }
      .surveyWrapper .surveyInfo .sub-background .sub-logo {
        text-align: center;
        margin: auto;
        width: 100%;
        max-width: 230px;
        bottom: 90px;
        position: relative;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        border-radius: 20px;
        margin-bottom: -80px; }
        @media (max-width: 767px) {
          .surveyWrapper .surveyInfo .sub-background .sub-logo {
            position: initial;
            bottom: 0;
            margin: 1em auto; } }
      .surveyWrapper .surveyInfo .sub-background .sub-sign-up {
        text-align: center;
        margin: auto;
        width: 100%;
        max-width: 274px;
        top: 30px;
        /*position: relative;*/
        /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/ }
      .surveyWrapper .surveyInfo .sub-background .pink-btn {
        background-color: #FF0E92;
        border-radius: 10px;
        border: 3px solid white;
        margin: auto;
        display: block;
        padding: 0.5em; }
        .surveyWrapper .surveyInfo .sub-background .pink-btn:hover {
          text-decoration: none; }
        .surveyWrapper .surveyInfo .sub-background .pink-btn .main-text, .surveyWrapper .surveyInfo .sub-background .pink-btn .sub-text {
          color: white;
          margin-bottom: 0;
          font-family: 'Montserrat', sans-serif;
          text-shadow: none; }
        .surveyWrapper .surveyInfo .sub-background .pink-btn .main-text {
          font-weight: 700;
          font-size: 1.2em;
          text-transform: uppercase; }
        .surveyWrapper .surveyInfo .sub-background .pink-btn .sub-text {
          font-weight: 300;
          font-size: 1em; }
  .surveyWrapper .surveyInfo img {
    width: 5vw; }
  .surveyWrapper .surveyInfo h5 {
    font-size: 2em;
    font-weight: 600; }
  .surveyWrapper .surveyInfo p {
    font-size: 1em;
    font-weight: 100; }

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none; }

.rating-stars ul > li.star {
  display: inline-block; }

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 2.5em;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */ }

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FFCC36; }

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #FF912C; }

.zerobyzero {
  height: 0 !important;
  width: 0 !important; }

.dummy-frame-signup {
  position: absolute;
  z-index: 2000;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  padding: 5px 15px !important; }
  .dummy-frame-signup a {
    color: white;
    text-decoration: underline; }
  .dummy-frame-signup.first {
    top: 5%;
    right: 17.8vw; }
    @media (max-width: 1200px) {
      .dummy-frame-signup.first {
        display: none; } }
  .dummy-frame-signup.second {
    bottom: 5%;
    left: 17.8vw; }
    @media (max-width: 950px) {
      .dummy-frame-signup.second {
        display: none; } }
  .dummy-frame-signup.third {
    bottom: 5%;
    right: 17.8vw; }
    @media (max-width: 950px) {
      .dummy-frame-signup.third {
        right: 35vw; } }

.loading {
  color: #fff;
  text-align: center; }

.input-wrapper {
  max-width: 320px; }

@media (max-width: 700px) {
  #tooManyGamesHost, #tooManyGames {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding: 7vh 10vw 10vh 10vw; } }

@media (max-width: 640px) {
  .surveyWrapper .surveyInfo .sub-background .sub-subtitle {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 575px) {
  #tooManyGamesHost, #tooManyGames {
    padding: 7vh 10vw 10vh 10vw; }
  .surveyWrapper .surveyInfo .sub-background .sub-subtitle {
    font-size: 16px; }
  .surveyWrapper .surveyInfo .sub-background {
    min-height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-height: none; }
  .surveyWrapper .surveyInfo .sub-background .icon-subscribe {
    width: 75%;
    max-width: 75px; }
  .surveyWrapper .surveyInfo .sub-background .icon-padding {
    padding: 0px !important; }
  .surveyWrapper .surveyInfo .sub-background .sub-sign-up {
    top: 5px;
    max-width: 220px; }
  .surveyWrapper .surveyInfo .sub-background .sub-logo {
    max-width: 180px;
    bottom: 60px;
    border-radius: 0; } }

@media (max-width: 375px) {
  .surveyWrapper .surveyInfo .sub-background .icon-subscribe {
    width: 50%;
    max-width: 50px; } }

@media (max-width: 360px) {
  .surveyWrapper .surveyInfo .sub-background .icon-subscribe {
    width: 50%;
    max-width: 50px; }
  .surveyWrapper .surveyInfo .sub-background .sub-logo {
    max-width: 125px;
    bottom: 60px; }
  .surveyWrapper .surveyInfo .sub-background .sub-sign-up {
    max-width: 180px; }
  #tooManyGamesHost, #tooManyGames {
    padding: 9vh 10vw 10vh 10vw; }
  .surveyWrapper .surveyInfo .sub-background .sub-subtitle, .surveyWrapper .surveyInfo .sub-background .p-subscribe {
    font-size: 13px; }
  .surveyWrapper .surveyInfo .sub-background .sub-sign-up {
    top: 35px;
    max-width: 180px; } }

@media (max-width: 350px) {
  .surveyWrapper .surveyInfo .sub-background .sub-sign-up {
    top: -10px;
    max-width: 150px; } }

.form-control::placeholder {
  color: black !important;
  opacity: 0.3 !important;
  font-weight: 400; }

#card-errors:not(:empty) {
  /* max-width: 300px; */
  background: rgba(0, 0, 0, 0.3);
  padding: 1.5em;
  border-radius: 25px; }

.discount-text {
  color: white;
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
  max-width: 200px;
  margin: auto;
  margin-bottom: 1em; }

#login-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }

.overlay-center-icon-login-small {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 750px;
  max-height: 750px; }

.logo-login-small {
  z-index: 1;
  margin-top: -12%;
  cursor: pointer; }
  @media (orientation: landscape) {
    .logo-login-small.colour-brain {
      margin-top: 2.5vh;
      height: 23vh;
      margin-bottom: 1vh; } }
  @media (orientation: portrait) {
    .logo-login-small.colour-brain {
      height: 25vh;
      margin-bottom: 10vw; } }
  @media (orientation: landscape) {
    .logo-login-small.brain-games {
      visibility: hidden;
      margin-top: -4%; } }
  @media (orientation: portrait) {
    .logo-login-small.brain-games {
      margin-top: -12%; } }
  @media (orientation: landscape) {
    .logo-login-small.doodle-dash {
      visibility: hidden;
      margin-top: 3%; } }
  @media (orientation: portrait) {
    .logo-login-small.doodle-dash {
      margin-top: -12%; } }

@media only screen and (min-width: 767px) {
  .join-room-logo {
    display: none !important; } }

.join-room-logo {
  position: absolute;
  top: 0;
  width: 50vh; }

.form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #999999;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  display: block;
  font-size: 16px;
  height: 53px;
  line-height: 1.42857;
  padding: 12px 42.5px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 302px;
  margin: auto;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  color: black; }
  .form-control.stripe {
    padding: 15px 42.5px; }

.login-box-join, .register-box {
  width: 410px;
  margin: auto;
  position: absolute;
  height: auto;
  left: 0;
  right: 0;
  top: 278px;
  bottom: 0;
  padding-top: 42px; }

.login-box, .register-box {
  width: 360px;
  margin: auto;
  position: absolute;
  height: auto;
  left: 0;
  right: 0;
  top: 278px;
  bottom: 0;
  padding-top: 42px; }

.login-page, .register-page {
  background: #d2d6de; }

.login-logo, .register-logo {
  /* font-size: 35px; */
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300; }

.account-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 10px 20px;
  position: relative;
  color: white;
  max-width: 500px;
  padding: 0px 5px; }

.login-box-body, .register-box-body {
  background: transparent;
  padding: 20px;
  border-top: 0;
  color: white; }

.has-feedback {
  position: relative; }

.form-group {
  margin-bottom: 8px; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
  color: #777; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.icheck > label {
  padding-left: 0; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.social-links a {
  text-align: center;
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  margin-right: 4px; }

.social-links a i {
  font-size: 20px;
  line-height: 34px;
  color: white; }

.fb-color {
  background-color: #4267B2; }

.tw-color {
  background-color: #1DA1F2; }

.ins-color {
  background: linear-gradient(-35deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #fd5949, #fdf497, #fdf497); }

.in-color {
  background-color: #2867B2; }

.login-text {
  font-size: 18px; }

.login-text-or {
  font-size: 18px; }
  .login-text-or.smaller-or {
    font-size: 15px; }

.padding-form {
  padding-top: 2px; }

.padding-button {
  padding-top: 9px; }

.sign-in-input {
  background-color: #dc4959;
  height: 53px;
  width: 302px;
  margin: 5px auto;
  border-radius: 30px;
  padding: 12px 42.5px;
  padding-right: 42.5px;
  color: white;
  border: 0;
  display: block; }
  .sign-in-input.disabled {
    background-color: dimgrey; }

.text-links-login {
  font-size: 12px;
  color: white; }

.text-links-privacy {
  font-size: 15px;
  color: white; }

.links-login {
  padding-top: 18px;
  margin-left: 28px;
  margin-right: 28px; }

.join-text {
  font-size: 12px; }

.social-links-join {
  height: 35px; }

.join-text-social {
  line-height: 2;
  position: absolute;
  padding-left: 5px;
  font-size: 15px; }

.started-text {
  font-size: 22px; }

.started-text-join {
  font-size: 26px; }

.join-email {
  padding-top: 15px !important; }

.social-links-mobile {
  width: 195px;
  margin: auto; }

@media only screen and (max-width: 1640px) {
  .login-box-join, .register-box {
    padding-top: 0px !important; }
  .login-box, .register-box {
    padding-top: 0px !important; } }

@media only screen and (max-width: 767px) {
  .text-links-privacy {
    font-size: 13px; }
  .icon-login-small {
    display: none !important; }
  .login-box, .register-box {
    top: 230px;
    padding-top: 0; }
  #privacy-links-bottom {
    display: none !important; }
  #privacy-links-top {
    display: block !important; }
  .login-box-join, .register-box {
    top: 230px; }
  .mobile-screen-social {
    display: block !important; }
  .full-screen-social {
    display: none !important; }
  #mobile-login-image {
    display: block !important; }
  /* #login-video {
        display: none !important;
    } */
  .login-text {
    font-size: 22px; }
  .login-text-or {
    font-size: 18px; }
  /*.logo-login-small {
        margin-top: initial;
    }*/ }

@media only screen and (max-width: 410px) {
  .logo-started {
    margin: 0px 80px auto !important; }
  .logo-join {
    margin: 0px 70px auto !important; } }

.text-semibold-sans {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal; }

.valsum {
  position: relative;
  max-width: 450px; }
  .valsum ul {
    list-style: none;
    text-align: center;
    padding-left: 0px;
    color: orangered;
    font-weight: bold; }

.nickname-error {
  color: orangered;
  font-weight: bold; }

.bring-to-top {
  z-index: 1;
  position: relative; }

.game-inv-link {
  max-width: 400px;
  padding: 2px 5px;
  color: white;
  -ms-word-break: break-all;
  word-break: break-all; }

.copy-btn:hover .ktooltip {
  visibility: visible;
  opacity: 1; }

.facebook-login {
  background-image: url(/images/fb-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  position: relative;
  margin: auto; }

.white-links a {
  color: white;
  text-decoration: underline; }
  .white-links a:hover {
    color: #0366d6; }

.policy-doc {
  color: white;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  padding: 2em; }
  .policy-doc h1, .policy-doc h2, .policy-doc h3, .policy-doc h4 {
    font-weight: bold;
    text-transform: capitalize;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .policy-doc h1, .policy-doc h2 {
    padding-top: 0.8em;
    padding-bottom: 0.8em; }
  .policy-doc h1 {
    padding-top: 0.1em; }
  .policy-doc table, .policy-doc th, .policy-doc td {
    border: 1px solid white; }
  .policy-doc th, .policy-doc td {
    padding: 0.5em; }
  .policy-doc table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; }
  .policy-doc div a {
    color: white;
    text-decoration: underline; }
    .policy-doc div a:hover {
      color: #0366d6; }
  .policy-doc .terms ol li, .policy-doc .terms ul li {
    padding-bottom: 0.8em; }

.subscribe-field-small {
  width: auto;
  padding-right: 0.2em !important;
  padding-left: 0.2em !important; }

@media (min-width: 576px) {
  .padding-left-0_5em {
    padding-left: 0.5em; } }

@media (min-width: 576px) {
  .padding-right-0_5em {
    padding-right: 0.5em; } }

.text-manage-link, .icon-manage-link {
  color: white;
  text-decoration: underline;
  position: fixed;
  top: 15px;
  right: 15px; }

.text-manage-link {
  display: none; }
  @media (min-width: 680px) {
    .text-manage-link {
      display: block; } }

.icon-manage-link {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  padding: 10px; }
  @media (min-width: 680px) {
    .icon-manage-link {
      display: none; } }

.center-block {
  width: 500px;
  max-width: 100%;
  padding: 1em; }

.invite-spacer {
  margin-top: 2em; }

.invite {
  word-break: break-all;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  padding: 1em;
  margin-bottom: 0.2em; }

.copy-info {
  font-size: 0.8em; }

.wrapper-mrg {
  margin-top: 85px; }

.main-background {
  background-color: #040B24; }

.welcome-page-wrapper {
  margin-top: 250px;
  margin-bottom: 250px;
  margin-left: 300px;
  margin-right: 300px; }

.ads-top {
  height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 970px;
  width: 100%; }

.ads-left {
  height: 980px;
  margin-left: 10px;
  margin-right: 10px;
  width: 250px;
  padding-right: .5rem;
  padding-left: 1.5rem; }

.ads-right {
  height: 1660px;
  margin-left: 10px;
  margin-right: 10px;
  width: 250px;
  padding-left: .5rem;
  padding-right: 1.5rem; }

.ad-break {
  /*border-top: 10px solid #FFFFFF;*/
  border-top: 10px solid transparent;
  margin: 0; }

.ad-break-left {
  /*border-top: 80px solid #FFFFFF;*/
  border-top: 80px solid transparent;
  margin: 0; }

.ads-bottom {
  /*height: 190px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 1280px;
    margin: auto;*/
  height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 970px;
  width: 100%; }

.ad-card-bottom {
  background-color: transparent; }

.ad-card {
  /*background-color: #FFFFFF;*/
  background-color: transparent; }

.col-middle {
  width: 1280px; }

.nav-header-welcome {
  height: 85px;
  margin: 0;
  background-color: #061138; }

.navbar {
  padding: .5rem 0rem; }

.nav-header-footer {
  height: 85px;
  margin: 0;
  background-color: #061138;
  border-top: 1px solid #707070; }

.btn-welcome-small {
  border: 2px solid #DC4958;
  border-radius: 30px;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
  background-color: #DC4958; }

.btn-welcome {
  border: 1px solid #DC4958;
  border-radius: 30px;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: bold;
  background-color: #DC4958; }

.btn-welcome:hover {
  /*background-color: #6c757d;
    border: 1px solid #6c757d;*/
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.btn-welcome-small:hover {
  /*background-color: #6c757d;
    border: 1px solid #6c757d;*/
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.btn-welcome-links {
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px; }
  .btn-welcome-links.active {
    border: 2px solid #DC4958;
    border-radius: 30px;
    color: white; }

.btn-welcome-links:hover {
  background-color: #DC4958;
  /*border: 2px solid #DC4958;*/
  color: white; }

.lets-party-text {
  font-family: 'Bebas Neue', cursive;
  font-size: 102px;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
  color: white;
  margin: 0;
  padding: 0;
  height: 50px; }

.lets-party-text-party {
  font-family: 'Bebas Neue', cursive;
  font-size: 203px;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
  color: white;
  margin: 0;
  height: 230px;
  padding: 0; }

.full-screen-div {
  width: 100%;
  height: auto;
  bottom: 0px;
  top: 0px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  /*margin-top: 85px;*/ }

.center-party-text {
  position: absolute;
  height: 360px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.welcome-page-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 532px;
  margin: auto; }

.ultimate-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 44px;
  color: white;
  margin: auto;
  height: 129px;
  padding: 0;
  width: 500px;
  line-height: 3rem;
  padding-top: 20px; }

.ultimate-text-para {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: white;
  /*height: 90px;*/
  width: 35%;
  padding: 0;
  text-align: center;
  margin: auto;
  position: relative;
  margin-bottom: 1.5rem; }

.section-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color: white; }

.section-para {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
  color: white; }

.col-text-right {
  padding-right: 4rem;
  padding-left: 2rem;
  padding-bottom: 0; }

.col-text-left {
  padding-left: 6rem;
  padding-right: 1rem;
  padding-bottom: 0; }

.row-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px; }

.background-header {
  background-image: url("/images/welcome/intro-header-welcome-ads.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 955px;
  position: relative;
  background-position: center center; }

.background-play {
  background-image: url("/images/welcome/play-section.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 669px; }

.background-how {
  background-image: url("/images/welcome/how-section.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 669px; }

.background-fun {
  background-image: url("/images/welcome/fun-section-peeps.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 669px; }

.background-join {
  background-image: url("/images/welcome/join-section.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 669px; }

.wrapper-numbers {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.icon-numbers {
  /*height: 56px;
    width: 59px;*/ }

.text-how {
  margin: 10px;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF; }

.mob-img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.row-cards-full {
  height: 669px; }

.nav-toggle {
  background-color: #061138; }

.nav-togs:focus {
  outline: 1px solid #DC4958; }

.intro-down {
  font-size: 22px; }

.intro-down:hover {
  animation: bounce 1.5s infinite;
  -webkit-animation: bounce 1.5s infinite;
  -moz-animation: bounce 1.5s infinite;
  -o-animation: bounce 1.5s infinite; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px); } }

@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0); }
  50% {
    -moz-transform: translateY(-10px); } }

@-o-keyframes bounce {
  0%, 100% {
    -o-transform: translateY(0); }
  50% {
    -o-transform: translateY(-10px); } }

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); } }

@media only screen and (max-width: 2506px) {
  .ultimate-text-para {
    font-size: 23px; }
  .section-para {
    font-size: 23px; }
  .text-how {
    font-size: 20px; } }

@media only screen and (max-width: 1920px) {
  .ultimate-text-para {
    font-size: 18px; }
  .section-para {
    font-size: 18px; }
  .text-how {
    font-size: 16px; } }

@media only screen and (max-width: 1850px) {
  .ultimate-text-para {
    font-size: 18px; }
  .section-para {
    font-size: 18px; }
  .text-how {
    font-size: 15px; } }

@media only screen and (max-width: 1366px) {
  .section-para {
    font-size: 16px; }
  .row-cards-full {
    height: 470px; }
  .background-play {
    background-image: url(/images/welcome/play-section.jpg);
    background-size: cover;
    min-height: 470px; }
  .background-how {
    background-image: url(/images/welcome/how-section.jpg);
    background-size: cover;
    min-height: 470px; }
  .background-fun {
    background-image: url(/images/welcome/fun-section-peeps.jpg);
    background-size: cover;
    min-height: 470px; }
  .background-join {
    background-image: url(/images/welcome/join-section.jpg);
    background-size: cover;
    min-height: 470px; }
  .section-title {
    font-size: 24px; }
  .mobile-how-lorem {
    display: none; } }

@media only screen and (max-width: 1280px) {
  /*.col-mob-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }*/
  .col-mob-text {
    z-index: 10; }
  .col-text-left {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem; }
  .col-text-right {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem; }
  .col-mob-img {
    /*position: absolute;*/
    margin: auto;
    left: 0;
    right: 0; }
  .mob-img {
    width: auto !important;
    height: auto !important;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
    position: relative; }
  .ads-left {
    display: none !important; }
  .ads-right {
    display: none !important; }
  .background-play {
    background-size: cover;
    min-height: 669px; }
  .background-how {
    background-size: cover;
    min-height: 669px; }
  .background-fun {
    background-size: cover;
    min-height: 669px; }
  .background-join {
    background-size: cover;
    min-height: 669px; } }

@media only screen and (max-width: 1024px) {
  .mobile-how-lorem {
    display: block; }
  .ads-left {
    display: none !important; }
  .ads-right {
    display: none !important; }
  .background-header {
    background-image: url(/images/welcome/intro-header-welcome-ads.png);
    background-size: contain;
    min-height: 760px;
    background-position: inherit; }
  .full-screen-div {
    margin-top: 175px; }
  .welcome-page-logo {
    bottom: 612px;
    width: 213px; }
  .center-party-text {
    height: 478px; }
  .lets-party-text {
    font-size: 80px;
    height: 38px; }
  .lets-party-text-party {
    font-size: 160px;
    height: 175px; }
  .ultimate-text {
    font-size: 35px;
    margin: auto;
    height: 106px;
    padding: 50px;
    width: 500px;
    line-height: 2rem;
    padding-top: 10px; }
  .ultimate-text-para {
    font-size: 16px;
    width: 35%;
    padding: 0;
    text-align: center;
    margin: auto;
    position: relative;
    margin-bottom: 1.5rem; }
  .background-play {
    background-image: url(/images/welcome/play-section.jpg);
    background-size: cover;
    min-height: 535px; }
  .background-how {
    background-image: url(/images/welcome/how-section.jpg);
    background-size: cover;
    min-height: 535px; }
  .background-fun {
    background-image: url(/images/welcome/fun-section-peeps.jpg);
    background-size: cover;
    min-height: 535px; }
  .background-join {
    background-image: url(/images/welcome/join-section.jpg);
    background-size: cover;
    min-height: 535px; }
  .row-cards-full {
    height: 535px; }
  .mob-img {
    width: 90% !important; }
  .col-text-right {
    padding-left: 0; }
  .section-title {
    font-size: 32px; }
  .icon-numbers {
    width: 62px; }
  .text-how {
    font-size: 15px; }
  .section-para {
    font-size: 15px; }
  .col-text-left {
    padding-top: 2rem;
    padding-bottom: 0; }
  .col-how-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-how-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .how-mob-img {
    width: 100%; }
  .wrapper-numbers {
    height: 78px; } }

@media only screen and (max-width: 960px) {
  .background-header {
    background-size: cover; }
  .background-play {
    background-size: cover; }
  .background-how {
    background-size: cover; }
  .background-fun {
    background-size: cover; }
  .background-join {
    background-size: cover; } }

@media only screen and (max-width: 854px) {
  .full-screen-div {
    margin-top: 235px; }
  .background-header {
    min-height: 636px; }
  .background-play {
    background-size: cover; }
  .background-how {
    background-size: cover; }
  .background-fun {
    background-size: cover; }
  .background-join {
    background-size: cover; }
  .welcome-page-logo {
    bottom: 654px;
    width: 177px; }
  .center-party-text {
    height: 555px; }
  .lets-party-text {
    font-size: 66px;
    height: 38px; }
  .lets-party-text-party {
    font-size: 135px;
    height: 144px; }
  .ultimate-text {
    font-size: 35px;
    margin: auto;
    height: 106px;
    padding: 50px;
    width: 500px;
    line-height: 2rem;
    padding-top: 10px; }
  .ultimate-text-para {
    font-size: 16px;
    width: 35%;
    padding: 0;
    text-align: center;
    margin: auto;
    position: relative;
    margin-bottom: 1.5rem; } }

@media only screen and (max-width: 823px) {
  .background-header {
    min-height: 614px; }
  .wrapper-numbers {
    height: 90px; }
  .col-text-left {
    padding-left: 3rem;
    padding-right: 0rem;
    padding-bottom: 2rem; } }

@media only screen and (max-width: 812px) {
  .background-header {
    min-height: 606px; }
  .ultimate-text {
    font-size: 35px;
    margin: auto;
    height: 82px;
    padding: 50px;
    width: 500px;
    line-height: 2rem;
    padding-top: 10px; }
  .section-title {
    font-size: 26px; } }

@media only screen and (max-width: 767px) {
  .col-mob-img {
    opacity: 0.7; }
  .row-cards-full {
    background: rgba(0, 0, 0, 0.7); }
  .mob-img {
    opacity: 0.7; }
  .play-ipad-full {
    width: 100% !important; }
  .col-text-left {
    padding-right: 3rem;
    padding-top: 0;
    padding-left: 3rem; }
  .col-text-right {
    padding-bottom: 0rem;
    padding-left: 3rem; }
  .full-screen-div {
    margin-top: 126px; }
  .welcome-page-logo {
    bottom: 533px;
    width: 148px; }
  .center-party-text {
    height: 420px; }
  .lets-party-text {
    font-size: 51px;
    height: 24px; }
  .lets-party-text-party {
    font-size: 118px;
    height: 125px; }
  .ultimate-text {
    font-size: 27px;
    margin: auto;
    height: 104px;
    padding: 50px;
    width: 500px;
    line-height: 2rem;
    padding-top: 10px;
    padding-left: 115px;
    padding-right: 115px; }
  .ultimate-text-para {
    font-size: 15px;
    width: 35%;
    padding: 0;
    text-align: center;
    margin: auto;
    position: relative;
    margin-bottom: 1.5rem; }
  .background-header {
    min-height: 572px; }
  .background-play {
    background-image: url(/images/welcome/play-section.jpg);
    background-size: cover;
    min-height: 402px; }
  .background-how {
    background-image: url(/images/welcome/how-section.jpg);
    background-size: cover;
    min-height: 402px; }
  .background-fun {
    background-image: url(/images/welcome/fun-section-peeps.jpg);
    background-size: cover;
    min-height: 402px; }
  .background-join {
    background-image: url(/images/welcome/join-section.jpg);
    background-size: cover;
    min-height: 402px; }
  .row-cards-full {
    height: 402px; }
  .col-5-play-768 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-7-play-768 {
    flex: 0 0 100%;
    max-width: 100%; }
  .section-title {
    font-size: 24px; }
  .mob-img {
    width: 45% !important; }
  .mobile-how-lorem {
    display: none; }
  .wrapper-numbers {
    height: 65px; }
  .col-mob-img {
    position: absolute; } }

@media only screen and (max-width: 736px) {
  .background-header {
    min-height: 549px;
    background-position: center; }
  .ultimate-text {
    height: 82px; }
  .background-play {
    background-size: cover; }
  .background-how {
    background-size: cover; }
  .background-fun {
    background-size: cover; }
  .background-join {
    background-size: cover; }
  #row-numbers {
    flex: 0 0 100%;
    max-width: 100%; }
  #row-images {
    flex: 0 0 100%;
    max-width: 100%; }
  .wrapper-numbers {
    height: 65px; }
  .icon-numbers {
    width: 45px; }
  .text-how {
    font-size: 14px; }
  .section-para {
    font-size: 14px; }
  .col-text-right {
    padding-left: 3rem; }
  #row-join-text {
    flex: 0 0 100%;
    max-width: 100%; }
  #row-join-images {
    flex: 0 0 100%;
    max-width: 100%; } }

@media only screen and (max-width: 667px) {
  .full-screen-div {
    margin-top: 240px; }
  .ultimate-text-para {
    display: none; }
  .background-header {
    min-height: 498px; }
  .section-title {
    font-size: 20px; } }

@media only screen and (max-width: 640px) {
  .row-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px; }
  .background-header {
    background-size: cover; } }

@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 22px; }
  .col-7-play-768 {
    padding-left: 3rem !important; }
  .col-text-right {
    padding-left: 3rem; } }

@media only screen and (max-width: 576px) {
  .mob-img {
    width: 60% !important; }
  .ultimate-text-para {
    display: none; } }

@media only screen and (max-width: 568px) {
  .ultimate-text-para {
    display: block !important; }
  .col-mob-img {
    position: absolute; }
  .col-7-play-768 {
    flex: 0 0 100%;
    max-width: 100%; }
  .background-header {
    background-image: url(/images/welcome/intro-header-welcome-ads.png);
    background-size: cover;
    min-height: 760px;
    background-position: center; }
  #row-numbers {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-text-left {
    padding-right: 3rem;
    padding-top: 0; }
  #row-join-text {
    flex: 0 0 100%;
    max-width: 100%; }
  .full-screen-div {
    margin-top: 145px; }
  .welcome-page-logo {
    width: 180px; }
  .ultimate-text-para {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .col-mob-img {
    opacity: 1; }
  .row-cards-full {
    background: none; }
  .mob-img {
    opacity: 1; }
  .img-mob-iphoneandipad {
    /*left: -123px;
        width: 238% !important;*/
    left: 0;
    width: 100% !important; }
  .ultimate-text-para {
    display: block; }
  .background-header {
    background-image: url(/images/welcome/intro-header-welcome-ads.png);
    background-size: cover;
    min-height: 760px;
    background-position: center; }
  .col-5-play-768 {
    flex: auto;
    max-width: fit-content; }
  .col-7-play-768 {
    flex: auto;
    max-width: fit-content; }
  .col-text-right {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem; }
  .background-play {
    background-image: url("/images/welcome/play-section-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 845px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .play-row {
    height: 845px !important; }
  .background-how {
    background-image: url("/images/welcome/how-section-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1120px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .how-row {
    height: 1120px !important; }
  .wrapper-numbers {
    height: 105px; }
  #row-numbers {
    margin-top: 0 !important; }
  .ultimate-text-para {
    font-size: 18px;
    width: 55%;
    padding: 0;
    text-align: center;
    margin: auto;
    position: relative;
    margin-bottom: 1.5rem; }
  .center-party-text {
    height: 345px; }
  .welcome-page-logo {
    bottom: 490px;
    width: 200px; }
  .background-fun {
    background-image: url("/images/welcome/fun-section-peeps-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1000px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .background-join {
    background-image: url("/images/welcome/join-section-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 900px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .row-cards-full {
    height: auto !important; }
  .col-mob-img {
    position: relative; }
  .row-mob-rev {
    flex-direction: column-reverse !important; }
  .play-ipad-full {
    display: none; }
  .play-ipad-mob {
    display: block !important;
    margin-top: 50px;
    margin-bottom: 50px; }
  .guess-text {
    font-size: 36px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 2.5rem; }
  .section-para {
    margin-bottom: 3rem; }
  .mobile-how-lorem {
    display: none; }
  .fun-sec-mrg {
    margin-top: 80px !important; }
  .jon-sec-mrg {
    margin-top: 30px !important; }
  .pos-nav {
    display: block !important; }
  .navbar-full {
    display: none; }
  .nav-header-welcome {
    height: auto;
    margin-top: 55px; }
  .wrapper-mrg {
    margin-top: 0; }
  .section-title {
    font-size: 35px; }
  .join-sec-mrg {
    padding-top: 2rem; }
  .full-screen-div {
    margin-top: 55px; }
  .col-text-left {
    padding-right: 3rem; } }

@media only screen and (max-width: 414px) {
  .img-mob-iphoneandipad {
    left: 0;
    width: 100% !important; }
  #row-numbers {
    flex: 0 0 100%;
    max-width: 100%; }
  #row-images {
    flex: 0 0 100%;
    max-width: 100%; }
  #row-join-text {
    flex: 0 0 100%;
    max-width: 100%; }
  #row-join-images {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-5-play-768 {
    flex: auto;
    max-width: fit-content; }
  .col-7-play-768 {
    flex: auto;
    max-width: fit-content; }
  .col-text-right {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem; }
  .background-header {
    background-image: url("/images/welcome/mobile-header-view-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1196px;
    position: relative;
    background-size: contain; }
  .background-play {
    background-image: url("/images/welcome/play-section-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 845px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .play-row {
    height: 845px !important; }
  .background-how {
    background-image: url("/images/welcome/how-section-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1120px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .how-row {
    height: 1120px !important; }
  .wrapper-numbers {
    height: 130px; }
  #row-numbers {
    margin-top: 0 !important; }
  .background-fun {
    background-image: url("/images/welcome/fun-section-peeps-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1000px;
    position: relative;
    background-position: inherit; }
  .background-join {
    background-image: url("/images/welcome/join-section-mob-414.jpg");
    background-repeat: no-repeat;
    width: 100%;
    min-height: 900px;
    position: relative;
    background-position: inherit;
    background-size: cover; }
  .welcome-page-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 955px;
    margin: auto;
    margin-bottom: 0;
    height: auto;
    margin-top: 55px;
    width: 190px; }
  .center-party-text {
    height: 718px; }
  .lets-party-text {
    font-size: 55px;
    height: 40px; }
  .lets-party-text-party {
    font-size: 103px;
    height: 132px; }
  .ultimate-text {
    font-size: 30px;
    height: 90px;
    width: auto;
    line-height: 2rem;
    padding-top: 27px;
    padding: 33px; }
  .ultimate-text-para {
    height: 110px;
    width: auto;
    margin: 35px;
    margin-top: 20px; }
  .row-cards-full {
    height: auto !important; }
  .col-mob-img {
    position: relative; }
  .row-mob-rev {
    flex-direction: column-reverse !important; }
  .play-ipad-full {
    display: none; }
  .play-ipad-mob {
    display: block !important;
    margin-top: 50px;
    margin-bottom: 50px; }
  .guess-text {
    font-size: 36px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 2.5rem; }
  .section-para {
    margin-bottom: 3rem; }
  .mobile-how-lorem {
    display: none; }
  .fun-sec-mrg {
    margin-top: 80px !important; }
  .jon-sec-mrg {
    margin-top: 30px !important; }
  .pos-nav {
    display: block !important; }
  .navbar-full {
    display: none; }
  .nav-header-welcome {
    height: auto;
    margin-top: 55px; }
  .wrapper-mrg {
    margin-top: 0; }
  .section-title {
    font-size: 35px; }
  .join-sec-mrg {
    padding-top: 2rem; }
  .full-screen-div {
    margin-top: 55px; }
  .col-text-left {
    padding-right: 3rem; }
  /*.display-mob {
        display: block !important;
        visibility: visible !important;
    }

    .display-full {
        display: none;
        visibility: hidden;
    }*/ }

@media only screen and (max-width: 411px) {
  .background-header {
    min-height: 1185px; }
  .background-fun {
    min-height: 990px; } }

@media only screen and (max-width: 375px) {
  .wrapper-numbers {
    height: 160px; }
  .welcome-page-logo {
    height: auto; }
  .background-header {
    background-image: url("/images/welcome/mobile-header-view-375.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 1160px;
    position: relative;
    background-position: center center; }
  .background-header {
    background-image: url("/images/welcome/mobile-header-view-375.jpg"); }
  .background-play {
    background-image: url("/images/welcome/play-section-mob-375.jpg"); }
  .background-how {
    background-image: url("/images/welcome/how-section-mob-375.jpg"); }
  .background-fun {
    background-image: url("/images/welcome/fun-section-peeps-mob-375.jpg");
    min-height: 845px; }
  .welcome-page-logo {
    bottom: 875px; }
  .lets-party-text {
    font-size: 50px;
    height: 30px; }
  .lets-party-text-party {
    font-size: 100px;
    height: 106px; }
  .ultimate-text {
    font-size: 30px;
    height: 106px;
    width: auto;
    line-height: 2rem;
    padding-top: 20px;
    padding: 28px; }
  .ultimate-text-para {
    height: 135px;
    width: auto;
    margin: 35px;
    margin-top: 0px; }
  .center-party-text {
    height: 680px; }
  .section-title {
    font-size: 31px; }
  .guess-text {
    padding-left: 44px;
    padding-right: 44px;
    line-height: 2rem; }
  .col-text-right {
    padding-left: 2rem !important;
    padding-right: 2rem; }
  .fun-sec-mrg {
    margin-top: 60px !important; }
  .section-para {
    margin-bottom: 2rem; }
  .col-text-left {
    padding-left: 2rem;
    padding-right: 2rem; }
  .how-phone {
    margin-top: 10px;
    margin-bottom: 10px; } }

@media only screen and (max-width: 360px) {
  .background-fun {
    background-image: url(/images/welcome/fun-section-peeps-mob-375.jpg);
    min-height: 812px; }
  .col-text-right {
    padding-left: 2rem !important;
    padding-right: 2rem !important; } }

@media only screen and (max-width: 320px) {
  .lets-party-text-party {
    font-size: 100px;
    height: 110px; }
  .ultimate-text-para {
    height: 161px; }
  .guess-text {
    padding-left: 0;
    padding-right: 0;
    line-height: 2rem; }
  .background-fun {
    min-height: 721px; }
  .welcome-page-logo {
    width: 160px; }
  .center-party-text {
    height: 735px; } }

.home-page {
  position: relative;
  min-height: 100%;
  background: url("../images/background@3xipeg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #132981;
  font-size: 14px;
  /* Provide sufficient contrast against white background */
  /*a {
        color: #0366d6;
    }*/ }
  @media (min-width: 768px) {
    .home-page {
      font-size: 16px; } }
  .home-page #main-container {
    background-color: transparent !important; }
  .home-page a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all; }
  .home-page body {
    background-color: transparent;
    font-family: Montserrat; }
  .home-page .btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac; }
  .home-page .nav-pills .nav-link.active, .home-page .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac; }
  .home-page .border-top {
    border-top: 1px solid #e5e5e5; }
  .home-page .border-bottom {
    border-bottom: 1px solid #e5e5e5; }
  .home-page .box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }
  .home-page button.accept-policy {
    font-size: 1rem;
    line-height: inherit; }
  .home-page .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap; }
  .home-page .logo-zoom {
    max-width: 220px;
    margin-bottom: 20px; }
  .home-page .responsive {
    width: 100%;
    height: auto; }
  .home-page .container-main {
    margin-top: 30px;
    padding-left: 111px;
    padding-right: 111px;
    margin-bottom: 0; }
  .home-page .col-text {
    padding-left: 0px;
    margin-top: 0px;
    padding-right: 172px; }
  .home-page .column-size {
    min-width: 380px; }
  .home-page .prostokt-1 {
    background: -webkit-linear-gradient(45deg, #4adca7, #11cfe7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*width: 440px;*/
    /*height: 213px;*/
    font-size: 62px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0; }
  .home-page .prostokt {
    color: white;
    height: auto;
    font-size: 62px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0; }
  .home-page .info-text {
    margin-top: 51px;
    font-family: montserrat, sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #11cfe7;
    margin-bottom: 10px;
    text-align: justify; }
  .home-page .info-text-2 {
    margin-top: 20px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #11cfe7;
    margin-bottom: 10px;
    text-align: justify; }
  .home-page .img-left {
    padding-left: 0;
    padding-right: 0; }
  .home-page .logo-bottom {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .home-page .logo-quiz {
    background-image: url("../images/icon-pubquiz.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; }
  .home-page .logo-beat {
    background-image: url("../images/icon-beat-the-intro.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; }
  .home-page .logo-colourbrain {
    background-image: url("../images/icon-colour-brain-v2.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; }
  .home-page .logo-whoami {
    background-image: url("../images/icon-whoami.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; }
  .home-page .logo-doodle {
    background-image: url("../images/icons/icon-doodle-dash.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; }
  .home-page .logo-magic {
    background-image: url("../images/icons/bg-logo.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px; }
  .home-page .info-tag {
    width: 178px;
    top: 0px;
    left: -40px; }
  .home-page .centered {
    position: absolute;
    top: 26px;
    left: 17%;
    transform: translate(-50%, -50%);
    font-family: open-sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.98;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .home-page .footer-text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    color: #11cfe7; }
  .home-page .footer-text-bold {
    font-weight: bold;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    color: white; }
  .home-page .footer-image {
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
    margin-right: 10px; }
  @media (max-width: 1820px) {
    .home-page {
      /*.col-text {
        margin-top: 70px;
    }*/ }
      .home-page .info-text, .home-page .info-text-2 {
        font-size: 18px; }
      .home-page .prostokt-1 {
        font-size: 60px; }
      .home-page .prostokt {
        font-size: 60px; } }
  @media (max-width: 1644px) {
    .home-page .prostokt-1 {
      font-size: 52px; }
    .home-page .prostokt {
      font-size: 52px; }
    .home-page .info-text, .home-page .info-text-2 {
      font-size: 16px; } }
  @media (max-width: 1619px) {
    .home-page .col-text {
      padding-left: 0px;
      margin-top: 0px;
      padding-right: 128px; } }
  @media (max-width: 1580px) {
    .home-page .prostokt-1 {
      font-size: 52px; }
    .home-page .prostokt {
      font-size: 52px; }
    .home-page .info-text, .home-page .info-text-2 {
      font-size: 16px; }
    .home-page .container-main {
      margin-bottom: 30px; } }
  @media (max-width: 1600px) {
    .home-page .col-text {
      padding-right: 100px; } }
  @media (max-width: 1500px) {
    .home-page {
      /* .col-text {
        margin-top: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-pad {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .container-main {
        margin-bottom: 60px;
    }*/ }
      .home-page .col-text {
        padding-right: 70px; }
      .home-page .img-left {
        width: 67% !important; }
      .home-page .prostokt-1, .home-page .prostokt {
        font-size: 48px; } }
  @media (max-width: 1436px) {
    .home-page .col-text {
      padding-right: 20px; } }
  @media (max-width: 1280px) {
    .home-page .col-text {
      margin-top: 0;
      flex: 0 0 100%;
      max-width: 100%; }
    .home-page .col-pad {
      flex: 0 0 100%;
      max-width: 100%; }
    .home-page .container-main {
      margin-bottom: 60px; } }
  @media (max-width: 1199px) {
    .home-page .col-icon-1 {
      flex: 0 0 50%;
      max-width: 50%; }
    .home-page .col-icon-2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .home-page .col-icon-3 {
      flex: 0 0 100%;
      max-width: 100%; }
    .home-page .img-left {
      padding: 0; } }
  @media (max-width: 1080px) {
    .home-page .img-left {
      width: 100% !important; } }
  @media (max-width: 991px) {
    .home-page .col-icon-1 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; }
    .home-page .col-icon-2 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; }
    .home-page .col-icon-3 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px; } }
  @media (max-width: 800px) {
    .home-page {
      /*.info-text, .info-text-2 {
        font-size: 18px;
    }*/ }
      .home-page .col-text {
        padding-left: 75px;
        padding-right: 75px; }
      .home-page .prostokt-1, .home-page .prostokt {
        font-size: 43px; }
      .home-page .logo-zoom {
        max-width: 180px;
        margin-bottom: 54px; }
      .home-page .container-main {
        padding-left: 40px;
        padding-right: 40px; }
      .home-page .logo-bottom {
        width: 250px; }
      .home-page .footer-text {
        font-size: 12px;
        white-space: break-spaces; }
      .home-page .column-size {
        min-width: 280px; }
      .home-page .info-tag {
        width: 165px;
        top: 5px;
        left: -24px; }
      .home-page .centered {
        top: 29px;
        font-size: 15px;
        left: 21%; } }
  @media (max-width: 540px) {
    .home-page .col-text {
      padding-left: 20px;
      padding-right: 20px;
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 400px) {
    .home-page .prostokt-1, .home-page .prostokt {
      font-size: 34px; } }
  @media (orientation: portrait) {
    .home-page .offset-4 {
      margin-left: unset !important; } }

#main-container {
  margin-bottom: 150px; }

.pad-top {
  padding-top: 5%; }

.blue-header {
  background-color: #21295E;
  height: 69px;
  margin-bottom: 100px; }
  .blue-header .home-btn-container {
    position: absolute;
    top: 25px;
    left: 15%; }
    .blue-header .home-btn-container a i {
      color: white; }
    @media (max-width: 650px) {
      .blue-header .home-btn-container {
        display: none; } }
  .blue-header .header-logo {
    height: 107px;
    width: 189px;
    margin: auto;
    display: block;
    position: relative;
    top: 40px; }
    @media (max-width: 992px) {
      .blue-header .header-logo {
        top: 80px; } }
    .blue-header .header-logo.shift-left {
      left: -30%; }
      @media (max-width: 1250px) {
        .blue-header .header-logo.shift-left {
          left: initial; } }
    .blue-header .header-logo img {
      width: 100%;
      height: auto; }

.footer-container {
  height: 90px;
  width: 100%;
  max-width: 550px;
  background-color: #252970;
  margin: 2em auto 2em auto;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.37);
  padding: 1em; }
  .footer-container .footer-link {
    font-size: 0.7em;
    font-weight: 400;
    color: white; }
  @media (max-width: 450px) {
    .footer-container {
      box-shadow: none;
      margin: 0; } }

.account-manage-container {
  position: absolute;
  top: 2em;
  right: 15%;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 15px; }
  .account-manage-container .account-svg {
    height: 17px;
    width: 14px;
    margin-right: 0.5em; }
  .account-manage-container a {
    color: white; }
    .account-manage-container a:hover {
      color: white;
      text-decoration: underline; }
  @media (max-width: 992px) {
    .account-manage-container {
      right: initial;
      text-align: center;
      width: 100%; } }

.tablet-image {
  height: auto;
  width: 710px;
  max-width: 100%;
  position: relative;
  z-index: 1; }

.content-box {
  box-sizing: border-box;
  border: 4px solid #FFFFFF;
  border-radius: 20px;
  background-color: #21295E;
  box-shadow: 9px 9px 16px 0 rgba(0, 0, 0, 0.37); }
  .content-box p {
    color: white;
    font-family: montserrat, sans-serif;
    text-align: left;
    margin-bottom: 0;
    line-height: 1; }
  .content-box.overview-box {
    padding: 2em 4em;
    max-width: 100%;
    width: 600px;
    margin-left: 4em; }
    @media (max-width: 1200px) {
      .content-box.overview-box {
        padding: 2em;
        margin-left: 2em; } }
    @media (max-width: 992px) {
      .content-box.overview-box {
        margin: 0 auto; } }
    @media (max-width: 650px) {
      .content-box.overview-box {
        padding: 1em; } }
  .content-box.sign-up-box {
    padding: 3em 2em 1em 2em; }
    .content-box.sign-up-box p.info-font {
      max-width: 450px; }
    @media (max-width: 992px) {
      .content-box.sign-up-box .large-links {
        display: none; } }
    .content-box.sign-up-box .small-links {
      display: none; }
      @media (max-width: 992px) {
        .content-box.sign-up-box .small-links {
          display: flex;
          margin-bottom: 3em !important; } }
  .content-box.main-panel {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .content-box.main-panel .image-row {
        display: none; } }
    .content-box.main-panel img {
      border-radius: 20px;
      height: 467px;
      width: 534px; }
    .content-box.main-panel .title-font {
      margin-top: 1em;
      line-height: 1.1em; }
    .content-box.main-panel .info-font {
      padding-right: 3em; }
      @media (max-width: 1199px) {
        .content-box.main-panel .info-font {
          padding-right: 15px; } }
      @media (max-width: 600px) {
        .content-box.main-panel .info-font {
          padding: 0 !important; } }
    .content-box.main-panel .pink-btn {
      margin-top: 3em; }
    .content-box.main-panel .price-backer {
      height: 110px;
      width: 110px;
      background: url(/images/ui/Price-Circle.svg) no-repeat;
      background-size: contain;
      padding-top: 1.5em;
      padding-right: 0.2em;
      position: absolute;
      top: 10px;
      right: 10px; }
      @media (max-width: 450px) {
        .content-box.main-panel .price-backer {
          display: none; } }
      .content-box.main-panel .price-backer .price-text {
        color: black;
        transform: rotate(12deg);
        font-family: montserrat, sans-serif;
        font-size: 25px;
        font-weight: 800;
        letter-spacing: -0.41px;
        line-height: 25px;
        text-align: center; }
        .content-box.main-panel .price-backer .price-text.shrink {
          font-size: 20px; }
        .content-box.main-panel .price-backer .price-text .highlight {
          color: #FF0E92;
          font-size: 25px; }

.new-form input[type=text], .new-form input[type=password], .new-form input[type=email], .new-form textarea[type=text] {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  background-color: #FFFFFF; }
  .new-form input[type=text] ~ .tick, .new-form input[type=text] ~ .cross, .new-form input[type=password] ~ .tick, .new-form input[type=password] ~ .cross, .new-form input[type=email] ~ .tick, .new-form input[type=email] ~ .cross, .new-form textarea[type=text] ~ .tick, .new-form textarea[type=text] ~ .cross {
    display: none;
    position: absolute;
    top: 1em;
    right: 1.5em; }
  .new-form input[type=text].input-validation-error, .new-form input[type=password].input-validation-error, .new-form input[type=email].input-validation-error, .new-form textarea[type=text].input-validation-error {
    border: 3px solid #ED0505; }
    .new-form input[type=text].input-validation-error ~ .cross, .new-form input[type=password].input-validation-error ~ .cross, .new-form input[type=email].input-validation-error ~ .cross, .new-form textarea[type=text].input-validation-error ~ .cross {
      display: block;
      top: 1.1em; }
  .new-form input[type=text].valid ~ .tick, .new-form input[type=password].valid ~ .tick, .new-form input[type=email].valid ~ .tick, .new-form textarea[type=text].valid ~ .tick {
    display: block; }

.new-form .form-control::placeholder {
  color: black !important;
  opacity: 0.7 !important;
  font-weight: 400; }

.new-form .valsum {
  width: 100%;
  max-width: 100%; }

.form-group {
  margin-bottom: 15px !important; }

p.info-font {
  color: white;
  font-family: montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.43;
  /*text-align: justify;*/
  margin-bottom: 10px; }
  p.info-font.shrink {
    font-size: 1em; }
  p.info-font.smaller {
    font-size: 0.8em; }
  p.info-font.top-info {
    margin-top: 51px; }
  @media (max-width: 600px) {
    p.info-font {
      padding: 1em; } }

p.title-font {
  color: white;
  font-family: montserrat, sans-serif;
  font-size: 62px;
  font-weight: 700; }
  p.title-font.shrink {
    font-size: 38px; }
  p.title-font .highlight, p.title-font.highlight {
    background: -webkit-linear-gradient(45deg, #4adca7, #11cfe7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  @media (max-width: 1150px) {
    p.title-font {
      font-size: 52px; } }
  @media (max-width: 650px) {
    p.title-font {
      font-size: 42px; } }
  @media (max-width: 450px) {
    p.title-font {
      font-size: 32px;
      text-align: center; } }

p.shadow-text {
  color: #FFFFFF;
  font-family: montserrat, sans-serif;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -0.58px;
  line-height: 39px;
  text-align: center;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.65);
  position: relative; }

.pink-btn {
  display: block;
  border-radius: 5px;
  background-color: #FF0E92;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #FFFFFF !important;
  font-family: montserrat, sans-serif;
  letter-spacing: -0.26px;
  line-height: 20px;
  text-align: center;
  padding: 1em 2em;
  font-weight: bold;
  font-size: 16px;
  width: 200px; }
  .pink-btn.how-to-play-btn {
    margin-top: 3em; }
  .pink-btn.htp-signup-btn, .pink-btn.htp-subscribe-btn, .pink-btn.htp-try-btn {
    margin: 2em auto 0 auto; }
  .pink-btn.submit-btn {
    width: 50%;
    margin: 2em auto 0 auto; }
  .pink-btn.pink-btn-sm {
    width: 100%;
    max-width: 150px; }
  .pink-btn.pink-btn-lg {
    width: 100%;
    max-width: 225px; }
  .pink-btn.pink-btn-xl {
    width: 100%;
    max-width: 300px; }
  .pink-btn:hover {
    text-decoration: none;
    cursor: pointer; }

.green-btn {
  display: block;
  border-radius: 5px;
  background-color: #2BD5CA;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: #085752 !important;
  font-family: montserrat, sans-serif;
  letter-spacing: -0.26px;
  line-height: 20px;
  text-align: center;
  padding: 1em 2em;
  font-weight: bold;
  font-size: 16px;
  width: 200px; }
  .green-btn.green-btn-sm {
    width: 100%;
    max-width: 150px; }
  .green-btn.green-btn-lg {
    width: 100%;
    max-width: 225px; }
  .green-btn.green-btn-xl {
    width: 100%;
    max-width: 300px; }
  .green-btn:hover {
    text-decoration: none;
    cursor: pointer; }

#how-to-play, #how-it-works, #the-games {
  margin-top: 8em;
  margin-bottom: 4em; }

.how-to-play-container {
  display: flex;
  margin-top: 2em;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 992px) {
    .how-to-play-container {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; } }
  .how-to-play-container .htp-option-container {
    margin: 2em auto 0 auto; }
    .how-to-play-container .htp-option-container .mask-backer {
      position: absolute;
      height: 240px;
      width: 300px;
      opacity: 0.4;
      border-radius: 10px;
      background-color: #2F397C;
      box-shadow: 6px 7px 12px 0 rgba(0, 0, 0, 0.16); }
    .how-to-play-container .htp-option-container .gn-backer, .how-to-play-container .htp-option-container .sub-backer, .how-to-play-container .htp-option-container .try-backer {
      height: 240px;
      width: 300px;
      border-radius: 10px;
      background-size: cover;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
    .how-to-play-container .htp-option-container .gn-backer {
      /* game night image */
      background: url(/images/ui/stock/Game-Night.jpg) no-repeat; }
    .how-to-play-container .htp-option-container .sub-backer {
      /* subscribe image */
      background: url(/images/ui/stock/Subscribe.jpg) no-repeat; }
    .how-to-play-container .htp-option-container .try-backer {
      /* try for free image */
      background: url(/images/ui/stock/Play-for-Free.jpg) no-repeat; }
    .how-to-play-container .htp-option-container .price-backer {
      height: 110px;
      width: 110px;
      background: url(/images/ui/Price-Circle.svg) no-repeat;
      background-size: contain;
      padding-top: 1.5em;
      padding-right: 0.2em;
      position: absolute;
      top: -30px;
      right: -30px; }
      .how-to-play-container .htp-option-container .price-backer .price-text {
        color: black;
        transform: rotate(12deg);
        font-family: montserrat, sans-serif;
        font-size: 25px;
        font-weight: 800;
        letter-spacing: -0.41px;
        line-height: 25px;
        text-align: center; }
        .how-to-play-container .htp-option-container .price-backer .price-text.shrink {
          font-size: 20px; }
        .how-to-play-container .htp-option-container .price-backer .price-text .highlight {
          color: #FF0E92;
          font-size: 25px; }
    .how-to-play-container .htp-option-container .htp-option-overview {
      margin-top: 2em;
      width: 300px;
      color: #FFFFFF;
      font-family: montserrat, sans-serif;
      font-size: 14px;
      letter-spacing: -0.23px;
      line-height: 21px;
      text-align: center;
      font-weight: 300; }
      .how-to-play-container .htp-option-container .htp-option-overview .highlight {
        color: #FF0E92;
        font-weight: 700; }

.how-it-works-container {
  display: flex;
  margin-top: 2em;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 992px) {
    .how-it-works-container {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; } }
  .how-it-works-container .hiw-step-container {
    margin: 2em auto 0 auto; }
    .how-it-works-container .hiw-step-container .step-backer {
      height: 150px;
      width: 287px;
      border-radius: 20px;
      background-color: #21295E;
      box-shadow: 6px 7px 12px 0 rgba(0, 0, 0, 0.16);
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .how-it-works-container .hiw-step-container .step-backer .step-counter-container {
        height: 64px;
        width: 64px;
        background-color: #FFFFFF;
        box-shadow: 0 5px 0 0 #34D7C1;
        border-radius: 100px;
        padding: 1em;
        margin: 0;
        position: absolute;
        left: -1.5em;
        top: 2em; }
        .how-it-works-container .hiw-step-container .step-backer .step-counter-container .step-counter {
          transform: rotate(1deg);
          color: #21295E;
          font-family: montserrat, sans-serif;
          font-size: 32px;
          font-weight: 800;
          letter-spacing: -0.53px;
          line-height: 29.75px;
          text-align: center; }
      .how-it-works-container .hiw-step-container .step-backer .step-overview {
        color: #FFFFFF;
        font-family: Montserrat;
        font-size: 16px;
        letter-spacing: -0.26px;
        line-height: 25px;
        padding: 1em 1em 1em 3em;
        text-align: left;
        margin: 0; }
        .how-it-works-container .hiw-step-container .step-backer .step-overview .highlight {
          color: #FF0E92;
          font-weight: bold; }
          .how-it-works-container .hiw-step-container .step-backer .step-overview .highlight a {
            color: #FF0E92 !important;
            text-decoration: underline; }

.game-selection-container {
  margin-top: 2em; }
  .game-selection-container .play-button-container {
    height: 62px;
    width: 62px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 0 0 #34D7C1;
    border-radius: 100px;
    padding: 0.8em;
    margin: 0;
    position: absolute;
    right: 24px;
    bottom: 72px;
    text-align: center; }
    .game-selection-container .play-button-container .play-icon {
      color: black;
      text-align: center;
      margin: 0 auto; }
    .game-selection-container .play-button-container .play-text {
      color: #21295E;
      font-family: montserrat, sans-serif;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: -0.2px;
      line-height: 20px;
      text-align: center;
      text-transform: uppercase; }
  .game-selection-container .game-info-backer {
    height: 120px;
    width: 240px;
    border-radius: 20px;
    background-color: #21295E;
    box-shadow: 6px 7px 12px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: -3em auto 2em auto; }
    .game-selection-container .game-info-backer .game-overview {
      color: #FFFFFF;
      font-family: Montserrat;
      font-size: 16px;
      letter-spacing: -0.26px;
      line-height: 25px;
      padding: 2em 1.2em;
      text-align: left;
      margin: 0; }

.play-panel-container {
  width: 100%;
  max-width: 675px;
  border-radius: 7px;
  background-color: rgba(6, 9, 23, 0.33);
  padding: 0.5em;
  position: absolute;
  top: 80px;
  right: 15%; }
  @media (max-width: 1250px) {
    .play-panel-container {
      position: initial;
      top: initial;
      right: initial;
      margin: 0 auto; } }
  @media (max-width: 992px) {
    .play-panel-container {
      margin-top: 40px; } }
  .play-panel-container .pink-btn, .play-panel-container .green-btn {
    display: inline-block;
    margin-left: 0.5em; }
  .play-panel-container .play-panel-info {
    margin-left: 2em;
    font-family: montserrat, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.26px;
    line-height: 19px;
    margin-bottom: 0; }
    .play-panel-container .play-panel-info.shift-down {
      margin-top: 1em; }
      .play-panel-container .play-panel-info.shift-down.timer {
        margin-top: 0.7em; }
    @media (min-width: 768px) {
      .play-panel-container .play-panel-info.timer {
        margin-left: 1em; } }
    .play-panel-container .play-panel-info.no-left-margin {
      margin-left: 0; }
    @media (max-width: 767px) {
      .play-panel-container .play-panel-info {
        margin: 0 auto;
        text-align: center; } }
  .play-panel-container .play-panel-icon {
    height: 54px;
    overflow: visible; }
    .play-panel-container .play-panel-icon img {
      margin-left: 1em;
      height: 54px;
      width: auto;
      object-position: 0px 5px;
      overflow: visible; }
  .play-panel-container .play-panel-detail {
    box-sizing: border-box;
    height: 33px;
    width: 42px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background-color: #193378;
    padding: 0.5em 1em;
    margin-left: 1em; }
    .play-panel-container .play-panel-detail.timer {
      padding: 0.3em;
      min-width: 90px;
      display: inline-block;
      text-align: center;
      font-family: monospace; }
  .play-panel-container .play-panel-btn-container {
    width: 400px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .play-panel-container .play-panel-btn-container {
        margin-top: 2em !important; } }
    @media (max-width: 400px) {
      .play-panel-container .play-panel-btn-container {
        width: 100%;
        margin: auto; }
        .play-panel-container .play-panel-btn-container .pink-btn, .play-panel-container .play-panel-btn-container .green-btn {
          width: 200px;
          max-width: 200px;
          margin: 0.5em auto 0 auto;
          display: block; } }

.top-gn-backer {
  /* game night image */
  background: url(/images/ui/stock/Game-Night.jpg) no-repeat;
  height: 392px;
  width: 448px;
  border-radius: 10px;
  background-size: cover;
  position: relative;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .top-gn-backer {
      display: none; } }
  .top-gn-backer .price-backer {
    height: 110px;
    width: 110px;
    background: url(/images/ui/Price-Circle.svg) no-repeat;
    background-size: contain;
    padding-top: 1.5em;
    padding-right: 0.2em;
    position: absolute;
    top: -30px;
    right: -30px; }
    .top-gn-backer .price-backer .price-text {
      color: black;
      transform: rotate(12deg);
      font-family: montserrat, sans-serif;
      font-size: 25px;
      font-weight: 800;
      letter-spacing: -0.41px;
      line-height: 25px;
      text-align: center; }
      .top-gn-backer .price-backer .price-text.shrink {
        font-size: 20px; }
      .top-gn-backer .price-backer .price-text .highlight {
        color: #FF0E92;
        font-size: 25px; }

.title-invite {
  font-size: 35px;
  color: white;
  font-weight: 600;
  margin-bottom: 20px !important; }

.invite-p {
  font-size: 16px;
  color: white;
  font-weight: 200;
  line-height: 24px;
  line-height: inherit !important;
  margin-bottom: 25px !important; }

.highlight-friends {
  color: #2BD5CA; }

.invite-p-span {
  color: #FF0E92;
  font-weight: 500; }

.invite-input {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #22295F;
  font-weight: 500; }

.invite-input::-webkit-input-placeholder, .invite-textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #21295E;
  opacity: 0.6; }

.invite-input:-moz-placeholder, .invite-textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #21295E;
  opacity: 0.6; }

.invite-input::-moz-placeholder, .invite-textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #21295E;
  opacity: 0.6; }

.invite-input:-ms-input-placeholder, .invite-textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #21295E;
  opacity: 0.6; }

.invite-input::-ms-input-placeholder, .invite-textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #21295E;
  opacity: 0.6; }

.invite-input::placeholder, .invite-textarea::placeholder {
  /* Most modern browsers support this now. */
  color: #21295E;
  opacity: 0.6; }

.invite-textarea {
  width: 100%;
  /*margin-bottom: 45px;*/
  /*height: 133px;*/
  border-radius: 0;
  border: none;
  overflow: hidden;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #22295F;
  padding: 20px;
  font-weight: 500;
  resize: none; }

.invite-btn-submit {
  width: 205px;
  height: 50px;
  color: #085752;
  background-color: #2BD5CA;
  border-radius: 5px;
  border: 1px solid #2BD5CA;
  font-weight: 500; }

.col-form-invite {
  padding-right: 45px;
  margin-top: 2em; }

.invite-image-pub, .invite-image-brain, .invite-image-beat, .invite-image-who, .invite-image-dash, .invite-image-colour-brain {
  /*width: 90px;*/
  max-width: 90px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.card-invite {
  width: 448px;
  height: 392px;
  border-radius: 20px;
  margin: auto; }

.row-invite-icons {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px; }

.row-invite-icons-2 {
  padding-left: 30px;
  padding-right: 30px; }

.row-invite-icons .col-md-3 {
  /*margin: auto;
    left: 0;
    right: 0;*/
  text-align: center;
  /*position: relative;*/ }

#modalContentInvite {
  max-width: 100%;
  padding: 0;
  width: 100% !important;
  /*margin-left: 4em;*/ }

.invite-main-contents {
  padding-left: 3em;
  padding-right: 2em;
  padding-bottom: 4em; }

.invite-header {
  height: 3em;
  border: 0; }

.try-backer-invite {
  /*width: 448px !important;*/
  width: 100% !important;
  height: 392px !important;
  background-size: cover !important; }

.mask-backer-invite {
  /*width: 448px !important;*/
  width: 100% !important;
  height: 392px !important; }

.message-count-text {
  width: 100%;
  color: #BDC0D4;
  margin: 5px;
  line-height: 27px;
  float: right;
  text-align: right;
  background-color: white;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px; }

.textarea-message {
  margin-bottom: 45px;
  background-color: white;
  border-radius: 5px;
  display: flow-root; }

.message-label-invite {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #BDC0D4;
  font-weight: 500; }

.url-input-invite-link {
  width: 100%;
  height: 100%;
  font-size: 15px;
  background: none;
  border: 0;
  color: white; }

.invite-image-backer {
  width: 100% !important; }

.invite-image-col {
  padding-left: 60px;
  padding-right: 60px; }

.image-invite-close {
  width: 15px;
  height: 15px; }

@media only screen and (max-width: 991px) {
  .col-form-invite {
    padding-right: 15px;
    margin-top: 2em; }
  .invite-main-contents {
    padding-left: 2em; }
  .try-backer {
    background-position: right; } }

.account-pd-box {
  padding: 50px; }
  @media (max-width: 450px) {
    .account-pd-box {
      padding: 0;
      padding-top: 50px; } }

.confirm-email-header {
  font-size: 35px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px; }

.account-form-p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin-bottom: 40px !important; }

.password-input {
  border-radius: 5px;
  max-width: 302px; }

.password-submit-btn {
  border-radius: 5px;
  background-color: #FF0E92;
  max-width: 302px; }

.password-forgot-btn-back {
  max-width: 302px;
  height: 53px;
  background-color: #2BD5CA;
  color: #085752 !important;
  border: 1px solid #2BD5CA;
  margin-bottom: 20px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600; }

.row-back-btn {
  padding-right: 15px;
  padding-left: 15px; }

.width-reset {
  max-width: 302px; }

.container-small {
  max-width: 470px; }

@media only screen and (max-width: 650px) {
  .content-box {
    border: 0;
    background: none;
    box-shadow: none; }
  #modalContentInvite {
    background-color: #21295E; } }

.sub-index-fields-or {
  border-radius: 5px;
  width: 100%;
  padding: 16px 42.5px; }

.col-btn-check {
  border: 2px solid white;
  border-radius: 10px;
  cursor: pointer; }

.label-w-sub {
  width: 75%;
  margin-left: 0; }

.sub-tabs {
  vertical-align: top;
  margin-top: 15px; }

.discount-text {
  line-height: 1.3 !important; }

#Subscription-col.tab-checked {
  background-color: #FF0E92; }

#GameNight-col.tab-checked {
  background-color: #FF0E92; }

input[type="radio"]:checked {
  background-color: teal; }

#Subscription, #GameNight {
  display: none; }

body, .modal {
  padding-right: 0 !important; }

@media (max-width: 450px) {
  .form-horizontal {
    padding: 0.5em; }
  .mobile-center {
    text-align: center !important; } }

@media (max-width: 767px) {
  .surveyWrapper .surveyInfo .sub-background {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    overflow-y: scroll;
    overflow-x: hidden; }
    .surveyWrapper .surveyInfo .sub-background .icon-row {
      display: none; }
  .surveyWrapper .surveyInfo .sub-background::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ } }
