.right-icon {
    margin: 0 0 0 -20px;
}

.question-icon {
    width: max-content;
    max-width: 100%;
    margin: auto;
    flex-shrink: 0;
}

.question-container {
    background-color: white;
    border: 5px solid white;
    max-width: 370px;
    margin: 40px auto;
    flex-shrink: 0;
}


.result-description-text > p {
    font-size:20px;
    color: black;
    font-weight: 600;
}

.result-title {
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
}
.snow-img {
    margin-top: -4px !important;
    min-height: 9px !important;
}

.front-title {
    margin-top: 40px;
    margin-bottom: 30px;
}

.front-image-title {
    margin-top: 0px!important;
}

#front-text > p {
    font-size: 22px;
    max-width: 900px;
    margin: 14px auto 20px;
    color: white;
    font-weight: 600;
    text-align: center;
}


.prize-text > p:first-child {
    color: #FFF;
    font-size: 22px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 0;
}

.prize-text > p:last-child {
    color: #0080FF;
    font-size: 30px;
    font-weight: 900;
}


.rule-col {
    max-width: 830px;
    margin: 20px auto;
}

.question-top-row {
    min-height: 100px;
    padding: 20px;

}

.question-bottom-row {
    margin-left: -3px;
    margin-right: -3px;
}

.answer-row {
    padding-top: 10px;
    width: 75%;
    margin: 0 auto;
}

.progress-bar {
    background-color: #ffffFF;
}

.progress {
    height: 5px;
    background-color: #003FB4;
}


.result-text {
    padding-top: 40px;
    padding-bottom: 60px;
}

.result-description {
    margin: 30px auto;
    max-width: 830px;
}

.result-describer {
    color: #000;
    font-weight: 600;
}

.background-pink {
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #E5A1A9;
}

.screen-container {
    max-width: 1100px;
    margin-top: 80px;
}

/* Container holding the image and the text */
.img-container {
    position: relative;
    text-align: center;
    color: white;
}

/* Centered text */
.centered-in-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /*transform: matrix(-1, -0.05, -0.05, 1, 0, 0);*/
}

#back {
    cursor: pointer;
}

#back > svg {
    margin-top: -3px;
}

.skewed-right {
    padding-top: 5%;
    rotate: 2deg;
}

.skewed-left {
    rotate: -2deg;
    margin-top: -1%;
}
.disabled-link {
    pointer-events: none;
    opacity: 0.55;
}
#insta-link {
    font-weight: 900;
    font-size: 20px;
    color: #0974E5;
}

#instagram-handle-input {
    background: #FFFFFF;
    border: 2px solid #E1E1E1;
    width: 90%;
    height: 60px;
    font-size: 48px;
    margin: 10px auto;
    padding-left: 15px;
}

li {
    list-style-position: inside;
}


.info-bullets {
    max-width: 350px;
    margin: 0 auto;
}

.explanation-container, .result-container {
    background-color: rgba(0, 0, 0, 0.60);
    margin-top: 10px;
}
.result-row {
    margin-top: 80px;
}

.explanation-last-row {
    margin: 20px 0 65px 0;
}


.rule-container {
    max-height: 100vh;
    overflow-y: auto !important;

}

.rule-container::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.rule-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.rule-click:hover {
    cursor: pointer;
}

.front-image-title {
    margin: 0 auto;
}
.front-image-title > .info-div {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(200px);
    width: 15px;
    height: 15px;
    background-image: url(../img/info.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3000;
    cursor: pointer;
}
@media (max-width: 767px) {
    .front-image-title > .info-div {
        left: 100%;
        transform: unset;
    }
}
/* mobiles */
@media (max-width: 767px) {
    .fact-title {
        font-size: 28px;
        font-weight: 900;
        margin: 10px auto 20px auto;

    }
    .explanation-container {
        margin-top: 80px;
    }
    .facts {
        text-align: left;
    }
    .front-image-title{
        max-width: 250px;
    }
    .front-title {
        margin-left: auto;
        margin-right: auto;
    }
	.result-description-text {
	width: 90%;
        margin: 0 auto;
}

    .result-title {
        font-size: 36px;
        margin: 20px auto;
    }

    .result-describer {
        font-size: 18px;
        margin: 20px;
    }

    .banner {
        margin: 20px auto;
    }


    .question-col {
        width: 100%;
        margin-top: 18px;
    }

    #front-top-row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .progress {
        margin: 20px;
    }

    .bottom-text > h1 {
        width: 90%;
    }

}

/* desktops */
@media (min-width: 768px) {
    .fact-title {
        font-size: 32px;
        font-weight: 900;
        margin: 0 auto 20px auto;
    }
    .facts > img {
        margin-top: 10px;
    }
    .facts {
        width: 75%;
        margin: 0 auto;
    }
    .explanation-container{
        margin-top: 200px;
        padding: 55px;
    }
	.result-description-text {
	width: 60%;
        margin: 0 auto;
}

    .banner {
        margin: 30px auto;
    }
    .result-title {
        font-size: 40px;
        max-width: 50%;
        margin: 20px auto 30px;
    }

    .result-describer {
        font-size: 20px;
        margin: 40px auto 20px;

    }

    .screen-container {
        margin-bottom: 50px;
    }

    .question-bottom-row {
        padding: 20px;
        background-color: white;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px
    }

    .question-col {
        width: 45%;
    }

    #front-top-row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .progress {
        margin: 40px;
    }

    .bottom-text > h1 {
        width: 80%;
    }

}


.tele2-tooltip .tooltip-inner {
    background-color: white;
    color: black;
    text-align: start;
    border-radius: 0;
    font-family: 'Tele2', sans-serif;
    padding: 20px;
    opacity: 1 !important;
    min-width: 240px;
}
