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

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

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

#gtp .image-double {
  padding: 5px;
}

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

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

body {
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

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

a span {
  color: #fff;
}

p {
  color: #fff;
  text-align: center;
  font-size: 4vw;
  margin-top: 5%;
  padding: 0% 4%;
}

footer p {
  position: relative;
  padding: 0% 16%;
}

#main-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#introduction,
#register,
#outcome,
#game-view,
#privacy,
#terms,
#limit-reached {
  display: flex;
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2rem auto;
}

.main-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 10px solid #de8600;
}

.content-background {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.logo-row {
  position: relative;
  height: 4rem;
}

.block {
  background-color: #de8600;
  width: 17vw;
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 4rem;
}

.logo {
  max-width: 20%;
  height: 40px;
  object-fit: contain;
}

h1 {
  color: #fff;
  font-size: 7vw;
  margin-top: 6%;
  text-align: center;
  font-weight: 600;
}

label {
  color: #fff;
  font-size: 3vw;
  text-align: justify;
  word-break: keep-all;
  margin: 0;
  margin-left: 16px;
}

.legend {
  padding-top: 20px;
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] p,
[dir="rtl"] label,
[dir="rtl"] a,
[dir="rtl"] .description,
[dir="rtl"] .legend {
  direction: rtl;
}

.timer-gtp h3 {
  margin-bottom: 0;
  max-width: 60%;
}

.question h3 {
  margin-bottom: 0;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  white-space: nowrap;
}

#outcome h3 {
  font-weight: 600;
  margin-top: 1.5rem;
}

.photo {
  border: 8px solid #de8600;
  border-radius: 50%;
  width: 50vw;
  height: 50vw;
  z-index: 1;
  position: relative;
  margin: 4.5rem;
  margin-top: 3.5rem;
}

.photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid black;
  object-fit: cover;
}

.ribbon {
  background-color: #de8600;
  position: absolute;
  clip-path: polygon(
    100% 0%,
    calc(100% - 2rem) 50%,
    100% 100%,
    0 100%,
    0% 50%,
    0 0
  );
  height: 35%;
  width: 140%;
  top: 38%;
  left: -20%;
  transform: rotate(90deg);
  z-index: -1;
}

button {
  background-color: #de8600;
  outline: none;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  padding: 1rem 3rem;
  cursor: pointer;
  margin-bottom: 10%;
  margin-top: 1.5rem;
}

form {
  width: 80%;
  margin-top: 10%;
  margin-bottom: 10%;
}

.input-wrap {
  height: 3.5rem;
  margin: 0;
  margin-bottom: 4%;
  outline: none;
  width: 50%;
}

input[type="text"],
[type="email"],
select[type="text"],
input[type="date"] {
  background: transparent;
  color: #fff;
  height: 3.5rem;
  margin: 0;
  margin-bottom: 4%;
  border: 2px solid #de8600;
  padding: 0 1.5rem;
  border-radius: 30px;
  outline: none;
  width: 96%;
}

input[type="text"]::placeholder,
[type="email"]::placeholder,
select[type="text"]::placeholder {
  color: #fff;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

select {
  appearance: none;
}

option {
  background: rgb(29 28 28);
}

.custom-checkbox {
  font-size: 15px;
  padding-left: 0.5rem;
}

.custom-checkbox .custom-control-label {
  text-align: left;
}

.custom-checkbox .custom-control-label::before {
  background-color: transparent !important;
  border-radius: 0;
  border: 1px solid #323232;
}

.custom-checkbox .custom-control-label::after {
  content: "";
  position: absolute;
  display: block;
  transform: scale(0.6);
  background-image: none !important;
}

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

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

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

.head-row {
  display: inline-flex;
}

.space {
  margin-right: 5%;
}

#answers {
  margin: auto;
  margin-top: 22%;
  display: block;
  width: 80%;
  margin-bottom: 15%;
}

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

.survey__navigation > button {
  padding: 10px 20px;
  min-width: 120px;
  width: fit-content;
  cursor: pointer;
  margin: 10px;
}

.spin-the-wheel button {
  padding: 10px 20px;
  max-width: 300px;
}

#answers button {
  margin-bottom: 4%;
  width: 100%;
  padding: 5% 0%;
}

.quiz-block {
  top: calc(42.3vw + 2%);
}

.quiz-block-2 {
  top: calc(107vw + 5%);
}

.sur-head {
  position: absolute;
  top: 4%;
  margin: 0%;
  left: 66%;
  font-size: 4.4vw;
}

.sur-p {
  margin-bottom: 14%;
  margin-top: 12%;
}

#game-view .container {
  width: 80%;
  margin: auto;
  margin-top: 15%;
  margin-bottom: 5%;
}

.middle-card {
  margin: 2rem 0;
  margin-top: 2rem;
}

.sur-btn {
  padding: 3% 13%;
}

.memory-header,
.quiz-header {
  position: absolute;
  right: 1rem;
  top: 1rem;
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  margin: 0;
}

.memory-header {
  max-width: 60%;
}

.quiz-header {
  max-width: 36%;
}

.memory-header .time-element,
.quiz-header .time-element {
  margin: 0;
  padding: 0;
  font-weight: bold;
  vertical-align: middle;
  white-space: nowrap;
}

.true {
  justify-content: center;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #de8600;
  height: 15vw;
  display: flex;
  align-items: center;
  width: 15vw;
  margin-bottom: 0%;
}

.true:hover {
  border: 2px solid #fff;
  background: transparent;
}

.photo-btn {
  width: 7vw;
}

.swipe-row {
  display: inline-flex;
  margin-top: 24%;
  margin-bottom: 20%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.swipe-head {
  margin-bottom: 16%;
}

#card-container {
  display: block;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
}

.game-item {
  width: 37vw;
  height: 37vw;
  margin-right: 3%;
  margin-left: 3%;
  margin-top: 2%;
  display: inline-block;
}

.memory-card {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* social icons */

.social__wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0 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;
}

#start-button:focus {
  outline: none;
}

.privacy-policy {
  margin: 2rem auto !important;
  max-width: 1024px;
  border: 10px solid #de8600;
}

.privacy-policy .row {
  padding: 0 1rem;
}

.privacy-policy p {
  text-align: left;
  padding: 0.5rem 0;
}

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

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

@media only screen and (min-width: 768px) {
  #introduction,
  #register,
  #outcome,
  #game-view,
  #limit-reached {
    margin: 0;
    margin-right: 0%;
    width: 68%;
    margin-left: 25vw;
  }

  .block {
    width: 92px;
  }

  h1 {
    font-size: 3vw;
  }

  p {
    font-size: 1.1vw;
    padding: 0% 6%;
  }

  .photo {
    width: 18rem;
    height: 18rem;
  }

  .photo img {
    border-width: 10px;
  }

  .block-frame,
  .block-frame-2,
  .quiz-block,
  .quiz-block-2,
  #outcome .block-frame {
    width: 8vw;
    height: 3.2vh;
    top: 21.2vw;
  }

  .block-frame-2,
  .quiz-block-2,
  #outcome .block-frame-2 {
    top: calc(46.2vw + 5%);
    height: 6vw;
  }

  button {
    margin-bottom: 10%;
  }

  footer p {
    text-align: right;
    padding: 0% 14%;
  }

  .row {
    display: flex;
  }

  form {
    margin-top: 1.5rem;
    margin-bottom: 2%;
  }

  input[type="text"],
  [type="email"],
  select[type="text"],
  input[type="date"] {
    height: 3.5rem;
    width: 96%;
    margin: 0 1%;
    margin-bottom: 3%;
    font-size: 1.5vw;
  }

  .custom-checkbox {
    padding-left: 1rem;
  }

  label {
    font-size: 1.2vw;
  }

  .plane {
    width: 2vw;
    position: relative;
    left: 5px;
  }

  .head-row {
    position: absolute;
    left: 73%;
  }

  .space {
    font-size: 2vw;
  }

  #answers {
    margin-top: 11%;
    width: 85%;
    margin-bottom: 5%;
  }

  .wrap {
    display: inline-block;
    width: 49%;
  }

  .quiz-block-2 {
    top: calc(39vw + 5%);
  }

  .quiz-block {
    top: calc(12.5vw + 2%);
  }

  .sur-head {
    top: 6%;
    left: 76%;
    font-size: 2vw;
  }

  .container .wrap {
    width: 43%;
    margin-left: 6%;
  }

  .sur-p {
    margin-bottom: 9%;
    margin-top: 8%;
  }

  .sur-btn {
    padding: 2% 9%;
    font-size: 1.5vw;
  }

  .swipe-row {
    position: absolute;
    margin-top: 24%;
    width: 100%;
  }

  .photo-btn {
    width: 3vw;
  }

  #card-container {
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .game-item {
    width: 13vw;
    height: 13vw;
    margin-left: 1%;
    margin-right: 1%;
  }

  #outcome .block-frame {
    top: 22.5vw;
  }

  #outcome .block-frame-2 {
    top: calc(47.2vw + 5%);
  }
}

@media only screen and (min-width: 1024px) {
  #introduction,
  #register,
  #outcome,
  #game-view,
  #limit-reached {
    width: 48%;
    margin-left: 42vw;
  }

  .main-container,
  .privacy-policy {
    border: 0.7vw solid #de8600;
  }

  .block {
    width: 6rem;
    height: 5rem;
  }

  .logo-row {
    height: 5rem;
  }

  h1 {
    font-size: 2vw;
    margin-top: 1vw;
  }

  p {
    margin-top: 1vw;
  }

  .block-frame,
  .block-frame-2,
  .quiz-block,
  .quiz-block-2,
  #outcome .block-frame {
    width: 5vw;
    height: 2.5vh;
    top: calc(12vw + 3%);
  }

  .block-frame-2,
  .quiz-block-2,
  #outcome .block-frame-2 {
    top: calc(27.3vw + 5%);
    height: 7vh;
    width: 5vw;
  }

  button {
    margin-bottom: 3%;
  }

  footer p {
    text-align: right;
    padding: 0% 18%;
  }

  input[type="text"],
  input[type="date"],
  [type="email"],
  select[type="text"] {
    font-size: 1vw;
  }

  label {
    font-size: 0.8vw;
  }

  .game-item {
    width: 9vw;
    height: 9vw;
    margin: 2% 1%;
  }

  #outcome .block-frame {
    top: 22.5vw;
    top: calc(12.8vw + 4%);
  }

  #outcome .block-frame-2 {
    top: calc(28.8vw + 5%);
    height: 6vh;
  }

  .quiz-block {
    top: calc(9.3vw + 2%);
  }

  .quiz-block-2 {
    top: calc(24vw + 5%);
  }

  .space {
    font-size: 1.6vw;
  }

  .head-row {
    left: 68.5%;
  }
}

@media only screen and (max-width: 520px) {
  .middle-card {
    margin: 0;
    margin-top: 2rem;
  }

  .block {
    width: 21vw;
  }

  .photo {
    width: 65vw;
    height: 65vw;
    margin: 4.5rem 0;
  }

  .logo,
  .memory-header {
    top: 0.5rem;
  }

  .input-wrap {
    width: 100%;
  }
}

/* QUIZ */

.quiz-container {
  width: 100%;
  margin: 1.5rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.question {
  text-align: right;
  margin: 1rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-clip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  vertical-align: middle;
}

.timer-gtp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#question {
  margin: 0;
}

.arrow {
  font-size: 30px;
  margin: 0 4px;
  background: transparent;
}

.mirror {
  transform: scaleX(-1);
  margin-right: 7rem;
}

.click-answers {
  width: 100%;
  justify-content: center;
  margin: 1.5rem 0;
}

.answer {
  padding: 1rem !important;
  margin: 4px;
  width: 100%;
  max-width: 22rem;
  word-break: break-word;
  white-space: normal;
  display: block;
  text-align: center;
  text-transform: none;
  font-weight: bold;
}

.answerSwipe {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.answer-click {
  margin: 4px 1%;
  margin-bottom: 1rem;
  flex: 0 0 50%;
  max-width: 48%;
}

.images {
  width: 100%;
  height: 100%;
}

.items {
  position: relative;
  width: 100%;
  height: 100%;
}

img.game {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  object-fit: cover;
}

.black-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: black;
}

@media only screen and (max-width: 1024px) {
  .arrows {
    display: -webkit-box;
    display: 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-evenly;
    flex-direction: column;
  }

  .click-answers {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .answer-click {
    flex: auto;
    max-width: 22rem;
  }
}

@media only screen and (max-width: 520px) {
  body .main-content .game__block .answer {
    padding: 1rem !important;
    font-size: 3vw !important;
  }

  .quiz-header {
    margin-top: 3rem;
    position: relative;
    max-width: 100%;
    top: 0;
    right: 0;
  }

  .question {
    text-align: center;
  }
}

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

input[type="date"] {
  line-height: 49px;
}

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

/* gtp animation fix */
#gtp .game {
  padding: 1px;
}

.gtp-tile-wrap {
  display: flex;
  flex-wrap: wrap;
  border-radius: 50%;
  overflow: hidden;
}

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

/* ================== SPIN THE WHEEL =================== */

/* ----------------------------------------------------- */
.spin-the-wheel .logo-container {
  display: flex;
  justify-content: center;
}

.logo-stw {
  width: 100px;
  margin: 10px;
}

.spin-the-wheel {
  width: 100%;
  height: auto;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 10px;
}

.text-section,
.wheel-section {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  margin: auto;
}

.text-section {
  /* margin: 20px 0; */
  text-align: start;
}

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

.spin-the-wheel .legend-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

/* ----- Question counter ------ */

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

.spin-the-wheel .legend-element span {
  line-height: 1.4;
  min-height: 1rem;
  margin: auto 0 auto 20px;
}

.spin-the-wheel .sector {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-shrink: 0;
}

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

.spin-the-wheel .sector > img {
  max-width: 100%;
  width: 50px;
  height: 50px;
}

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

.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: -10px auto auto;
}

.wheel-center {
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
}

.canvas-container {
  width: 280px;
  height: 280px;
  border: 10px solid #de8600;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.canvas-container canvas {
  width: 250px;
  height: 250px;
  cursor: pointer;
}

@media screen and (min-width: 410px) {
  .spin-the-wheel {
    padding: 0 40px;
  }

  .text-section,
  .wheel-section {
    width: 380px;
  }

  .canvas-container {
    width: 380px;
    height: 380px;
  }

  .canvas-container canvas {
    width: 350px;
    height: 350px;
  }
}

@media screen and (min-width: 1024px) {
  .spin-the-wheel {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .logo-container,
  .spin-the-wheel .button-container {
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 1800px) {
  .wheel-section {
    max-width: 410px;
    width: 410px;
  }
}

/* ------------------------------------ SURVEY --------------------------------- */

#survey {
  display: flex;
  flex-direction: column;
}

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

/* ----- kill outline on focus ------ */

textarea {
  width: 100%;
  min-height: 300px;
  padding: 10px 20px;
  background: transparent;
  border: none;
  outline-color: transparent !important;
  outline-style: none !important;
}

textarea:focus-visible {
  outline: none;
}

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

/* ----- NAVIGATION ------ */

.survey__navigation {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: -10px;
}

.survey__navigation #previous-btn {
  order: 5;
}

@media screen and (min-width: 600px) {
  .survey__navigation {
    flex-direction: row;
  }

  .survey__navigation #previous-btn {
    order: -1;
  }
}

/* --- ANSWERS --- */
span[data-answer-text] {
  font-size: 18px;
}

/* ---- DISABLE BOOTSTRAP GREY TEXT WHEN ANSWER IS DISABLED ---- */

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

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

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

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

.survey__answers-container {
  display: flex;
  flex-direction: column;
  width: fit-content;
  text-align: left;
}

.survey__answers-container > div {
  margin: 5px 0;
}

.single-answer,
.multiple-answer {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: auto;
  margin-left: 0;
}

/* free text */

.text-answer {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
  border: 2px solid white;
  border-radius: 30px;
}

/* ==================== 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: calc(100% - 2rem);
  margin: auto 0;
  background: rgb(255 255 255 / 100%);
  position: absolute;
  left: 17px;
  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: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #000;
  margin: 0;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}

.scale__sector__text {
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
  padding-left: 10px;
  text-align: start;
}

.scale__marker::after {
  content: "";
  border: solid 3px white;
  background-color: transparent;
  transition: all 0.1s ease-out;
  padding: 3;
  border-radius: 50%;
  position: absolute;
  width: 31px;
  height: 31px;
  top: -6px;
  left: -6px;
}

@media screen and (min-width: 1120px) {
  .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: 0;
    width: 84%;
    height: 5px;
    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;
  }

  .survey__navigation {
    justify-content: center;
    margin-left: 0;
  }

  .single-answer,
  .multiple-answer {
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
  }

  .survey__answers-container:last-child > div {
    padding-left: 4rem;
  }
}

@media screen and (max-width: 991px) {
  span[data-scale-line] {
    width: 5px !important;
  }

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

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

  #survey .border-gold {
    min-height: auto;
  }
}

@media screen and (max-width: 1119px) {
  span[data-scale-line] {
    width: 5px !important;
  }

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

  .scale {
    min-height: 170px;
  }

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

  .survey__navigation {
    justify-content: center;
    margin-left: 0;
  }

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

/* =============================== SCRATCH CARD =============================== */
.scratch-card {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.scratch-card .logo-container,
.scratch-card .footer-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.scratch-card .logo {
  max-width: 100%;
  width: 180px;
  margin: 20px;
}

.scratch-card h1 {
  margin: 0;
  text-align: center;
}

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

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

[dir="rtl"] .spin-the-wheel .legend-element span {
  margin: auto 20px auto 0;
}

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

#scratch-card .sector {
  width: 60px;
  height: 60px;
  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 (min-width: 1024px) {
  #scratch-card .legend {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  #scratch-card .reverse {
    flex-direction: row-reverse;
    text-align: end;
    justify-self: end;
  }

  #scratch-card .reverse > span {
    margin: auto 20px auto 0;
  }
}

/* -------------- 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 {
  width: 90%;
  max-width: 416px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  margin: auto;
  aspect-ratio: 1 / 1;
}

.scratch-card__container > .card {
  position: relative;
  cursor: pointer;
  user-select: none;
  background: transparent;
  box-shadow: 0 0 8px rgb(255 255 255 / 50%);
  border: 3px solid rgb(222 134 0 / 100%);
  border-radius: 0;
  aspect-ratio: 1 / 1;
}

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

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

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

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

.card-match {
  box-shadow: 0 0 10px 8px 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 10px 8px rgb(255 255 255 / 100%);
  }
}

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

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

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

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

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

  100% {
    box-shadow: 0 0 10px 8px 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: 7px solid;
  border-radius: 0;
  box-shadow: 0 10px 20px rgb(255 255 255 / 50%);
}

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

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

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

#limit-reached .main-container {
  height: 100vh;
}

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

.limit-container h2 {
  margin: 0;
}

.copyright {
  width: 100%;
  margin: 0;
  padding: 30px 10px 15px;
}

@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;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* ================================ RTL SUPPORT ================================ */
[dir="rtl"] {
  direction: ltr;
}

[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,
[dir="rtl"] .privacy-policy p,
[dir="rtl"] #register form {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .copyright {
  direction: rtl;
}

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

[dir="rtl"] .question,
[dir="rtl"] .time,
[dir="rtl"] .memory-header {
  flex-direction: row-reverse;
}

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

[dir="rtl"] #survey .custom-control.custom-checkbox {
  margin-left: auto;
}

[dir="rtl"] #next-btn,
[dir="rtl"] #submit-btn {
  order: -2;
}

[dir="rtl"] .scale {
  direction: rtl;
}

[dir="rtl"] #stw-button {
  text-align: center;
  direction: rtl;
}

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

  [dir="rtl"] .scale__sector__text {
    padding-left: unset;
    padding-right: 10px;
    text-align: right;
    direction: rtl;
  }
}

@media screen and (min-width: 1024px) {
  [dir="rtl"] #scratch-card .reverse>span {
    margin: auto auto auto 20px;
  }
}