@font-face {
  font-family: Poppins-Regular;
  src: url("../assets/fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  src: url("../assets/fonts/Poppins-Bold.ttf");
}

* {
  margin: 0%;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .privacy-policy {
    hyphens: auto;
  }
}

/* question, picture and time elements */

h1,
h2,
h3 {
  color: #48535e;
  font-weight: 700;
}

h3 > span,
h3 > span > span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
}

label {
  text-align: left;
  padding-right: 15px;
}

.multiple-answer label,
.multiple-answer span,
.single-answer label,
.single-answer span {
  width: fit-content;
}

.game-container-swipe h3 span {
  font-weight: 600;
}

.header-game .time span {
  display: block;
  margin-left: 0.5rem;
}

.game-info h3 {
  display: inline-block;
}

.spin-the-wheel .legend span {
  font-size: 18px;
  line-height: 21px;
  color: #48535e;
}

.survey__question-counter h3 {
  margin: 0;
}

[dir="rtl"] .counter-element,
[dir="rtl"] .survey__question-counter > h3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
}

#picture-wrap > h3,
#picture-wrap > h3 > span,
#question-wrap > h3,
#question-wrap > h3 > span,
#question-wrap-swipe > h3,
#question-wrap-swipe > h3 > span,
#time-wrap > h3 {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}

/* 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;
  }
}

div[data-background] {
  z-index: 0;
}

[data-email] {
  position: relative;
  min-height: 100vh;
  background-color: black;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}

body {
  position: relative;
}

.logoContainer {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 2rem;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.custom-control-label::before,
.custom-control-label::after {
  border-radius: 0 !important;
}

#main-content > div {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-between;
}

a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.logo {
  margin: 1rem;
  max-width: 160px;
  max-height: 120px;
  object-fit: contain;
}

.intro-img-container {
  border: 7px solid #fff;
  border-radius: 7px;
  max-width: 90%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgb(0 0 0 / 26%);
}

li img {
  width: 12vw;
}

button img {
  width: 6.5vw;
  position: relative;
  left: 7px;
}

.intro-img-container img {
  max-height: 24rem;
  object-fit: cover;
  width: 100%;
}

.button-container {
  width: 50%;
  margin: 1.5rem 0;
  align-items: center;
}

.button-container button {
  cursor: pointer;
  padding: 0.7rem;
  max-width: 15rem;
}

.memory-game-bottom-helper {
  height: 5rem;
}

#game-view,
#quiz,
#swipe {
  display: flex;
  flex-direction: column;
  width: 85%;
  margin: auto;
  align-items: center;
  border: 9px solid;
}

.content {
  font-weight: 500;
  width: 80%;
  margin: auto;
  padding: 0 1rem;
  flex-direction: column;
}

#survey.content {
  border-radius: 10px;
}

.content-background {
  border-radius: 10px;
  padding: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-background.survey {
  justify-content: space-between;
  padding: 4rem 0;
}

#game-view,
#survey {
  border: none;
  width: 100%;
}

#survey {
  border: none !important;
}

#swipe,
#quiz,
#survey {
  margin-top: 5%;
}

.copyright {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 1rem;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.text-1 {
  margin-top: 5%;
}

.photos {
  padding: 4px;
  width: 72vw;
  border: 2px solid #48535e;
  margin-top: 10%;
  margin-bottom: 15%;
}

.btn-border1 {
  border: 2px solid #48535e;
  padding: 2px;
  width: 65%;
  height: auto;
  margin-bottom: 15%;
}

.container-checkbox {
  width: 100%;
  margin-bottom: 20%;
  margin-top: 4%;
}

.wrapper-checkbox {
  position: relative;
  display: flex;
  padding: 4px;
}

input[type="checkbox"],
[type="radio"] {
  appearance: none;
  width: 6vw;
  height: 6vw;
  background-color: transparent;
  border: 1px solid #48535e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: auto;
  outline: none;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="checkbox"]::after,
input[type="radio"]::after {
  content: "\2610";
  color: #fff;
  display: none;
  position: relative;
  background-color: #fff;
  font-size: 3vw;
  height: auto;
  width: 4vw;
}

input[type="radio"]::after {
  border-radius: 50%;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
  display: block;
}

.custom-control-label::after {
  border-radius: 0.25rem;
}

ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0%;
  margin-bottom: 10%;
}

li {
  display: inline-flex;
  margin-right: 20px;
  justify-content: center;
  margin-left: 20px;
  border-radius: 50%;
}

.time-size {
  font-size: 5.5vw;
}

.time {
  width: 3vw;
}

.game-item img {
  -webkit-user-drag: none;
}

.scratch-card__container img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: inherit;
  aspect-ratio: 1 / 1;
  padding: 0;
  margin: 0;
}

.introduction-img img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spin-the-wheel .ticker-layer img {
  transform: rotate(180deg);
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.spin-the-wheel .center-layer img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.spin-the-wheel .legend .sector img {
  width: 40px;
  height: 40px;
}

#quiz img {
  margin-bottom: 8%;
}

#answers {
  width: 88%;
  margin-bottom: 2%;
}

.survey__navigation > button {
  padding: 10px 20px;
  margin: 10px 5px;
  min-width: 100px;
  max-width: 240px;
  width: 100%;
}

button:focus,
button:focus-visible {
  outline: none !important;
}

.retry-modal__body > button {
  min-width: 200px;
  padding: 10px 20px;
  margin: 0;
}

.spin-the-wheel .button-container button {
  width: 228px;
  padding: 0.7rem;
  border-radius: 18px !important;
  margin-bottom: 0;
  margin-top: 24px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

#answers button {
  width: 100%;
  margin-bottom: 3%;
}

#swiper {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 10%;
}

#swiper button {
  background: #48535e;
  width: 16vw;
  height: 16vw;
  padding: 0%;
  margin: auto;
}

#swiper button img {
  left: 0%;
  width: 6vw;
}

.true {
  width: 7vw !important;
}

.container-survey {
  width: 100%;
  margin-bottom: 10%;
}

.container-survey label {
  font-size: 5.5vw;
  padding: 10px;
  border: 1px solid #48535e;
  background-color: #48535e;
  width: 78%;
  text-align: center;
  cursor: pointer;
  margin: auto;
}

#survey .btn-border1 {
  width: 47%;
}

textarea {
  width: 65vw;
  margin: auto;
  background-color: #fff;
  color: #48535e;
  border: 0.7vw solid #48535e;
  margin-bottom: 10%;
  font-size: 4vw;
  outline: none;
  height: 28vw;
  padding: 1vw 2vw;
}

textarea::placeholder {
  color: #48535e;
}

#outcome-title,
.introduction_headline,
.register_headline {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  word-break: break-word;
}

/* social icons */

.social__wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 40px auto;
  padding: 0;
}

[data-social] {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px 5px 0;
  transition: transform .3s ease-out, opacity .5s ease-in;
}

[data-social]:hover {
  transform: translateY(-10px);
  opacity: .6;
}

[data-social]>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-decoration: none;
}

a>svg {
    max-width: 50%;
    max-height: 50%;
    width: 50%;
    height: auto;
    object-fit: contain;
    margin: auto;
}

@media screen and (min-width: 768px) {
  .social__wrap {
    justify-content: flex-start;
    margin: 40px auto 40px -5px;
  }
}

.privacy-policy li {
  margin: 0;
  display: list-item;
  border-radius: unset;
}

.privacy-policy {
  margin: 2rem 0;
}

.privacy-policy .container {
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 10px;
}

.privacy-policy .heading-style {
  text-align: center;
  margin: 2rem 0;
}

.privacy-policy h4 {
  font-weight: 600;
}

.privacy-policy ul {
  list-style: disc;
  margin: 0;
  justify-content: left;
  width: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .button-container {
    align-items: flex-start;
  }

  .logo {
    margin: 16px;
    width: 100%;
    text-align: center;
    display: block;
    max-width: 160px;
    max-height: 120px;
  }

  #game-view,
  #quiz,
  #swipe,
  #survey {
    width: 75%;
    border: 1.8vw solid;
  }

  #card-container {
    margin: auto;
  }

  #game-view {
    border: none;
    width: 100%;
  }

  .copyright {
    font-size: 0.9vw;
    margin: 0 auto;
    margin-top: 2rem;
    width: 50%;
    padding: 1rem;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-align: center;
  }

  .text-1 {
    margin-top: 2%;
  }

  .photos {
    width: 31vw;
    margin: 0%;
    position: absolute;
    margin-top: 5vw;
    left: 16%;
    border: 0.2vw solid #48535e;
    padding: 8px;
  }

  .btn-border1 {
    width: 20%;
    margin-bottom: 8%;
    margin-top: 2%;
    position: relative;
    left: 14%;
  }

  button {
    width: 100%;
    padding: 7px;
  }

  .inputs {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1%;
  }

  .row-input {
    display: flex;
    width: 91%;
    margin-left: auto;
  }

  .container-checkbox {
    width: 100%;
    margin: 0%;
  }

  .checkbox-styling {
    padding-left: 1rem;
    margin-top: 1rem;
  }

  input[type="checkbox"],
  [type="radio"] {
    appearance: none;
    width: 1.5vw;
    height: 1.5vw;
    margin-left: 8%;
    margin-right: 2%;
  }

  button img {
    width: 2vw;
  }

  input[type="checkbox"]::after,
  input[type="radio"]::after {
    height: 70%;
    font-size: 0;
    width: 70%;
  }

  ul {
    margin-top: 3%;
    margin-bottom: 5%;
    margin-left: 50%;
    width: 50%;
    justify-content: left;
  }

  li {
    margin-right: 0%;
    margin-left: 8%;
  }

  li img {
    width: 3vw;
  }

  .time-size {
    font-size: 2.5vw;
    margin-left: 32vw;
    margin-bottom: 2%;
  }

  .time {
    width: 1.5vw;
  }

  #answers {
    margin-top: 3%;
    margin-left: 50%;
    width: 50%;
    margin-bottom: 5%;
  }

  #answers button {
    width: 55%;
    margin-left: 8%;
    padding: 5px;
  }

  #quiz {
    margin-top: 0%;
  }

  /* #game-view h2 {
    margin-left: 0%;
    margin-top: 0%;
  } */
  .container-survey {
    margin-left: 50%;
    margin-top: 8%;
    width: 50%;
    margin-bottom: 5%;
  }

  .container-survey label {
    font-size: 2vw;
    width: 65%;
  }

  #survey .btn-border1 {
    width: 20%;
    left: 15%;
  }

  .survey-text {
    margin-left: 33%;
  }

  textarea {
    margin-left: 54%;
    margin-top: 8%;
    width: 35%;
    margin-bottom: 1%;
    font-size: 2vw;
    height: 13vw;
    border: 0.4vw solid;
  }

  .survey-text-2 {
    margin-left: 20%;
  }

  .quiz-margin {
    margin-left: 30vw;
  }

  .swipe-text {
    width: 52%;
    margin-left: 5%;
  }

  #swipe img[src$="jpg"] {
    left: 34%;
  }

  #swiper button {
    width: 6vw;
    height: 6vw;
    margin-top: 20%;
    margin-bottom: 7%;
  }

  #swiper button img {
    left: 0%;
    width: 3vw;
  }

  .true {
    width: 4vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .content-background {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }

  .copyright {
    width: 100%;
  }

  .logoContainer {
    width: 100%;
  }

  #introduction {
    width: 90%;
  }

  #register {
    width: 90%;
  }

  .button-container {
    width: 80%;
    margin: 0 auto;
  }

  .button-container button {
    width: 100%;
  }

  .game-description {
    text-align: left;
  }

  .checkbox-styling {
    padding-left: 15px;
    margin-top: 1rem;
    text-align: left;
  }

  ul.social {
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
  }

  .content {
    width: 90%;
  }
}

/* MEMORY GAME */

#page-container {
  width: 100%;
  text-align: center;
  border-radius: 7px;
  max-width: 1024px;
}

#page-container .container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1060px;
}

#card-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
  padding-bottom: 2rem;
}

.game-item {
  display: flex;
  justify-content: center;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  margin: 10px;
}

.memory-card {
  font-size: 0;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  width: 12rem;
  height: 12rem;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 26%);
}

.header-game {
  display: -webkit-box;
  display: 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-bottom: 15px;
}

.header-game .time {
  opacity: 0.9;
  border-radius: 20px;
  display: -webkit-box;
  display: 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: 0.5rem;
  font-weight: 900;
  font-size: 2rem;
  width: 300px;
}

.header-game .time-element {
  margin-bottom: 0;
}

.header-game .game-icon {
  background-color: #fff;
  mask: url("https://storage.brame-gamification.com/campaign-data/0d964ef4-468e-11f0-a3cc-5bd79aa1c1a8/assets/icons/stopwatch.svg") no-repeat center / contain;
  height: 24px;
  width: 24px;
}

.header-game #timer {
  color: #c69c6d;
}

/* quiz  */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .game-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }

  .container {
    width: 100%;
  }

  #page-container {
    max-width: 700px;
  }

  .memory-card {
    width: 9rem;
    height: 9rem;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.75rem 2rem;
  }

  .content {
    width: 90%;
  }

  .logoContainer {
    width: 100%;
  }

  .copyright {
    width: 100%;
  }
}

@media only screen and (min-width: 361px) and (max-width: 767px) {
  .container {
    padding: 0;
  }

  .header-game {
    margin-top: 1rem;
  }

  .header-game .time {
    padding: 0.5rem 1.5rem;
    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: 35vw;
    height: 35vw;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.75rem 2rem;
  }
}

@media only screen and (max-width: 360px) {
  .container {
    padding: 0;
  }

  .header-game {
    margin-top: 1rem;
  }

  .header-game .time {
    padding: 0 1.5rem;
    font-size: 1.25rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 14px;
    width: 300px;
  }

  .game-item {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .memory-card {
    width: 35vw;
    height: 35vw;
  }

  body #main-content .game .game-content .game__block a.btn {
    margin-bottom: 1rem;
    padding: 0.75rem 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .content-background {
    padding: 4rem;
  }

  #page-container {
    max-width: 1024px;
  }

  #register .content-background {
    padding: 2rem;
  }

  .logoContainer {
    width: 60%;
  }

  .copyright {
    width: 60%;
  }

  #outcome .content-background {
    padding: 4rem 3rem;
  }

  .intro-img-container {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1650px) {
  .content {
    width: 70%;
  }

  .content-background {
    padding: 5rem;
  }

  #register .content-background {
    padding: 2rem 2.5rem;
  }

  #game-view .content-background {
    padding: 4rem;
  }

  .logoContainer {
    width: 45%;
  }

  #page-container {
    max-width: 1024px;
  }

  .copyright {
    width: 45%;
  }

  .button-container {
    width: 40%;
  }
}

/* QUIZ  */

.custom-control-label::before {
  background-color: transparent !important;
  border: 1px solid #48535e;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
  top: calc(50% - 0.5rem);
}

[dir="rtl"] .custom-control-label::before,
[dir="rtl"] .custom-control-label::after {
  right: -1.5rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background-color: #48535e;
  transform: scale(0.65);
}

input[type="checkbox"] {
  border: 1px solid;
}

.scale-container * {
  box-sizing: border-box;
}

.custom-checkbox .custom-control-label * {
  vertical-align: middle;
}

.form-control {
  border-radius: 7px !important;
  background-color: transparent;
  min-width: 95%;
}

select {
  appearance: none;
}

.game {
  max-width: 100%;
  height: auto;
  border: 7px solid #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px rgb(0 0 0 / 26%);
  width: 100%;
  max-height: 24rem;
  object-fit: cover;
  border-color: inherit;
}

.answer {
  padding: 0.7rem;
  margin-top: 1rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 26%);
}

.question-text {
  text-align: left;
  padding-left: 1rem;
}

.spin-the-wheel .content-background {
  border-radius: 10px !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
}

#register .content-background {
  flex-direction: row-reverse;
}

#outcome .content-background {
  flex-direction: row-reverse;
}

.registerText {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .question-text {
    margin-top: 2rem;
    justify-content: center;
    padding-left: 0;
    text-align: center;
  }

  #answers-container {
    margin-bottom: 2rem;
  }

  #page-container {
    max-width: 90%;
  }

  .timeContainer {
    order: 1;
  }

  .content-background {
    padding: 2rem 0;
  }

  .registerText {
    text-align: center;
  }

  .register_headline {
    text-align: center;
  }

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

  .intro-img-container {
    max-width: 26rem;
  }
}

/* QUIZ  */

#game-view .content-background {
  flex-direction: row-reverse;
}

#game-view .intro-img-container {
  max-width: 100%;
}

/* quiz same button content height */

.game-controls-container {
  display: flex;
  flex: 1;
}

.game-controls {
  display: flex;
  flex: 1;
}

body #game-view .answer {
  text-decoration: none;
  padding: 0.7rem;
  text-align: center;
  margin: 0.5rem 0;
  border: 2px solid;
  word-wrap: break-word;
}

body #game-view .answerSwipe {
  text-decoration: none;
  padding: 0.7rem;
  text-align: center;
  margin: 0.5rem;
  border: 2px solid;
  word-wrap: break-word;
  display: flex !important;
  flex: 1;
  align-items: center;
  justify-content: center;
  white-space: normal;
}

@media only screen and (max-width: 767px) {
  .intro-img-container {
    margin-top: 2rem;
  }

  .intro-text-container {
    margin-top: 2rem;
  }

  .game {
    max-width: 80%;
    height: auto;
    margin: auto;
  }
}

/* SWIPE  */

.introduction-img {
  position: relative;
  height: 330px;
  width: 330px;
}

.swipe-container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 0 0.5rem;
}

.game-container-swipe {
  width: 60%;
  margin: 1rem auto;
  padding: 1rem;
  border-radius: 1.5rem;
}

.questionHeading {
  font-weight: 600;
}

.images {
  position: relative;
  margin: auto;
}

.mobileArrow {
  position: absolute;
  top: calc(50% - 30px);
  left: -7rem;
}

.arrowsSmallDeviceContainer {
  display: none;
}

.mobileArrow2 {
  position: absolute;
  top: calc(50% - 30px);
  right: -7rem;
}

.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) {
  .answersSwipeContainer > div {
    padding-left: 0;
    padding-right: 0;
  }

  .images {
    max-width: 100%;
  }

  .game {
    max-width: 100%;
  }

  .game-container-swipe {
    width: 100%;
    padding: 0.5rem;
  }

  body #game-view .answerSwipe {
    width: 90%;
  }

  .arrowSwipe {
    font-size: 50px;
  }

  .mobileArrow,
  .mobileArrow2 {
    top: calc(50% - 25px);
  }

  .mobileArrow {
    left: -5rem;
  }

  .mobileArrow2 {
    right: -5rem;
  }

  .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: 290px;
    width: 290px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .game-container-swipe {
    width: 80%;
    padding: 1rem;
  }
}

#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;
}

/* cta buttons */

.cta-buttons {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 10px auto;
}

.cta {
  display: none;
  width: 150px;
  min-height: 45px;
  padding: 5px 10px;
  margin: 10px;
}

/* gtp animation fix */
.image-double {
  border-radius: 7px;
  overflow: hidden;
}

.gtp-tile-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 0;
  border-radius: 7px;
  overflow: hidden;
}

/* Spin the wheel
--------------------------------- */

.spin-the-wheel .canvas-section {
  display: flex;
  padding-right: 40px;
  width: 40%;
}

.spin-the-wheel .legend-section {
  display: flex;
  justify-content: start;
  flex-direction: column;
  padding-left: 30px;
  width: 60%;
}

.spin-the-wheel .canvas-container {
  border: 12px solid #ffc840;
  border-radius: 50%;
  width: 414px;
  height: 414px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
}

.spin-the-wheel .canvas-wrapper {
  width: 390px;
  height: 390px;
  border: 10px solid transparent;
}

.spin-the-wheel canvas {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  cursor: pointer;
}

.spin-the-wheel .ticker-layer {
  position: absolute;
  display: flex;
  z-index: 1;
  top: -6px;
}

.spin-the-wheel .center-layer {
  position: absolute;
  margin: auto;
}

.spin-the-wheel .legend-element {
  margin-bottom: 60px;
  text-align: center;
}

.spin-the-wheel .legend {
  display: flex;
  flex-direction: column;
}

.spin-the-wheel .legend .sector {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 10px;
  margin: 0 auto 14px;
}

.spin-the-wheel .button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .spin-the-wheel .canvas-section {
    padding-right: 0;
    width: 50%;
  }

  .spin-the-wheel .legend-section {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .spin-the-wheel .content-background {
    flex-direction: column;
    position: relative;
  }

  .spin-the-wheel .content-background .legend-section {
    order: 1;
    margin-top: 60px;
    margin-bottom: 40px;
    width: 100%;
  }

  .spin-the-wheel .content-background .canvas-section {
    order: 2;
    margin-bottom: 100px;
    width: 100%;
    justify-content: center;
  }

  .spin-the-wheel .button-container {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .spin-the-wheel canvas {
    width: 250px;
    height: 250px;
  }

  .spin-the-wheel .content-background .legend-section {
    padding-left: 0;
    margin-top: 0;
  }

  .spin-the-wheel .legend-element {
    margin-bottom: 30px;
  }

  .spin-the-wheel .canvas-wrapper {
    width: 270px;
    height: 270px;
  }

  .spin-the-wheel .canvas-container {
    width: 294px;
    height: 294px;
  }

  .spin-the-wheel .button-container {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: center;
  }

  .spin-the-wheel .legend span {
    font-size: 16px;
  }

  .spin-the-wheel .ticker-layer {
    width: 45px;
    height: 45px;
  }

  .spin-the-wheel .center-layer img {
    width: 30px;
    height: 30px;
  }
}

/* ---------------------------------------------------------------------------- */

/* ================================= SURVEY =================================== */

/* ---------------------------------------------------------------------------- */

#surveyGame {
  width: 100%;
  height: auto;
  padding: 20px 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#surveyGame .button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

#surveyGame .button-container button {
  max-width: 240px;
  padding: 10px 20px;
  width: 100%;
  min-width: 100px;
  margin: 10px 5px;
}

.survey__question__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.survey__image {
  border: 10px solid;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.survey__picture-section,
.survey__text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.survey__text-section {
  width: 60%;
  margin: 0 auto;
}

.survey__picture-section {
  width: 430px;
  height: 300px;
}

.survey__navigation,
.survey__question-text {
  display: flex;
  gap: 0;
  justify-content: center;
}

.survey__navigation {
  width: 100%;
}

.survey__question-text {
  margin: 0 auto 20px;
  text-align: center;
}

.survey__question-text p {
  margin: 0;
}

.survey__question-counter {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.survey__answers {
  margin: 20px auto;
  width: 100%;
}

.text-answer {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border: 2px solid black;
}

.text-answer > textarea {
  all: unset;
  width: 100%;
  min-height: 150px;
  padding: 5px;
  text-align: left;
}

.single-answer label::before,
.single-answer label::after {
  border-radius: 50% !important;
}

#surveyGame .custom-checkbox .custom-control-label::before,
#surveyGame .custom-checkbox .custom-control-label::after {
  top: calc(50% - 0.5rem);
}

.single-answer,
.multiple-answer {
  flex-flow: row nowrap;
  gap: 20px;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  #surveyGame {
    gap: 50px;
  }

  .survey__navigation {
    order: 5;
  }
}

.survey__content__container {
  align-items: center;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
}

.custom-control.custom-checkbox {
  margin: 5px 0;
}

@media screen and (max-width: 1119px) {
  .survey__navigation {
    justify-content: center;
    margin-left: 0;
  }

  .single-answer,
  .multiple-answer {
    margin: auto;
  }
}

@media screen and (max-width: 1023px) {
  .survey__text-section {
    width: 100%;
  }

  .survey__content__container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .survey__navigation {
    order: 5;
    gap: 10px;
  }

  #surveyGame .custom-checkbox {
    text-align: left;
  }

  .single-answer,
  .multiple-answer {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0 !important;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .survey__picture-section {
    width: 100%;
    height: auto;
    max-height: 420px;
  }
}

@media screen and (max-width: 550px) {
  .survey__picture-section img {
    height: auto;
  }

  .survey__navigation {
    flex-direction: column-reverse;
    align-items: center;
  }

  .survey__answers-container {
    width: 100%;
  }
}

[dir="rtl"] .custom-control-label {
  text-align: right;
}

.survey__text-section .custom-control-input:disabled ~ .custom-control-label {
  color: unset;
}

.single-answer label,
.multiple-answer label {
  text-align: left;
}

/* ----- kill outline on focus ------ */
textarea:focus-visible {
  outline: none;
}

.single-answer ::before,
.multiple-answer ::before {
  outline: none;
  box-shadow: none !important;
}

/* ======================== 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: rgb(33 76 27 / 100%);
  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: 3px solid rgb(33 76 27 / 100%);
  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[selected] > .scale__sector__button {
  background-color: rgb(33 76 27 / 100%);
  border-color: #fff;
}

.scale__marker::after {
  content: "";
  border: solid 3px rgb(33 76 27 / 100%);
  background-color: transparent;
  transition: all 0.1s ease-out;
  border-radius: 50%;
  position: absolute;
  width: 31px;
  height: 31px;
  top: -6px;
  left: -6px;
}

@media screen and (max-width: 1023px) {
  .scale-container {
    min-height: 250px;
  }

  span[data-scale-line] {
    width: 5px !important;
  }

  .scale-container > .scale > .scale__sector {
    width: 100% !important;
  }

  .survey__text-section {
    width: 100% !important;
  }

  .scale_last_visible {
    align-items: flex-end;
  }

  .survey__text-section,
  .survey__picture-section {
    width: 100% !important;
  }

  .scale {
    min-height: 170px;
  }
}

@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;
  }

  .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 ============================ */

#scratch-card > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.retry-modal__body > h1 {
  margin-bottom: 40px;
}

#scratch-card h1 {
  width: 90%;
  text-align: center;
  order: 1;
}

.scratch-card__container {
  width: 256px;
  height: 256px;
  max-width: 470px;
  display: grid;
  grid-template-columns: repeat(3, 82px);
  grid-template-rows: repeat(3, 82px);
  gap: 5px;
  margin: auto;
  aspect-ratio: 1 / 1;
}

#scratch-card .scratch-card__container {
  order: 2;
}

/* -------------- LEGEND -------------- */
#scratch-card .legend {
  width: fit-content;
  max-width: 90%;
  height: auto;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 30px;
  justify-items: start;
  position: relative;
  order: 3;
}

#scratch-card .legend-element {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#scratch-card .legend-element > span {
  display: flex;
  align-items: center;
}

#scratch-card .sector {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

#scratch-card .sector > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------- CARD CONTAINER -------------- */
.po-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__container > .card {
  width: 82px;
  height: 82px;
  position: relative;
  cursor: pointer;
  user-select: none;
  aspect-ratio: 1 / 1;
  background: transparent;
  box-shadow: 0 0 8px rgb(0 0 0 / 50%);
  border: 4px solid #fff;
  border-radius: 10px;
  padding: 0;
  margin: 0;
}

.card-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  aspect-ratio: 1 / 1;
  z-index: 10;
  border-radius: inherit;
  padding: 0;
  margin: 0;
}

.prize-cover {
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 9;
  border-radius: inherit;
}

#scratch-card .prize {
  position: relative;
  z-index: 8;
}

@media screen and (min-width: 360px) {
  .scratch-card__container {
    width: 301px;
    height: 301px;
    grid-template-columns: repeat(3, 97px);
    grid-template-rows: repeat(3, 97px);
  }

  .scratch-card__container > .card {
    width: 97px;
    height: 97px;
  }
}

@media screen and (min-width: 410px) {
  .scratch-card__container {
    width: 341px;
    height: 341px;
    grid-template-columns: repeat(3, 107px);
    grid-template-rows: repeat(3, 107px);
    gap: 10px;
  }

  .scratch-card__container > .card {
    width: 107px;
    height: 107px;
  }
}

@media screen and (min-width: 500px) {
  .scratch-card__container {
    width: 419px;
    height: 419px;
    grid-template-columns: repeat(3, 133px);
    grid-template-rows: repeat(3, 133px);
  }

  .scratch-card__container > .card {
    width: 133px;
    height: 133px;
  }
}

@media screen and (min-width: 600px) {
  .scratch-card__container {
    width: 470px;
    height: 470px;
    grid-template-columns: repeat(3, 150px);
    grid-template-rows: repeat(3, 150px);
  }

  .scratch-card__container > .card {
    width: 150px;
    height: 150px;
  }
}

@media screen and (min-width: 768px) {
  .scratch-card__container {
    width: 90%;
    height: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .scratch-card__container > .card {
    width: 100%;
    height: 100%;
  }
}

/* -------------- ANIMATIONS -------------- */
.card-outline {
  box-shadow: 0 0 2px 5px rgb(0 0 0 / 10%);
}

.card-match {
  box-shadow: 0 0 8px 13px rgb(255 255 255 / 100%);
  animation: blink 0.5s infinite;
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 100%);
  }

  100% {
    box-shadow: 0 0 8px 13px rgb(255 255 255 / 100%);
  }
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 100%);
  }

  100% {
    box-shadow: 0 0 8px 13px rgb(255 255 255 / 100%);
  }
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 100%);
  }

  100% {
    box-shadow: 0 0 8px 13px rgb(255 255 255 / 100%);
  }
}

@keyframes blink {
  0% {
    box-shadow: 0 0 0 0 rgb(255 255 255 / 100%);
  }

  100% {
    box-shadow: 0 0 8px 13px rgb(255 255 255 / 100%);
  }
}

/* --------------- RETRY MODAL --------------- */
.retry-modal {
  width: 90%;
  max-width: 400px;
  height: fit-content;
  min-height: 300px;
  position: absolute;
  inset: 200px 0 0;
  margin: 0 auto;
  z-index: 10;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
}

.retry-modal__body {
  width: 100%;
  min-height: 300px;
  padding: 70px 10px 40px;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  #scratch-card > div {
    flex-flow: row wrap;
  }

  #scratch-card .legend {
    order: 2;
    max-width: 45%;
  }

  #scratch-card .scratch-card__container {
    order: 3;
    max-width: 45%;
  }
}

/*  ===== LIMIT REACHED PAGE ===== */
#limit-reached {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#limit-reached > div {
  flex: 0 0 100%;
}

.limit-container {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: auto;
  padding: 20px 10px;
  text-align: center;
}

.limit-container h2 {
  margin: 0;
}

@media screen and (min-width: 410px) {
  .limit-container {
    padding: 30px 20px;
  }
}

/* mozzila image fix */

@supports (-moz-appearance: button) and (contain: paint) {
  .card-canvas {
    object-fit: cover;
  }
}

@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;
  }
}

/* ================================ RTL SUPPORT ================================ */
[dir="rtl"] #privacy_checbox_1,
[dir="rtl"] #privacy_checbox_2,
[dir="rtl"] #privacy_checbox_3 {
  text-align: right !important;
}

[dir="rtl"] .custom-control.custom-checkbox {
  text-align: right;
  padding: 0 2.5rem 0 0 !important;
}

[dir="rtl"] #terms,
[dir="rtl"] #privacy,
[dir="rtl"] textarea {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] #status-txt,
[dir="rtl"] #status-txt-swipe {
  display: flex !important;
  flex-direction: row;
}

[dir="rtl"] [data-mode-swipe] {
  direction: ltr;
}

[dir="rtl"] .game-container-swipe > .questionHeading {
  direction: rtl;
}

[dir="rtl"] p[data-personality-test],
[dir="rtl"] p[data-quiz] {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] #scratch-card .legend-element span {
  margin: auto 20px auto 0;
  text-align: right;
}

@media screen and (min-width: 768px) {
  [dir="rtl"] .game-description {
    direction: rtl;
    text-align: right;
  }
}

@media screen and (min-width: 992px) {
  [dir="rtl"] .spin-the-wheel .canvas-section {
    padding-right: unset;
    padding-left: 40px;
  }
  
  [dir="rtl"] .spin-the-wheel .legend-section {
    padding-left: unset;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1023px) {
  [dir="rtl"] .scale__line {
    left: unset;
    right: 20px;
  }

  [dir="rtl"] .scale__sector__text {
    margin-left: unset;
    margin-right: 10px;
  }

  [dir="rtl"] p[data-personality-test],
  [dir="rtl"] p[data-quiz] {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  [dir="rtl"] .text-md-left {
    text-align: right !important;
  }
}

.form-control:focus {
  background-color: transparent !important;
}

input, select, textarea {
  text-align: left !important;
  min-height: 48px !important; 
  box-sizing: border-box; 
  line-height: 48px !important; 
  -webkit-appearance: none !important; 
  appearance: none !important;
}

input[type="date"] {
  text-align: left; 
  padding: 0 10px !important; 
  min-height: 48px !important; 
  line-height: 48px !important; 
}

@supports (-webkit-appearance: none) and (appearance: none) {
  input[type="date"] {
      -webkit-appearance: menulist;
      appearance: menulist;
  }
}

input:focus, select:focus, textarea:focus {
  outline: 2px solid #00aaff; 
}

@supports (-webkit-touch-callout: none) {
  input[type="date"] {
      text-align: left; 
      height: auto; 
      line-height: normal; 
      text-indent: -160px !important;
  }
}
