@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;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
}

@media only screen and (max-width: 768px) {
    .privacy-policy {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        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;
    }
}

#main-content {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#main-content>div {
    width: 100%;
}

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

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

p,
h2 {
    color: #4d4d4d;
    padding: 0 1rem;
}

a {
    font-weight: bold;
}

.parent-container {
    display: flex;
    align-items: center;
    min-height: 100vh;
    width: 52rem;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
}

.logo {
    margin: 1rem auto;
    margin-bottom: 0;
    max-width: 160px;
    max-height: 100px;
    object-fit: contain;
}

.editableSpan {
    color: #c1272d;
}

.game-instructions,
.thank-you {
    font-size: 1.2rem;
    width: 80%;
    margin: 1rem auto;
    text-align: center;
    font-weight: 500;
}

.content-image {
    max-height: 260px;
    max-width: 100%;
    border: 8px solid #ffffff;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 0 7px rgba(17, 17, 17, 0.4);
    box-shadow: 0 0 7px rgba(17, 17, 17, 0.4);
}

.description {
    position: relative;
    margin-top: 3rem;
    margin-left: -3rem;
    margin-right: -3rem;
    border: 8px solid #ffffff;
    padding: 2.5rem 1.5rem;
    width: 55rem;
    max-width: 88vw;
    -webkit-box-shadow: 0 0 7px rgb(17 17 17 / 40%);
    box-shadow: 0 0 7px rgb(17 17 17 / 40%);
}

.description.height {
    margin: 0;
    padding: 0;
}

.secondary-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(230, 230, 230);
}

.survey__text-section.secondary-background {
    position: initial;
}

.pictures {
    background-color: #c1272d;
}

.descriptionProduct {
    margin-top: 3rem;
    width: 106%;
    padding: 2rem;
    background: rgb(230, 230, 230);
    margin-left: -3rem;
    margin-right: -3rem;
    border: 8px solid #ffffff;
    padding: 3rem;
}

.description a {
    color: #c1272d;
    font-weight: 700;
}

.description p {
    font-size: 1.2rem;
}

.helperDiv {
    width: 100%;
    height: 8rem;
}


/* register  */

.register .description {
    display: flex;
    justify-content: center;
}

.prizeSpan {
    color: #4d4d4d;
    font-weight: 700;
}

.custom-btn {
    padding: 10px 20px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 2rem;
    white-space: normal;
    cursor: pointer;
}

.form-control {
    height: calc(2.75rem + 2px) !important;
    border-radius: 0 !important;
    border: 1.6px solid #4d4d4d;
    background-color: transparent;
}

form label {
    margin-bottom: 0;
}

ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    width: 100%;
}

ul.social li {
    margin: 0.5rem;
    display: inline-block;
}

ul.social li a {
    text-decoration: none;
}

ul.social li a i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    color: #000000;
    border-radius: 50%;
    font-size: 26px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.social li a i:hover {
    opacity: 0.5;
}

.copyright a {
    color: #4d4d4d;
    font-weight: 700;
}

.custom-checkbox {
    font-size: 15px;
    padding-right: 1rem;
}

.custom-checkbox .custom-control-label {
    color: #323232;
}

.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.56rem);
}

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

.copy {
    text-align: center;
    margin-top: 2rem;
}

#main-copyright-text {
    display: inline-block;
}

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

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

@media (min-width: 768px) and (max-width: 1199px) {
    .parent-container {
        max-width: 80%;
    }
}

@media (max-width: 767px) {
    .description {
        margin-left: -10px;
        margin-right: -10px;
        padding: 2rem 0;
        max-width: 96vw;
    }
    .game-instructions,
    .thank-you {
        font-size: 1, 2rem;
        width: 100%;
        margin: 2rem 0;
    }
    .parent-container {
        max-width: 90%;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    ul.social li {
        margin: 0px 0.5rem;
    }
    ul.social li a i {
        width: 2rem;
        height: 2rem;
    }
}


/* MEMORY GAME */

#game-container .memory {
    position: relative;
    display: flex;
    padding: 0;
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0 0 7px rgb(17 17 17 / 40%);
    box-shadow: 0 0 7px rgb(17 17 17 / 40%);
    margin-top: 0;
}

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

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

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

.memory-card {
    font-size: 0px;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    width: 12rem;
    height: 12rem;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.header-game {
    display: -webkit-box;
    display: -ms-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: -ms-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;
    width: 300px;
}

.header-game .time-element {
    margin-bottom: 0;
    padding: 0;
    font-weight: bold;
}

.header-game .game-icon {
    background-color: #fff;
    mask: url("https://live.brame-gamification.com/021c4e78-5126-11ed-8e6d-0f8169873f70/assets/icons/stopwatch.svg") no-repeat center / contain;
    -webkit-mask: url("https://live.brame-gamification.com/021c4e78-5126-11ed-8e6d-0f8169873f70/assets/icons/stopwatch.svg") no-repeat center / contain;
    height: 24px;
    width: 24px;
}

.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%;
    }
    .memory-card {
        width: 7rem;
        height: 7rem;
    }
    body #main-content .game .game-content .game__block a.btn {
        margin-bottom: 1rem;
        padding: 0.75rem 2rem;
    }
}

@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: 25vw;
        height: 25vw;
    }
    body #main-content .game .game-content .game__block a.btn {
        margin-bottom: 1rem;
        padding: 0.75rem 2rem;
    }
}

@media only screen and (max-width: 360px) {
    #page-container {
        width: 90%;
    }
    .header-game {
        margin-top: 1rem;
    }
    .header-game .time {
        padding: 0rem 1.5rem;
        font-size: 1.25rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        border-radius: 14px;
        width: 300px;
    }
    .game-item {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
    .memory-card {
        width: 25vw;
        height: 25vw;
    }
    body #main-content .game .game-content .game__block a.btn {
        margin-bottom: 1rem;
        padding: 0.75rem 2rem;
    }
}


/* QUIZ */

.quiz {
    padding-bottom: 2rem;
}

.descriptionQuiz {
    position: relative;
    margin-top: 3rem;
    margin-left: -3rem;
    margin-right: -3rem;
    border: 8px solid #ffffff;
    padding: 1rem;
    width: 110%;
    -webkit-box-shadow: 0 0 7px rgb(17 17 17 / 40%);
    box-shadow: 0 0 7px rgb(17 17 17 / 40%);
}

.quiz-heading-style {
    position: relative;
    text-align: center;
    display: block;
    margin: 1.5rem 0;
}

.quiz-heading-style>span {
    margin-left: 0.5rem;
}

.items {
    position: relative;
    width: 80%;
    max-width: 450px;
    height: 300px;
    border: 8px solid #ffffff;
    padding: 0;
    -webkit-box-shadow: 0 0 7px rgba(17, 17, 17, 0.4);
    box-shadow: 0 0 7px rgba(17, 17, 17, 0.4);
}

.game {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.answer-swipe {
    padding: 10px 20px;
    font-weight: bold;
    word-break: break-word;
    white-space: normal;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.answer {
    padding: 10px 20px;
    font-weight: bold;
    width: 50%;
    margin: 4px;
    word-break: break-word;
    white-space: normal;
}

.mirror {
    transform: scaleX(-1);
}

.arrow {
    font-size: 64px;
}

@media (max-width: 767px) {
    .items {
        height: 244px;
    }
    .arrow {
        font-size: 50px;
    }
}

@media (max-width: 576px) {
    .answer {
        font-size: 3vw;
        width: 100%;
        max-width: 300px;
    }
    .answer-swipe {
        font-size: 3vw !important;
    }
}

#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 {
    -webkit-appearance: none;
    -moz-appearance: none;
    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;
}

#game-copyright {
    z-index: 5;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0;
}


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

.row.description.stw {
    display: flex;
    justify-content: center;
}

.content-background {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    flex-direction: column;
}

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

.po-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

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

.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;
    border-radius: 50%;
}

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

.spin-the-wheel .legend {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
}

.spin-the-wheel .legend .sector {
    width: 53px;
    min-width: 53px;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

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

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

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

.spin-the-wheel .button-container button {
    width: 260px;
    margin-bottom: 0;
    margin-top: 24px;
    padding: 18px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

@media screen and (max-width: 1023px) {
    .spin-the-wheel .legend {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
}

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

@media screen and (max-width: 500px) {
    .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 span {
        font-size: 16px;
    }
    .spin-the-wheel .ticker-layer img {
        width: 40px;
        height: 30px;
    }
    .spin-the-wheel .center-layer img {
        width: 25px;
        height: 25px;
    }
}

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


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


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

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

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

#surveyGame .custom-checkbox {
    color: black;
}

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

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

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

.survey__image {
    border: 8px solid #ffffff;
}

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

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

.survey__navigation {
    width: 100%;
}

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

.survey__question-text p {
    margin: 0;
}

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

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

.survey__question-counter h3 {
    margin: 0;
}

.survey__answers {
    margin: 20px auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
    .single-answer,
    .multiple-answer {
        flex-flow: row nowrap;
        gap: 50px;
    }
}

@media screen and (min-width: 1024px) {
    #surveyGame {
        gap: 50px;
    }
    .survey__picture-section,
    .survey__text-section {
        width: 100%;
    }
    .survey__navigation {
        order: 5;
    }
}

.survey__text__wrap {
    width: 100%;
}


/* ==================== SCALE ELEMENT ===================== */

.scale-container {
    width: fit-content;
    margin: auto;
    max-width: 1500px;
}

.scale {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
    margin: auto;
    gap: 20px;
}

.scale__line {
    width: 1px;
    height: 96%;
    margin: auto 0;
    background: black;
    position: absolute;
    left: 8px;
    top: 2px;
    bottom: 0;
}

.scale__sector {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: fit-content;
    max-width: 300px;
    position: relative;
    z-index: 1;
}

.scale__sector__button {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: white;
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
    border: 1px solid black;
    position: relative;
}

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

.scale__marker {
    outline: solid 1px black;
    outline-offset: 3px;
    background-color: #C1272D;
    transition: all .1s ease-out;
}

@media screen and (min-width: 1024px) {
    .scale-container {
        width: 100%;
    }
    .scale-container {
        margin: auto;
    }
    .scale {
        width: 110%;
        min-height: auto;
        flex-direction: row;
        gap: 0;
        margin-top: 15px;
    }
    .scale__line {
        height: 2px;
        width: 91%;
        left: 0;
        right: 0;
        top: 2px;
        margin: 0 auto;
    }
    .scale__sector {
        width: 10%;
        height: auto;
        flex-direction: column;
        align-items: center;
    }
    .scale__sector__button {
        margin: -8px 0 0 0;
    }
    .scale__sector__text {
        margin: 0 5px;
        padding-left: 0;
        padding-top: 10px;
        text-align: center;
    }
}

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

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

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


/* ----- single and multiple answers ------ */

.single-answer,
.multiple-answer {
    flex-flow: row nowrap;
    gap: 50px;
}

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


/* ----- navigation ------ */

.survey__navigation {
    width: 100%;
    margin: 30px auto;
    display: flex;
    flex-flow: row wrap-reverse;
    justify-content: center;
    gap: 20px;
}

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

@media screen and (max-width: 1119px) {
    .scale_last_visible {
        align-items: flex-end;
    }
    .survey__navigation {
        justify-content: center;
        margin-left: 0;
    }
    .single-answer,
    .multiple-answer {
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
    .single-answer,
    .multiple-answer {
        flex-wrap: wrap-reverse;
        gap: 10px !important;
    }
    .scale {
        display: grid;
        grid-auto-rows: 1fr;
    }
    .survey__navigation {
        order: 5;
    }
    .scale__line {
        left: 10px;
        width: 1px !important;
    }
    .scale-container>.scale>.scale__sector {
        width: 100% !important;
    }
    #surveyGame .custom-checkbox {
        text-align: left;
    }
    .single-answer,
    .multiple-answer {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 550px) {
    .survey__picture-section img {
        width: 250px;
        height: 250px;
    }
    .survey__navigation {
        flex-direction: column-reverse;
        align-items: center;
    }
}

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

.scale__marker:after {
    content: "";
    border: solid 6px;
    background-color: transparent;
    transition: all .1s ease-out;
    padding: 3;
    border-radius: 50%;
    position: absolute;
    width: 31px;
    height: 31px;
    top: -6px;
    left: -6px;
}
/* ----- kill outline on focus ------ */
textarea:focus-visible {
    outline: none;
  }
  .single-answer ::before,
  .multiple-answer ::before{
    outline: none;
    box-shadow: none !important;
  }
  button:focus,
  button:focus-visible {
      outline: none !important;
  }
  /* ================================== SCRATCH CARD ================================== */
  #scratch-card {
      justify-content: flex-start;
      padding-bottom: 0;
  }
  .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .footer-container {
    margin-top: auto;
  }
  @media screen and (min-width: 360px) {
    #scratch-card .quiz-heading-style {
        padding: 0 15px;
    }
  }

/* -------------- retry modal -------------- */
.retry-modal {
    width: 90%;
    max-width: 400px;
    height: fit-content;
    min-height: 300px;
    position: absolute;
    top: 200px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .30);
}
.retry-modal__body {
    width: 100%;
    min-height: 300px;
    padding: 70px 10px 40px;
    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;
}
/* -------------- CARD CONTAINER -------------- */
.scratch-card__container {
    width: 90%;
    max-width: 450px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
}
.scratch-card__container>.card {
    min-width: 79px;
    min-height: 79px;
    aspect-ratio: 1 / 1;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    -o-user-select: none;
    user-select: none;
    box-shadow: 0 0 8px rgb(0, 0, 0, 0.5);
    border: 4px solid white;
    border-radius: 0;
}
.card-canvas {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    border-radius: inherit;
}
.prize-cover {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    border-radius: inherit;
}
.prize {
    position: relative;
    z-index: 8;
}
.scratch-card__container img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: inherit;
}
/* ANIMATIONS */
.card-outline {
    box-shadow: 0 0 2px 5px rgba(0, 0, 0, .2);
}
.card-match {
    box-shadow: 0 0 6px 8px rgba(0, 0, 0, .3);
    -webkit-animation: blink 0.5s infinite;
    -moz-animation: blink 0.5s infinite; 
    -o-animation: blink 0.5s infinite;
    animation: blink 0.5s infinite;
}
@keyframes blink {
    0%   { box-shadow: 0 0 0 0 rgba(0, 0, 0, .3); }
    100% { box-shadow: 0 0 6px 8px rgba(0, 0, 0, .3); }
}
@-webkit-keyframes blink {
    0%   { box-shadow: 0 0 0 0 rgba(0, 0, 0, .3); }
    100% { box-shadow: 0 0 6px 8px rgba(0, 0, 0, .3); }
}
@-moz-keyframes blink {
    0%   { box-shadow: 0 0 0 0 rgba(0, 0, 0, .3); }
    100% { box-shadow: 0 0 6px 8px rgba(0, 0, 0, .3); }
}
@-o-keyframes blink {
    0%   { box-shadow: 0 0 0 0 rgba(0, 0, 0, .3); }
    100% { box-shadow: 0 0 6px 8px rgba(0, 0, 0, .3); }
}

/* -------------- LEGEND -------------- */
#scratch-card .legend-inner {
    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;
}
#scratch-card .legend-element>span {
    display: flex;
    align-items: center;
}
#scratch-card .sector {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
#scratch-card .sector>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 768px) {
    #scratch-card .legend-inner {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}
