:root {
  --checkbox-border: 1px solid black;
}

@font-face {
  font-family: Franklin-Gothic-Regular;
  src: url("../assets/fonts/Franklin-Gothic-Regular.ttf");
}

@font-face {
  font-family: Franklin-Gothic-Book;
  src: url("../assets/fonts/Franklin-Gothic-Book.ttf");
}

@font-face {
  font-family: Franklin-Bold;
  src: url("../assets/fonts/Franklin-Bold.ttf");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .privacy-policy {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: rgb(0, 106, 178);
  }
}

/*PREVENT STICKY BUTTONS ON TOUCH DEVICES*/
@media (pointer: coarse) {
  [data-color-link-primary]:hover,
  [data-color-link-secondary]:hover,
  [data-menu]:hover,
  [data-color-social-primary]:hover,
  [data-color-social-secondary]:hover {
    opacity: 1 !important;
  }

  [data-button]:hover:not([disabled]) {
    opacity: 1 !important;
  }
}

[data-email] {
  position: relative;
  min-height: 100vh;
  background-color: black;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}

[data-button],
.game-button {
  background: #006ab2 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 5px #00000040;
  border-radius: 2px;
  opacity: 1;
}

.logo-container {
  text-align: center;
  padding: 0.7rem 0;
  min-height: 3.5rem;
}

.logo-container img {
  max-width: 200px;
  max-height: 50px;
  object-fit: contain;
}

.pink {
  color: #ff7e21;
  font-weight: 700;
}

.privacy-policy {
  text-align: left;
  color: #fff;
}

#main-copyright-text {
  display: inline-block;
}

body {
  position: relative;
}

.custom-btn {
  padding: 0.7rem 2.5rem;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  /* margin-bottom: 0.5rem; */
  cursor: pointer;
}

.container {
  margin-bottom: 50px;
  width: 90%;
  backdrop-filter: blur(3px);
  border-radius: 4px;
}

#limit-reached .container {
  margin: auto;
}

#custom-button-answer {
  background: #ffffff 0% 0% no-repeat padding-box !important;
  text-align: center !important;
  letter-spacing: 0px !important;
  color: #4b4b4d !important;
  opacity: 1 !important;
  margin-bottom: 50px !important;
}

#custom-button-answer:hover {
  color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(0, 106, 178, 1) !important;
}

.custom-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.submit-container > div {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}

a {
  color: #ff7e21;
  font-weight: bold;
}

.heading-style {
  font-size: 2.5rem;
  line-height: 1.3 !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 5px 1rem;
}

.heading-style-subtitle {
  font-size: 1.5rem !important;
  line-height: 1;
  margin-bottom: 1rem;
}

.logo-text {
  text-align: center;
  letter-spacing: 0px;
  color: #4b4b4d;
  opacity: 1;
}

.time h3 {
  margin: 0;
}

#register .heading-style {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.copyright {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.intro-copyright {
  /* text-shadow: 1px 1px black; */
}

.introduceParagraph {
  /* margin-top: 2rem; */
  margin-bottom: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /* font-weight: bold; */
  color: #4b4b4d;
}

.introduceParagraph2 {
  /* margin-top: 1.5rem; */
  margin-bottom: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.introduceParagraph3 {
  margin-top: 1.5rem;
  margin-bottom: 0rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: bold;
  color: #4b4b4d;
}

a {
  font-weight: bold;
}

.intro-content-container {
  margin: 0 auto;
  width: 50%;
  border-radius: 4px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  /* margin-bottom: 10%; */
}

p.copyright a {
  color: #ff7e21;
}

img.logo {
  margin-top: 1rem;
}

ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 1.5rem;
}

ul.social li {
  margin: 0.5rem;
  display: inline-block;
}

ul.social li a {
  text-decoration: none;
}

ul.social li a i {
  width: 32px;
  height: 32px;
  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;
  background-color: none !important;
  color: #006ab2;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.social li a i:hover {
  background-color: rgb(75, 75, 77, 1);
  color: #fff;
}

form {
  width: 60%;
  margin: 0 auto;
}

form .form-group {
  margin-bottom: 1rem;
  text-align: left;
}

form .form-group label {
  font-weight: 400;
  color: #fff;
}

#title-input {
  display: block !important;
  opacity: 0;
}

form .form-group input.form-control,
select.form-control,
span.form-control {
  /* border-radius: 0.5rem; */
  color: #fff;
  border: none;
  font-weight: bold;
}

select {
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button img {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
}

.question-text {
  margin: 2rem auto;
}

.answer {
  text-transform: inherit;
  padding: 0.3rem 2.5rem;
  /* margin: 0.5rem 0; */
  background: #ffffff 0% 0% no-repeat padding-box !important;
  color: #4b4b4d !important;
  border-radius: 0 !important;
  border: 0.5px solid #dbdbdb !important;
  opacity: 1 !important;
}

.answer:hover,
.answer:checked {
  outline: 0.5px solid #006ab2 !important;
  border-color: rgba(219, 219, 219, 0) !important;
  z-index: 9;
}

body .main-content {
  min-height: 100vh;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  /* box-shadow: 0 0 6px lightslategrey; */
}

body .main-content .page {
  margin: 0 auto;
  width: 100%;
}

body .main-content .first-screen {
  width: 70%;
}

body .main-content img.spotlight-left {
  position: absolute;
  top: 0;
  left: 0;
}

body .main-content img.spotlight-right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

body .main-content .image {
  margin: 2rem 0;
  position: relative;
}

body .main-content .image::before {
  content: "";
  position: absolute;
  height: 220px;
  width: 450px;
  background: transparent;
  border: 5px solid #ff7e21;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  padding: 1.5rem;
  margin: 0 auto;
  bottom: 30px;
  left: 23%;
}

body .main-content .image img.border-img {
  width: 80%;
  margin-top: 50px;
}

body .main-content img.main-img {
  max-width: 50%;
  max-height: 20rem;
  -o-object-fit: contain;
  object-fit: contain;
  /* box-shadow: 0 0 6px lightslategrey; */
}

.game {
  width: 100%;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  /* -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.26); */
}

body .main-content > div {
  position: relative;
}

body .main-content .first-screen,
body .main-content .game__block,
body .main-content .great-job,
body .main-content .thank-you {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

body .main-content .first-screen .custom-btn {
  margin-top: 2rem;
}

body .main-content .game__block {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .main-content .game__block .border-polygon {
  background: transparent;
  margin: 0 auto;
}

body .main-content .game__block .border-polygon .game-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 95%;
  margin: 0 auto;
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

.game-block {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body .main-content .game__block .border-polygon .game-items .game-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  margin: 0.5rem 0.5rem;
}

body .main-content .game__block .border-polygon .game-items .game-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 130px;
  width: 100%;
}

body .main-content .game__quiz .custom-btn {
  width: 100%;
  text-transform: inherit;
  padding: 0.7rem 2.5rem;
  margin: 0.5rem 0;
}

body .main-content .game__swipe {
  display: none;
}

body .main-content .game__swipe .game-controls {
  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;
}

body .main-content .game__swipe .game-controls .box {
  width: 80px;
  height: 80px;
  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;
  background-color: #ff7e21;
  border-radius: 50%;
}

body .main-content .game__swipe .game-controls .arrow img {
  max-width: 75px;
}

body .main-content .game__swipe .game-controls .arrow.arrow-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body .main-content .game__swipe {
  margin-bottom: 3rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}

body .main-content .game__swipe {
  color: #fff;
  font-weight: 600;
  margin-top: 1.5rem;
  font-size: 2rem;
  margin-bottom: 0;
  margin-left: 2rem;
  margin-bottom: 1.5rem;
}

body .main-content .game__swipe a.btn {
  width: 100%;
  text-transform: inherit;
  padding: 0.7rem 2.5rem;
  margin: 0.5rem 0;
}

body .main-content .great-job {
  display: none;
}

.registerHeadingParagraph {
  /* margin-bottom: 2rem; */
  max-width: 575px;
  margin: 10 auto;
  font-size: 18px !important;
}

body .main-content .thank-you {
  display: none;
}

.custom-checkbox {
  color: white;
}

.custom-checkbox {
  margin: 0;
  font-size: 15px;
  /* padding-left: 55px !important; */
}

.outcome-text-container {
  margin-top: 0.5rem;
}

/* register  */

.custom-control-label::before {
  border: 1px solid #48535e;
}

#register .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  /* background-image: none;
  transform: scale(0.75); */
}

.custom-checkbox .custom-control-label::before {
  background-color: transparent !important;
  border-radius: 0;
  border: var(--checkbox-border);
}

input[type="checkbox"] {
  border: 1px solid;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  /* top: calc(50% - 0.5rem); */
}

.custom-checkbox .custom-control-label * {
  vertical-align: middle;
}

.form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

.privacy-policy h4 {
  font-weight: 600;
}

.privacy-policy .heading-style-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: -15px;
  margin-right: -15px; */
  min-height: 70px;
  margin-bottom: 2rem;
}

.privacy-policy .heading-style-container .heading-style {
  text-align: center;
  margin: 0;
}

/*
  *   Responsive
  */

@media only screen and (min-width: 1650px) {
  .form {
    width: 70%;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1649px) {
  h2.heading-style {
    font-size: 2rem;
  }

  p {
    font-size: 1rem !important;
  }

  img.camera {
    width: 100%;
  }

  .container {
    width: 100%;
    margin-bottom: 50px;
  }

  body .main-content .page {
    width: 100%;
  }

  body .main-content .image::before {
    left: 21%;
  }

  body .main-content .image img.border-img {
    margin-top: 25px;
  }

  body .main-content .image img.main-img {
    width: 270px;
    height: 270px;
  }

  body .main-content .game__block .col-md-6.offset-3 {
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  body .main-content .game__block .col-md-6.offset-3 button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
  }

  body .main-content .thank-you .mt-5 {
    margin-top: 1.5rem !important;
  }
}

.validation-text {
  color: red;
  display: none;
  text-align: left;
  width: 60%;
  margin-inline: auto;
  font-size: 14px !important;
  margin-bottom: 0px !important;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-3 {
    margin-left: 0 !important;
  }

  h2.heading-style {
    font-size: 3rem;
  }

  p {
    font-size: 1.3rem !important;
  }

  .copyright {
    font-size: 1rem !important;
    margin-top: 1.5rem;
  }

  .custom-btn {
    font-size: 1.2rem !important;
  }

  ul.social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  form,
  .validation-text {
    width: 90%;
  }

  form .form-group {
    width: 100%;
    margin: 0.5rem 0;
  }

  form button {
    margin-top: 1.5rem;
  }

  body .main-content .page {
    width: 100%;
  }

  body .main-content .spotlight-left {
    width: 40%;
  }

  body .main-content .spotlight-right {
    width: 40%;
  }

  body .main-content .image::before {
    left: 17%;
  }

  body .main-content .first-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .main-content .first-screen p.w-75 {
    width: 90% !important;
  }

  body .main-content .first-screen p.w-75 br {
    display: none;
  }

  body .main-content .game__block {
    text-align: center;
  }

  body .game__block .border-polygon .game-items .game-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100px !important;
    width: 100%;
  }

  body .main-content .game__block .border-polygon .game-items .game-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0.5rem 0.5rem;
  }

  body .main-content .game__block button {
    width: 75%;
    margin: 0.5rem auto;
  }

  body .main-content .game__quiz .custom-btn {
    width: 75% !important;
  }

  body .main-content .great-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .main-content .great-job .description {
    padding: 1rem;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  body .main-content .great-job .description form .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  body .main-content .thank-you {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
  body .main-content img.main-img {
    max-width: 85%;
    box-shadow: 0 0 6px lightslategrey;
  }

  .offset-3 {
    margin-left: 0 !important;
  }

  h2.heading-style {
    font-size: 1.75rem;
  }

  p {
    font-size: 0.9rem !important;
  }

  .copyright {
    font-size: 0.9rem !important;
    margin-top: 1.5rem;
  }

  .custom-btn {
    font-size: 1rem !important;
  }

  form,
  .validation-text {
    width: 100%;
  }

  form .form-group {
    width: 100%;
  }

  form button {
    margin-top: 1rem;
  }

  body .main-content .page {
    width: 100%;
  }

  body .main-content .spotlight-left {
    width: 50%;
  }

  body .main-content .spotlight-right {
    width: 50%;
  }

  body .main-content .image::before {
    height: 120px;
    width: 80%;
    bottom: 20%;
    left: 10%;
  }

  body .main-content .image img.main-img {
    width: 200px;
    height: 200px;
  }

  body .main-content .image img.border-img {
    width: 100%;
  }

  body .main-content .first-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .main-content .first-screen h2 {
    margin-top: 3rem;
  }

  body .main-content .first-screen p.w-75 br {
    display: none;
  }

  body .main-content .game__block {
    text-align: center;
  }

  body .main-content .game__block .border-polygon .game-items .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
    margin: 4px;
  }

  body .main-content .game__block .border-polygon .game-items .item img {
    height: 120px;
  }

  body .main-content .game__quiz {
    margin-top: 3rem;
  }

  body .main-content .great-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .main-content .great-job form .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  body .main-content .game__swipe .w-75 {
    width: 90% !important;
  }

  body .main-content .game__swipe .game-controls .box {
    width: 60px;
    height: 60px;
  }

  body .main-content .game__swipe .game-controls .box img {
    width: 20px;
    height: 20px;
  }

  body .main-content .game__swipe .game-controls .arrow {
    width: 50px;
    height: 50px;
  }

  body .main-content .thank-you {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .padding-game-row {
    padding: 1rem !important;
  }

  body .main-content .game__block .border-polygon .game-items .game-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 38%;
    max-width: 38%;
    margin: 0.5rem 0.5rem;
  }

  body .main-content .game__block .border-polygon .game-items .game-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100px;
    width: 100%;
  }

  ul.social li a i {
    width: 2rem;
    height: 2rem;
    font-size: 22px;
  }

  #outcome-text,
  #outcome-text2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 320px) {
  body .main-content img.main-img {
    max-width: 80%;
  }

  .offset-3 {
    margin-left: 0 !important;
  }

  img.logo {
    width: 80%;
  }

  h2.heading-style {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.9rem !important;
  }

  .copyright {
    font-size: 0.9rem !important;
    margin-top: 1.5rem;
  }

  .custom-btn {
    font-size: 0.9rem !important;
  }

  ul.social li a i {
    width: 2rem;
    height: 2rem;
    font-size: 22px;
  }

  .container {
    width: 100%;
  }

  form {
    width: 100%;
  }

  form .form-group {
    width: 100%;
  }

  form button {
    margin-top: 0.5rem;
  }

  body .main-content .page {
    width: 100%;
  }

  body .main-content .spotlight-left {
    width: 50%;
  }

  body .main-content .spotlight-right {
    width: 50%;
  }

  body .main-content .image::before {
    height: 120px;
    width: 80%;
    bottom: 15px;
    left: 10%;
  }

  body .main-content .image img.main-img {
    width: 150px;
    height: 150px;
  }

  body .main-content .image img.border-img {
    width: 100%;
  }

  body .main-content .first-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .main-content .first-screen h2 {
    margin-top: 3rem;
  }

  body .main-content .first-screen p.w-75 {
    width: 90% !important;
  }

  body .main-content .first-screen p.w-75 br {
    display: none;
  }

  body .main-content .game__block {
    text-align: center;
  }

  body .main-content .game__block .border-polygon .game-items .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    max-width: 43%;
    margin: 4px;
  }

  body .main-content .game__block .border-polygon .game-items .game-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin: 0.5rem 0.5rem;
  }

  .padding-game-row {
    padding: 1rem !important;
  }

  body .main-content .game__block .border-polygon .game-items .game-item img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 90px;
    width: 100%;
  }

  body .main-content .game__block .border-polygon .game-items .item img {
    height: 120px;
  }

  body .main-content .game__quiz {
    margin-top: 3rem;
  }

  body .main-content .great-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body .main-content .great-job form .row .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  body .main-content .game__swipe .w-75 {
    width: 90% !important;
  }

  body .main-content .game__swipe .game-controls .box {
    width: 60px;
    height: 60px;
  }

  body .main-content .game__swipe .game-controls .box img {
    width: 20px;
    height: 20px;
  }

  body .main-content .game__swipe .game-controls .arrow {
    width: 50px;
    height: 50px;
  }

  body .main-content .thank-you {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  #outcome-text,
  #outcome-text2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* MEMORY GAME */

#page-container {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  width: 90%;
}

#card-container {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: 0fr 0fr 0fr 0fr;
  grid-template-rows: auto auto auto auto;
  margin-bottom: 50px;
}

.game-item {
  display: flex;
  justify-content: center;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin: 10px;
}

#timer {
  font-weight: bold;
}

.game-item img {
  -webkit-user-drag: none;
}

.memory-card {
  font-size: 0px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  width: 12rem;
  height: 12rem;
  /* -moz-box-shadow: 0 0 10px grey;
  -webkit-box-shadow: 0 0 10px grey; */
  /* box-shadow: 0 0 10px grey; */
  border-radius: 1rem;
}

.header-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 100px;
}

.header-game .game-icon {
  background-color: #fff;
  mask: url("../assets/icons/stopwatch.svg") no-repeat center / contain;
  -webkit-mask: url("../assets/icons/stopwatch.svg") no-repeat center / contain;
  height: 20px;
  width: 20px;
}

#game-time,
#question {
  padding-right: 0.5rem;
}

.header-game .time {
  opacity: 0.9;
  border-radius: 20px;
  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;
  margin-bottom: 2rem;
  font-weight: 900;
  font-size: 2rem;
}

.header-game .time img {
  width: 30px;
  height: 30px;
}

.header-game .time span {
  display: block;
  margin-left: 0.5rem;
}

.header-game .time-element {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1278px) {
  .game-item {
    flex-basis: 20%;
  }

  .memory-card {
    width: 8rem;
    height: 8rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .game-item {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }

  .memory-card {
    width: 7rem;
    height: 7rem;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.7rem 2.5rem;
  }
}

@media only screen and (min-width: 361px) and (max-width: 767px) {
  .header-game {
    margin-top: 1rem;
  }

  .header-game .time {
    font-size: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 14px;
  }

  .game-item {
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
  }

  .memory-card {
    width: 28vw;
    height: 28vw;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.7rem 2.5rem;
  }
}

@media only screen and (max-width: 360px) {
  .header-game {
    margin-top: 1rem;
  }

  .header-game .time {
    font-size: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 14px;
  }

  .game-item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .memory-card {
    width: 30vw;
    height: 30vw;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.7rem 2.5rem;
  }
}

/* quiz  */

.content {
  /* width: 100%; */
  margin: auto;
  padding: 0 1rem;
  flex-direction: column;
  border-radius: 4px;
}

.questionHeading {
  font-weight: 800;
}

.content {
  max-width: 750px;
  width: 90%;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .intro-content-container {
    width: 85%;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .intro-content-container {
    width: 85%;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 980px !important;
  }
}

/* SWIPE  */

.introduction-img {
  position: relative;
  height: 330px;
  width: 330px;
}

.introduction-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swipe-container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 0 0.5rem;
  width: 90%;
  margin: auto;
}

.game-container-swipe {
  width: 60%;
  margin: 0rem auto;
  padding: 0 1rem;
  backdrop-filter: blur(3px);
  border-radius: 4px;
}

.images {
  position: relative;
  width: 400px;
  margin: 0 auto;
}

.image-double {
  width: 100%;
}

.mobileArrow {
  position: absolute;
  top: calc(50% - 30px);
  left: -4rem;
}

/*quiz same button content height*/

.game-controls-container {
  display: flex;
  flex: 1;
}

.game-controls {
  display: flex;
  flex: 1;
}

body #game-view .answerSwipe {
  white-space: normal;
  word-wrap: break-word;
  margin-top: -2rem;
  margin-bottom: 4rem;
  padding: 0.7rem;
  display: flex !important;
  flex: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.arrowsSmallDeviceContainer {
  display: none;
}

.mobileArrow2 {
  position: absolute;
  top: calc(50% - 30px);
  right: -4rem;
}

.mirror {
  transform: scaleX(-1);
}

.arrowSwipe {
  font-size: 60px;
}

@media only screen and (max-width: 520px) {
  .mobileArrowSmallDevice,
  .mobileArrowSmallDevice2 {
    font-size: 40px;
  }

  .arrowsSmallDeviceContainer {
    display: flex;
  }

  .mobileArrow,
  .mobileArrow2 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #card-container {
    grid-template-columns: 0fr 0fr;
    margin-bottom: 50px;
  }

  .answersSwipeContainer > div {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-content-container {
    width: 90%;
    border-radius: 4px;
  }

  .images {
    width: 100%;
    max-width: 400px;
    margin: 1px auto;
  }

  .game {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .game-container-swipe {
    width: 100%;
  }

  body #game-view .answerSwipe {
    width: 90%;
  }

  .arrowSwipe {
    font-size: 50px;
  }

  .mobileArrow,
  .mobileArrow2 {
    top: calc(50% - 25px);
  }

  .mobileArrow {
    left: -2rem;
  }

  .mobileArrow2 {
    right: -2rem;
  }

  .introduction-img {
    height: 240px;
    width: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .game-container-swipe {
    width: 80%;
    padding: 1rem;
  }

  .introduction-img {
    height: 240px;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .game-container-swipe {
    width: 80%;
    padding: 1rem;
  }
}

@media only screen and (max-width: 487px) {
  .images {
    width: 100%;
  }
}

#privacy_checbox_1 {
  text-align: left !important;
  display: inline-block;
}

#privacy_checbox_2 {
  text-align: left !important;
  display: inline-block;
}

#privacy_checbox_3 {
  text-align: left !important;
  display: inline-block;
}

/* additional css to manage centering selectpicker in safari */

#div-select {
  position: relative;
}

.span-select {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 90%;
}

/* cta buttons */

.cta-buttons {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 10px auto;
}

.cta {
  display: none;
  min-width: 150px;
  min-height: 45px;
  padding: 5px 10px;
  margin-bottom: 20px;
  margin-top: 40px;
  background: #006ab2 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 5px #00000040;
  border-radius: 2px;
  opacity: 1;
  margin: 5px;
}

@media screen and (max-width: 539px) {
  .cta {
    width: 100%;
    background: #006ab2 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 5px #00000040;
    border-radius: 2px;
    opacity: 1;
  }
}

/* ---------------------------------------------------------------------------- */

/* ============================= SPIN THE WHEEL =============================== */

/* ---------------------------------------------------------------------------- */

.po-none {
  pointer-events: none;
}

.spin-the-wheel {
  width: 100%;
  height: auto;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-section,
.wheel-section {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
}

.legend-1,
.legend-2 {
  display: flex;
  flex-direction: column;
}

.legend-element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.legend-element span {
  line-height: 1.4;
  min-height: 1rem;
  margin: 0 20px;
}

.sector {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-shrink: 0;
  border-radius: 10px;
}

.sector > img {
  max-width: 100%;
  width: 50px;
  height: 50px;
}

.spin-the-wheel button {
  padding: 10px 20px;
  width: unset !important;
  margin: 0 !important;
  max-width: 300px;
}

.ticker-layer,
.center-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}

.wheel-ticker {
  width: 44px;
  height: 43px;
  object-fit: contain;
  margin: auto -5px auto auto;
}

.wheel-center {
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
}

.canvas-container {
  width: 260px;
  height: 260px;
  border: 10px solid #fbb03b;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

@media screen and (min-width: 360px) {
  .canvas-container,
  .ticker-layer {
    width: 340px;
    height: 340px;
  }

  canvas {
    width: 310px;
    height: 310px;
  }

  .spin-the-wheel .button-container {
    width: 50%;
    margin-left: auto;
    display: flex;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 410px) {
  .canvas-container,
  .ticker-layer {
    width: 380px;
    height: 380px;
  }

  canvas {
    width: 350px;
    height: 350px;
  }

  .wheel-ticker {
    width: 59px;
  }

  .legend-element {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 600px) {
  .spin-the-wheel {
    flex-flow: row wrap;
    align-items: flex-start;
  }

  .legend-1,
  .legend-2 {
    flex: 0 0 50%;
  }

  .wheel-section {
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 1024px) {
  .spin-the-wheel {
    max-width: 1360px;
    margin: auto;
  }

  .legend-1,
  .legend-2 {
    flex: 0 0 25%;
    gap: 50px;
    align-items: center;
  }

  .wheel-section {
    flex: 0 0 50%;
  }

  .legend-1 {
    order: 1;
  }

  .wheel-section {
    order: 2;
  }

  .legend-2 {
    order: 3;
  }

  .spin-the-wheel .button-container {
    width: 100%;
    justify-content: center;
  }

  .canvas-container {
    margin: 0 0 40px 0;
  }
}

@media screen and (min-width: 1280px) {
  .canvas-container,
  .ticker-layer {
    width: 500px;
    height: 500px;
  }

  canvas {
    width: 470px;
    height: 470px;
  }
}

/* ----------------------------- SURVEY --------------------------------- */

/* ----- kill outline on focus ------ */

textarea:focus-visible {
  outline: none;
}

.single-answer ::before,
.multiple-answer ::before {
  outline: none;
  box-shadow: none !important;
}

/* ---- radio buttons for single choice answers ---- */

.single-answer .custom-checkbox .custom-control-label::before,
.single-answer .custom-checkbox .custom-control-label::after {
  border-radius: 50% !important;
}

/* ----- Question counter ------ */

h3 > span,
h3 > span > span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
}

/* ---- DISABLE BOOTSTRAP GREY TEXT WHEN ANSWER IS DISABLED ---- */

.survey__text-section .custom-control-input:disabled ~ .custom-control-label {
  color: unset;
}

/* ----- single and multiple answers ------ */

.single-answer,
.multiple-answer {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px auto;
}

.survey__answers-container {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .single-answer,
  .multiple-answer {
    flex-flow: row nowrap;
    gap: 50px;
  }
}

.single-answer .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border: 4px solid;
}

.multiple-answer .custom-checkbox .custom-control-label::before {
  border: 2px solid;
  border-radius: 2px;
}

.multiple-answer .custom-checkbox .custom-control-label::after {
  background-size: 75%;
  border: 2px solid;
}

.single-answer .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  transform: scale(0.6);
}

/* ----- navigation ------ */

.survey__navigation {
  width: 100%;
  margin: 30px auto;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media screen and (min-width: 600px) {
  .survey__navigation {
    flex-flow: row wrap;
  }
}

.survey__navigation > button {
  width: unset;
  margin: 0;
  min-width: 200px;
  padding: 10px 20px;
}

.survey__question-text,
.survey__question-counter,
.survey__picture-section {
  margin-bottom: 20px;
}

.survey__text-section {
  width: 100% !important;
  margin-bottom: 40px;
}

.survey__picture-section {
  max-width: 500px;
  max-height: 400px;
  margin: auto;
  display: flex;
  justify-content: center;
}

#survey {
  width: 100% !important;
}

#survey label {
  text-align: start;
}

.text-answer textarea {
  width: 100%;
  max-width: 400px;
  min-height: 250px;
  margin: 30px auto auto;
  padding: 10px 20px;
}

@media screen and (max-width: 1023px) {
  .survey__text-section {
    text-align: center;
  }

  .survey__text-section,
  .survey__picture-section {
    width: 100% !important;
  }
}

.survey__image {
  object-fit: contain;
}

/* ======================== SCALE ELEMENT ======================== */
.scale-container {
  width: 100%;
}

.scale {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: fit-content;
  margin: auto;
}

.scale__line {
  height: 88%;
  margin: auto 0;
  background: rgba(255, 206, 118, 1);
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
}

.scale__sector {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  z-index: 1;
  margin: 10px;
}

.scale__sector__button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}

.scale__sector__text {
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
  margin-left: 10px;
  text-align: start;
}

.scale__sector__button.scale__marker {
  transform: scale(1.4);
}

.scale__marker:after {
  content: "";
  transition: all 0.1s ease-out;
  border-radius: 50%;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  transform: scale(0.7);
}

@media screen and (max-width: 1023px) {
  .scale {
    min-height: 210px;
  }

  span[data-scale-line] {
    width: 5px !important;
  }

  .scale-container > .scale > .scale__sector {
    width: 100% !important;
  }

  .scale_last_visible {
    align-items: flex-end;
  }

  .survey__text-section,
  .survey__picture-section {
    width: 100% !important;
  }
}

@media screen and (min-width: 1024px) {
  .scale-container {
    width: 100%;
    margin: 30px auto;
    min-width: 500px;
    max-width: 1000px;
  }

  .scale {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    margin-top: 15px;
  }

  .scale__line {
    top: 3px;
    width: 88%;
    height: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .scale__sector {
    height: auto;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .scale__sector__button {
    margin: -8px 0 0 0;
  }

  .scale__sector__text {
    width: 100%;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin: 10px 0;
    padding: 0 5px;
    text-align: center;
    line-height: 1em;
  }
}

/* ========================== SCRATCH CARD ========================== */
.po-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

.scratch-card__title {
  width: 100%;
  flex: 0 0 100%;
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20px;
}

/* -------------- LEGEND -------------- */
#scratch-card .legend {
  width: fit-content;
  max-width: 100%;
  height: auto;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  position: relative;
  margin: auto;
}

#scratch-card .legend-element {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#scratch-card .legend-element > span {
  display: flex;
  align-items: center;
}

#scratch-card .sector {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

#scratch-card .sector > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {
  #scratch-card .legend-1,
  #scratch-card .legend-2 {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }

  #scratch-card .legend-1 {
    order: 5;
    margin-top: 30px !important;
  }

  #scratch-card .legend-2 {
    order: 6;
  }
}

/* -------------- CARD CONTAINER -------------- */
.po-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

#scratch-card canvas {
  transform: rotate(0deg);
}

.scratch-card__container {
  width: 90%;
  max-width: 450px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  margin: auto;
}

.scratch-card__container > .card {
  min-width: 89px;
  min-height: 89px;
  aspect-ratio: 1 / 1;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: transparent;
  box-shadow: 0 0 8px rgb(0, 0, 0, 0.5);
  border: 4px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
}

.card-canvas {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  border-radius: inherit;
}

.prize-cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  border-radius: inherit;
}

#scratch-card .prize {
  position: relative;
  z-index: 8;
}

.scratch-card__container img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: inherit;
}

/* -------------- ANIMATIONS -------------- */
.card-outline {
  box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.3);
}

.card-match {
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: blink 0.5s infinite;
  -moz-animation: blink 0.5s infinite;
  -o-animation: blink 0.5s infinite;
  animation: blink 0.5s infinite;
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
  }
}

@-webkit-keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
  }
}

@-moz-keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
  }
}

@-o-keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
  }
}

/* --------------- RETRY MODAL --------------- */
.retry-modal {
  width: 90%;
  max-width: 400px;
  height: fit-content;
  min-height: 300px;
  position: absolute;
  top: 200px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.retry-modal__body {
  width: 100%;
  min-height: 300px;
  padding: 70px 10px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: inherit;
}

.retry-modal__body > h1 {
  margin-bottom: 40px;
}

.retry-modal__body > button {
  min-width: 200px;
  padding: 10px 20px;
  margin: 0 !important;
}

/*////// MEDIA QUERY ////*/

@media screen and (max-width: 1023px) {
  .spin-the-wheel .button-container {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .spin-the-wheel button {
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 360px) {
  canvas {
    width: 230px;
    height: 230px;
  }
}

@media screen and (min-width: 520px) and (max-width: 1024px) {
  .scratch-card__container > .card {
    width: 120px;
    height: 120px;
  }

  .scratch-card__container {
    max-width: 380px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* gtp fix */
.gtp-tile-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 0;
}

#gtp .image-double {
  max-width: 520px;
  margin: auto;
}

/* ================================ RTL SUPPORT ================================ */
[dir="rtl"] #privacy_checbox_1,
[dir="rtl"] #privacy_checbox_2,
[dir="rtl"] #privacy_checbox_3 {
  text-align: right !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="rtl"] #next-btn,
  [dir="rtl"] #submit-btn {
    order: -2;
  }
}

[dir="rtl"] .custom-control.custom-checkbox {
  text-align: right;
  padding: 0 2.5rem 0 0 !important;
}

[dir="rtl"] .custom-control-label {
  text-align: right;
}

[dir="rtl"] .legend-element span {
  text-align: center;
}

[dir="rtl"] .custom-control-label::before,
[dir="rtl"] .custom-control-label::after {
  right: -1.5rem;
}

[dir="rtl"] #terms,
[dir="rtl"] #privacy,
[dir="rtl"] textarea {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .counter-element,
[dir="rtl"] .survey__question-counter > h3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3px;
}

[dir="rtl"] .game-container-swipe .counter-element {
  direction: rtl;
}

[dir="rtl"] #status-txt,
[dir="rtl"] #status-txt-swipe {
  display: flex !important;
  flex-direction: row;
}

[dir="rtl"] [data-mode-swipe] {
  direction: ltr;
}

[dir="rtl"] p[data-personality-test],
[dir="rtl"] p[data-quiz] {
  direction: rtl;
}

@media (min-width: 992px) {
  [dir="rtl"] .offset-lg-1 {
    margin-left: unset;
    margin-right: 8.333333%;
  }
}

@media screen and (max-width: 1023px) {
  [dir="rtl"] .scale__line {
    left: unset;
    right: 20px;
  }

  .scale__sector__text {
    margin-left: unset;
    margin-right: 10px;
  }
}

.custom-checkbox .custom-control-input:checked ~ [data-color-primary-text-checkbox]::after {
  background-image: url(../assets/images/images.png) !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  background-size: cover;
}

.intro-text-container {
  max-width: 400px;
  margin: 0 auto;
}

#game-view [data-button] {
  color: #4b4b4d !important;
  box-shadow: none !important;
  border-radius: none !important;
  border-radius: 0px !important;
}

.game-button {
  border-radius: 0px !important;
}

[data-color-link-secondary] {
  transition: ease 0.3s !important;
  color: rgba(0, 106, 178, 1) !important;
  text-align: center !important;
  letter-spacing: 0px !important;
  color: #006ab2;
  opacity: 1 !important;
}

/* #register [data-button] {
  font-family: "Franklin-Gothic-Regular" !important;
  color: rgba(255, 255, 255, 1) !important;
}  */

.row {
  border-radius: 4px;
  /* backdrop-filter: blur(3px); */
}

.submit-container {
  margin: 0 auto !important;
}

#register .checkbox-padding {
  margin: 0 auto;
  padding: 15px;
  max-width: 480px;
  text-align: justify !important;
  line-height: 1.5;
}

@media screen and (max-width: 360px) {
  #register .checkbox-padding {
    text-align: left !important;
  }
}

.error {
  border: 1px solid red !important;
}

.checkboxError::before {
  border: 1px solid red !important;
}
