* {
  box-sizing: border-box;
  color: #fff;
}

@font-face {
  font-family: "Antenna Purina";
  src: url("../../res/fonts/AntennaPurina-Light.woff2") format("woff2"),
    url("../../res/fonts/AntennaPurina-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Antenna Purina";
  src: url("../../res/fonts/AntennaPurina-Bold.woff2") format("woff2"),
    url("../../res/fonts/AntennaPurina-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Antenna Purina";
  src: url("../../res/fonts/AntennaPurina-Black.woff2") format("woff2"),
    url("../../res/fonts/AntennaPurina-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
    font-family: 'Purina';
    src: url('../../res/fonts/Purina-Script.woff2') format('woff2'),
        url('../../res/fonts/Purina-Script.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

@font-face {
  font-family: "Purina-RO";
  src: url("../../res/fonts/Purina-RO-Script.woff2") format("woff2"),
    url("../../res/fonts/Purina-RO-Script.woff") format("woff"),
    url("../../res/fonts/Purina-RO-Script.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Antenna Purina";
  font-weight: 300;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  line-height: 1.3;
  color: #fff;
}

b {
  font-weight: bold;
}

p {
  margin: 10px 0;
}

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

.wrapper {
  height: 100svh;
  overflow: auto;
}

img {
  display: block;
  max-width: 100%;
}

.header,
.footer {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 100;
  height: 60px;
  background: #ed1c24;
  padding: 10px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}

.header {
  top: 0;
}

.footer {
  bottom: 0;
}

.header .logo,
.footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 100%;
}

.header .logo {
  max-width: 50%;
}

.header .logo,
.footer .logo {
  height: 40px;
  width: inherit;
}

.header .logo img,
.footer .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body {
  width: 100%;
  margin: 0 auto;
  background-image: url("../../res/img/bg.jpg");
  background-repeat: no-repeat;
  background-color: #c5d9e4;
  background-size: cover;
  background-position: center bottom;
}

@media (min-width: 576px) {
  body {
    background-image: url("../../res/img/bg.png");
    background-repeat: no-repeat;
    background-color: #c5d9e4;
    background-size: cover;
    background-position: center bottom 60px;
  }
}

.content {
  background: rgba(175, 92, 92, 0.6);

  width: 100%;
  padding: 70px 12px;
  height: 100%;
  position: relative;
  overflow: auto;
  z-index: 10;
}

table {
  border-collapse: collapse;
  width: 50%;
}

th,
td {
  border: 1px solid #ddd;
  line-height: 1.3;
  padding: 2px 4px;
  font-size: 12px;
}

@media (min-width: 576px) {
  th,
  td {
    padding: 5px 10px;
    font-size: 14px;
  }
}

th {
}

.container {
  max-width: 768px;
  margin: 0 auto;
  width: 100%;
}

.back {
  width: 100%;
  max-width: 768px;
  margin: 5px auto;
}

.back a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.back a span {
  margin-right: 5px;
}

.play .logo-challenge {
  display: flex;
}

.play .logo-challenge img {
  margin: 0 auto;
  width: 260px;
  max-width: 60%;
}

.play h1 {
  text-align: center;
  font-family: "Purina-RO";
  margin: 0 0 10px;
}

.start-form input {
  color: #fff;
  background: #ed1c24;
  padding: 10px;
  font-size: 20px;
  font-family: "Antenna Purina";
  text-align: center;
  border: none;
  border-radius: 10px;
  display: block;
  outline: none !important;
  width: 70%;
  margin: 10px auto;
}

.start-form button {
  cursor: pointer;
  display: block;
  width: 180px;
  max-width: 70%;
  margin: auto;
  border: none;
  background: none;
}

.start-form button img {
  transition: all 300ms ease;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

.start-form button:hover img {
  filter: drop-shadow(0px 0px 5px rgba(223, 213, 19, 0.75));
}

.hasHoverEffect img {
  cursor: pointer;
  display: block;
  transition: all 300ms ease;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

.hasHoverEffect:hover img {
  filter: drop-shadow(0px 0px 3px rgba(223, 213, 19, 0.75));
}

.score-wrapper {
  display: flex;
  justify-content: center;
}

.score-label {
  color: #fff;
  background: #ed1c24;
  padding: 10px 20px;
  font-size: 3.5vh;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
}

.total-score-wrapper .score-label {
  font-size: 3vh;
}

.timer {
  display: flex;
  justify-content: center;
}

.timer .timer-outer {
  text-align: center;
  padding: 0 7px;
}

.timer .timer-outer .number {
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 10px;

  background: rgba(175, 92, 92, 0.6);
}

.timer .hide {
  display: none;
}

.counter-wrapper h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.counter-wrapper .item {
  display: none;
}

.counter-wrapper .item.active {
  display: block;
}

.hideDataTableDetails .dt-container .dt-layout-row {
  display: none;
}

.hideDataTableDetails .dt-container .dt-layout-row.dt-layout-table {
  display: block;
}

.hideDataTableDetails .dt-container thead {
  display: none;
}

.dt-container .dt-type-numeric {
  text-align: center;
  width: 15%;
}

.dt-container td {
  border: none !important;
}

.dt-container td p {
  margin: 0;
  display: flex;
  align-items: center;
}

.dt-container td p .name {
  text-transform: uppercase;
  white-space: nowrap;
}

.dt-container td p .line {
  height: 2px;
  background: #fff;
  width: 100%;
  margin-left: 15px;
}
.dt-layout-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.dt-layout-row .dt-layout-cell {
  margin-bottom: 10px;
  text-align: center;
}

.dt-layout-cell.dt-layout-start,
.dt-layout-cell.dt-layout-end {
  width: 100%;
}

.dt-container button {
  min-width: 40px;
  margin: 2px;
  cursor: pointer;
}

.dt-container select,
.dt-container input,
.dt-container button {
  font-size: 14px;
  padding: 5px;
  background: #ed1c24;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  margin: 3px;
}

.dt-container thead {
  display: none;
}

.winners {
  /* width: 500px; */
  max-width: 100%;
  margin: 10px auto;
  font-weight: bold;
}

.winners h2 {
  text-transform: uppercase;
}

.winners .table-wrapper {
  padding: 20px;
  background: #ed1c24;
  border-radius: 30px;
}

.qr {
  width: 240px;
  max-width: 60%;
  padding: 10px;
  background: #fff;
  border-radius: 20px;
  margin: 10px auto;
}

.qr img {
  border-radius: 20px;
}

.general-score {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 10px;
}

.general-score .col {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.general-score .col .score-label {
  width: 100%;
}

.general-score .col h3 {
  height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0;
}

.general-score .total-score-wrapper .score-label {
  font-size: 16px;
}

@media (min-width: 768px) {
  .general-score .col h3 {
    font-size: 14px;
    text-transform: uppercase;
  }

  .general-score .total-score-wrapper .score-label {
    font-size: 20px;
  }
}

.landing .content,
.board .content,
.play .content {
  display: flex;
  flex-direction: column;
}

.landing .content .container,
.board .content .container,
.play .content .container {
  margin: auto;
}

.logo-with-country {
  max-width: 400px;
  margin: 0 auto;
}

.logo-with-country img {
  max-width: 100% !important;
}

.logo-with-country img.bulina-logo {
  max-width: 33% !important;
}

.movies {
  max-width: 576px !important;
}

.video-ratio {
  position: relative;
  width: 100%;
  max-width: 900px;
  /* optional */
  margin: 0 auto;
  /* 16:9 ratio -> 9/16 = 56.25% */
  padding-top: 56.25%;
  overflow: hidden;
}

.video-ratio.video-ratio-portrait {
  padding-top: 180%;
}

.video-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.error-message {
  text-align: center;
  font-weight: bold;
  color: #ed1c24;
  text-shadow: 2px 2px 0 white, -2px 2px 0 white, 2px -2px 0 white,
    -2px -2px 0 white, 0 2px 0 white, 2px 0 0 white, -2px 0 0 white,
    0 -2px 0 white;
}

.container-xl {
  max-width: 768px;
}
@media (min-width: 1400px) {
  .container-xl {
    max-width: 1900px;
  }
  .play .container-xl .logo-challenge img {
    margin: 0 auto 20px;
    width: 400px;
    max-width: 70%;
  }
  .play .container-xl h1 {
    font-size: 52px;
  }
  .play .container-xl p,
  .play .container-xl h2,
  .play .container-xl h3 {
    font-size: 18px;
  }
  .play .container-xl .qr {
    width: 320px;
    max-width: 50%;
    padding: 10px;
  }

  .play .container-xl .qr img {
    object-fit: contain;
    width: 100%;
  }

  .play .container-xl .winners {
    max-width: 100%;
    margin: 10px auto;
    font-weight: bold;
  }

  .play .container-xl .general-score .total-score-wrapper .score-label {
    font-size: 18px;
  }

  .text-with-image {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .text-with-image .item {
    width: 33.33%;
  }
  .text-with-image .item .qr {
    max-width: 100%;
  }
}
@media (min-width: 1900px) {
  .play .container-xl .logo-challenge img {
    margin: 0 auto 20px;
    width: 400px;
    max-width: 70%;
  }
  .play .container-xl h1 {
    font-size: 56px;
  }
  .play .container-xl p,
  .play .container-xl h2,
  .play .container-xl h3 {
    font-size: 24px;
  }
  .play .container-xl .qr {
    width: 420px;
    max-width: 50%;
    padding: 10px;
  }

  .play .container-xl .qr img {
    object-fit: contain;
    width: 100%;
  }

  .play .container-xl .winners {
    max-width: 100%;
    margin: 10px auto;
    font-weight: bold;
  }

  .play .container-xl .general-score .total-score-wrapper .score-label {
    font-size: 24px;
  }

  .text-with-image {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .text-with-image .item {
    width: 33.33%;
  }
  .text-with-image .item .qr {
    max-width: 100%;
  }
}

.bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 70px 0;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.bubble {
  position: absolute;
  bottom: -100px;
  min-width: 50px;
  width: 2vw;
  border-radius: 50%;
  opacity: 0.5;
  animation: rise 10s infinite ease-in;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
}
.bubble:nth-child(1) {
  width: 3vw;
  left: 10%;
  animation-duration: 8s;
}
.bubble:nth-child(2) {
  width: 4vw;
  left: 20%;
  animation-duration: 5s;
  animation-delay: 1s;
}
.bubble:nth-child(3) {
  width: 5vw;
  left: 35%;
  animation-duration: 7s;
  animation-delay: 2s;
}
.bubble:nth-child(4) {
  width: 6vw;
  left: 50%;
  animation-duration: 11s;
  animation-delay: 0s;
}
.bubble:nth-child(5) {
  width: 2.7vw;
  left: 55%;
  animation-duration: 6s;
  animation-delay: 1s;
}
.bubble:nth-child(6) {
  width: 2.4vw;
  left: 65%;
  animation-duration: 8s;
  animation-delay: 3s;
}
.bubble:nth-child(7) {
  width: 3.2vw;
  left: 70%;
  animation-duration: 12s;
  animation-delay: 2s;
}
.bubble:nth-child(8) {
  width: 4.4vw;
  left: 80%;
  animation-duration: 6s;
  animation-delay: 2s;
}
.bubble:nth-child(9) {
  width: 14vw;
  left: 70%;
  animation-duration: 5s;
  animation-delay: 1s;
}
.bubble:nth-child(10) {
  width: 5.4vw;
  left: 25%;
  animation-duration: 10s;
  animation-delay: 4s;
}
@keyframes rise {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }
  50% {
    transform: translate(100px);
  }
  100% {
    bottom: 1080px;
    transform: translateX(-200px);
  }
}

.bubbles + .container {
  position: relative;
  z-index: 1000;
}
