/* ==========================================================================
   Common styles
   ========================================================================== */

@font-face {
    font-family: 'Apercu';
    src: url('https://uploads-ssl.webflow.com/5b07c8f2b3bcf26e8a5414b1/5b07d1d3b3bcf26f91541c27_Apercu-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu';
    src: url('https://uploads-ssl.webflow.com/5b07c8f2b3bcf26e8a5414b1/5b07d1d3ec7ad71e8e5d889e_Apercu.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Apercu';
    src: url('https://uploads-ssl.webflow.com/5b07c8f2b3bcf26e8a5414b1/5b07d1d316f9267272039167_Apercu-Bold.otf') format('opentype');
    font-weight: 700;
}

html {
    height: 100%;
    font-family: Apercu, Helvetica, Helvetica Neue, Arial, "sans-serif";
}

.develop-display-block {
    display: block !important;
}

.auto-margin {
    margin: auto !important;
}

.auto-margin-x {
    margin-left: auto !important;
    margin-right: auto !important;
}

.image {
    object-fit: cover;
    align-self: center;
    border-radius: 50%;
}

.icon {
    width: 75%;
    margin: auto;
}

.background {
    color: white;
    background: linear-gradient(180deg, #20A8BB 0%, #127076 100%);
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 96vh;
    padding: 2vh 20px;
}

.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    min-height: 100vh;
    margin: auto;
    padding: 0 5px;
    box-sizing: border-box;
}

.card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.headline {
    margin: 30px 0 0 0;
    font-size: 32px;
    font-weight: 200;
    line-height: 142%;
}

.heading {
    margin: 16px 0 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 142%;
}

.quiz-question-heading {
    text-align: center;
}

.body-text {
    margin: 8px 0 0 0;
    font-size: 18px;
    font-weight: 200;
    line-height: 142%;
}

.body-text-bold {
    font-size: 18px;
    font-weight: 500;
    line-height: 142%;
}

.body-text-small {
    font-size: 16px;
    font-weight: 200;
    line-height: 142%;
}

.body-text-small-bold {
    font-size: 16px;
    font-weight: 500;
    line-height: 142%;
}

.overline {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.70);
    text-transform: uppercase;
}

.text-on-background {
    color: white;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

.button {
    width: 100%;
    max-width: 400px;
    height: 46px;
    margin: 32px auto 0 auto;
    padding: 14px;
    color: #2C2927;
    background-color: white;
    border: 0;
    border-radius: 48px;
    font-size: 18px;
    font-weight: 200;
}

.button:hover {
    color: #B11F5E;
    background-color: #F6F6F6;
}

.text-button {
    padding: 18px;
    display: flex;
    justify-content: center;
    font-size: 18px;
}

.quiz-button {
    height: 72px;
    max-width: 480px;
    margin: 16px auto 0 auto;
}

.question-result-div {
    display: flex;
    flex-direction: column;
    margin: 192px auto 0;
}

.question-result-circle {
    display: flex;
    width: 112px;
    height: 112px;
    margin: auto;
    border-radius: 100vw;
    color: white;
}

.question-result-text {
    margin-top: 16px;
    text-align: center;
}

.quiz-image {
    width: 48vmin;
    height: 48vmin;
    max-width: 220px;
    max-height: 220px;
    align-self: center;
}

.question-image-large {
    width: 32vmin;
    height: 32vmin;
    max-width: 144px;
    max-height: 144px;
    margin: 24px auto 0 auto;
}

.question-image-small {
    width: 20vmin;
    height: 20vmin;
    max-width: 96px;
    max-height: 96px;
    margin: 20px auto 0 auto;
}

.timer {
    display: flex;
    width: 100%;
    height: 3px;
    margin-top: 24px;
}

.timer-background {
    width: 100%;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.34);
}

.timer-foreground {
    width: 100%;
    transition: width 20s linear;
    margin-left: -100%;
    height: inherit;
    background-color: #89E8F7;
}

.quiz-buttons {
    display: flex;
    flex-direction: column;
    margin: 32px 0 auto;
}

.correct {
    background-color: #57CC69;
}

.indicator-svg {
    width: 84px;
    height: 84px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.correct .indicator-svg {
    background-image: url("/svg/correct.svg");
}

.incorrect .indicator-svg {
    background-image: url("/svg/incorrect.svg");
}

.incorrect {
    background-color: #EA5264;
}

.quiz-stats-title {
    margin-top: 32px !important;
}

.answers-div {
    margin-top: 8px;
}

.answer-top-div {
    display: flex;
    margin-top: 10px;
}

.answer-div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.answer-text-div {
    display: flex;
    justify-content: space-between;
}

.question-stats {
    display: flex;
    height: 8px;
    margin-top: 6px;
}

.stats-background {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.16);
}

.stats-correct {
    height: 100%;
    margin-left: -100%;
    background: #57CC69;
    border-radius: 8px;
}

.stats-incorrect {
    height: 100%;
    margin-left: -100%;
    background: #8ACAD3;
    border-radius: 8px;
}

.question-answer-indicator-div {
    display: flex;
    width: 40px;
    margin: auto 0;
}

.question-answer-indicator-circle {
    width: 24px;
    height: 24px;
    margin: auto 0 auto auto;
    display: flex;
    border-radius: 100vw;
    color: white;
    visibility: hidden;
}

.question-answer-tag {
    margin: 10px;
    padding: 2px 10px;
    border-radius: 100vw;
    color: white;
}

.chosen .question-answer-indicator-circle {
    visibility: visible;
}

.question-answer-indicator-svg {
    width: 18px;
    height: 18px;
}

.result-image-container {
    position: relative;
}

.result-image {
    width: 100%;
    height: 150px;
    max-width: 640px;
    align-self: center;
    border-radius: 10px;
    object-fit: cover;
}

.result-image-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 640px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

.quiz-summary-dashboard-buttons {
    display: flex;
    flex-direction: column;
}

.quiz-summary-redo-1 {
    display: flex;
    flex-direction: column;
}

.quiz-summary-redo-2 {
    display: flex;
    flex-direction: column;
}

.quiz-result-page .container {
    margin-bottom: 32px;
}

.card-answers {
    display: flex;
    flex-direction: column;
}

#dashboard .fill-height, #dashboard .fill-height .body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
}

#dashboard .fill-height .body {
    flex: 1;
}

#dashboard .main {
    display: grid;
    grid-gap: 0 1.5rem;
    grid-template-areas: "quiz-stats" "quizzes" "returns";
}

#dashboard .quiz-stats {
    margin-bottom: 0.75rem;
    grid-area: quiz-stats;
}

#dashboard .quiz-stats form {
    text-align: center;
    margin: 0.5rem;
}

#dashboard .quiz-stats svg {
    color: white;
    display: block;
    width: 60%;
    flex: 1;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

#dashboard .quiz-stats .body {
    background-color: white;
    overflow: hidden;
    border-radius: 0.95rem;
}

#dashboard .quiz-stats-chart-base {
    fill: transparent;
}

#dashboard .quiz-stats-chart-incorrect {
    stroke: transparent;
}

#dashboard .quiz-stats-chart-correct {
    stroke: #127076;
}

#dashboard .quiz-stats-chart-center {
    fill: #78B2B7;
}

#dashboard .quiz-stats-table {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 1rem;
    color: black
}

#dashboard .quiz-stats-column {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 0.8rem;
}

#dashboard .quizzes .quiz-card {
    width: 100%;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 0.95rem;
    overflow: hidden;
}

#dashboard .quizzes .quiz-card .background {
    background-size: cover;
    padding-top: 50%;
}

#dashboard .quizzes .quiz-card .content {
    position: absolute;
    color: white;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000066;
    padding: 1.0rem 0 0 1.0rem;
}

#dashboard .quizzes .quiz-card .quiz-title {
    display: block;
    padding-right: 1.5rem;
    margin: 0 0 0.5rem 0;
}

#dashboard .quizzes .quiz-card .button-row {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: calc(100% - 2.0rem);
    height: calc(100% - 1.8rem);
    justify-content: flex-end;
    align-items: flex-end;
}

#dashboard .quizzes .quiz-card .button-row button {
    height: 2.25rem;
    margin: 0.25rem 0.75rem 0.25rem 0.75rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 10rem;
    color: #A33067;
    background: white;
}

#dashboard .quizzes .quiz-card .button-row button.secondary {
    color: #3A3A3A;
}

#dashboard .fill-height, #dashboard .fill-height .body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
}

#dashboard .fill-height .body {
    flex: 1;
}

.text-button {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: white;
    font-size: 1.18rem;
}

#dashboard #button-toggle-all {
    color: #B11F5E;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
    min-width: calc(100% - 2rem);
}

#dashboard.show-all-quizzes #button-toggle-all .text-show-all {
    display: none;
}
#dashboard:not(.show-all-quizzes) #button-toggle-all .text-hide-all {
    display: none;
}

@media only screen and (min-width: 768px) {
    .two-column > * {
        max-width: calc(50% - 0.75rem);
    }
}