@font-face {
  font-family: AcuminPro-Regular;
  src: url("../assets/fonts/AcuminPro-Regular.otf");
}

@font-face {
  font-family: CooperBlack-Regular;
  src: url("../assets/fonts/CooperBlack-Regular.ttf");
}

:root {
  --green: #2eb3a6;
  --brown: #b34d2e;
  --white: #fff;
}

* {
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
}

.heading-style {
  text-align: center;
}

/* 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;
  }
}

/* DISABLE ARROWS IN NUMBER INPUT */

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  appearance: textfield;
}

[data-email] {
  position: relative;
  min-height: 100vh;
  background-color: black;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
}

h4,
h5,
h6 {
  font-weight: bold;
}

body {
  position: relative;
  overflow-y: auto;
}

a {
  text-decoration: none;
  font-weight: bold;
}

.content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

p {
  margin: 0;
}

.text {
  margin-bottom: 20px;
}

.logo-container {
  display: flex;
  object-fit: contain;
  max-width: 150px;
  padding: 0 0 30px;
}

.logo-container img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}

.footer {
  margin: auto 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header {
  margin: 0;
}

.introduction-image {
  height: auto;
  margin-left: -40px;
}

.logo {
  width: 100px;
}

button {
  font-size: inherit !important;
  font-family: inherit;
}

button > span {
  font-size: inherit;
  font-family: inherit;
}

.button {
  width: 100%;
  margin: 35px 0;
}

.button button {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  place-content: center center;
}

button i {
  margin-left: 10px;
  font-size: inherit;
}

button i ::before {
  height: 16px;
}

#submit-button {
  padding: 10px 20px;
  height: auto;
}

#start-button {
  width: 100%;
  height: auto;
  padding: 10px 20px;
}

.main {
  position: relative;
  margin: auto 0;
}

.wrap-1 {
  z-index: 5;
  display: flex;
  order: 1;
  position: absolute;
  top: -3%;
}

.privacy-policy {
  margin-bottom: 2rem;
}

.privacy-policy .heading-style {
  margin: 2rem 0;
  text-align: center;
}

.privacy-policy h4 {
  font-weight: bold;
  margin: 0.5rem 0 !important;
}

.privacy-policy p {
  margin: 0.5rem 0 !important;
}

/* REGISTER PAGE */

/* FORM */

.checkbox-row > div {
  min-height: 27px;
}

form * {
  background: transparent;
  border: 0;
  outline: 0;
}

form {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: auto;
  align-items: center;
}

.form-wrap {
  margin-bottom: 25px;
  width: 100%;
}

form input,
form select {
  width: 100%;
  border: none;
  text-align: center;
}

.form-group {
  margin: 0 auto 10px;
  padding: 0;
  width: 90%;
}

input {
  background-color: var(--white) !important;
}

.form-control {
  border: none;
  border-radius: 0;
}

.custom-control-input ~ .custom-control-label::before {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: var(--white) 1px solid;
  outline: none !important;
}

.custom-checkbox .custom-control-input:checked ~ [data-color-secondary-text-checkbox]::after {
  background-color: var(--brown);
  background-size: 50% 50%;
  background-image: none !important;
  position: absolute;
  top: 7px;
  left: -21px;
  width: 10px;
  height: 10px;
}

#register .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
}

.custom-checkbox .custom-control-input:disabled ~ [data-color-secondary-text-checkbox]::after {
  pointer-events: none;
}

.checkbox-row {
  margin: 0 auto 0 0;
  z-index: 2;
}

#register .custom-checkbox .custom-control-label::before {
  top: calc(50% - 9px);
}

#register .custom-checkbox .custom-control-label::after {
  top: calc(50% - 6px) !important;
}

.custom-checkbox .custom-control-label * {
  vertical-align: middle;
}

.checkbox-row > .col-12 {
  margin-bottom: 10px;
}

/* title salutation hack */

.span-select {
  width: 100%;
  height: 48px;
  background-color: var(--white);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  border: none;
  vertical-align: bottom;
  line-height: 30px;
}

#div-select > select {
  width: 100%;
}

#div-select {
  position: relative;
  border: none;
}

select {
  opacity: 0;
  vertical-align: bottom;
}

/* END OF FORM */

/* END OF REGISTER PAGE */

/* OUTCOME PAGE */

/* social icons */

.social__wrap {
  max-width: 500px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 30px 0;
  padding: 0;
  width: fit-content;
}

[data-social] {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 0;
  border: 1px solid white;
  border-radius: 0;
  background-color: transparent;
  transition: transform 0.3s ease-out, opacity 0.5s ease-in;
}

[data-social]:hover {
  transform: translateY(-10px);
  opacity: 0.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;
}

li > a:hover {
  opacity: 0.45;
  outline: none;
}

a:hover {
  text-decoration: none;
}

.outcome-quiz {
  order: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.social-wrap {
  order: 5;
}

/* END OF OUTCOME PAGE */

/* MEMORY GAME */

.click-container {
  display: flex;
  flex-flow: column nowrap;
}

.click-container .content-background {
  align-items: center;
}

.time-element {
  margin-left: 10px;
}

.time {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  place-content: center flex-start;
  margin: 0 auto 20px;
}

#card-container {
  width: 240px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin: 20px auto 40px;
}

.game-item {
  object-fit: cover;
  width: 115px;
  height: 115px;
}

.game-item img {
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
}

.memory-card {
  box-shadow: 0 8px 5px rgb(0 0 0 / 26%);
}

.status-text {
  margin-left: 10px;
}

.game-main {
  margin-top: auto;
  margin-bottom: auto;
}

/* END OF MEMORY GAME */

/* GUESS THE PICTURE GAME */

.quiz,
.personality-test,
.guess-the-picture {
  padding: 0;
  margin: 0;
}

.question-row {
  z-index: 10000;
}

.question-row,
.question-row-swipe {
  align-items: center;
  z-index: 10000;
  position: relative;
}

.content-background {
  display: flex;
  flex-direction: column;
  margin: -28px -20px 30px;
  align-items: flex-start;
}

.content-background,
.content-background-swipe {
  justify-content: center;
  align-items: center;
}

.img-item {
  padding: 0;
  margin: 0;
}

.game-description {
  position: relative;
  margin: 0;
  z-index: 10000;
}

.content-background-swipe {
  width: calc(100% + 40px);
  min-width: calc(100% + 40px);
  aspect-ratio: 1.5 / 1;
}

.image-double.swipe-img {
  width: 100%;
  min-width: 100%;
  aspect-ratio: 1.5 / 1;
}

@media screen and (min-width: 1025px) {
  .content-background-swipe {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 1.5 / 1;
  }
}

.image-double > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.answers-container {
  gap: 20px;
  margin-bottom: 30px;
}

.answers-container > a {
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  padding: 10px 20px;
  line-height: 1;
}

.answers-wrap {
  margin: 0;
}

/* SWIPE */

.content-background-swipe {
  margin: 0 -20px;
  display: flex;
}

.question-row-swipe {
  width: 100%;
  margin: -25px auto 20px;
  justify-content: center;
}

.game-description-swipe {
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}

.game-description-swipe > p {
  text-align: center;
}

.answerSwipe {
  text-align: center;
  padding: 5px;
}

.click-wrap,
.swipe-wrap {
  width: 100%;
  height: 100%;
}

.right,
.left {
  width: 45%;
  text-align: center;
}

.left {
  margin: 0 auto 30px 0;
}

.right {
  margin: 0 0 30px auto;
}

.swipe-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.left > i,
.right > i {
  font-size: 50px;
  line-height: 100%;
  width: 100%;
}

.left > a,
.right > a {
  width: 100%;
  min-height: 36px;
  display: block !important;
}

/* END OF GUESS THE PICTURE GAME */

/* PERSONALITY TEST */

.image-double {
  position: relative;
}

.gtp {
  display: flex;
  flex-flow: column nowrap;
}

.gtp > a {
  min-height: 36px;
  width: 100%;
}

/* END OF PERSONALITY TEST */

/* SPIN THE WHEEL */

.spin-the-wheel {
  width: 100%;
  height: auto;
  margin: auto 0;
  display: flex;
  flex-direction: column;
}

.spin-the-wheel > div {
  width: 100%;
}

.text-section,
.wheel-section {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wheel-section {
  margin-bottom: 20px;
}

.text-section {
  text-align: center;
}

.legend {
  width: fit-content;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}

.legend-element {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.legend-element span {
  line-height: 1;
  min-height: 1rem;
  margin: auto 0 auto 20px;
}

.sector {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  flex-shrink: 0;
}

.sector > img {
  max-width: 100%;
  width: 50px;
  height: 50px;
}

.canvas-container {
  width: 300px;
  height: 300px;
  border: 10px solid #fff;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.spin-the-wheel button {
  padding: 10px 20px;
}

.ticker-layer,
.center-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}

.wheel-ticker {
  width: 53px;
  height: 40px;
  object-fit: contain;
  margin: auto -25px auto auto;
}

.wheel-center {
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
}

.po-none {
  pointer-events: none;
}

canvas {
  transform: rotate(90deg);
  width: 270px;
  height: 270px;
  border-radius: 50%;
  cursor: pointer;
}

.spin-the-wheel .button__container {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 410px) {
  .canvas-container {
    width: 400px;
    height: 400px;
  }

  canvas {
    width: 370px;
    height: 370px;
  }

  .wheel-ticker {
    width: 59px;
  }
}

@media screen and (min-width: 1025px) {
  .spin-the-wheel .content-background {
    flex-flow: row wrap;
    margin: auto;
    max-width: 1440px;
  }

  #social {
    padding-left: 40px;
  }

  .spin-the-wheel {
    flex-direction: row;
  }

  .text-section,
  .wheel-section {
    flex: 0 0 50%;
    display: flex;
  }

  .spin-the-wheel .legend__section {
    order: 1;
    margin-right: 100px;
  }

  .spin-the-wheel .canvas-section {
    order: 2;
  }

  .legend-element {
    flex-direction: row;
  }

  .legend {
    margin: 20px 0 20px auto;
  }

  .text-section {
    text-align: start;
  }
}

/* END OF SPIN THE WHEEL */

/* RESPONSIVE */

@media screen and (min-width: 360px) {
  #card-container {
    width: 320px;
  }

  .game-item {
    width: 155px;
    height: 155px;
  }
}

@media screen and (min-width: 500px) {
  #card-container {
    width: 460px;
    gap: 20px;
  }

  .game-item {
    width: 220px;
    height: 220px;
  }
}

@media screen and (min-width: 600px) {
  #card-container {
    width: 560px;
  }

  .game-item {
    width: 270px;
    height: 270px;
  }
}

@media only screen and (max-width: 768px) {
  .privacy-policy {
    hyphens: auto;
  }

  .reg-wrap-1,
  .checkbox-row {
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .game-item {
    width: 354px;
    height: 354px;
  }

  .wrap-1 {
    top: -3%;
  }

  .button {
    margin: 50px auto;
  }

  .form-group {
    margin: 0 auto 30px;
  }

  .checkbox-row {
    width: 90%;
    margin-left: 40px;
  }

  .text {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  #introduction .wrap-1 {
    position: static;
    margin-bottom: -100px;
  }

  .reg-button {
    display: flex;
    justify-content: center;
  }

  .outcome-quiz {
    justify-content: flex-start;
  }

  .content {
    padding-bottom: 10px;
  }

  .main-intro {
    margin-top: 30px;
  }

  .text-1 {
    order: 3;
  }

  .introduction-image {
    order: 2;
    margin: 0 -20px 35px;
  }

  .wrap-2 {
    order: 4;
  }

  .footer {
    margin: auto -15px 0;
  }

  .main {
    display: flex;
    flex-direction: column;
  }

  .question-row {
    margin-left: 5px;
  }

  ul {
    margin: auto;
    justify-content: center;
  }
}

@media screen and (min-width: 1025px) {
  .wrap-1 {
    position: static;
    grid-area: 2 / 6 / 3 / 10;
  }

  .main-intro,
  .click-container,
  .swipe-container {
    display: grid !important;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-gap: 0;
    position: relative;
  }

  .introduction-image,
  .content-background,
  .content-background-swipe {
    grid-area: 1 / 1 / 5 / 7;
  }

  .text-1 {
    grid-area: 3 / 6 / 4 / 10;
  }

  .content-background-swipe {
    grid-area: 1 / 3 / 3 / 8;
    margin: 0;
  }

  .question-row-swipe {
    grid-area: 3 / 3 / 4 / 8;
  }

  .game-description-swipe {
    grid-area: 4 / 3 / 5 / 8;
  }

  .outcome-quiz,
  .time {
    grid-area: 1 / 7 / 2 / 10;
  }

  .headline {
    display: flex;
  }

  .headline h1 {
    margin-top: auto;
  }

  .left {
    grid-area: 1 / 1 / 3 / 3;
  }

  .right {
    grid-area: 1 / 8 / 3 / 10;
  }

  .left,
  .right {
    width: 70%;
    display: flex;
    flex-flow: row wrap;
    place-content: center center;
    align-items: center;
    margin: 0 auto;
  }

  .time {
    justify-content: center;
  }

  .left > i,
  .right > i {
    font-size: 100px;
  }

  .question-row {
    grid-area: 2 / 7 / 3 / 9;
    align-self: flex-end;
  }

  .wrap-2 {
    grid-area: 4 / 8 / 5 / 10;
  }

  .game-description {
    grid-area: 3 / 7 / 3 / 9;
  }

  .outcome-wrap {
    grid-area: 3 / 6 / 3 / 9;
  }

  .social-wrap,
  .answers-wrap {
    grid-area: 4 / 7 / 5 / 10;
  }

  .content-background {
    margin: 0 0 0 -40px;
  }

  .answers-wrap {
    margin: auto auto 0;
    width: 70%;
  }

  .question-row,
  .game-description {
    margin-left: -125px;
  }

  .main-reg {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
  }

  .reg-wrap-1 {
    order: 2;
    margin-bottom: 80px;
  }

  .outcome-heading {
    display: flex;
    align-items: flex-end;
  }

  .submit-container {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .reg-button {
    margin-left: auto !important;
  }

  .reg-text {
    margin-bottom: 80px;
  }

  #start-button {
    width: 90%;
  }

  #submit-button {
    min-width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: 50px;
  }

  .reg-wrap-1 > div {
    margin-left: 100px;
  }

  .reg-wrap-1,
  .reg-wrap-2 {
    width: 50%;
  }

  .reg-wrap-2 {
    order: 1;
  }

  .content {
    padding: 40px 40px 0;
  }

  .footer {
    justify-content: flex-start;
    margin: auto auto 0 0;
    padding: 20px 0;
  }

  .logo-container {
    padding-bottom: 40px;
  }

  .text-2 {
    margin-top: 50px;
  }

  .button {
    margin: 0;
  }

  .text-2 > p {
    width: 90%;
  }

  .social-wrap {
    display: flex;
    align-items: flex-start;
  }

  ul {
    margin-top: 0;
  }

  .memory-wrap {
    display: flex;
    flex-flow: row nowrap;
  }

  #card-container {
    max-width: 70%;
    width: 660px;
    order: 1;
    margin: 0;
  }

  .game-item {
    width: 143px;
    height: 143px;
  }

  .memory-card {
    width: 100%;
    height: 100%;
  }

  .header-game {
    width: 20%;
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1100px) {
  .main-intro,
  .click-container {
    grid-template-rows: 100px auto auto auto;
  }
}

@media screen and (min-width: 1280px) {
  #card-container {
    width: 840px;
  }

  .game-item {
    width: 188px;
    height: 188px;
  }
}

@media screen and (min-width: 1400px) {
  .button {
    margin-top: 30px;
  }

  #card-container {
    width: 920px;
  }

  .game-item {
    width: 208px;
    height: 208px;
  }
}

@media screen and (min-width: 1600px) {
  #card-container {
    width: 1060px;
  }

  .game-item {
    width: 243px;
    height: 243px;
  }
}

@media screen and (min-width: 1900px) {
  #card-container {
    width: 1270px;
  }

  .game-item {
    width: 295px;
    height: 295px;
  }
}

/* cta buttons */

.cta-buttons {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 10px auto;
}

.cta {
  display: none;
  min-width: 130px;
  min-height: 45px;
  padding: 5px 10px;
  margin: 10px;
}

@media screen and (max-width: 1920px) {
  .game {
    max-width: 1200px;
    max-height: 800px;
  }
}

@media screen and (min-width: 1950px) {
  .img-fluid {
    width: 100%;
  }

  .wrap-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .img-item {
    width: 100%;
  }

  .image-double > img {
    width: 100%;
  }

  .outcome-heading,
  .outcome-wrap {
    margin-left: 20%;
  }
}

/* ------------------------------------ SURVEY --------------------------------- */

#survey {
  display: flex;
  flex-flow: row wrap;
}

.survey__text-section {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  order: 4;
}

.survey__question-text {
  order: 3;
  margin-bottom: 30px;
}

.survey__question-counter {
  position: relative;
  z-index: 10;
  margin: 0;
  flex: 0 0 100%;
}

.survey__picture-section {
  display: flex;
  order: 2;
  margin: -25px -20px 20px;
}

.survey__picture-section > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: auto;
}

/* ----- kill outline on focus ------ */

textarea:focus-visible {
  outline: none;
}

.single-answer ::before,
.multiple-answer ::before {
  outline: none;
  box-shadow: none !important;
}

/* ----- Question counter ------ */

h3 > span,
h3 > span > span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
}

/* ----- NAVIGATION ------ */

.survey__navigation {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.survey__navigation > button {
  padding: 10px 20px;
  min-width: 250px;
  width: fit-content;
}

@media screen and (max-width: 599px) {
  #previous-btn {
    order: 5;
  }
}

@media screen and (min-width: 600px) {
  .survey__navigation {
    flex-direction: row;
  }
}

/* --- ANSWERS --- */

span[data-answer-text] {
  font-size: 18px;
}

/* ---- DISABLE BOOTSTRAP GREY TEXT WHEN ANSWER IS DISABLED ---- */

.survey__text-section .custom-control-input:disabled ~ .custom-control-label {
  color: unset;
}

.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;
  gap: 10px;
  width: fit-content;
}

.single-answer,
.multiple-answer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  margin: auto;
}

/* free text */

.text-answer {
  width: 100%;
  max-width: 600px;
  height: auto;
}

textarea {
  width: 100%;
  min-height: 300px;
  padding: 10px 20px;
  background-color: #fff;
}

/* ======================== 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: #000;
  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 {
  line-height: 1.2;
  cursor: pointer;
  margin: 0 0 0 10px;
  text-align: start;
}

.scale__marker::after {
  content: "";
  border: solid 6px;
  background-color: transparent;
  transition: all 0.1s ease-out;
  border-radius: 50%;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -3px;
  left: -3px;
}

@media screen and (max-width: 1023px) {
  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;
    max-width: 1000px;
  }

  .scale {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    margin-top: 15px;
  }

  .scale__line {
    top: 0;
    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;
  }
}

@media screen and (max-width: 1024px) {
  .survey__picture-section {
    width: 100vw !important;
  }
}

@media screen and (min-width: 768px) {
  .single-answer,
  .multiple-answer {
    flex-flow: row nowrap;
    gap: 50px;
  }

  .survey__question-text {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .survey__navigation {
    justify-content: space-evenly;
    order: 3;
  }

  .survey__picture-section {
    width: 40%;
    margin: auto 0 auto -40px;
    height: fit-content;
  }

  .survey__text-section {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 60%;
  }

  .survey__question-counter > h3 {
    width: fit-content;
    margin-left: 40%;
  }

  .survey__question-text {
    order: 1;
  }

  .survey__answers {
    order: 2;
  }

  .single-answer,
  .multiple-answer {
    margin: 0;
  }
}

#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;
}

@media screen and (min-width: 410px) {
  .limit-container {
    padding: 30px 20px;
  }
}

.custom-checkbox .custom-control-input:checked ~ [data-color-secondary-text-checkbox]::after {
  background-color: white !important;
}
