@font-face {
    font-family: Heebo-Regular;
    src: url("../../../fonts/Heebo-Regular.eot");
    src: url("../../../fonts/Heebo-Regular.eot") format("embedded-opentype"),
    url("../../../fonts/Heebo-Regular.woff") format("woff"),
    url("../../../fonts/Heebo-Regular.ttf") format("truetype"),
    url("../../../fonts/Heebo-Regular.svg#TitilliumWebRegular") format("svg");
}
@font-face {
    font-family: Montserrat;
    src: url("../../../fonts/Montserrat-Regular.eot");
    src: url("../../../fonts/Montserrat-Regular.woff") format("woff"),
    url("../../../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../../../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg"),
    url("../../../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype");
    unicode-range: U+41-5A, U+61-7A;
}
#qz-question .heading {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Heebo-Regular';
    font-size: 0.9em;
}
#qz-question .results-content {
    margin: 32px auto;
    max-width: 960px;
    display: flex;
    gap: 0 20px;
    font-family: 'Heebo-Regular';
}
#qz-question .results-content > div {
    min-width: 470px;
}
#qz-question .results-content .bordered {
    border: 1px solid #ddd;
    border-radius: 5px;
}
#qz-question .results-content .answers {
  padding: 8px 24px;
}
#qz-question .results-content .results {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
#qz-question .results-content .results .answer-title {
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    min-width: 85px;
    padding: 12px 0;
    font-weight: 600;
}
#qz-question .results-content .results .answer-subtitle {
    font-size: 16px;
    line-height: calc(18 / 16);
    color: #6a6a6a;
}
#qz-question .results-content .results .shade-analise {
    padding: 20px 24px;
}

#qz-question .results-content .results .shade-analise .answer-title {
    text-align: right;
    padding: 0;
}
#qz-question .results-content .results .shade-analise .answer-subtitle {
    font-size: 16px;
}
#qz-question .results-content .results .shade-analise .shades-section {
    margin-top: 10px;
    position: relative;
}
#qz-question .results-content .results .shade-analise .shades-section .background {
    display: flex;
    flex-direction: column;
}
#qz-question .results-content .results .shade-analise .shades-section .shades {
    position: absolute;
    width: 100%;
    height: 93px;
    top: 25px;
}
#qz-question .results-content .results .shade-analise .shades-section .side {
    height: 22px;
    width: 100%;
}
#qz-question .results-content .results .shade-analise .shades-section .background > div {
    height: 34px;
    width: 100%;
}
#qz-question .results-content .results .shade-analise .shades-section .background > div:nth-of-type(even) {
    background-color: #83838312;
}
#qz-question .results-content .results .shade-analise .shades-section .background > div:nth-child(odd) {
    background-color: #83838308;
}

#qz-question .results-content .results .skin-analise {
    padding: 8px 24px;
    display: flex;
    gap: 0 10px;
}
#qz-question div.next-button {
    padding: 0 15px;
    text-align: center;
}
#qz-question.preview-page div.next-button {
    margin-bottom: 20px;
}
#qz-question div.next-button button.button-next {
    background: var(--color-main);
    font-size: 18px;
    height: 60px;
    line-height: 24px;
    width: 100%;
    box-shadow: 0 12px 60px #6739b614;
    border-radius: unset;
    border: none;
    color: #fff;
    max-width: 375px;
    cursor: pointer;
}

.skin-tone-section {
    width: 100%;
    padding: 12px 0;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
}

.skin-tone-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1em;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.skin-tone-gradient {
    position: relative;
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(to left, #3b2311, #f9d0a1);
    margin: 10px 0 5px;
}

.marker {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    cursor: pointer;
}

.gradient-labels {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
}

.tone-images {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
}

.tone-images img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #000;
    cursor: pointer;
    transition: transform 0.2s, border-color 0.2s;
}

.tone-images img:hover {
    transform: scale(1.05);
}

.tone-images img.selected {
    border: 2px solid #000;
}
.answers.bordered > table tr:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}
.answers.bordered > table {
    width: 100%;
    direction: rtl;
    border-collapse: collapse;
}
.answers.bordered > table .skin_problems .list {
    margin-top: 8px;
    line-height: 2.5;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
}
.answers.bordered > table tr {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.answers.bordered > table tr:last-child {
    border-bottom: none;
}
.answers.bordered > table  tr > td {
    padding: 10px 0;
    text-align: right;
}
.answers.bordered > table  tr > td:first-child {
    width: 100px;
}
.answers.bordered > table .answers-label {
    margin-left: 20px;
}
.answers.bordered > table .value {
    padding: 5px 8px;
    background: rgba(110, 29, 113, 0.06);
    color: rgba(110, 29, 113, 1);
    border-radius: 15px;
    margin: 0 5px;
    line-height: 1.6;
}
.answers.bordered > table td span.value:first-of-type{
    margin-right: 0;
}
.color-shade {
    background: #F7D4DA;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 15px;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
}
#qz-question .heading.preload-header {
    max-width: 900px;
}
.preload-header h3 {
    font-weight: 100;
}
.closing-screen:not(.quiz-wrapper-grey) .second-step .title {
    margin-top: 20px!important;
}
.closing-screen:not(.quiz-wrapper-grey) {
    padding: 0px 0 0!important;
}
.closing-screen p.text_under_button {
    text-align: center;
    font-size: 12px;
    font-family: 'Heebo-Regular';
    margin-top: 0;
}
@media all and (max-width: 1024px){
    #qz-question .heading {
        padding: 16px 24px;
    }
    #qz-question .results-content {
        flex-direction: column-reverse;
        margin-top: 0;
    }
    #qz-question .results-content > div {
        max-width: 100%;
        min-width: unset;
    }
    #qz-question .results-content .results {
        gap:0;
    }
    #qz-question .results-content .results .skin-analise {
        justify-content: center;
    }
    .answers.bordered > table {
        width: 100%;
        direction: rtl;
        margin: 0 auto;
        text-align: center;
    }
}
@media (min-width: 600px) {
    #qz-question .closing-screen:not(.quiz-wrapper-grey) .second-step .title {
        margin-top: 10px;
    }
}
