/* GLOBAL STYLES */

/* fonts */

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

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

* {
    overflow-wrap: break-word;
    word-break: break-word;
}




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

input[type="date"] {
    text-align: center !important;
}

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

body {
    position: relative;
}

:root {
    --red-button: #e30613;
    --blue-button-heading: #16b7bb;
    --white-pure: #fff;
    --white-bg: #f7f7f7;
    --grey-text: #333;
}

a,
#social a:hover {
    text-decoration: none;
}

h1,
h2 {
    margin-bottom: 30px;
}

p,
h3 {
    margin-bottom: 20px;
}

.heading-style {
    text-align: center;
}

.row {
    margin: 0;
}

.copyright {
    margin-top: 50px;
}

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

.image>img {
    box-shadow: 0 0 6px #0000003d;
}

#pimg {
    box-shadow: unset !important;
}

.button__container {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.btn {
    width: 100%;
    max-width: 200px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: initial;
}

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


/* || HEADER || */

.header {
    width: 100%;
    padding: 24px 0;
}

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

.logo__container img {
    max-width: 82px;
    max-height: 99px;
    object-fit: contain;
}


/* || CONTENT || */

.template__inner {
    width: 100%;
    max-width: 845px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.center__wrap {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}

.introduction__inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 40px;
    width: 80%;
    margin: 0 auto;
}


/* || GAME VIEW || */

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

.center__content__game {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.template__inner.game {
    max-width: 1320px;
}

#time__wrap__memory,
#time-wrap-guess-the-picture,
#picture-element-guess-the-picture {
    display: flex;
    justify-content: center;
}

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

.icn-time>img {
    width: 23px;
    padding-left: 5px;
    padding-top: 5px;
}

#card-container {
    width: 100%;
    max-width: 330px;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.game-item {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
}

.game-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 410px) {
    .game-item {
        width: 140px;
        height: 140px;
    }
}

@media screen and (min-width: 768px) {
    #card-container {
        max-width: 768px;
        gap: 15px;
    }

    .game-item {
        width: 160px;
        height: 160px;
    }
}

@media screen and (min-width: 1440px) {
    #card-container {
        max-width: 1000px;
    }

    .game-item {
        width: 220px;
        height: 220px;
    }
}

.question__wrap {
    text-align: center;
}


.swipe__icon__wrap {
    display: flex;
    justify-content: center;
    gap: 420px;
    position: absolute;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

#icon-left {
    transform: rotate(180deg);
    margin-bottom: 1px;
}

.swipe__icon i {
    font-size: 20px;
}

.swipe__click__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 400px;
    gap: 10px;
    margin: 0 auto;
}

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

.swipe__click__wrap div a {
    width: 100%;
    padding: 5px;
    text-align: center;
    height: 100%;
    z-index: 9;
}

.answers-container {
    width: 100%;
    max-width: 398px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.answers-container a {
    padding: 10px 5px;
    text-align: center;
}

.center__content__img.game {
    position: relative;
    padding: 0;
    width: 100%;
    aspect-ratio: 1.667 / 1;
}

.game-info {
    padding: 20px 0;
    width: 100%;
}


/* || REGISTER || */

.center__content.register {
    display: flex;
    flex-direction: column;
}

.headline__wrap {
    text-align: center;
}

.form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.form-box div {
    flex: 0 0 48%;
}

.form-box div input:focus-visible {
    outline: none;
}

.form-box div select:focus-visible {
    outline: none;
}

.form-box div input,
select {
    width: 100%;
    padding: 5px;
    border-radius: 60px;
    border: 1px solid #343434;
    background-color: transparent !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    height: 38px;
    text-align-last: center !important;
    -webkit-text-align-last: center !important;
    -moz-text-align-last: center !important;
    text-align: center !important;
}

/* disable arrow in select input */

select {
    appearance: none;

    /* Firefox */
}

.custom-checkbox .custom-control-label::before {
    border: 1px solid #344384;
    border-radius: 0;
    background-color: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    /* background-image: none; */
    background-color: #344384;
    transform: scale(1);
}

.custom-checkbox .custom-control-input:disabled~.custom-control-label::before {
    background-color: transparent !important;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important;
}




/* || OUTCOME || */

#outcome {
    flex-direction: column;
}

#outcome-image {
    width: 350px;
    margin-bottom: 20px;
}

.center__content__img {
    margin: 0 auto;
    width: 390px !important;
    height: 280px;
    z-index: 2;
}

.center__content__img img {
    width: 100%;
    max-height: 280px;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.center__content.outcome {
    padding: 30px 0;
    text-align: center;
}

.center__content.outcome .center__content__text {
    margin: 10px 0;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
    padding-bottom: 20px;
}

.cta {
    width: 100%;
    max-width: 312px;
    display: none;
    padding: 10px 0;
}

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


/* || FOOTER || */

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
    text-align: center;
    z-index: 99;
}

.footer span,
a {
    padding: 5px 0;
}


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

.content-background {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spin-the-wheel {
    width: 100%;
}

.spin-the-wheel .canvas-container {
    border: 12px solid #344384;
    border-radius: 50%;
    width: 440px;
    height: 440px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

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

.spin-the-wheel canvas {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    cursor: pointer;
    transform: rotate(90deg);
}

.spin-the-wheel .ticker-layer {
    position: absolute;
    display: flex;
    z-index: 1;
    right: -25px;
    justify-content: center;
}

.spin-the-wheel .ticker-layer img {
    width: 54px;
    height: 43px;
    object-fit: contain;
}

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

.spin-the-wheel .center-layer img {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
}

.legend__section {
    max-width: 64rem;
    display: flex;
    text-align: end;
    align-items: center;
  }

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

.spin-the-wheel .legend-element {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.spin-the-wheel .legend .sector {
    width: 53px;
    min-width: 53px;
    height: 53px;
    background-color: transparent !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spin-the-wheel .legend span {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
}

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

.btn__stw {
    width: 100%;
    max-width: 420px;
}

.row.content-wrap.stw {
    box-shadow: none;
}


/* || MEDIA QUERY || */

@media screen and (max-width: 768px) and (orientation: landscape) {
    .footer.game {
        padding-bottom: 20px;
    }
}

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

    .small-tiles .prize-box {
        width: 160px;
        height: 160px;
    }

    .big-tile {
        width: 360px;
        height: 360px;
    }

    p.date {
        font-size: 30px !important;
    }

    .date.big {
        font-size: 60px !important;
    }

    .single-answer,
    .multiple-answer {
        width: 65% !important;
    }


}

@media screen and (max-width: 1010px) {
    .calendar-wrap {
        flex-direction: column;
    }

    .small-tiles {
        width: 60%;
    }

    .small-tiles .prize-box {
        width: 205px;
        height: 205px;
    }

    .big-tile {
        width: 431px;
        height: 431px;
    }

    .survey__question-counter {
        order: 3 !important;
        margin-top: 15px !important;
    }

    .survey__navigation {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 1025px) {
    .content-background {
        gap: 30px;
        margin-top: 20px;
    }

    .center__wrap {
        max-width: 500px;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 800px) {

    .swipe__click__wrap div {
        width: 100%;
    }


}

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

    .cta-buttons {
        margin-top: 40px;

    }


    .introduction__inner {
        padding: 30px;
        width: 100%;
    }

    #game-view .introduction__inner {
        width: 100% !important;
    }

    .swipe__click__wrap {
        flex-wrap: wrap;
    }

    .swipe__click__wrap div {
        width: 100%;
    }

    .spin-the-wheel .legend-element {
        flex: 0 0 100%;
    }

    .small-tiles {
        width: 80%;
    }


    .center__content__img {
        max-width: 356px !important;
    }

    .swipe__icon__wrap {
        gap: 370px;
    }

    .swipe__click__wrap div {
        width: 100%;
        max-width: 410px;
    }

    .swipe__click__wrap {
        flex-wrap: wrap;
        max-width: 355px;
    }

}

@media screen and (max-width: 600px) {
    .form-box div {
        flex: 0 0 100%;
    }

    .small-tiles {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #outcome-image {
        width: 280px;
    }

    .cta-buttons {
        flex-wrap: wrap;
    }

    .center__content__img {
        max-width: 280px !important;
        max-height: 280px;
        width: 100% !important;
        height: auto;
    }


    .center__content__img img {
        max-height: 16rem;
    }

    .spin-the-wheel {
        padding-left: 15px !important;
    }

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

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

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

    .spin-the-wheel .legend .sector {
        margin-right: 4px;
    }

    .spin-the-wheel .legend {
        padding-left: 10px !important;
    }

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

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

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

    .small-tiles .prize-box {
        width: 160px;
        height: 160px;
    }

    .big-tile {
        width: 340px;
        height: 340px;
    }

    .gtp-tile-wrap {
        min-height: 10rem !important;
    }

    #game-view .introduction__inner {
        width: 100% !important;
    }

    .single-answer,
    .multiple-answer {
        width: 90% !important;
    }

    .survey__question-text {
        margin-bottom: 20px !important;
    }

    .single-answer,
    .multiple-answer {
        margin-bottom: 20px !important;
    }

    .center__content__img {
        max-width: 280px !important;
        max-height: 280px;
    }

    .swipe__click__wrap div {
        width: 100%;
    }

    .swipe__click__wrap {
        max-width: 280px;
    }

    .swipe__icon__wrap {
        gap: 290px;
    }

}

@media screen and (max-width: 468px) {
    .swipe__click__wrap {
        padding: 0 !important;
    }
}

@media screen and (max-width: 400px) {
    .center__content__img img {
        max-height: 14rem;
    }

    .template__inner {
        padding: 0 10px;
    }

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

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

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

    .small-tiles .prize-box {
        width: 130px;
        height: 130px;
    }

    .big-tile {
        width: 280px;
        height: 280px;
    }

    .gtp-tile-wrap {
        min-height: 8rem !important;
    }

    .swipe__click__wrap div {
        width: 100%;
    }

    .swipe__icon__wrap {
        gap: 286px;
    }


}

@media screen and (max-width: 342px) {
    .swipe__icon__wrap {
        gap: 267px;
    }
}

@media screen and (max-width: 326px) {
    .swipe__icon__wrap {
        gap: 251px;
    }
}

@media screen and (max-width: 310px) {
    .swipe__icon__wrap {
        gap: 233px;
    }
}


/*  ===== 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;
    border-radius: 12px;
}

.limit-container h2 {
    margin: 0;
}

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

/* ================================ SCRATCH CARD ================================ */
.scratch-card {
    width: 100%;
}

.legend-wrap h2 {
    text-align: center;
}

.scratch-card>.page-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* -------------- 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: 300px;
    max-width: 500px;
    display: grid;
    grid-template-columns: repeat(3, 96px);
    grid-template-rows: repeat(3, 96px);
    gap: 6px;
    margin: auto;
}

@media screen and (min-width: 410px) {
    .scratch-card__container {
        width: 350px;
        grid-template-columns: repeat(3, 112px);
        grid-template-rows: repeat(3, 112px);
        gap: 7px;
    }
}

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

.scratch-card__container>.card {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    user-select: none;
    aspect-ratio: 1 / 1;
    background: transparent;
    box-shadow: 0 0 30px 5px rgb(0 0 0 / 10%);
    border: 4px solid rgb(0 0 0 / 12.5%);
    border-radius: 12px;
}

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

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

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

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

/* -------------- ANIMATIONS -------------- */
.card-outline {
    box-shadow: 0 0 0 4px rgb(52 67 132 / 100%);
}

.card-match {
    box-shadow: 0 0 0 4px rgb(52 67 132 / 100%);
    animation: blink 0.5s infinite;
}

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

    100% {
        box-shadow: 0 0 7px 8px rgb(52 67 132 / 100%);
    }
}

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

    100% {
        box-shadow: 0 0 7px 8px rgb(52 67 132 / 100%);
    }
}

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

    100% {
        box-shadow: 0 0 7px 8px rgb(52 67 132 / 100%);
    }
}

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

    100% {
        box-shadow: 0 0 7px 8px rgb(52 67 132 / 100%);
    }
}

/* -------------- LEGEND -------------- */
#scratch-card .legend {
    width: fit-content;
    max-width: 100%;
    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;
}

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

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

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

@media screen and (min-width: 768px) {
    #scratch-card .legend {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .prize-cover {
        border: 4px solid;
    }
}

@media screen and (min-width: 1025px) {
    #scratch-card .page-wrap {
        flex-direction: row;
    }

    .legend-wrap h2 {
        text-align: left;
    }

    #scratch-card .legend-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #scratch-card .legend {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        margin: 0 auto 0 0;
    }
}

/* --------------- RETRY MODAL --------------- */
.retry-modal {
    width: 90%;
    max-width: 700px;
    height: fit-content;
    min-height: 300px;
    position: absolute;
    inset: 200px 0 0;
    margin: 0 auto;
    z-index: 10;
    border: 4px solid white;
    border-radius: 12px;
    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;
}

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

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

/* ================================ RTL SUPPORT ================================ */
[dir="rtl"] .question__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

[dir="rtl"] .question__wrap>h3 {
    display: flex;
}

[dir="rtl"] #timer,
[dir="rtl"] #status-text {
    margin-right: 5px;
}

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

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

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

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

.gtp-tile-wrap {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(20, 5%);
    grid-template-rows: repeat(10, 10%);
    border-radius: 6px;
    overflow: hidden;
    min-height: 14rem;
}

.gtp-tile {
    width: 100%;
    height: 100%;
}

/* Terms of service and Terms of privacy pages/pop-ups */

.page-pop-up {
    height: 90%;
    width: 90%;
    max-width: 680px;
    position: fixed;
    padding: 10px;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 95, 0.25) !important;
    display: none;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

.close-pop-up {
    text-align: right;
    cursor: pointer;
}

.pop-up-content {
    /* margin-top: 30px; */
    overflow: auto;
    height: 90%;
    text-align: center;
    padding: 5px;
}

.pop-up-header {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.pop-up-section {
    padding: 0 10px 0 20px;
}

.section-title {
    font-size: 20px;
}

.pop-up-link {
    color: #4d4d4d;
    word-break: break-all;
    text-decoration: underline;
    font-weight: 600;
}

.pop-up-table td,
.pop-up-table th {
    border: 1px solid #ddd;
    padding: 2px;
    text-align: center;
}

/* fix for privacy&terms pop-up */

.blocked-click-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9;
    display: none;
}

#game-view .introduction__inner {
    width: 80%;
}

#register .introduction__inner {
    width: 100%;
    height: auto;
    padding: 15px;
}

#outcome .introduction__inner {
    width: 100%;
    height: auto;
    padding: 15px;
}

.close-pop-up-div {
    width: 99.5%;
    justify-content: flex-end;
    display: flex;
}

#modal-container {
    width: 100% !important;
}

.gtp-tile-wrap {
    z-index: 9 !important;
}

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

#survey {
    display: flex;
    flex-flow: row wrap;
    width: 90%;
}

.survey__text-section {
    width: 100%;
    order: 4;
}

.survey__question-text {
    order: 3;
    margin-bottom: 5px;
}

.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;
    border-radius: 15px;
}

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

.survey__navigation>button {
    padding: 5px 20px;
    min-width: 130px;
    width: fit-content;
}

@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: 50%;
    margin: auto;
}

/* free text */

.text-answer {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-bottom: 10px;
}

textarea {
    width: 100%;
    min-height: 200px;
    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;
    margin-bottom: 10px;
}

.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: #fff;
    transition: all .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;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}


@media screen and (min-width: 1025px) {
    .survey__navigation {
        /* justify-content: space-evenly; */
        order: 3;
    }

    .survey__picture-section {
        width: 40%;
        height: fit-content;
        padding: 20px;
    }

    .survey__text-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-width: 100%;
    }


    .survey__question-counter>h3 {
        margin-left: 40%;
    }

    .survey__question-text {
        order: 1;
    }

    .survey__answers {
        order: 2;
    }

    .survey__navigation>button {
        margin-top: 20px !important;
    }
}

/* CAMPAIGN MODS */
[data-button]:hover {
	opacity: 1 !important;
	background-color: #55c3f0 !important;
}

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
    top: 0.4rem !important;
}