.red {
  background: #f07db6 !important;
}

.blue {
  background: #7d7df0 !important;
}

.green {
  background: #7df0b6 !important;
}

.yellow {
  background: #f0f07d !important;
}

.hide, #confetti-blue, #confetti-green, #confetti-yellow, #confetti-red {
  display: none !important;
  pointer-events: none !important;
}
.hide *, #confetti-blue *, #confetti-green *, #confetti-yellow *, #confetti-red * {
  display: none !important;
  pointer-events: none !important;
}

.row {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
  margin-bottom: 1em;
  flex-wrap: wrap;
}

.buttons, .player-status, .inputs, .settings-input {
  background: #f07db6;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  border-radius: 10px;
  border: 2px solid #0d1b1e;
}

.inputs, .settings-input {
  border-radius: 0px;
  height: 48px !important;
  line-height: 48px !important;
}

#fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  height: 0;
  width: 0;
  border-left: 2em solid transparent;
  border-right: 2em solid lightgray;
  border-bottom: 2em solid transparent;
  z-index: 2;
}

.fullscreen-icon {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 1.2em;
  width: 1.2em;
  fill: #222;
  pointer-events: none;
}

#alerts {
  position: fixed;
  width: 100%;
  top: 0;
  font-size: 0.75em;
}

.alerts-message {
  visibility: hidden;
  pointer-events: none;
}

#feedback-window {
  height: 100%;
  width: 100%;
}

#login-controls {
  height: calc(100vh - 2*2.5rem);
}

.login-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.feedback-inputs {
  height: 100% !important;
  width: 100% !important;
  border: none !important;
}

.player-status {
  background: lightgray;
}

.not-ready, .background-icon, .title-icon, .disconnected-icon {
  opacity: 0.35 !important;
}

.ready {
  opacity: 1 !important;
}

.border-box, .grid-item, .life, .you-grid-item {
  border: #0d1b1e 2px solid;
  box-sizing: border-box;
}

.border-text {
  color: whitesmoke;
  text-shadow: -2px 0 #0d1b1e, 0 -2px #0d1b1e, 2px 0 #0d1b1e, 0 2px #0d1b1e, 2px 2px #0d1b1e, -2px -2px #0d1b1e, -2px 2px #0d1b1e, 2px -2px #0d1b1e, 4px 4px #f07db6;
  font-weight: bold;
}

.center-align, .grid-item, .life, .you-grid-item, .control-box, .grid-box, .center-align-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.center-align-title {
  margin: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 85%;
}

.control-box, .grid-box {
  width: 100%;
}

.grid-box {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.grid-item, .life, .you-grid-item {
  box-shadow: 4px 4px 0px -2px #f07db6;
  position: relative;
  width: 1.7em;
  height: 1.7em;
  margin: 0.2em;
  box-sizing: border-box;
  font-size: 1.5em;
  text-align: center;
}

.you-grid-item {
  font-size: 2.3em;
}

.life {
  font-size: 0.75em;
  margin: 1rem;
}

.crown {
  position: absolute;
  left: -0.5em;
  top: -0.9em;
  font-size: 0.65em;
  transform: rotate(-30deg);
}

.medal {
  position: absolute;
  bottom: -0.65em;
  right: -0.2em;
  font-size: 0.65em;
}

.game-bar {
  height: calc(15vh - 2.5rem);
  margin-bottom: 0em;
  position: relative;
}

.game-content {
  height: 70vh;
  margin-bottom: 0;
  overflow: hidden;
}

.game-bar-item {
  margin-bottom: 0;
}

.top-bar-text, .next-trash-bar, .leave-room, .game-counter {
  width: 100%;
  text-align: right;
  font-size: 0.75em;
  position: absolute;
  top: -20px;
}

.leave-room {
  text-align: left;
}

.next-trash-bar {
  top: -15px;
}

#game-command, .game-command {
  position: absolute;
  z-index: 3;
  font-size: 3rem;
  line-height: inherit;
  margin: 0;
  height: 100%;
}

#game-lives {
  height: 38px;
  margin-top: 1em;
  margin-bottom: 0.25em;
}

#game-footer .row {
  margin-bottom: 0;
}

#game-positive {
  background: #7df0b6;
}

#game-negative {
  background: #f07db6;
}

#title-text {
  margin-bottom: 0rem;
  animation-duration: 2.5s;
  width: 5em;
}

#disconnected {
  overflow-wrap: break-word;
  height: calc(100vh - 2*2.5rem);
}

.disconnected-icon {
  font-size: 15em !important;
  padding-bottom: 50px;
}

.background-icon, .title-icon, .disconnected-icon {
  position: absolute;
  font-size: 10em;
  z-index: -1;
}

.disconnected-text {
  position: absolute;
  width: 60%;
}

#preload {
  width: 100%;
}

#lobby {
  width: 90%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  flex-wrap: wrap;
}

#player-status {
  width: 100%;
  flex-wrap: wrap;
}

#settings-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-end;
}

#settings {
  border-top: 1px lightgray solid;
  padding-top: 0.5em;
  width: 100%;
}
#settings div {
  display: flex;
  width: 100%;
  text-align: left;
  font-weight: bold;
}

.settings-label {
  flex-basis: 50%;
  text-align: right;
  margin-right: 10px;
  font-weight: normal;
}

.settings-input {
  height: 1.5em !important;
  width: 4.5em;
}

#get-ready {
  height: 100%;
  width: auto;
}

#start-game, #submit-feedback {
  margin-top: 1em;
}

.timer {
  position: absolute;
  left: 0.2em;
}
.timer .seconds {
  font-size: 2em;
}
.timer .milliseconds {
  font-size: 0.75em;
}

.progress-bar, .fill, .trash-fill, .next-trash-fill {
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
}

.gradient-background {
  background: linear-gradient(65deg, #f07db6 33.33%, #f0f07d 33.33%, #f0f07d 66.66%, #7df0b6 66.66%) no-repeat right;
}

.fill, .trash-fill, .next-trash-fill {
  background: whitesmoke;
  bottom: auto;
  right: 0;
  width: 0%;
  height: 100%;
}

.next-trash-fill {
  background-color: darkgray;
  height: 15%;
}

.trash-fill {
  background-color: grey;
}

.game-message {
  height: 100%;
  width: 100%;
}
.game-message .game-message-background {
  height: 100%;
  width: 100%;
  display: flex;
  background-color: whitesmoke;
}

.game-message-text {
  position: absolute;
  width: 75vw;
  z-index: 5;
}

#game-winner {
  background-color: whitesmoke;
  font-size: 0.6em;
  margin-right: 0.55em;
}

#confetti {
  position: absolute;
  display: block;
  z-index: 7;
}

#confetti-red {
  color: #f07db6;
  background: #C4578D;
}

#confetti-yellow {
  color: #f0f07d;
  background: #C3C457;
}

#confetti-green {
  color: #7df0b6;
  background: #57C48E;
}

#confetti-blue {
  color: #7d7df0;
  background: #5857C4;
}

.credits-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
}

#credits {
  height: 100%;
  display: flex;
  overflow-y: scroll;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
}
#credits li {
  margin-bottom: 0;
}

.main-background {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: scaleX(-1);
}

#wrapper {
  height: 100vh;
  max-width: 520px;
}

.dots {
  background-image: radial-gradient(white 60%, transparent 60%), radial-gradient(#fafafa 20%, transparent 20%);
  background-position: 0 0, 50px 50px;
  background-size: 100px 100px;
}

body {
  text-transform: lowercase !important;
  font-family: "Courier New", Courier, monospace;
  background-color: whitesmoke;
  text-align: center;
  margin: auto;
}

html {
  overflow-y: hidden;
}

footer, .footer {
  color: lightgray;
  right: 15px;
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: right;
  font-size: 0.75em;
  pointer-events: none;
}

h1 {
  font-size: 6rem;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

a {
  text-decoration: underline !important;
}

.anim-slide-out {
  -webkit-animation: slide-out 1s both ease;
  animation: slide-out 1s both ease;
}

.anim-slide-in {
  -webkit-animation: slide-in 1s both ease;
  animation: slide-in 1s both ease;
}

.anim-spin-infinite {
  animation: spin 4s linear infinite;
}

.anim-shudder {
  animation: shudder 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}

.anim-fade-in {
  animation: fade-in ease 0.2s;
}

.anim-fade-out {
  animation: fade-out ease 0.2s;
}

.anim-color {
  animation: color-pulse ease 1s infinite;
}

.anim-bounce {
  animation: bounce ease-in-out alternate 0.5s infinite;
}

.anim-marquee {
  animation: marquee 10s linear;
}

@keyframes shudder {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes slide-out {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes slide-in {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes color-pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  to {
    transform: translateY(-30px);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  100% {
    transform: translateX(-100%);
    visibility: hidden;
  }
}

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