html, body {
  margin: 0;
  padding: 0;
}

.admin-bg {
  height: 100vh;
  width: 100vw;
  background-color: #2c4d95; }
  .admin-bg__background {
    height: 100vh;
    width: 100vw;
    background: url(images/admin-background.jpg) no-repeat center;
    background-size: cover; }
  .admin-bg__container {
    margin: auto;
    max-width: 1920px;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.host-bg {
  height: 100vh;
  width: 100vw;
  background-color: #2c4d95; }
  .host-bg__background {
    height: 100vh;
    width: 100vw;
    background: url(images/host-background.jpg) no-repeat center;
    background-size: cover; }
  .host-bg__container {
    margin: auto;
    max-width: 1080px;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.projector {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: #2c4d95; }
  .projector__background {
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .projector__background-default {
      background-image: url(images/badnik-normal.jpg); }
    .projector__background-finale {
      background-image: url(images/badnik-finale.jpg); }
  .projector__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1920px;
    height: 1080px;
    /*height: 100vh;*/
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left; }
.admin-logo {
  background: url(images/logo.png) no-repeat;
  background-size: cover;
  width: 280px;
  height: 73px;
  margin: 0 auto 18px; }
.sidebar {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 360px;
  padding: 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.sidebar-section {
  width: 85%;
  margin: 0 auto 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #ffffff;
  overflow: scroll; }
  .sidebar-section:last-child {
    border-bottom: 0; }

.sidebar-section__title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 14px; }
.label {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff; }
.sidebar-link {
  padding: 10px 32px 10px 8px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  outline: none; }
  .sidebar-link:hover {
    background-color: rgba(255, 127, 0, 0.7); }
  .sidebar-link:active {
    background-color: rgba(218, 95, 0, 0.7); }

.sidebar-link__label {
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.host-section {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .host-section:first-child {
    margin-top: 0; }
  .host-section:last-child {
    margin-bottom: 0;
    border-bottom: 0; }

.host-section__header {
  margin-bottom: 6px;
  text-align: center;
  font-size: 24px; }

.host-section__border {
  width: 100%; }

.host-section__text {
  display: block;
  margin: 8px;
  text-align: center;
  font-size: 20px; }
.host-border {
  width: 100%;
  border: 2px solid #ffffff; }
.host-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.question {
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.85);
  border: 4px solid #ffffff;
  padding: 50px; }
.host-loading-screen {
  background: url(images/badnik-host.jpg) no-repeat center;
  background-size: cover;
  width: 100vw;
  height: 100vh; }
.host {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.host__round {
  font-size: 24px;
  -webkit-box-flex: 0.05;
      -ms-flex: 0.05;
          flex: 0.05; }

.animation-enter {
  opacity: 0.01; }

.animation-enter.animation-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.animation-leave {
  opacity: 1; }

.animation-leave.animation-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in; }
.host {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.host-results__header {
  font-size: 32px;
  text-transform: uppercase; }

.host-results__player {
  display: block;
  font-size: 28px;
  margin: 12px 0;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease; }

.host-results__player_inactive {
  color: #e53935; }
.host-category {
  display: block;
  margin: 4px 0; }
.player {
  padding: 6px 12px 32px; }
  .player__label {
    display: block;
    text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0   -3px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0px #000; }
  .player__name {
    font-size: 42px; }
  .player__score {
    line-height: 46px;
    font-size: 67px; }
  .player_active {
    background-color: #e18c44; }

.player__correct-answer::after {
  content: '';
  margin-left: 10px;
  margin-bottom: 8px;
  display: inline-block;
  background: url(images/pointer.png) no-repeat;
  background-size: cover;
  min-width: 42px;
  min-height: 29px; }
.jeopardy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1600px;
  height: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.loading-screen {
  background: url(images/badnik.png) no-repeat center;
  background-size: cover;
  width: 100vw;
  height: 100vh; }
.results-view {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .results-view__header {
    font-size: 54px;
    text-transform: uppercase; }
  .results-view__header-wrapper {
    text-align: center;
    margin-bottom: 96px;
    -ms-flex-preferred-size: border-box;
        flex-basis: border-box;
    height: 64px; }
  .results-view__player {
    margin: 12px 0; }
  .results-view__player:first-child {
    margin-top: 0; }
  .results-view__player:last-child {
    margin-bottom: 0; }

.results-view__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 96px; }
.wl-player__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 720px;
  height: 64px; }

.wl-player__score {
  display: inline-block;
  margin-right: 48px; }

.wl-player__label {
  font-size: 48px;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease; }

.wl-player_inactive {
  color: #e53935; }
.label-background {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 48px; }
.final-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0 64px;
  padding: 64px;
  border: 4px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.final-player-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.final-header {
  font-size: 64px;
  text-transform: uppercase; }
.final-player-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 32px; }
  .final-player-score:first-child {
    margin-left: 0; }
  .final-player-score:last-child {
    margin-right: 0; }

.final-player-score__name {
  display: block;
  font-size: 56px;
  margin-bottom: 18px; }

.final-player-score__score {
  display: block;
  font-size: 48px; }
.blitz-view-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.blitz-view-wrapper .blitz-player {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  text-align: center; }

.blitz-player {
  font-size: 40px;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease; }

.blitz-player_one-question {
  color: #e18c44; }

.blitz-player_two-question {
  color: #e53935; }

.blitz-hint-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 64px; }

.blitz-hint__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 48px; }

.blitz-hint {
  display: inline-block;
  width: 48px;
  height: 48px;
  content: '';
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  margin-right: 16px;
  -webkit-box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.7);
          box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.7); }

.blitz-hint__label {
  font-size: 24px;
  text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0   -3px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0px #000; }

.blitz-hint_two_questions {
  border-color: #e53935;
  background-color: #e53935; }

.blitz-hint_one_question {
  border-color: #e18c44;
  background-color: #e18c44; }
.blitz-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1600px;
  height: 100%;
  width: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.player-manager {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

.player-manager__new-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.player-manager__add-player {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  background: none;
  font-size: 22px;
  padding: 2px;
  width: 26px;
  display: inline-block;
  text-align: center;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  outline: none; }
  .player-manager__add-player:hover {
    background-color: rgba(255, 127, 0, 0.7); }
  .player-manager__add-player:active {
    background-color: rgba(218, 95, 0, 0.7); }
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 48px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.header__title {
  padding: 10px 24px;
  display: inline-block;
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase; }
.header-button {
  padding: 10px 24px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  outline: none; }
  .header-button:hover {
    background-color: rgba(255, 127, 0, 0.7); }
  .header-button:active {
    background-color: rgba(218, 95, 0, 0.7); }

.header-button__label {
  font-size: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase; }
.sidebar-jeopardy-player {
  margin: 12px 0;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .sidebar-jeopardy-player:last-child {
    margin-bottom: 0; }

.sidebar-player__label {
  display: block;
  margin-top: 6px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
  .sidebar-player__label:first-child {
    margin-top: 0; }

.sidebar-player__score {
  font-size: 20px; }

.sidebar-player__delete {
  padding: 2px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  outline: none; }
  .sidebar-player__delete:hover {
    background-color: rgba(255, 127, 0, 0.7); }
  .sidebar-player__delete:active {
    background-color: rgba(218, 95, 0, 0.7); }
.sidebar-input {
  margin-left: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 22px;
  background: none;
  outline: none;
  padding-bottom: 4px;
  width: 250px;
  border: 0;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: border-bottom-width 0.2s ease;
  -o-transition: border-bottom-width 0.2s ease;
  transition: border-bottom-width 0.2s ease; }
  .sidebar-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .sidebar-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .sidebar-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .sidebar-input::placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .sidebar-input:focus {
    border-bottom-width: 2px; }
.admin-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.blitz-player-control {
  font-size: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 12px 8px 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  .blitz-player-control:last-child {
    margin-bottom: 0; }

.blitz-player-control__label {
  display: block;
  margin-top: 6px; }
  .blitz-player-control__label:first-child {
    margin-top: 0; }

.blitz-player-control__button {
  font-size: 24px;
  color: #ffffff;
  margin: 5px 0;
  padding: 5px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .blitz-player-control__button:first-child {
    margin-left: 0; }
  .blitz-player-control__button:last-child {
    margin-right: 0; }
  .blitz-player-control__button:hover {
    background-color: rgba(255, 127, 0, 0.7); }
  .blitz-player-control__button:active {
    background-color: rgba(218, 95, 0, 0.7); }
.control-section {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 16px; }
  .control-section:last-child {
    margin-bottom: 0; }
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 32px; }
.info-label {
  display: block;
  text-align: center;
  font-size: 36px; }
.sidebar-category {
  margin: 12px 0;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 8px 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.5s ease, height 0.5s ease;
  -o-transition: background-color 0.5s ease, height 0.5s ease;
  transition: background-color 0.5s ease, height 0.5s ease; }
  .sidebar-category:last-child {
    margin-bottom: 0; }

.sidebar-category_active {
  background-color: #e18c44; }

.sidebar-category__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .sidebar-category__check:hover {
    background-color: rgba(255, 127, 0, 0.7); }
  .sidebar-category__check:active {
    background-color: rgba(218, 95, 0, 0.7); }
.sidebar-jeopardy-player {
  margin: 12px 0;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sidebar-jeopardy-player:last-child {
    margin-bottom: 0; }

.sidebar-jeopardy-player__label {
  display: block;
  margin-top: 6px; }
  .sidebar-jeopardy-player__label:first-child {
    margin-top: 0; }

.sidebar-jeopardy-player__score {
  font-size: 20px; }

.sidebar-jeopardy-player__last-correct-answer {
  padding: 2px;
  content: '';
  background: url(images/pointer.png) no-repeat;
  background-size: cover;
  width: 32px;
  height: 22px; }
.jeopardy-player-control {
  font-size: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 12px 8px 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  .jeopardy-player-control:last-child {
    margin-bottom: 0; }

.jeopardy-player-control__label {
  display: block;
  margin-top: 6px; }
  .jeopardy-player-control__label:first-child {
    margin-top: 0; }

.jeopardy-player-control_active {
  background-color: rgba(255, 127, 0, 0.7); }

.jeopardy-player-control__button {
  font-size: 24px;
  color: #ffffff;
  margin: 5px 0;
  padding: 5px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .jeopardy-player-control__button:first-child {
    margin-left: 0; }
  .jeopardy-player-control__button:last-child {
    margin-right: 0; }
  .jeopardy-player-control__button:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .jeopardy-player-control__button:active {
    background-color: black; }
.question-viewer__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 64px 0; }

.question-viewer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase; }

.question-viewer__border {
  width: 100%;
  background-color: #ffffff; }

.question-viewer-section {
  text-align: center; }

.question-viewer-section__label {
  display: block;
  font-size: 22px; }

.question-viewer-section__title {
  margin-bottom: 16px;
  text-transform: uppercase; }

.question-viewer-section__content {
  font-size: 26px; }
.button {
  min-width: 64px;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 32px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  outline: none; }
  .button:hover {
    background-color: rgba(255, 127, 0, 0.7); }
  .button:active {
    background-color: rgba(218, 95, 0, 0.7); }

.button__label {
  text-transform: uppercase; }

.button_full-width {
  width: 100%; }
.button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
.player-control {
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 12px 8px 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  .player-control:last-child {
    margin-bottom: 0; }

.player-control_active {
  background-color: rgba(255, 127, 0, 0.7); }

.player-control__button {
  font-size: 24px;
  color: #ffffff;
  margin: 5px 0;
  padding: 5px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .player-control__button:first-child {
    margin-left: 0; }
  .player-control__button:last-child {
    margin-right: 0; }
  .player-control__button:hover {
    background-color: rgba(0, 0, 0, 0.7); }
  .player-control__button:active {
    background-color: black; }

.weakest-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .weakest-link__question {
    text-align: center;
    margin-left: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .weakest-link__question-label {
      display: block;
      font-size: 75px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .weakest-link__question-label-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 85%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .weakest-link__question-timer {
      display: block;
      font-size: 40px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .weakest-link__question-timer-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 15%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
                
      .weakest-link__question-timer a {
        color: #fff;
      }

.weakest-link__round {
  font-size: 24px; }

.weakest-link__players {
  text-align: center;
  margin-top: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.weakest-link__player {
  -webkit-transition: background-color 0.5s ease, text-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  transition: background-color 0.5s ease, text-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  -o-transition: background-color 0.5s ease, text-shadow 0.5s ease, box-shadow 0.5s ease;
  transition: background-color 0.5s ease, text-shadow 0.5s ease, box-shadow 0.5s ease;
  transition: background-color 0.5s ease, text-shadow 0.5s ease, box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  font-size: 36px;
  margin: 0 8px;
  padding: 4px 8px;
  text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0   -3px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0px #000; }
  .weakest-link__player-active {
    background-color: #e18c44;
    -webkit-box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.7);
            box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.7); }
.jeopardy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .jeopardy__players {
    width: 20%;
    margin-right: 20px; }
  .jeopardy__question {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .jeopardy__question-label {
      font-size: 60px; }

.jeopardy__question_musical {
  font-size: 240px; }

.jeopardy__question-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.jeopardy__question-wrapper_musical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.jeopardy__signal {
  font-family: 'Montserrat', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  width: 225px;
  height: 75px;
  content: '';
  /*border: 2px solid #e18c44;*/
  color: #ffffff;
  border: 2px solid #fff;
  border-radius: 50px;
  opacity: 0.5;
  text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0   -3px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0px #000;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  .jeopardy__signal:before {
    content: 'GO!';
    /*opacity: 0;*/
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }

.jeopardy__signal_active {
  background-color: #e18c44;
  /*border: 2px solid #e18c44;*/
  -webkit-box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.7);
          box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.7);
  opacity: 1; }
  .jeopardy__signal_active:before {
    /*opacity: 1;*/ }

.jeopardy__signal-hint {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 44px;
  max-width: 1600px;
  opacity: 50%;
  padding: 0 24px;
  text-align: right;
  text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0   -3px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0px #000;
  width: 100%; }
  .jeopardy__signal-hint_active {
    opacity: 100%; }
  .jeopardy__signal-hint__button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 85%;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 15px;
    padding: 0 20px; }
  .jeopardy__signal-hint_active .jeopardy__signal-hint__button {
    background-color: #e18c44;
    opacity: 100%; }
.jeopardy-categories__wrapper {
  margin-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.jeopardy-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  height: 100%;
  border: 2px solid #ffffff; }
  .jeopardy-categories:first-child {
    border-top: 4px solid #ffffff; }
  .jeopardy-categories:last-child {
    border-bottom: 4px solid #ffffff; }

.jeopardy-categories__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-flex: 0.6;
      -ms-flex: 0.6;
          flex: 0.6;
  border: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-collapse: collapse;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.jeopardy-categories__cells {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.jeopardy-categories__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-collapse: collapse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%; }
  .jeopardy-categories__cell:empty:before {
    display: inline-block;
    content: '1000';
    color: rgba(0, 0, 0, 0); }
.final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .final__players {
    width: 20%;
    margin-right: 42px; }
  .final__categories-wrapper {
    margin-left: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .final__categories-topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 32px;
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    width: 720px;
    height: 64px; }
    .final__categories-topic:first-child {
      border-top: 4px solid #ffffff; }
    .final__categories-topic:last-child {
      border-bottom: 4px solid #ffffff; }
.final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .final__players {
    width: 20%;
    margin-right: 20px; }
  .final__question {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 780px;
    width: 80%;
    margin-left: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .final__question-label {
      font-size: 75px; }
.results__background {
  background-color: rgba(0, 0, 0, 0.7);
  border: 4px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 640px;
  max-width: 1280px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.results__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  border-right: 1px solid #ffffff;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease; }
  .results__player:last-child {
    border-right: none; }

.results__player-separator {
  min-width: 360px;
  margin: 32px 0; }

.results__player-answer {
  font-size: 64px;
  margin-top: 24px;
  overflow-wrap: break-word;
  text-align: center; }

.results__player-score {
  text-align: center;
  margin: 16px 0; }

.section-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.wl-ready-viewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0.55;
      -ms-flex: 0.55;
          flex: 0.55;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wl-ready-viewer__background {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 48px; }

.wl-ready-viewer__label {
  display: block;
  font-size: 56px;
  margin: 10px 0;
  text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0   -3px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0px #000; }

.wl-ready-viewer__ready-label {
  margin-top: 48px;
  text-transform: uppercase;
  font-size: 72px; }
.category-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.category-view__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #ffffff; }

.category-view__label {
  font-size: 56px; }
.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 2px solid #ffffff;
  border-collapse: collapse;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .category:first-child {
    border-top: 4px solid #ffffff; }
  .category:last-child {
    border-bottom: 4px solid #ffffff; }

.category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-flex: 0.6;
      -ms-flex: 0.6;
          flex: 0.6;
  border: 1px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-collapse: collapse;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.category__cells {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.category__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-collapse: collapse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  cursor: pointer; }
  .category__cell:hover {
    background-color: rgba(255, 127, 0, 0.7); }
  .category__cell:active {
    background-color: rgba(218, 95, 0, 0.7); }
  .category__cell:empty:before {
    display: inline-block;
    content: '1000';
    color: rgba(0, 0, 0, 0); }

.badniktest-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1600px;
  height: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
    
.badniktest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .badniktest__players {
    width: 20%;
    margin-right: 20px; }
  .badniktest__question {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .badniktest__question-label {
      font-size: 60px; }
      
.badniktest__question-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.badniktest__answer {
  font-family: 'Montserrat', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  height: 75px;
  content: '';
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.85);
  border: 4px solid #ffffff;
  border-radius: 50px;
  margin-top: 15px;
  max-width: 1600px;
  width: 100%;
    
  text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0   -3px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0px #000;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.badniktest__answer {
  font-family: 'Montserrat', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  height: 75px;
  content: '';
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.85);
  border: 4px solid #ffffff;
  border-radius: 50px;
  margin-top: 15px;
  max-width: 1600px;
  width: 100%;
    
  text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0   -3px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0px #000;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  
  .badniktest__answer a {
    color: #fff; }
    
  .badniktest__answer.timeout {
    border: 4px solid red;
  }

.badniktest__answer form {
  width: 95%; }
  
.badniktest__answer input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  background-color: rgba(0, 0, 0, 0.0);
  color: #ffffff;
  text-align: center;
  width: 100%; }
  
  .badniktest__answer input:focus {
    outline: none; }
    
  .badniktest__answer.timeout input {
    text-decoration: line-through; }
    
.badniktest__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;

  display: flex;
  width: 100%;
  
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: bold;
  height: 70px;
  text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0   -3px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0px #000; }
  
  .badniktest__timer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    border: 3px solid #fff;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*margin-right: 15px;*/
    padding: 0px 30px;
    width: 100px; }
    
    .badniktest__timer.expiring {
      animation: timer_expiring 1.0s infinite; }
      
    @keyframes timer_expiring {
      0%  { background: yellow;      }
      49% { background: yellow;      }
      60% { background: transparent; }
      99% { background:transparent;  }
      100%{ background: yellow;      } }
    
    .badniktest__timer.warning {
      animation: timer_warning 1.0s infinite; }
      
    @keyframes timer_warning {
      0%  { background: red;         }
      49% { background: red;         }
      60% { background: transparent; }
      99% { background: transparent; }
      100%{ background: red;         } }
    
    .badniktest__timer.timeout {
      background: red; }

.badniktest__intro {
  font-size: 37px;
  padding: 0 50px; }
  
  .badniktest__intro a {
    color: #fff;
  }
  
.badniktest__logo {
  width: 50%
}
