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

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

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

.row {
  margin-right: -16px;
  margin-left: -16px;
}

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

.image-double {
  border: 4px solid;
}

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

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

.form-control {
  border-radius: 0 !important;
}

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

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

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

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

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

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

[dir="rtl"] .custom-control-label:not([data-answer-btn])::after {
  left: unset;
  right: -1.2rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  position: absolute;
  content: "";
  display: block;
  left: -19px;
  width: 6px;
  height: 12px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: none;
}

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

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

#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 auto;
  max-width: 160px;
  max-height: 120px;
  object-fit: contain;
}

.img-container {
  border: 4px solid #662d91;
  padding: 7px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

li img {
  width: 12vw;
}

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

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

button {
  cursor: pointer;
  padding: 0.7rem;
  margin: 2rem 0;
  min-width: 50%;
  width: fit-content;
  font-size: inherit;
}

#game-view {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  align-items: center;
  border: none;
}

.content {
  border: 15px solid;
  width: 80%;
  margin: auto;
  padding: 0 1rem;
}

.content-background {
  padding: 1rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row !important;
}

.copyright {
  text-shadow: 1px 1px black;
  text-align: center;
  margin-top: 2rem;
}

h1,
h2,
h3 {
  color: #662d91;
  font-weight: 600;
}

h2 {
  color: #fff;
  margin: 0;
  font-weight: 600;
}

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

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

.btn-border1 {
  border: 2px solid #662d91;
  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;
}

label {
  text-align: left;
  width: 85%;
}

#survey label {
  width: auto;
}

#register .custom-checkbox label {
  width: fit-content;
}

input[type="checkbox"],
[type="radio"] {
  appearance: none;
  width: 6vw;
  height: 6vw;
  background-color: transparent;
  border: 1px solid #662d91;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.true {
  width: 7vw !important;
}

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

/* social icons */

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

  .cta-buttons {
    justify-content: flex-start !important;
    margin: 10px auto 10px -10px !important;
  }
}

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

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

.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: 1650px) {
  .content {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .game-border {
    border: 1.8vw solid;
  }

  #card-container {
    margin: auto;
  }

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

  .copyright {
    font-size: 1.9vw;
    margin: 1rem auto;
    text-align: center;
    text-shadow: 1px 1px black;
  }

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

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

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

  .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;
    text-align: start;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .container-survey {
    margin-left: 50%;
    margin-top: 8%;
    width: 50%;
    margin-bottom: 5%;
  }

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

  .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) {
  .logo {
    max-width: 200px;
    max-height: 120px;
  }

  .content-background {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #introduction {
    width: 90%;
  }

  #register {
    width: 90%;
  }

  button {
    width: 80%;
    max-width: 14rem;
    margin: 0 auto;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }

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

  .checkbox-styling {
    padding-left: 0;
    margin-top: 1rem;
    text-align: start;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .content {
    width: 90%;
  }
}

/* MEMORY GAME */

#page-container {
  width: 100%;
  text-align: center;
}

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

.game-border {
  border: 15px solid #662d91;
}

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

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

.memory-card {
  font-size: 0;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  width: 12rem;
  height: 12rem;
  box-shadow: 0 8px 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%;
}

.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: 1rem;
  font-weight: 900;
  font-size: 2rem;
}

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

.header-game .game-icon {
  margin: 0 10px;
  height: 24px;
  width: 24px;
}

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

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

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

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

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

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

  .container {
    width: 80%;
  }

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

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

  .content {
    width: 90%;
  }
}

@media only screen and (min-width: 361px) and (max-width: 767px) {
  .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: 27vw;
    height: 27vw;
  }

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

@media only screen and (max-width: 360px) {
  .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;
  }

  .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.75rem 2rem;
  }
}

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

/* QUIZ  */

.game {
  max-width: 100%;
  height: auto;
  padding: 7px;
  width: 100%;
  max-height: 24rem;
  object-fit: cover;
}

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

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 {
  white-space: normal;
  word-wrap: break-word;
  margin: 0.5rem auto;
  padding: 0.7rem;
  text-decoration: none;
  text-align: center;
  border: 2px solid;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

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

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

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

/* SWIPE  */

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

.swipe-container {
  margin: -1rem;
  padding: 0 1rem;
}

.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: -6rem;
  }

  .mobileArrow2 {
    right: -6rem;
  }

  .introduction-img {
    height: 240px;
    width: 240px;
    border: 4px solid;
  }
}

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

select {
  appearance: none;
}

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

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

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

/* ------------------------------------------------------------ */
.spin-the-wheel {
  width: 95%;
  max-width: 1200px;
  border: 10px solid;
  display: flex;
  flex-direction: column;
}

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

.text-section,
.wheel-section {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.legend {
  width: fit-content;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  max-width: 360px;
}

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

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

.canvas-container {
  width: 250px;
  height: 250px;
  border: 10px solid #57423d;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

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

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

.po-none {
  pointer-events: none;
}

canvas {
  transform: rotate(90deg);
  width: 220px;
  height: 220px;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (min-width: 320px) {
  .canvas-container {
    width: 280px;
    height: 280px;
  }

  canvas {
    width: 250px;
    height: 250px;
  }
}

@media screen and (min-width: 410px) {
  .canvas-container {
    width: 360px;
    height: 360px;
  }

  canvas {
    width: 330px;
    height: 330px;
  }

  .wheel-ticker {
    width: 59px;
  }
}

@media screen and (min-width: 1024px) {
  .spin-the-wheel {
    flex-flow: row wrap;
    width: fit-content;
    padding: 1rem;
  }

  .text-section,
  .wheel-section {
    flex-basis: 50%;
  }

  .wheel-section {
    order: 1;
  }

  .text-section {
    text-align: start;
    order: 2;
  }

  .spin-the-wheel .button-container {
    order: 3;
    flex: 0 0 50%;
    justify-content: flex-start;
    margin-left: auto;
  }

  .legend-element {
    flex-direction: row;
  }

  .canvas-container {
    width: 450px;
    height: 450px;
    margin-bottom: -66px;
  }

  canvas {
    width: 420px;
    height: 420px;
  }
}

@media screen and (min-width: 1024px) {
  .spin-the-wheel {
    width: fit-content;
  }

  .legend {
    margin: unset;
    max-width: unset;
    flex-flow: row wrap;
  }

  .legend-element {
    flex: 0 0 50%;
    margin-bottom: 80px;
  }

  .spin-the-wheel .button-container {
    flex: 0 0 100%;
    justify-content: flex-end;
  }
}

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

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

#survey .items {
  display: flex;
  align-items: flex-start;
  height: auto;
}

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

#survey .survey__answers-container .custom-control-label::before,
#survey .survey__answers-container .custom-control-label::after {
  width: 20px;
  height: 20px;
  top: calc(50% - 0.7rem);
  left: -24px;
}

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

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

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

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

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

.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"] .legend {
  text-align: right;
}

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

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

.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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

/* ==================== 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: rgb(255 255 255 / 100%);
  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 .1s ease-out;
  padding: 3;
  border-radius: 50%;
  position: absolute;
  width: 31px;
  height: 31px;
  top: -6px;
  left: -6px;
}

@media screen and (min-width: 768px) {
  .scale, .single-answer,
  .multiple-answer, .text-answer {
    margin-left: 0 !important;
  }

  .scale-container {
    margin-left: -12px !important;
  }

  .survey__navigation {
    justify-content: flex-start !important;
    margin-left: -10px;
  }
}

@media screen and (min-width: 1408px) {
  .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;
  }

  .single-answer, .multiple-answer {
    margin: auto;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 620px;
  }

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

@media screen and (max-width: 991px) {
  .scale-container>.scale>.scale__sector {
    width: 100% !important;
  }

  .scale {
    min-height: 170px;
  }

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

  .survey__navigation {
    justify-content: center;
  }
}

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

  .scale__sector {
    width: fit-content !important;
  }

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

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

/*  ===== 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: 100%;
  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;
  }
}

/* ================================ 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"] #survey .content-background {
  justify-content: space-between;
}

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

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

[dir="rtl"] .questionHeading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  direction: rtl;
}

[dir="rtl"] [data-mode-swipe] .questionHeading {
  justify-content: center !important;
  flex-direction: row;
}

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

[dir="rtl"] .scale__line {
  left: unset;
  right: 17px;
}

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

@media screen and (max-width: 599px) {
  [dir="rtl"] #next-btn,
  [dir="rtl"] #submit-btn {
    order: -2;
  }
}

@media screen and (min-width: 768px) {
  [dir="rtl"] .survey__answers>div,
  [dir="rtl"] .scale {
    margin: auto 0 auto auto !important;
  }

  [dir="rtl"] .game-description {
    text-align: right;
  }

  [dir="rtl"] .questionHeading {
    justify-content: flex-start;
  }

  [dir="rtl"] #gtp .questionHeading {
    justify-content: center;
  }

  [dir="rtl"] .text-md-left,
  [dir="rtl"] .checkbox-styling {
    text-align: right !important;
  }

  [dir="rtl"] #survey #question-txt,
  [dir="rtl"] #survey [data-survey="question-text"] {
    padding-right: 1rem;
  }
}

@media screen and (min-width: 768px) {
  [dir="rtl"] .mr-md-5 {
    margin-right: unset !important;
    margin-left: 3rem !important;
  }
}

@media screen and (min-width: 1024px) {
  [dir="rtl"] .spin-the-wheel .button-container {
    justify-content: flex-start;
    margin-left: unset;
    margin-right: auto;
  }

}

@media screen and (min-width: 1408px) {
  [dir="rtl"] .scale__line {
    left: 0;
    right: 0;
  }

  [dir="rtl"] .scale__sector__text {
    text-align: center;
  }
}