html {
    direction: rtl;
    text-align: right;
}

*:focus-visible {
    outline: none;
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 100;
    src: url('../../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 200;
    src: url('../../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/OpenSans-Semibold.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/OpenSans-Semibold.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    src: url('../../fonts/OpenSans-Semibold.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 800;
    src: url('../../fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 900;
    src: url('../../fonts/OpenSans-Bold.ttf');
}

*:not(.icon) {
    font-family: OpenSans, sans-serif !important;
}

html {
    background: unset;
    height: 100%;
    scroll-behavior: smooth;
    font-family: "OpenSans";
}

body {
    position: relative;
    font-family: "OpenSans";
    /* height: auto; */
}

header {
    min-height: 38px;
    padding: 3.143em 3.571em 0;
}

#contextWrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 750px;
}

.well-being {
    background: #919dfc linear-gradient(-111deg, #919dfc 12%, #06e8db 82%);
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

.wellbeingDiv {
    height: 100%;
    overflow: hidden;
}

.remove-pointer-events {
    pointer-events: none;
}

.scrollPage {
    background: #06E8DB linear-gradient(-147deg, #919dfc 8%, rgba(6, 232, 219, 0.75) 50%, #919dfc 98%);

}

.wellbeing-copyrights {
    color: #282163;
}


.primary-color {
    color: #282163;
}

.primary-color0.ui.header {
    color: #282163;
}

.secondary-color {
    color: #6d62d4;
}

.white-content {
    color: #ffffff;
}

.wellbeing-logo {
    height: 50px;
    margin-right: 50px;
}

.Wellbeing-Score {
    font-size: 22px;
    letter-spacing: normal;
    font-family: OpenSans, sans-serif;
    font-weight: 300;
}

.top-header.ui.menu {
    margin: 0;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border: none;
    flex-direction: row;
    -webkit-box-shadow: none;
    color: #282163;
}

.top-header.ui.menu .active.item {
    color: #ffffff;
    background: transparent;
}

.top-header.ui.menu .active.item:hover {
    color: #ffffff;
}

.fade-in {
    animation: fadeIn ease 1.5s;
    -webkit-animation: fadeIn ease 1.5s;
    -moz-animation: fadeIn ease 1.5s;
    -o-animation: fadeIn ease 1.5s;
    -ms-animation: fadeIn ease 1.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.speedometer-down {
    direction: ltr;
}

.white-divider {
    margin-right: 1.325rem;
    margin-left: 1.325rem;
    border-right: 1px solid rgba(255, 255, 255, 0.65);
    height: 13px;
}

.menu-container {
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    transition: .3s;
}

.menu-container.change {
    margin-top: -6px;
    margin-right: 41px;
}

.mobile-menu-container {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 2px;
    border-radius: 1px;
    background-color: #282163;
    margin: 6px 0;
    transition: 0.4s;
}

.overlay {
    display: none;
}

.change .bar1 {
    width: 17px;
    height: 1px;
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
    border: solid 1px #282163;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    width: 17px;
    height: 1px;
    -webkit-transform: rotate(-45deg) translate(3px, -3px);
    transform: rotate(-45deg) translate(3px, -3px);
    border: solid 1px #282163;
}

.menu-items {
    display: none;
    font-size: 15px;
}


.show-menu-items {
    display: flex;
    visibility: visible;
}

.top-header.ui.link.menu .item:hover,
.top-header.ui.menu .dropdown.item:hover,
.top-header.ui.menu .link.item:hover,
.top-header.ui.menu a.item:hover {
    cursor: pointer;
    background: unset;
    color: #ffffff;
}

.overlay-content {
    display: none;
}

.top-header.ui.menu .item {
    color: #282163;
    font-family: "OpenSans", sans-serif;
    font-weight: 600;
}

.top-header.ui.menu .item:before {
    background: none;
}

.wellbeing-footer {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    height: 20px;
}

.privacy-policy {
    font-family: OpenSans, sans-serif;
    font-weight: 300;
}

.imprint {
    font-family: OpenSans, sans-serif;
    font-weight: 300;
}

.wellbeing-copyrights {
    position: relative !important;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.wellbeing-landing-page.ui.grid {
    margin: 0;
}

.wellbeing-landing-page.ui.grid .main-section,
.wellbeing-landing-page.ui.grid .bmi-section {
    margin-bottom: 0 !important;
    display: grid;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    width: 100%;
    max-width: 760px;
    padding: 0 0 60px;
}

.well-being .content-card {
    border-radius: 30px;
    background-color: #ffffff;
    grid-column: 1;
    grid-row: 1;
    width: initial;
    transition: 0.3s margin;
}

.well-being .content-card-without-animation {
    border-radius: 30px;
    background-color: #ffffff;
    grid-column: 1;
    grid-row: 1;
    padding: 5.3em 14.6% 5.563em 24.1%;
}

.imprint-card {
    padding: 3.571em 8.5em !important;
    position: relative !important;
    max-width: 760px !important;
    margin: auto;
}

.imprint-card .row {
    padding: 0 !important;
}

.third-card {
    z-index: 1;
    opacity: 0.9;
    border-radius: 24.3px;
    box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.25);
    margin-right: 4em !important;
    margin-left: 4em !important;
    margin-top: 0.1em;
    max-height: 422px;
    width: auto;
}

.fourth-card {
    z-index: 1;
    opacity: 0.9;
    border-radius: 24.3px;
    box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.25);
    margin-right: 4em !important;
    margin-left: 4em !important;
    margin-top: 0;
    min-height: 360px;
}

.second-card {
    opacity: 0.9 !important;
    border-radius: 27px;
    box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.25);
    margin-right: 2em !important;
    margin-left: 2em !important;
    margin-top: 1em;
    z-index: 2;
    min-height: 436px;
    max-height: 100px;
    width: auto;
}

.main-card {
    margin: 2em 0 0 0 !important;
    width: 100%;
    z-index: 3;
    animation-delay: .2s;
    opacity: 1;
    min-height: 450px;
    max-width: 760px !important;
    overflow: hidden;
}

.scroll-answers-section {
    margin-right: 40px;
    margin-left: -2em;
}

.scroll-choices {
    display: flex;
    justify-content: flex-end;
}



.fade-third-card {
    animation: forth-card;
    animation-duration: .2s;
}

@keyframes forth-card {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0.9;
    }
}

.card-header.ui.header {
    color: #282163;
    font-size: 30px;
    font-family: 'OpenSans';
}

.intro-text {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.32px;
    ;
    color: #333333;
    margin-top: 1.786em;
}

.intro-quote {
    font-size: 15px;
    font-weight: 200;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: #282163;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 6.5em;
}

@keyframes fadeCornerImageIn {
    0% {
        opacity: 0.1;
    }

    25% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.75;
    }

    100% {
        opacity: 1;
    }
}

.intro-corner-image {
    z-index: 8;
    position: absolute;
    left: 0;
    width: auto !important;
    padding: 0 !important;
    height: 57.9vh;
    max-height: 505px;
    object-fit: initial;
    bottom: 0;
    pointer-events: none;
    user-select: none;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


.ui.form .field.error input:not([type]),
.ui.form .field.error input[type="date"],
.ui.form .field.error input[type="datetime-local"],
.ui.form .field.error input[type="email"],
.ui.form .field.error input[type="file"],
.ui.form .field.error input[type="number"],
.ui.form .field.error input[type="password"],
.ui.form .field.error input[type="search"],
.ui.form .field.error input[type="tel"],
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="time"],
.ui.form .field.error input[type="url"],
.ui.form .field.error select,
.ui.form .field.error textarea,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type="date"],
.ui.form .fields.error .field input[type="datetime-local"],
.ui.form .fields.error .field input[type="email"],
.ui.form .fields.error .field input[type="file"],
.ui.form .fields.error .field input[type="number"],
.ui.form .fields.error .field input[type="password"],
.ui.form .fields.error .field input[type="search"],
.ui.form .fields.error .field input[type="tel"],
.ui.form .fields.error .field input[type="text"],
.ui.form .fields.error .field input[type="time"],
.ui.form .fields.error .field input[type="url"],
.ui.form .fields.error .field select,
.ui.form .fields.error .field textarea {
    color: #282163;
}

.login-form.ui.form .field>label {
    font-size: 15px;
    color: #282163;
    font-weight: 600;
    margin: 0 0 .4rem 0;
}

.login-form.ui.form .ui.input>input {
    height: 50px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0);
    border: solid 1px rgba(151, 151, 151, 0.17);
    background-color: #edf1f4;
    color: #282163;
    font-weight: 600;
}

.login-form.ui.form .ui.input>input:-webkit-autofill {
    background-color: #edf1f4;
    border: solid 1px rgba(151, 151, 151, 0.17);
}

.form-fields-container {
    margin-bottom: 1em;
}

.login-card {
    padding: 3em 5.786em 0.6em 9em !important;
}

.profile-card {
    padding: 31px !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.form-footer {
    margin-top: 1.5em;
    display: flex;
}

.login-with-pin>a {
    color: #282163;
    font-weight: 600;
    font-size: 15px;
    text-decoration-line: underline;
}

.continue-without-account {
    margin-right: 0.9rem;
}

.continue-without-account>a {
    color: #6d62d4;
    font-weight: 600;
    font-size: 15px;
    text-decoration-line: underline;
}

.field-error {
    height: 7px;
    font-size: 12px;
    color: #ce0000;
    font-weight: 300;
}

.wellbeing-modal.ui.modal {
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px;
    border-style: solid;
    border-width: 5px;
    border-image-source: linear-gradient(124deg, #06e8db, #919dfc 99%);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #f6f6f6, #f6f6f6), linear-gradient(-124deg, #06e8db, #919dfc 99%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    max-width: 760px;
    /* height: 526px; */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

@media screen and (max-width: 597px) {
    .wellbeing-modal {
        height: auto !important;
    }
}

.wellbeing-modal-content {
    padding-bottom: 26px;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #333333;
}

.main-container .titles-navigation {
    position: absolute;
    right: 0px;
    top: 20%;
    list-style: none;
    padding: 0px;
    z-index: 999;
    font-family: OpenSans, sans-serif;
}

.main-container .title-nav {
    background-color: #7D81E7;
    border-radius: 15px 0px 0px 15px;
    margin-bottom: 10px;
    max-width: 165px;
}

.title-nav ul {
    list-style: none;
    padding: 0px;
}

.title-nav-a {
    display: block;
    border-radius: 15px 0px 0px 15px;
    color: #fff;
    font-weight: normal;
    padding: 0px 15px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
}

.title-nav-a span {
    display: block;
    padding: 9px 15px;
}

.title-nav-a:hover,
.title-nav-a:active,
.title-nav-a:focus {
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    background-color: #6D62D4;
}

.title-nav:hover>.title-nav-a:hover {
    font-weight: bold;
    font-size: 16px;
}

.main-container .title-nav-a-focus {
    background-color: #6D62D4;
}

.top-header .title-nav-a-focus {
    font-weight: bold;
}

.aspect-title {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.span-title {
    font-size: 14px;
    font-weight: normal;
}

.overlay-content .titles-navigation {
    padding: 0px;
}

.questions-section li:last-child .aspect-title {
    border: 0px;
}

.aspect-title:hover,
.aspect-title-hover {
    color: #fff;
    font-weight: bold;
}

.next-aspect-title {
    cursor: default;
}

.next-aspect-title:hover {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
}

.questions-section {
    text-align: right;
    max-height: 300px;
    overflow-y: scroll;
}

.active-section {
    background: #6D62D4;
    font-weight: bold;
    font-size: 17px;
    width: 300px;
    padding: 10px 0px;
    transition: all 0.2s;
    transition-timing-function: linear;
}

.top-header .title-nav-a {
    color: #fff;
    font-size: 15px !important;
    background: none;
    padding: 0px;
}

.top-header .aspect-title {
    color: #fff;
    font-size: 14px !important;
}

.top-header span {
    padding: 0px;
}

.top-header li {
    list-style: none;
}

.wellbeing-modal-content a {
    text-decoration: underline;
    color: #6d62d4;
}

.modal-content .confirmation-section .accept-btn,
.menu-wrapper .accept-btn,
.mobile-menu-container .accept-btn {
    height: 40px;
    font-size: 15px;
    border-radius: 22px;
    border: solid 1px #6d62d4;
    color: #fff;
    background: #6d62d4;
    margin: 10px 0 0 15px;
    transition: 0.4s all;
}

.menu-wrapper .accept-btn,
.mobile-menu-container .accept-btn {
    border-radius: 10px;
    margin: 0px;
}

.menu-wrapper .accept-btn {
    width: 180px;
}

.accept-btn:hover {
    border: solid 1px #6d62d4 !important;
    color: #6d62d4 !important;
    background: #f6f6f6 !important;
}

.wellbeing-modal .modal-content {
    padding: 85px 58px 84px 58px;
}

.wellbeing-modal button {
    transition: all .3s !important;
    font-family: OpenSans, sans-serif;
}

.wellbeing-modal button:hover {
    box-shadow: 0 15px 10px 0 rgba(109, 98, 212, 0.35) !important;
}


.dimmed.dimmable>.ui.animating.dimmer,
.dimmed.dimmable>.ui.visible.dimmer,
.ui.active.dimmer {
    background-color: rgba(40, 33, 99, 0.52);
}

.info-modal-content.ui.grid {
    padding: 5.5em 5em 14.5em 15em;
}

@media screen and (max-width: 650px) {
    .info-modal-content.ui.grid {
        padding: 2em !important;
    }
}

.biomarker-tabs .ui.secondary.pointing.menu {
    padding-bottom: 37px;
    border: unset;
    -webkit-overflow-scrolling: auto;
    overflow-x: auto;
}

.biomarker-tabs .ui.secondary.pointing.menu::-webkit-scrollbar {
    -webkit-appearance: none;
}

.biomarker-tabs .ui.secondary.pointing.menu::-webkit-scrollbar:vertical {
    width: 12px;
}

.biomarker-tabs .ui.secondary.pointing.menu::-webkit-scrollbar:horizontal {
    height: 12px;
}

.biomarker-tabs .ui.secondary.pointing.menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.biomarker-tabs .ui.secondary.pointing.menu::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.biomarker-tabs .ui.secondary.pointing.menu .active.item {
    border-color: #282163;
    font-weight: 900;
    color: #282163;
}

.biomarker-tabs .ui.secondary.pointing.menu .item {
    font-weight: 900;
    color: #282163;
    font-size: 18px;
    padding: 3px !important;
    margin: 0 21.5px;
}

.biomarker-tabs .ui.secondary.pointing.menu .item:first-child {
    margin: 0 0 0 21.5px;
}

.biomarker-tabs .ui.secondary.pointing.menu .item:last-child {
    margin: 0 21.5px 0 0;
}

.biomarker-tabs .ui.secondary.pointing.menu .item:hover {
    color: #282163;
}

.biomarker-tabs .ui.segment[class*="bottom attached"] {
    border: none;
    background-color: transparent;
    padding: 0;
}

.biomarker-tabs-content {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.31px;
    color: #333333;
    max-width: 538px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    -webkit-overflow-scrolling: auto
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

/* ::-webkit-scrollbar:horizontal {
      height: 12px;
  } */

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    /* border: 2px solid #ffffff; */
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
    height: 12px !important;
}

.bio-src-link {
    color: #6d62d4;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.31px;
    text-decoration: underline;
}

.bio-src-link:hover {
    color: #6d62d4;
    opacity: 0.8;
    text-decoration: underline;
}

.info-modal-content.ui.grid .biomarker-info-btn {
    padding-right: 1em;
    padding-top: 1rem;
    display: inline-flex;
}

.range-content {
    color: #333333;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 600;
}

.close-btn.ui.button {
    height: 40px;
    font-size: 15px;
    border-radius: 22px;
    border: solid 1px #6d62d4;
    background: transparent;
    color: #6d62d4;
    margin: 10px 0 0 15px;
    transition: 0.4s all;
}

.close-btn.ui.button:hover {
    background: #6d62d4;
    color: #fff;
}

.confirmation-section {
    text-align: center;
}

.age-input-section {
    margin-right: auto;
    margin-left: auto;
}

.gender-input-container {
    margin: 28px 0 32px 0;
    min-height: 150px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.question-header {
    font-size: 30px;
    text-align: center;
}

.profile-header {
    font-size: 22px;
    text-align: center;
    font-family: OpenSans, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 25px;
}


.age-form.ui.form .ui.input>input {
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(151, 151, 151, 0.17);
    background-color: #edf1f4;
    width: 311px;
    height: 50px;
    font-size: 15px;
    line-height: 23.2px;
    letter-spacing: -0.42px;
    font-weight: 900;
    color: #282163;
    padding: 13px 20px 13.8px 22px;
}

.age-form .age-form-field {
    transition: margin-bottom 0.3s;
}

.age-form .age-form-field.gender-hidden {
    margin-bottom: -46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.login-form.ui.form .ui.input {
    margin-bottom: 0px;
}

.login-form.ui.form .ui.input>input::placeholder {
    color: rgba(51, 51, 58, .3);
}

.login-form.ui.form .ui.input>input::placeholder :focus {
    color: rgba(51, 51, 58, .3);
}

.ui.form .field.error input:not([type]):focus,
.ui.form .field.error input[type=date]:focus,
.ui.form .field.error input[type=datetime-local]:focus,
.ui.form .field.error input[type=email]:focus,
.ui.form .field.error input[type=file]:focus,
.ui.form .field.error input[type=number]:focus,
.ui.form .field.error input[type=password]:focus,
.ui.form .field.error input[type=search]:focus,
.ui.form .field.error input[type=tel]:focus,
.ui.form .field.error input[type=text]:focus,
.ui.form .field.error input[type=time]:focus,
.ui.form .field.error input[type=url]:focus,
.ui.form .field.error select:focus,
.ui.form .field.error textarea:focus {
    border: solid 1px rgba(151, 151, 151, 0.17);
    background-color: #edf1f4;
    color: #282163;
}

.gender-choices {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.image-choices {
    display: flex;
    flex-direction: row-reverse;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gender-choices-profile {
    display: flex;
    justify-content: center;
}

.choice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100px;
    height: 100px;
    border-radius: 11.2px;
    background-color: #edf1f4;
    text-align: center;
    position: relative;
    border: solid 2px transparent;
    transition: all 0.3s;
}

.choice:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 2px #6d62d4;
    color: #6d62d4;
}

.choice:hover .gender-text {
    color: #6d62d4;
}

.choice:hover .circled-check-male {
    border-color: #6d62d4;
}

.choice:hover .circled-check-female {
    border-color: #6d62d4;
}

.choice:hover .circled-check-female .check-icon-female.icon {
    color: #6d62d4;
}

.choice:hover .circled-check-male .check-icon-male.icon {
    color: #6d62d4;
}

.female-choice {
    margin-right: 1rem;
}

.male-choice {
    margin-left: 1rem;
}

.gender-text {
    font-size: 15px;
    color: #282163;
    text-align: center;
    justify-items: center;
    justify-content: center;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 17px;
    letter-spacing: normal;
    word-wrap: break-word;
    max-width: 94px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}



.gender-icon {
    bottom: 74px;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
}

.circled-check-male {
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 30px;
    width: 30px;
    bottom: -15px;
    background-color: #edf1f4;
    border-style: dotted;
    border-color: #cddce6;
}

.circled-check-female {
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 83px;
    background-color: #edf1f4;
    border-style: dotted;
    border-color: #cddce6;
}

.check-icon-male.icon {
    color: #cddce6;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.3em;
    cursor: pointer;
}

.check-icon-female.icon {
    color: #cddce6;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.3em;
    cursor: pointer;
}

.checked-icon.icon {
    color: #6d62d4;
}

.checked-circle {
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 30px;
    top: 93px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #f8f8f9;
    border: 2px solid #6d62d4;
}

.checked-male {
    width: 112px;
    height: 112px;
    background-color: #6d62d4;
    color: #cddce6 !important;
    border: solid 2px transparent;
    margin-top: -6px;
}

.checked-female {
    width: 112px;
    height: 112px;
    background-color: #6d62d4;
    border: solid 2px transparent;
    color: #cddce6 !important;
}

.checked-male .circled-check-male {
    border-radius: 50%;
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: -15px;
    background-color: #f8f8f9;
    border: 2px solid #6d62d4;
}

.checked-male .circled-check-male i {
    color: #6d62d4;
}

.checked-male .gender-text {
    color: #f8f8f9 !important;
}

.age-form-btn {
    text-align: center;
}

.question-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.23;
    letter-spacing: 0;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    max-width: 553px;
    align-self: flex-start;
    color: #282163;
}


.bmi-question-grid .question-title {
    margin: 0;
    padding-bottom: 0;
}

.main-card {
    height: calc(100% - 31px);
}

.bmi-question-card {
    padding: 0 !important;
}

.bmi-question-grid.ui.grid {
    padding: 44px 20px 31px 20px !important;
    margin: 0;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.question-content {
    padding: 44px 0 31px 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.question-title-container {
    align-self: flex-start;
}

.question-main-container {
    justify-content: center !important;
}

.bmi-question-container {
    max-width: 378px;
    justify-content: center !important;
}

.bmi-icon-btn {
    padding-left: 3em !important;
    padding-right: 3em !important;
}

@media screen and (max-width: 400px) {
    .bmi-icon-btn {
        padding: 0 !important;
    }
}

.bio-icon-btn {
    margin: auto;
    width: 250px;
}

.biomarker-select.ui.selection.dropdown {
    height: 50px;
    margin-right: 8px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0);
    border: solid 1px rgba(151, 151, 151, 0.17);
    background-color: #dde0e8;
    padding-top: 19px;
    text-align: center;
    color: #282163;
    min-width: 88px;
    top: 0 !important;
    font-weight: 600;
    font-family: 'openSans';
}

.biomarker-select.ui.selection.visible.dropdown>.text:not(.default) {
    color: #282163;
}

.biomarker-select.ui.selection.dropdown.ui.dropdown>.dropdown.icon {
    top: unset;
}

.height-input {
    border-radius: 6px;
    background-color: #edf1f4;
    width: 100%;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
    border-left: 0;
    height: 50px;
    border: 0;
}

.height-input>.icon {
    display: none;
}

.height-input .selected {
    background: transparent !important;
}

.height-input>input {
    border-radius: 6px !important;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0.08) !important;
    border: solid 1px rgba(151, 151, 151, 0.17) !important;
    background-color: #edf1f4 !important;
    padding: .6em;
    border-bottom-left-radius: unset !important;
    border-top-left-radius: unset !important;
    width: 114px;
    height: 100%;
}

.height-input .menu {
    width: 100%;
    max-height: 120px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0);
    background-color: #dde0e8;
}

.height-input .menu>.item {
    color: #282163;
}

.height-input-selector {
    display: flex;
}

.height-input-container {
    display: flex;
}

.weight-input-container {
    display: flex;
    margin-right: 1em;
}

.height-dropdown.ui.dropdown {
    width: 64px;
    min-width: 64px;
    height: 50px;
    background-color: rgba(40, 33, 99, 0.2);
    color: #282163;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0);
    border: solid 1px rgba(151, 151, 151, 0.17);
    border-right: 0 !important;
}

.height-input>.text {
    color: #282163;
    top: 3px;
}

.height-dropdown.ui.dropdown .menu {
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0);
    background-color: #dde0e8;
    border-top-color: transparent;
    transform: translate(1px, 0);
    color: #262183;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    width: 64px;
}

.height-dropdown.ui.dropdown .menu>.item {
    padding: 1rem !important;
    position: relative;
    z-index: 1;
}

.height-dropdown.ui.dropdown .menu>.item:not(:last-child):before {
    content: "";
    position: absolute;
    right: 15%;
    bottom: 0;
    height: 1px;
    width: 70%;
    border-bottom: 1px solid #979797;
}

.biomarker-select.ui.selection.active.dropdown .menu {
    border: unset;
}

.biomarker-select.ui.selection.visible.dropdown>.text {
    color: #282163;
}

.biomarker-select.ui.selection.active.dropdown .menu :hover {
    border: unset;
}

.biomarker-select.active.selection.dropdown .menu>.item {
    background: 100% 0;
    font-weight: 700;
    color: rgba(0, 0, 0, .95);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 12;
    background-color: #dde0e8;
    color: #282163;
    border: none;
}

.biomarker-select.selection.dropdown .menu.selected>.item {
    color: #282163;
}

.ethnicity-dropdown.ui.selection.dropdown {
    height: 40px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0.08);
    border: solid 1px rgba(151, 151, 151, 0.17);
    background-color: #edf1f4;
    color: #282163;
    margin-top: 0.9em;
}

.ethnicity-dropdown.ui.selection.active.dropdown .menu {
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0);
    background-color: #dde0e8;
}

.ethnicity-dropdown.ui.active.selection.dropdown .menu>.item {
    color: #282163;
    border-top: none;
}

.ethnicity-container {
    padding-top: 0px !important;
}

.height-dropdown.ui.input {
    height: 40px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0.08);
    border: solid 1px rgba(151, 151, 151, 0.17);
    background-color: #edf1f4;
    color: #282163;
    margin-top: 0.9em;
}

.bio-circle-wrapper {
    margin-top: 36px;
    height: 61px;
    border-radius: 13px;
    color: #fff;
    font-weight: 600;
    display: flex;
    padding-right: 1em;
    padding-left: 1em;
    align-items: center;
}

.bio-circle {
    border-radius: 50%;
    background-color: #ffff;
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bio-text {
    padding-right: 15px;
}


.hiddenButton.ui.button {
    display: none;
}

.question-progress.ui.progress {
    margin-left: 2em;
    margin-right: 2em;
    padding: 1px 1em;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    height: 21px;
    margin-top: 1.2em;
}

.skip-btn {
    cursor: pointer;
    margin-right: 2em;
    opacity: 0.72;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.25px;
    color: #333333;
    margin-top: 1em;
    transition: 0.3s margin-top;
}

.skip-btn:hover {
    margin-top: 5px;
}

.back-btn {
    cursor: pointer;
    margin-left: 2em;
    opacity: 0.72;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.25px;
    color: #333333;
    margin-top: 1em;
}

.question-progress.ui.progress .bar {
    /* margin-right: 1em; */
    width: 11%;
    height: 10px;
    border-radius: 30px;
    background-color: #7D81E7;
    margin-top: 4px;
    margin-bottom: auto;
    z-index: 5;
}

.question-progress.ui.progress .bar {
    background-image: linear-gradient(-45deg, #6d62d4 25%, transparent 25%, transparent 50%, #6d62d4 50%, #6d62d4 75%, transparent 75%, transparent);
    background-size: 10px 10px;
    animation: load 0.9s infinite;
}

@keyframes load {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 10px 10px;
    }
}

.send-btn.ui.button {
    font-size: 18px;
    border-radius: 22px;
    box-shadow: 0 15px 10px 0 rgba(109, 98, 212, 0.35);
    background-color: #6d62d4;
    border: solid 1px transparent;
    padding: .5em 1.17em .5em;
    font-family: 'OpenSans';
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    min-width: 99px;
    margin: 0;
    transition: 0.4s all;
}

.send-btn.ui.button:hover {
    border: solid 1px #6d62d4;
    background: #fff;
    color: #6d62d4;
    box-shadow: none;
}

.send-btn.ui.button:active {
    background-color: #6d62d4;
    color: #fff;
}

.send-btn.ui.button:focus {
    background-color: #6d62d4;
    color: #fff;
}

.corner-image {
    z-index: 2;
    position: absolute;
    left: 0;
    height: 408px;
    object-fit: initial;
    bottom: 0;
    padding-left: 0rem !important;
}


.answers-section-nine {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.question-image-icon {
    bottom: 74px;
    position: absolute;
    width: 20px;
    left: 1.2em;
}

img.very-dissatisfied {
    width: 42px;
}

img.dissatisfied {
    width: 52px;
}

img.neither-satisfied-nor-dissatisfied {
    width: 62px;
}

img.satisfied {
    width: 72px;
    margin-top: -.9em;
}

img.very-satisfied {
    width: 82px;
    margin-top: -9px;
}

.answer-text {
    font-size: 12px;
    color: #282163;
    text-align: center;
    justify-items: center;
    justify-content: center;
    padding-top: 0.5em;
}


.answer-info {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.31px;
    text-align: center;
    color: #333333;
    transition: opacity 0.8s;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    padding: 0 10px;
    font-family: OpenSans;
    min-height: 20px;
}

.answer-info.scrollable-answer {
    line-height: 1.4;
    min-height: 60px;
}

.answer-choice.ui.button {
    width: 100px;
    height: 100px;
    border-radius: 11.2px;
    background-color: #edf1f4;
    text-align: center;
    position: relative;
    border: none;
}

.option-container {
    text-align: center;
}

.alternative-see-more {
    cursor: pointer;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.see-more-btn-container {
    cursor: pointer;
    margin-top: 15px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
}

.see-more-btn {
    color: #6d62d4;
    font-weight: 600;
    font-size: 15px;
    text-decoration: underline;
}

.see-more-btn:hover {
    color: #6d62d4;
    opacity: 1;
}

#wrapper {
    width: 720px;
    margin: 20px auto auto 2em;
    overflow-x: hidden;
    overflow-y: hidden;
}

.scroll-select-option {
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #edf1f4;
    height: 44px;
    color: #333333;
    width: 190px;
    text-align: center;
    font-size: 15px;
    border: solid 2px transparent;
    transition: all 0.4s;
    font-family: OpenSans, sans-serif;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.2px;
    font-weight: 300;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-select-option .scroll-text {
    max-width: 155px;
    letter-spacing: -0.33px;
    white-space: normal;
}

.alternative-question .scroll-select-option {
    height: 54px;
}

.scroll-option-circle {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 8px;
    top: -10px;
    background-color: #ffffff;
    border: solid 1px #6d62d4;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}


.scroll-select-option:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 2px #6d62d4;
    color: #6d62d4;
}

.active-scroll-select-option {
    background-color: #6d62d4;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff !important;
}

.mobile-answers-section.ui.grid {
    display: none;
}

.scroll-container #content {
    white-space: nowrap;
    display: flex;
    align-self: center;
    scrollbar-width: none;
}

.scroll-container #content>div>div {
    display: inline-block;
    margin-left: 1em;
    margin-bottom: 25px;
}

.scroll-container {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    /* flex-direction: row-reverse; */
    overflow: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: auto;
    scroll-behavior: smooth;
    position: relative;
}

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

.scroll-container #content>div>div {
    display: inline-block;
    margin-left: 16px;
    margin-bottom: 15px;
}

.square-scroll-container {
    padding: 10px 0 0 !important;
    margin: 0 30px;
}

.scroll-arrow {
    content: '';
    position: absolute;
    left: 11px;
    bottom: 90px;
    margin: auto;
    background: url(../../img/wellbeing/Demo/arrow_forward_ios_left.png);
    width: 10px;
    background-repeat: no-repeat;
    height: 16px;
    background-size: cover;
    cursor: pointer;
}

.table-block {
    display: table-column !important;
}

.adder-section {
    text-align: center;
}

.outer-image-container {
    display: flex;
    justify-content: center;
    padding-bottom: 2em;
    height: 84px;
}

.outer-image-container .visible.transition .ui.image {
    width: 38px;
    height: 56px;
}

.btn-group {
    display: inline-flex;
}

.minus-btn.ui.button {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 55px;
    height: 59px;
    border: solid 1px rgba(40, 33, 99, 0.22);
    background-color: #edf1f4;
    color: #282163;
    padding: 0;
    margin: 0;
}

.plus-btn.ui.button {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 55px;
    height: 59px;
    border: solid 1px rgba(40, 33, 99, 0.22);
    background-color: #edf1f4;
    color: #282163;
}

.plus-btn.ui.icon.button>.icon {
    color: #282163;
    opacity: 1;
}

.minus-btn.ui.icon.button>.icon {
    color: #282163;
    opacity: 1;
}

i.icon.info.circle {
    cursor: pointer;
    color: #282163;
    padding-top: 1.5em;
    padding-right: 1em;
}


.question-info-icon.ui.image {
    cursor: pointer;
    margin-right: 0.5rem;
    width: 24px;
    height: 24px;
    display: inline;

}


.question-info-popup-container {
    display: inline-flex;
}

.ui.popup.question-info-popup {
    background-color: #edf1f4;
    margin-left: 0;
    font-family: OpenSans;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: -0.42px;
    color: #282163;
}

.ui.popup.question-info-popup:before {
    background-color: #edf1f4 !important;
}

.counter-label {
    width: 59px;
    height: 59px;
    border: solid 1px rgba(40, 33, 99, 0.22);
    background-color: #edf1f4;
}

.counter-label h2 {
    margin-top: .8em;
}

.text-section {
    text-align: center;
    padding-top: 1em;
}

.question-comment {
    resize: none !important;
    height: 162px !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11) !important;
    background-color: #edf1f4 !important;
    width: 424px !important;
    padding: 1em !important;
    font-style: normal !important;
}


.bmi-form-btn,
.question-form-btn {
    position: initial !important;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: flex-end;
}

.biomarker-section {
    text-align: center;
    display: flex;
    justify-content: center;
}

.biomarker-input.ui.input>input {
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0.08);
    border: solid 1px rgba(151, 151, 151, 0.17);
    background-color: #edf1f4 !important;
    margin: .5em;
    width: 137px;
    height: 50px;
    font-family: 'openSans';
}

.expanded-input.ui.input>input {
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0.08);
    border: solid 1px rgba(151, 151, 151, 0.17);
    background-color: #edf1f4;
    width: 185px;
    height: 50px;
    font-family: 'openSans';
}

.biomarker-unit {
    width: 220px;
    height: 50px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0);
    border: solid 1px rgba(151, 151, 151, 0.17);
    background-color: #edf1f4;
    margin-right: 0.5em;
    text-align: right;
}

.wellbeing-biomarker-input {
    max-width: 405px !important;
    margin: auto;
}

.wellbeing-biomarker-input input {
    margin: 0 !important;
}

.wellbeing-biomarker-input .field,
.wellbeing-biomarker-input .ui.input {
    width: 100% !important;
}

.wellbeing-biomarker-input .ui.input {
    margin-bottom: 0;
}

.biomarker.answers-row {
    width: 100%;
}

.biomarker-field-error {
    font-family: OpenSans;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    letter-spacing: -0.33px;
    padding-top: 5px;
    color: #ce0000;
}

.bio-unit-text {
    color: #282163;
    margin: 1em;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    margin-top: 0.9em !important;
}

.question-title>i {
    color: #6d62d4;
}

.biomarker-mesurment-details {
    justify-content: center;
    margin-bottom: 13px;
    display: flex;
    text-align: center;
    padding-top: 1em;
}

.biomarker-mesurment-details .biomarker-field-error {
    min-height: 0;
    transition: 0.2s;
}

.biomarke-unit-val.input {
    float: unset;
}

.biomarke-unit-val.input>input {
    height: 50px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0.08);
    border: solid 1px rgba(151, 151, 151, 0.17);
    background-color: #edf1f4 !important;
    width: auto !important;
    color: #282163;
    line-height: 1.55;
    letter-spacing: -0.42px;
    font-family: 'openSans';
    font-weight: 600;
}


.biomarke-unit-val.ui[class*="right labeled"].input>input::placeholder {
    font-weight: 300;
}

.ui[class*="right labeled"].input>input:focus {
    border: solid 1px rgba(151, 151, 151, 0.17) !important;
}

.ui.input .biomarke-unit-label-one-unit>.text {
    white-space: nowrap;
    min-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui.input .biomarke-unit-label>.text {
    white-space: nowrap;
    width: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui.dropdown .menu>.item {
    color: #282163;
}

.biomarke-unit-label.ui[class*="right labeled"].input>input+.label {
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0);
    border: solid 1px rgba(151, 151, 151, 0.17);
    color: #282163;
}

.biomarke-unit-label.ui.labeled.input>.label {
    color: #282163;
    padding-top: 1em;
}

.ui.input .biomarke-unit-label-one-unit {
    pointer-events: none;
}

.ui.input .biomarke-unit-label-one-unit>i {
    display: none;
}

.ui.label.dropdown .menu {
    word-wrap: break-word;
    max-width: 100%;
    border: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0);
    background-color: #dde0e8;
    max-height: 180px;
    overflow: auto;
}

.ui.label.dropdown .menu * {
    white-space: normal;
}

.ui.dropdown .menu .selected.item,
.ui.dropdown.selected {
    color: #282163;
}

.ui.dropdown .menu .active.item,
.ui.dropdown.selected {
    color: #282163;
}

.ui.labeled.input>.label:not(.corner) {
    color: #282163;
    border-top-left-radius: 6px;
    font-size: 13px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    background-color: #dde0e8;
    min-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    font-family: 'openSans';
    padding: 0 5px;
}

.info-image.ui.image {
    width: 16px;
    height: 16px;
    margin-right: 11px;
    margin-top: 17px;
    cursor: pointer;
}

.wellbeing-footer:hover {
    color: #282163;
    opacity: 1;
}

.wellbeing-footer.active {
    color: #282163;
}

.header-title {
    font-weight: 900;
    font-size: 30px;
}

.bio-details-question {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.31px;
    text-align: center;
    color: #6d62d4;
    text-decoration-line: underline;
}

.biomarker-mesurment-details {
    text-align: center;
}

.select-option-column {
    padding: 0 8px !important;
    margin-bottom: 15px !important;
}

.select-option {
    cursor: pointer;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    letter-spacing: -0.2px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #edf1f4;
    height: 50px;
    color: #333333;
    border: solid 2px transparent;
    text-align: center;
    width: 100%;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: OpenSans;
    font-size: 15px;
    font-weight: 300;
}

.select-option-text {
    max-width: 155px;
    line-height: 17px;
}

.select-option:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 2px #6d62d4;
    color: #6d62d4;
}

.active-select-option {
    background-color: #6d62d4;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    text-align: center;
    color: #ffffff !important;
}

/* TODO: Review zipped-text functionality
.zipped-text{
    letter-spacing: -1.6px !important;
}
 */


.option-circle {
    border-radius: 50%;
    position: absolute;
    height: 20px;
    padding-top: .1em;
    width: 20px;
    top: -8px;
    right: 20px;
    background-color: #ffffff;
    border: solid 1px #6d62d4;
}

.check-icon-option.icon {
    cursor: pointer;
    margin: 2px;
    vertical-align: super;
    color: #6d62d4;
    font-size: xx-small;
}

.imprint-title.ui.header {
    color: #282163;
    margin: 0 0 19px 0;
}

.imprint-sub-title {
    padding-bottom: 5px;
    font-weight: 900;
}

.left-part-content {
    padding-right: 6rem !important;
}

.imprint-section {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
}

.download-app-section {
    padding-top: 1em;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.mobile-screenshot {
    height: 28.286em;
    position: absolute;
    padding: 0 !important;
    bottom: 0;
    left: 0;
    width: auto;
}

.download-buttons {
    display: flex;
}

.apple-store {
    height: 32px;
    width: 108px;
}

.google-play {
    height: 32px;
    width: 108px;
    margin-right: .5rem;
}

.faq-title {
    padding: 1em;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
}

.faq-question-container {
    padding: 1.5em;
    border-radius: 11px;
    box-shadow: 0 10px 10px 0 rgba(15, 15, 15, 0.09);
    background-color: #ffffff;
    margin-top: 1rem;
}

.second-question {
    margin-top: -1rem;
}

.first-question {
    margin-top: -1rem
}

.third-question {
    margin-top: -5em;
}


.question-divider {
    width: 84px;
    margin-right: 0em;
    opacity: 0.2;
    border: solid 1px #6d62d4;
}

.question-title-text {
    font-size: 16px;
    color: #282163;
    font-weight: bold;
    padding-bottom: 1em;
}

.faq-answer-text {
    padding-top: 1em;
    margin: 0 0 1em;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    color: #333 !important;
    line-height: 1.6;
    letter-spacing: -0.31px;
}

.about-title.ui.header {
    color: #282163;
    padding-bottom: .5em;
    font-size: 30px;
    font-weight: bold;
    font-family: OpenSans;
}

.about-content {
    color: #333333;
    font-size: 15px;
    font-weight: 300;
}


.large-italic {
    font-style: italic;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: .2em;
}

.italic {
    font-style: italic;
    font-size: 15px;
}

ul li::before {
    font-weight: bold;
    display: inline-block;
    width: 4px;
    color: #6d62d4;
    margin-right: -1em;
}

.acknowledgments-section {
    padding-right: 3em;
    font-size: 17px;
    padding-top: 3em;
    padding-left: 11em;
    color: #333333;
    font-weight: 300;
}

.acknowledgments-section-items {
    padding-top: 2em;
}

.acknowledgments-section-item {
    width: 100%;
    min-height: 57px;
    border-radius: 5px;
    font-size: 15px;
    color: #333333 !important;
    font-weight: bold;
    background-color: #ffffff;
    margin-bottom: 1em;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    transition: all .3s;
}

.acknowledgments-section-item:hover {
    text-decoration: underline;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.51);
}

.mobile-screenshot-about-page {
    text-align: left;
}

.download-app-text {
    padding-bottom: 1em;
}

.download-app-about {
    max-width: 100%;
    height: auto;
    width: 316px;
}

.download-header {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 1em;
    color: #ffff;
}


.download-text {
    font-family: OpenSans;
    font-size: 20px;
    font-weight: 300;
    margin: .1em;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.43px;
    color: #ffffff;
}


.feedback-card {
    width: 100%;
    min-height: 450px;
    max-width: 760px;
    padding: 4em 8em 3em !important;
}

.card-header-feedback {
    font-weight: bold;
    font-size: 30px;
    color: #282163;
    padding-bottom: 6px;
}

.feedback-header {
    font-weight: 100;
    color: #333333;
    line-height: 1.6;
    letter-spacing: -0.31px;
    font-size: 15px;
}

.feedback-error {
    display: flex;
    justify-content: center;
}

.feedback-error .ui.image {
    width: 2.313rem;
    height: 2.313rem;
    margin-bottom: 1rem;
}

.feedback-form.ui.form textarea {
    margin-top: 1.8em;
    min-height: 164px;
    border-radius: 10px;
    background-color: rgb(237, 241, 244);
    margin-bottom: 1em;
    border: none;
    resize: none;
    font-family: OpenSans;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: -0.42px;
    color: #282163;
}

.close-btn-container {
    margin-top: 1rem;
}

.ui.form textarea::placeholder {
    color: rgba(51, 51, 58, .6);
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.55;
    letter-spacing: -0.42px;
    font-family: 'openSans';
}

.card-fade {
    animation: card-fading 1s;
}

.card-fade-out {
    animation: card-fading-out 1s;
}

.feedback-validation-container {
    text-align: center;
    padding: 3em 7em 12em;
}

.feedback-icon.icon {
    color: #ee7888;
    margin-bottom: .5em;
    font-size: 3em;
}

.feedback-validation {
    font-size: 15px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.31px;
    color: #282163;
    margin-top: 1em;
}

.privacy-policy-page {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 44px;
    font-size: 15px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.31px;
    color: #333333;
    position: relative;
    z-index: 2;
    direction: ltr;
    text-align: left;
}

.privacy-policy-page p {
    margin-bottom: 10px;
    font-family: OpenSans;
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: #333333;
}

.medicus-link {
    font-weight: 600;
    text-decoration: underline;
    color: #333333;
}

.medicus-link-not-underlined {
    font-weight: 700;
    color: #333333;
}

.bold-paragraph {
    font-weight: 800;
}

.bold-navy-link {
    font-weight: 600;
    color: #6d62d4;
    text-decoration: underline;
}

.bold-navy-link:hover {
    color: #6d62d4;
    text-decoration: underline;
    opacity: 0.8;
}


.privacy-policy-table>table {
    border-collapse: collapse;
}

.privacy-policy-table>table td {
    border: 1px solid rgba(0, 0, 0, .18);
    padding: 1em;
}

.privacy-policy-table>table tr:first-child td {
    border-top: 0;
    width: 169px;
}

.privacy-policy-table>table tr td:first-child {
    border-right: 0;
}

.privacy-policy-table>table tr:last-child td {
    border-bottom: 0;
}

.privacy-policy-table>table tr td:last-child {
    border-left: 0;
}

.card-fading {
    opacity: 0;
}

.card-fading-in {
    opacity: 1;
    animation: card-fading-out 0.5s;
}

.content-section {
    padding-top: 2em;
    padding-bottom: 1em;
}

.section-title.ui.header {
    font-size: 30px;
    font-weight: 900;
    color: #282163;
}

.ui.header {
    color: #282163;
}

@keyframes card-fading {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeAndScale {
    from {
        opacity: 1;
        transform: scale(1, 1);
    }

    to {
        opacity: 0;
        transform: scale(.9, .9);
    }
}

.card-fade-out {
    animation: fadeAndScale 1s;
}

.intro-card {
    padding: 5em 5.5em 5em 10em !important;
    position: relative;
    overflow: hidden;
    transition: width 0s !important;
}

.intro-section-header {
    color: #282163;
    font-size: 15px;
    font-weight: 800;
}

.intro-section-title {
    color: #6d62d4;
    line-height: 32px;
    font-size: 30px;
    font-weight: 800;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.section-description {
    font-size: 15px;
    color: #333333;
    font-weight: 300;
    padding-bottom: 1em;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.31px;
}

.section-quote {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: #282163;
    padding-bottom: 1.5rem;
}

.first-section {
    padding-bottom: 3rem;
}

.footer-circle-container {
    width: 100%;
    visibility: visible;
    height: 23px;
    overflow-y: hidden;
    position: absolute;
    display: flex;
    align-items: flex-end;

}

.footer-circle {

    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    box-shadow: inset -2px 3px 50px 4px rgba(109, 98, 212, 0.27);
}

.result-page {
    margin-bottom: 125px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}


.collapsed-image.ui.image {
    position: absolute;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 23px;
    height: 10px;
    cursor: pointer;
    margin-top: -10px;
}


.white-container.ui.container {
    background-color: #ffffff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    margin-top: 135px;
    width: 935px;
    position: relative;
}

.scenario3-white-container {
    background-color: #ffffff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    margin-top: 40px;
    width: 935px;
    position: relative;
    overflow: hidden;
}

.score-page-header {
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: -0.64px;
    color: #333333;
    margin-top: 25px;
    margin-right: 4rem;
    padding-bottom: 1rem;
}

.physical-score-intro {
    width: 870px;
    height: auto;
    border-radius: 20px;
    background-color: rgba(98, 213, 208, 0.14);
    color: #333333;
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 2.2rem;
    line-height: 1.4;
    letter-spacing: -0.42px;
    font-weight: 300;
    display: flex;
    position: relative;
}

.lingualReading-text {
    padding-left: 4px;
    max-width: calc(100% - 340px);
}

.score-gender-image.ui.image {
    width: 340px;
    height: auto;
    bottom: 0;
    left: 0;
    position: absolute;
}

.mobile-score-gender-image.ui.image {
    display: none;
}

.score-page.ui.grid>.score-section.row {
    padding: 1.5rem;
}

.score-details-header {
    padding-top: 5rem;
    text-align: center;
    color: #282163;
    font-size: 22px;
    font-weight: bold;
}

.tips-details-header {
    padding-top: 0rem;
    padding-bottom: 1rem;
}

.score-details-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #333333;
}

.score-detail-list {
    text-align: right;
    padding-right: 2rem;
}

.chart-title {
    margin-top: -40px;
    text-align: center;
}

.collapse-circle {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -32px;
    background-color: #ffffff;
    right: 0;
    z-index: 4;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

.collapse-circle-close {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 393px;
    background-color: #ffffff;
    right: 361px;
}


.score-page.ui.grid>.score-section.row.collapsed {
    border-bottom: 2px solid #62d5d0;
}

.collapsed-circle {
    border-top: 2px solid #62d5d0;
    top: 406px;
    padding-top: 2.5rem;
}

.collapse-icon.ui.image {
    height: 10px;
    cursor: pointer;
    width: 23px;
}

.score-header {
    font-size: 25px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #333333;
    padding-bottom: .8rem;
    text-align: center;
}

.score-description {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.33px;
    color: #333333;
    text-align: right;
    padding: .8em 3.2rem 1.2rem;
    transition: 0.4s all;
}

.score-list {
    list-style-type: none;
    font-size: 15px;
    font-weight: 300;
    color: #333333;
    margin-top: 1.625rem;
}

.list-icon.ui.image {
    width: 13px;
    height: 13px;
    margin-left: 6px;
}

.score-list .list-item {
    display: flex;
    align-items: center;
    padding: 2px 4px;
    margin-top: 0px;
}

.list-text {
    padding-right: 8px;
    line-height: 18px;
    text-align: right;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -1.34px;
    color: #333333;
}

.list-score {
    margin-right: auto;
    padding-left: 15px;
}

.score-details.ui.grid {
    padding: 15px !important;
    margin: 0 !important;
}

.score-details-section.ui.container {
    width: 935px;
}

.score-chunks-section.ui.container {
    width: 935px;
    padding-top: 1rem;
}

.score-part {
    position: relative;
    background-color: #F8F7FD;
    overflow: hidden;
}

.score-chunks {
    background: #ffffff linear-gradient(to bottom, rgba(109, 98, 212, 0.24), rgba(220, 250, 250, 0) 98%);
}

.chunk-header {
    padding-top: 4rem;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #282163;
}

.chunks.ui.grid {
    padding-top: 4rem;
    padding-right: 5rem;
    padding-left: 5rem;
}

.chunk-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: normal;
    color: #6d62d4;
    padding-top: 1.5rem;
}

.chunk-image-lifestyle {
    width: 102px;
    height: 106px;
}

.chunk-image-body {
    width: 117px;
    height: 106px;
}

.chunk-image-mind {
    width: auto;
    height: 106px;
}

.chunk-text {
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.27px;
    color: #333333;
    padding-left: 2rem;
}

.chunk-score {
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.27px;
    color: #282163;
    margin-bottom: 3rem;
}

.element-score {
    font-weight: bold;
}


.download-app-section-result-page {
    margin-top: 2.125rem;
}

.tips-section-container.ui.container {
    width: 935px;
}

.tips-section {
    background: #ffffff linear-gradient(to bottom, rgba(109, 98, 212, 0.24), rgba(220, 250, 250, 0) 98%);
}

.feedback-section {
    overflow: hidden;
}

.tips-header {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333;
    padding-top: 1rem;
}


.expanded-section {
    visibility: hidden;
    opacity: 0;
    transition: all 0s linear 0.33s, opacity 0.33s ease-in;
}


.show-expanded-section {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.tips.ui.grid {
    padding: 4rem 4rem 5.5rem 4rem;
    width: 100%;
    margin-right: 0;
}


.tip-img-container {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    border: 1px solid #292167;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.tip-img.ui.image {
    width: 26px;
    height: 26px;
    margin-bottom: 1rem;
}

.tips-text {
    opacity: 0.6;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.27px;
    color: #333333;
    padding-left: 1rem;
    display: inline;
}

.positive-insights {
    color: rgb(2, 217, 209);
}

.learn-more {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.27px;
    color: #282163;
    text-decoration: underline;
    cursor: pointer;
    opacity: 0.7;
    margin-right: -0.5rem;
}

.learn-more>a {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.27px;
    color: #282163;
    text-decoration: underline;
    cursor: pointer;
}


.learn-more>a :hover {
    color: #282163;
    text-decoration: underline;
    opacity: unset;
}


.src-item>a {
    font-size: 12px;
    color: #333333;
}


.src-item>a:hover {
    opacity: 1;
    text-decoration: underline;
}

.result-footer-white-container.ui.container {
    background-color: #ffffff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 935px;
    position: relative;
}

.result-footer-white-container.ui.container.expanded {
    box-shadow: -2px 3px 60px 4px rgba(109, 98, 212, 0.27);
}

.download-app-footer {
    display: flex;
}

.result-mobile-screenshot.ui.image {
    width: 173px;
    height: 230px;
    margin-bottom: -2rem;
    margin-top: -44px;
    margin-right: 2rem;
    object-fit: contain;
}

.download-app-header {
    font-size: 25px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.32px;
    color: #2a2868;
}

.download-app-text-result {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.54px;
    color: #2a2868;
}

.download-app-btns {
    display: flex;
    margin-top: 1.5rem;
}

.download-app-google-result {
    padding-right: 5px;
}

.download-app-result {
    width: 150px;
    height: 44px;
    cursor: pointer;
}

.access-report-section {
    display: flex;
    height: 100%;
    justify-content: flex-end;
}


.access-report-text {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2d3270;
    align-self: flex-end;
    justify-self: center;
}

.access-report-link {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    background-color: #6d62d4;
    margin-right: auto !important;
    left: 0;
    max-width: 170px;
}

.access-report-img.ui.image {
    width: 104px;
    height: 103px;
    position: absolute;
    left: -8px;
    bottom: 12px;
}

.share-form-title.ui.header {
    color: #282163;
    padding-bottom: .5em;
    font-size: 30px;
    font-weight: bold;
}

.share-form.ui.form .field>label {
    color: #333333;
    font-size: 15px;
    padding-bottom: 1rem;
}

.share-form.ui.form .ui.input>input {
    height: 50px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0);
    border: solid 1px rgba(151, 151, 151, 0.17);
    background-color: #edf1f4;
    color: #282163;
    font-weight: 600;
}

.success-msg {
    margin-right: 1rem;
}

.speedometer-container {
    justify-content: center;
    display: flex;
}

.meter-image.ui.image {
    width: 180px;
    height: 170px;
}

.meter-needle.ui.image {
    width: 24px;
    position: absolute;
    bottom: 0;
}

.needle-container {
    position: absolute;
    left: 0;
    top: 18px;
    right: 0;
    height: 120px;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1rem;
    direction: ltr;
}

.speedometer-value {
    z-index: 5;
    top: 50px;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
}

.speedometer-value-up {
    font-size: 51.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -2.34px;
    text-align: center;
    color: #02d9d1;
}

.speedometer-value-down {
    opacity: 0.3;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.34px;
    text-align: center;
    color: #333333;
}

.needle-value>div {
    margin-bottom: -11px;
}

.share-icons-container {
    margin-left: -3.7rem;
    float: left;
    margin-top: 28rem;
}

.share-icon-container-print {
    height: 44px;
    border-top-left-radius: 25px;
    background-color: #6d62d4;
    border-bottom-left-radius: 25px;
    padding: 1rem;
    cursor: pointer;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
}

.share-icon-container-email {
    height: 44px;
    border-top-left-radius: 25px;
    background-color: #6d62d4;
    border-bottom-left-radius: 25px;
    padding: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
}

.share-icon-container-facebook {
    height: 44px;
    border-top-left-radius: 25px;
    background-color: #6d62d4;
    border-bottom-left-radius: 25px;
    padding: 1rem;
    cursor: pointer;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
}

.share-icon-container-facebook:hover {
    width: 130%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-icon-container-email:hover {
    width: 130%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.share-icon-container-print:hover {
    width: 130%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.email-icon.ui.image {
    width: 24px;
}

.facebook-icon.ui.image {
    width: 12px;
}

.first-div-border {
    width: 100%;
    height: 1px;
    background: aqua;
    margin-bottom: 1rem;
    cursor: pointer;
}

.first-div-border::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    overflow-y: hidden;
    left: 0;
    border: 1px solid aqua;
    margin-right: auto;
    margin-left: auto;
    bottom: -32px;
}


.ui.action.input {
    margin-top: 10px;
    border-radius: 22px;
    height: 44px;
}

.create-account-action.ui.button {
    background-color: #6d62d4 !important;
    width: 110px;
    text-align: center;
    padding-right: 1.5rem !important;
    font-family: OpenSans;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    BORDER-BOTTOM-left-RADIUS: 22px !important;
    border-top-left-radius: 22px !important;
    padding-top: .5em !important;
}


.create-account-action.ui.button:hover {
    background-color: #ffffff !important;
    color: #6d62d4;
    border: solid 1px;
    font-weight: 300;
}

.create-account-input.ui.input>input {
    width: 285px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    box-shadow: 0 10px 15px 0 rgba(109, 98, 212, 0.1);
    border: solid 1px rgba(151, 151, 151, 0.17);
    background-color: #edf1f4;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: -0.42px;
    color: #282163;
}

.create-account-input.ui.input>input:focus {
    border-left-color: transparent !important
}

.create-account-input.ui.input>input::placeholder {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: -0.42px;
    color: rgba(51, 51, 51, .3);
}


.faq-container.ui.container {
    line-height: 1.6;
    font-size: 15px;
    max-width: 942px !important;
    padding-bottom: 8.43rem;
}

.scrolled-items-container {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row-reverse; */
    flex: none;
}

.question-content-loader-container {
    max-width: 480px;
    align-self: center;
    justify-self: center;
    margin: auto;
}

.result-loader-white-container.ui.container {
    background-color: #ffffff;
    border-radius: 30px;
    margin: 4.5rem 0;
    max-width: 960px !important;
    position: relative;
}

.result-loader-white-container .score-section.row {
    padding-bottom: 7rem !important;
}

.fade-enter {
    opacity: 0;
}

.fade-exit {
    opacity: 1;
}

.fade-enter-active {
    opacity: 1;
}

.fade-exit-active {
    opacity: 0;
}

.fade-enter-active,
.fade-exit-active {
    transition: opacity 300ms;
}

.well-being .language-menu {
    background: transparent;
    margin-right: 32px !important;
    margin-left: 32px !important;
    border-radius: 14px;
    border: solid 1px #282163;
}

.well-being .language-dropdown {
    padding: 7px 17px !important;
    min-width: 75px;
    width: auto;
    border-radius: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.well-being .language-dropdown.active {
    padding: 7px 14px !important;
    border-radius: 14px 14px 0 0;
    background-color: #282163;
    color: white;
    font-size: 18px;
    line-height: 1.4;
    font-family: OpenSans, sans-serif;
}

.well-being .language-dropdown .text {
    font-size: 18px;
    line-height: 1.4;
    font-family: OpenSans, sans-serif;
}

.well-being .language-dropdown.active .text {
    color: white;
    font-size: 18px;
    line-height: 1.4;
    font-family: OpenSans, sans-serif;
}

.well-being .language-dropdown.active .menu {
    min-width: 75px;
    width: 102%;
    border: solid 1px #282163;
    background-color: #282163;
    border-radius: 0 0 14px 14px;
    margin-right: -1px;
    padding-bottom: 7px;
}

.well-being .language-dropdown.ui.dropdown .menu>.item {
    color: #ffffff !important;
    opacity: 0.34;
    font-size: 15px !important;
    font-family: OpenSans, sans-serif;
    padding: 7px 14px !important;
}

.well-being .language-dropdown.ui.dropdown .menu>.item:hover {
    opacity: 1;
    color: #ffffff !important;
}

.well-being .language-dropdown.ui.dropdown .menu>.divider.language-divider {
    opacity: 0.34;
    border-top: solid 1px #ffffff;
    width: 53%;
    margin: 5px auto;
}

.well-being .language-dropdown.ui.dropdown .dropdown.icon {
    margin-right: 7px;
    font-size: 12px;
}

.question-card-container {
    max-width: 760px !important;
    grid-column: 1;
    grid-row: 2;
    transition: 0.4s all;
    height: auto;
    background-color: #ffffff;
    min-height: 450px !important;
    position: relative;
}

.fourth-question-card {
    width: calc(100% - 142px);
    margin: 0 auto !important;
    opacity: 0;
    z-index: 0;
}

.third-question-card {
    border-radius: 24.3px;
    width: calc(100% - 142px);
    margin: 0 auto !important;
    /* box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.25); */

    opacity: 0.9;
    z-index: 1;
}

.second-question-card {
    border-radius: 27px;
    width: calc(100% - 60px);
    margin: 10px auto 0 !important;
    /* box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.25); */
    opacity: 0.9;
    z-index: 2;
}

.first-question-card {
    border-radius: 30px;
    width: 100%;
    margin: 24px auto 0 !important;
    opacity: 1;
    z-index: 3;
}

.fade-card-out {
    visibility: hidden;
    opacity: 0;
}

@keyframes card-fading-out {
    from {
        opacity: 0;
        transform: scale(.9, .9);
    }

    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

.main-container>div {
    width: 100%;
}

.brand {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.brand-sub-lg {
    display: block;
}

.brand-sub-sm {
    display: none;
    margin-right: auto;
}

@media screen and (min-width: 1291px) {
    .wellbeing-modal.ui.modal {
        border-image-width: 0;
    }


    .form-footer {
        margin-top: 2.5em;
        margin-bottom: 4.5em;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1290px) {



    .wellbeing-modal.ui.modal {
        border-image-width: 0;
    }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .wellbeing-modal.ui.modal {
        border-image-width: 0;
    }

    .email-icon.ui.image {
        width: 18px;
        margin-left: 0.5rem;
    }

    .facebook-icon.ui.image {
        width: 10px;
        margin-left: 0.5rem;
    }

    .share-icons-container {
        margin-left: -3.7rem;
    }
}


@media screen and (max-width: 991px) {
    .ukv-logo.ui.image {
        display: inline-block !important;
        margin-left: 10px;
    }

    .njeeb-logo.ui.image {
        display: inline-block !important;
        margin-left: 10px;
    }

    .intro-corner-image {
        display: none;
    }

    .question-card-container {
        transition: none;
    }

    .choice {
        width: 100px;
    }

    .emoji-choice {
        width: 94px;
    }

    .feedback-section .selection-option {
        max-width: 100%;
        width: 100%;
        min-width: 100px;
    }

    .feedback-section .choice,
    .feedback-section .emoji-choice {
        width: 50%;
        height: 70px;
        margin: 10px auto !important;
    }

    .informative-page-container.ui.container {
        padding-left: 1em;
        padding-right: 1em;
    }

    .faq-container.ui.container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .scroll-answers-section {
        margin-right: 3px;
        margin-left: -2em;
    }

    .intro-corner-image {
        width: auto;
        height: 300px;
    }

    .corner-image {
        height: 313px;
    }

    .wellbeing-modal.ui.modal {
        max-width: 600px;
        border-image-width: 0;
    }

    .download-app-google-about {
        margin-right: 0;
    }

    .result-page.ui.container {
        width: 690px;
    }

    .share-icons-container {
        margin-left: -2.5rem;
    }

    .physical-score-intro {
        width: 660px
    }


    .score-details.ui.grid {
        padding: 0;
    }

    .score-details-header {
        padding-bottom: 3rem;
    }

    .list-text {
        letter-spacing: -1.34px;
    }

    .share-icon-container-facebook {
        width: 35px;
        padding: 0 0 0 0.5rem;
    }

    .email-icon.ui.image {
        width: 19px;
    }

    .facebook-icon.ui.image {
        width: 9px;
    }

    .share-icon-container-email {
        width: 35px;
        padding: 0 0 0 0.5rem;
    }

    .share-icon-container-print {
        width: 35px;
        padding: 0 0 0 0.5rem;
    }

    .result-mobile-screenshot.ui.image {
        margin-bottom: -2rem;
    }

    .top-header.ui.menu:not(.vertical) .menu-items .item {
        padding-right: 17px !important;
        padding-left: 17px !important;
        width: auto !important;
    }

    .well-being .language-menu {
        width: 75px;
        margin-right: 25px !important;
        margin-left: 0px !important;
    }

    #menuId.change {
        margin-right: 25px !important;
    }

    .menu-items,
    .menu-wrapper {
        display: none !important;
    }

    .overlay {
        display: none;
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;
        overflow-y: hidden;
        background-color: #919dfc;
    }


    .overlay-show {
        display: block;
    }

    .overlay-content {
        display: grid;
        position: relative;
        z-index: 10;
        top: 7%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        justify-content: center;
    }

    .ui.stackable.menu .item {
        width: 100% !important;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        cursor: pointer;
        justify-content: center;
    }

    .ui.stackable.menu .item:hover {
        color: #282163;
    }

    .ui.stackable.menu .item::before {
        background: unset;
    }

    .overlay-content a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }

    .overlay .closebtn {
        top: 20px;
        left: 63px;
        font-size: 30px;
        color: #282163;
        font-weight: 200;
        cursor: pointer;
    }

    .mobile-menu-logo {
        padding: 20px 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-container {
        display: none;
    }

    .mobile-menu-container {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: end;
        margin-top: 20px;
        margin-bottom: 20px;
    }


}

@media only screen and (max-width: 576px) {
    .well-being .language-menu {
        margin-right: 20px;
    }

    .mobile-menu-container {
        justify-content: space-between;
    }

    .well-being {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        min-height: 100%;
    }

    .main-section {
        margin: 0 10px !important;
    }

    .well-being .language-menu {
        margin-left: 0px !important;
    }

    .faq-container.ui.container {
        padding-right: 0rem;
        padding-left: 0rem;
    }


    .informative-page-container.ui.container {
        padding-left: 1em;
        padding-right: 1em;
    }

    .wellbeing-modal.ui.modal {
        max-width: 87%;
        border-image-width: 0;
    }

    h1 {
        font-size: 18px;
    }

    .range-content {
        font-size: 13px;
    }

    .corner-image {
        display: none;
    }

    .bmi-question-container {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }


    .height-input-selector {
        display: inline-block;
    }

    .weight-input-container {
        margin-right: 0;
    }

    .question-title {
        /* font-size: 15px; */
        line-height: 20px;
    }

    .second-card {
        margin-right: 1em;
        margin-left: 1em;
    }

    .third-card {
        margin-right: 2em;
        margin-left: 2em;
    }

    .age-form.ui.form .ui.input>input {
        width: unset;
    }

    .question-title {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .biomarke-unit-val.ui[class*="right labeled"].input>input {
        width: unset;
    }

    .biomarker-section {
        display: flex;
    }

    .ethnicity-dropdown.ui.selection.dropdown {
        min-width: 216px;
    }

    .info-modal-content.ui.grid {
        padding: 2em;
    }

    .answers-section {
        display: flex;
        justify-content: center;
    }

    .gender-choices {
        display: inline-block;
    }

    .image-choices {
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .squared-options {
        display: block;
        width: 90%;
    }

    .choice-squared .gender-text {
        max-width: 100%;
    }

    .choice-squared .circled-check-male {
        display: none;
    }

    .choice-squared {
        height: 54px;
    }

    .choice {
        max-width: 100%;
        width: 100%;
        min-width: 100px;
    }

    .female-choice {
        max-width: 100px;
    }

    .selection-image-option {
        padding-top: 2em;
    }

    .intro-card {
        padding: 3rem !important;
    }

    .scroll-choices {
        display: none;
    }

    .mobile-answers-section.ui.grid {
        display: block;
        margin: 0 9px;
    }

    .mobile-answers-section.ui.grid .column {
        padding: 0 5.5px 15px 5.5px;
    }

    .computer-answers-section {
        display: none;
    }

    .scroll-select-option {
        width: 100%;
        font-size: 13px;
    }


    header {
        padding: 44px 21px 0;
    }

    .Wellbeing-Score-mobile {
        height: 28px;
        font-size: 19px;
        letter-spacing: normal;
        padding-right: 6px;
        font-family: OpenSans, sans-serif;
        font-weight: 300;
    }

    .corner-image-menu {
        z-index: 8;
        position: absolute;
        left: 0;
        object-fit: initial;
        bottom: 0;
        width: 70%;
        height: auto;
    }


    .overlayMenuLogo {
        flex-direction: column;
        align-items: flex-start;
    }

    .overlayMenuContainer {
        /* justify-content: flex-end; */
        margin-top: 20px;
    }

    .well-being .content-card-without-animation {
        padding: 66px 30px 46px 30px;
        overflow: hidden;
    }

    .intro-quote {
        padding-left: 0;
    }

    .well-being .content-card {
        /*padding: 3em!important;*/
    }

    .left-part-content {
        padding-right: 1em !important;
    }

    .login-card {
        padding: 3em 2em 0.6em 2em !important;
    }


    .login-with-pin>a {
        font-size: 12px;
    }

    .continue-without-account>a {
        font-size: 12px;
    }

    .bmi-icon-btn {
        padding-left: 0;
        padding-right: 0;
    }


    .acknowledgments-section {
        padding-left: 0;
    }

    .cd-horizontal-timeline ol,
    ul {
        list-style: circle;
    }


    .download-header {
        font-size: 19px;
    }


    .feedback-card {
        padding: 3em !important;
    }


    .physical-score-intro {
        width: 100%;
        padding: 0 13px;
        height: fit-content;
        background-color: transparent
    }

    .first-div-border:before {
        top: unset;
        bottom: -35px;
    }

    .score-gender-image.ui.image {
        display: none;
    }


    .lingualReading-text {
        padding-left: 0;
    }


    .result-mobile-screenshot.ui.image {
        display: none;
    }

    .share-icon-container-print {
        width: 25px;
        padding: 0 0 0 0.5rem;

    }

    .share-icon-container-facebook {
        width: 25px;
        padding: 0 0 0 0.5rem;
    }

    .score-description {
        padding: unset;
        letter-spacing: -1.33px;
        margin-bottom: 2rem;
    }


    .mobile-score-gender-image.ui.image {
        display: none;
    }

    .score-page-header {
        text-align: right;
        margin: 0;
        padding: 14px;
        font-size: 22px;
    }

    .collapse-circle {
        top: unset;
        bottom: -22px;
    }

    .download-app-section-result-page {
        text-align: center;
    }

    .create-account-input.ui.input>input {
        width: 116px;
    }

    .create-account-action.ui.button {
        width: 94px;
        font-size: 13px;
    }

    .chunk-image {
        display: flex;
        justify-content: center;
    }

    .chunks.ui.grid>.row>[class*="left aligned"].column.column,
    .ui.grid>[class*="left aligned"].column.column,
    .ui.grid>[class*="left aligned"].row>.column,
    .ui[class*="left aligned"].grid>.column,
    .ui[class*="left aligned"].grid>.row>.column {
        text-align: center;
    }

    .email-icon.ui.image {
        width: 10px;
    }

    .facebook-icon.ui.image {
        width: 7px;
    }

    .share-icons-container {
        margin-left: -1.8rem;

    }

    .share-icon-container-email {
        width: 25px;
        padding: 0 0 0 0.5rem;
    }

    .chunks.ui.grid {
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .tips.ui.grid {
        padding: 1rem 1rem 1.5rem 1rem;
    }

    .tip-img-container {
        display: flex;
        justify-content: center;
    }

    .chunk-header {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .tips-header {
        padding-right: 1rem;
        padding-left: 1rem;
    }



    .needle-container {
        top: 13px;
        height: 80px;
        width: 80px;
        margin-top: 7px;
    }


    .speedometer-value-up {
        font-size: 30px;
    }

    .speedometer-value {
        top: 47px;
    }

    .needle-value>div {
        margin-bottom: -4px;
    }

    .score-header {
        font-size: 13px;
    }

    .ukv-app-image.ui.image {
        top: unset !important;
        left: 0 !important;
        bottom: -23px;
        width: 371px !important;
        height: 156px !important;
        border-radius: 30px;
    }

    .ukv-btn-large.ui.button {
        width: auto !important;
    }

    .chunk-score {
        text-align: center;
    }

    .chunk-title {
        text-align: center;
    }

    .insight-container {
        height: unset !important;
    }

    .bio-text {
        font-size: 13px;
    }

}


.main-container {
    padding: 0;
    /* display: flex !important; */
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 160px);
    margin: -25px auto 0;
    max-width: 760px !important;
    margin-top: 40px;
}


/* Mobile */
@media screen and (max-width: 576px) {

    header,
    .mobile-menu-logo {
        padding: 20px 20px 0;
        display: block;
    }

    .overlay .closebtn {
        margin-right: 25px;
    }

    /* .top-header.ui.menu {
        flex-direction: column;
        align-items: flex-end;
    } */
    #menuId {
        margin-right: 25px;
    }

    .question-footer {
        margin-top: 20px;
    }

    .main-container {
        margin-top: 20px !important;
        min-height: calc(100% - 200px);
        margin-right: auto !important;
        margin-left: auto !important;
        display: block !important;
    }

    .content-card {
        max-width: 90vw !important;
        margin-right: auto;
        margin-left: auto;
    }

    .result-page.ui.container {
        margin-right: 0.8rem !important;
        margin-left: 0.8rem !important;
    }

    .score-details-header {
        font-size: 18px;
    }

    .score-details.ui.grid {
        padding-bottom: 2rem;
    }

    .slick-slider {
        width: 100%;
    }

    .slick-dots {
        display: block;
        padding-bottom: 10px;
        margin: 0;
        top: 5px;
        position: relative;
    }

    .slick-dots li button:before {
        color: #282163 !important;
        font-size: 10px;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
    }


    .back-btn {
        margin-left: 1rem;
    }

    .skip-btn {
        margin-right: 1em;
    }

    .active-scroll-select-option {
        font-size: 13px;
        line-height: 0.9;
    }

    .intro-section-title {
        font-size: 28px;
    }

    .privacy-policy-title {
        font-size: 27px;
    }

    .imprint-card {
        padding: 2em !important;
    }

    .meter-image.ui.image {
        height: 50%;
    }


    .mobile-screenshot-ukv-imprint {
        display: none;
    }

    .see-more-b.ukv-form-containern-container {
        padding-bottom: 34px;
    }

    .alternative-see-more {
        padding-bottom: 34px;
    }


    .faded-charts {
        bottom: 14px !important;
        height: 152px !important;
    }

}


/* Desktop */
@media screen and (min-width: 1025px) {
    .main-container {
        width: 760px !important;
    }
}

.main-container>div {
    width: 100%;
}

.brand {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.brand-sub-lg {
    display: block;
}

.brand-sub-sm {
    display: none;
    margin-left: auto;
}



.top-header.ui.menu:not(.vertical) .menu-items .item {
    padding-right: 1.73em;
    padding-left: 1.73em;
    flex: unset !important;
    position: inherit;
}

.top-header.ui.menu:after {
    content: none;
}

.menu-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 16px;
    flex-direction: row;
}

.active-header-link {
    color: #ffffff !important;
    font-weight: 600 !important;
}



.wellbeing-copyrights .copyright {
    font-family: OpenSans, sans-serif;
    margin-top: 5px;
}

.wellbeing-footer-divider {
    border-right: 1px solid rgba(255, 255, 255, 0.56);
    margin-right: 1.325rem;
    margin-left: 1.325rem;
    height: 9px;
}

.wellbeing-footer-actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.active-footer-link {
    color: #282163;
    font-weight: 600;
}



/* Form */

.well-being .ui.form .required.field>label:after {
    content: none;
}

.ui.form.login-form .field {
    margin: 0 0 1.4em;
}

.ui.form.login-form .field:last-child {
    margin-bottom: 1.4em;
}

.login-card .ui.header {
    margin-bottom: 0.367em;
}



/**   Imprint  **/

@media screen and (max-width: 576px) {
    .mobile-screenshot {
        position: relative !important;
        height: 20.286em;
        bottom: -14px;
    }
}

.download-medicus-text {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.32px;
    margin-bottom: 10px;
}

.imprint-address {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.31px;
    font-weight: 300;
}




/*   About & Policy */

.about-us-container.ui.container {
    margin-top: 5.2%;
    padding-bottom: 150px;
    max-width: 960px !important;
}

.privacy-policy-title {
    padding: 0 39px 39px 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}

.privacy-policy-link {
    color: #6d62d4;
    text-decoration: underline;
    font-weight: bold;
}

.privacy-policy-page .privacy-policy-table {
    padding-right: 33%;
    padding-bottom: 28px;
}

@media screen and (max-width: 768px) {
    .privacy-policy-page .privacy-policy-table {
        padding-left: initial;
    }
}

@media screen and (max-width: 576px) {
    .privacy-policy-page .privacy-policy-table {
        margin-left: -44px;
        margin-right: -44px;
    }
}

.about-us-white-container.ui.container {
    border-radius: 30px;
    margin-top: 16.1%;
    padding: 60px 44px;
    background-color: #ffffff;
    position: relative;
}

.about-us-medicus {
    margin-top: 49px !important;
}

.about-us-image {
    width: 497px;
    height: 546px;
    position: absolute;
    left: -210px;
}

@media screen and (max-width: 768px) {
    .about-us-image {
        display: none;
    }

    .download-app-btns {
        flex-direction: column;
    }

    .score-gender-image.ui.image {
        display: none;
    }

    .lingualReading-text {
        max-width: initial;
    }

    .ukv-btn-large.ui.button {
        width: unset !important;
    }

    .faded-charts {
        height: 240px !important;
        bottom: 0 !important;
    }
}

.download-section {
    align-items: center !important;
}

.download-app-apple-about,
.download-app-google-about {
    cursor: pointer;
    width: 174px;
    height: auto;
    max-width: 100%;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.wellbeingDiv .ethnicity-input {
    position: relative !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #edf1f4 !important;
    height: 54px !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0.08) !important;
    border: solid 1px rgba(151, 151, 151, 0.17) !important;
    font-family: OpenSans !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.55 !important;
    letter-spacing: -0.42px;
    color: #282163 !important;
    cursor: pointer;
}


.wellbeing-biomarker-input .range-grid .column.max-column {
    padding-right: 10px;
}

.wellbeing-biomarker-input .range-grid .column.min-column {
    padding-left: 10px;
}

.wellbeing-biomarker-input .range-grid-with-dropdown .column.max-column {
    padding-right: 4px;
}

.wellbeing-biomarker-input .range-grid-with-dropdown .column.min-column {
    padding-left: 4px;
}

.d-flex {
    display: flex;
}

.w-100 {
    width: 100% !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.question-card {
    padding: 44px 20px 31px 20px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    min-height: 450px;
    height: 100%;
    align-items: center;
    flex-direction: column;
}

.question-body {
    width: 100%;
    max-width: 95vw;
    padding: 10px 0 15px 0;
}

.question-footer {
    display: flex;
    justify-content: center;
    position: relative;
    min-height: 45px;
    width: 100%;
}

.question-description {
    padding-top: 13px;
}

.input-column:not(:last-child):not(:first-child) {
    padding: 0 10px !important;
}

.input-column:last-child {
    padding-right: 10px !important;
}

.input-column:first-child {
    padding-left: 10px !important;
}

.input-column,
.biomarker-main-input-container {
    padding: 0 !important;
    margin-bottom: 15px !important;
}

.biomarker-form {
    max-width: 405px;
    position: relative;
    margin: 0 auto;
    transition: 0.3s margin-top;
}

.biomarker-form.badge-hidden {
    margin-top: 40px;
}

.bmi-form {
    max-width: 378px;
}

.blood-pressure-form {
    max-width: 90%;
}

.biomarker-main-input-container {
    margin-top: 10px;
}

.result-badge {
    display: table;
    /* max-width: 378px; */
    margin: 0 auto;
    transition: 0.3s opacity;
}

.squared-options {
    padding-top: 0;
    flex-flow: wrap;
}

.squared-options .choice,
.image-choices .choice {
    margin: 10px 4.5px !important;
}

.squared-options .checked-male,
.image-choices .checked-male {
    margin-top: 3px !important;
}

.squared-options .squared-option-column {
    padding: 0 8px 15px 8px !important;
}


@media screen and (max-width: 576px) {
    .first-question-card {
        transition: .4s all, 0s width;
    }
}

.ethnicity-cart-down-icon::before {
    color: #4a4a4a;
}

@media print {
    @page {
        size: 210mm 297mm;
    }

    .page {
        page-break-after: always;
    }
}

.ukv-app-section {
    background-color: #ffffff;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1.9375rem;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.38px;
    color: #282163;
}

.ukv-title {
    font-weight: bold;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.38px;
    color: #282163;
    padding-left: 7px;
}

.ukv-btn.ui.button {
    width: auto;
    height: 44px;
    border-radius: 22px;
    background-color: #282163;
    margin-top: 0.8125rem;
    margin-bottom: 2.75rem;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}



.ukv-btn.ui.button:hover {
    background-color: #ffffff;
    border: solid 1px #282163;
    color: #282163;
}

.ukv-btn.ui.button:active {
    background-color: #282163;
    color: #ffffff;
}


.ukv-btn.ui.button:focus {
    background-color: #282163;
    color: #ffffff;
}

.ukv-app-image.ui.image {
    left: 30px;
    width: 451px;
    height: 190px;
    object-fit: contain;
    mix-blend-mode: multiply;
    top: 73px;
}

.ukv-text {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.38px;
    color: #282163;
    margin-bottom: 1rem;

}


.ukv-btn-container {
    margin-top: 1rem;
}

.ukv-about-container {
    padding-right: 9%;
    margin-top: 1.875rem;
}

.ukv-logo.ui.image {
    width: 170px;
    height: 43px;
}

.njeeb-logo.ui.image {
    width: 88px;
    height: 43px;
}

.faded-charts {
    position: absolute;
    bottom: 0;
    max-width: 935px;
    right: 0;
    height: 133px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    padding: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(248, 247, 253, 0), rgba(248, 247, 253, 0.98), #f8f7fd);
}

.faded-charts-half-height {
    height: 66px !important;
}

.faded-charts-lock {
    position: absolute;
    bottom: -17px;
    right: 0;
    left: 0;
    margin: auto;
    padding: 11px 12px;
    background: #6d62d4;
    z-index: 2;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faded-charts-lock img {
    width: 10px;
    height: 12px;
    object-fit: contain;
}

.pb-0.ui.grid {
    padding-bottom: 0;
}

.ukv-result-form-footer {
    background-color: #ffffff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    max-width: 935px !important;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}


.teaser-page-image.ui.image {
    width: 126%;
    max-width: unset;
    position: absolute;
    object-fit: cover;
    left: -21%;
    bottom: -15px;
    pointer-events: none;
    z-index: 2;
}

.ukv-form-container {
    padding: 36px 9% 90px 30%;
}

.medicus-form-container {
    padding: 36px 60px 24px 30%;
}

@media screen and (max-width: 578px) {
    .ukv-form-container {
        padding: 9%;
        padding-top: 5px;
    }

    .medicus-form-container {
        padding: 30px 22px 51px 22px;
    }

    .physical-score-intro .lingualReading-text {
        max-width: 100%;
        font-stretch: normal;
        font-style: normal;
        color: #333333;
        font-size: 15px;
        line-height: 1.67;
        letter-spacing: -0.31px;
    }


    .send-email-score-btn.ui.button {
        margin-bottom: 20px !important;
        margin-top: 20px;
        width: 100% !important;
        max-width: initial !important;
    }
}

.ukv-bold-text {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.33px;
    color: #333333;
}

.ukv-semi-bold-text {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.29px;
    color: #333333;
}

.ukv-email-input.ui.input {
    max-width: 400px;
    width: 100%;
    height: 50px;
    opacity: 0.9;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0);
    border: solid 1px rgba(151, 151, 151, 0.63);
    background-color: #ffffff;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ukv-email-input>input {
    border: 0 !important;
    direction: ltr;
}

.checkbox-container {
    padding-top: 1rem;
}

.checkbox-container>.ui.checkbox {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.29px;
    color: #333333;
    padding-bottom: 0.6rem;
}

.checkbox-container>.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before {
    background: #333333 !important;
    color: #ffffff !important;
}

.checkbox-container>.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after {
    color: #ffffff !important;
    font-size: xx-small;
    top: 4px;
    left: 0;
    right: -7px;
    width: 30px;
    height: 30px;
}

.send-email-score-btn.ui.button {
    max-width: 298px;
    width: 100%;
    height: 44px;
    border-radius: 22px;
    color: #ffffff;
    background-color: #6d62d4;
    margin: 20px 0;
    font-family: 'openSans';
    box-shadow: 0 15px 10px 0 rgba(109, 98, 212, 0.35) !important;
}

.restart-btn {
    margin-top: 0px !important;
}

.restart {
    display: table;
    margin: 0px auto;
}

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

.restart-the-quiz {
    display: table;
    margin: 0px auto;
    margin-bottom: 5.5rem;
    color: var(--main-color);
}

.send-email-score-btn.ui.button:hover {
    border: solid 1px #6d62d4;
    background: #fff;
    color: #6d62d4;
    box-shadow: none !important;
}

.insight-container {
    margin-top: 2rem;
    height: 35%;
}

.score-details-full {
    max-height: 100000px;
    margin-top: 0;
    transition: all 1s;
}

.score-details-collapsed {
    max-height: 0;
    overflow: hidden;
}

.score-details {
    max-height: unset;
    transition: all 1s;
}

.collapsed-meters {
    max-height: 260px;
    overflow: hidden;
}

.d-none {
    display: none !important;
}

.data-privacy-message {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.29px;
    color: #333333;
    padding-left: 30px;
}

.data-privacy-message>a {
    opacity: 1;
    text-decoration: underline;
    color: #333333;
}

.data-privacy-message>a:hover {
    opacity: 1;
    text-decoration: underline;
    color: #333333;
}

.ukv-btn-large.ui.button {
    width: 48%;
}

.wellbeing-quiz-name {

    font-weight: 600;
}

.faq-column {
    padding: 0 10px !important;
}

.btn-link:hover {
    opacity: 1;
}

.landing-page-container {
    padding: 5.3em 14.6% 5.563em 24.1%;
    overflow: hidden;
}

@media screen and (max-width: 576px) {
    .landing-page-container {
        padding: 66px 30px 46px 30px;
    }
}

.no-opacity {
    opacity: 1;
    pointer-events: none;
    transition: 0.4s opacity;
}


.with-opacity {
    opacity: 0.4;
    transition: 0.4s opacity;
}

.ukv-imprint-section {
    margin-top: 1rem;
}

.mobile-screenshot-ukv-imprint {
    width: 451px;
    height: 190px;
    object-fit: contain;
    mix-blend-mode: multiply;
    position: absolute;
    padding: 0 !important;
    bottom: 0;
    left: 0;
}

.mobile-screenshot-medicus-imprint {
    width: 230px;
    height: 190px;
    object-fit: contain;
    mix-blend-mode: multiply;
    position: absolute;
    padding: 0 !important;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 340px) {
    .result-page.ui.container {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .slick-slider {
        margin: 0 0.4rem 0 0;
    }
}

.medicus-pilot-app-image-footer {
    width: auto;
    height: 250px;
    top: unset !important;
    left: 0 !important;
    bottom: -26px;
    margin-right: auto;
    border-radius: 30px;
}

.feedback-btn-computer {
    border-radius: 0 0 25px 25px;
    background-color: #ffffff;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: rotate(90deg);
    padding: 10px 20px !important;
    margin: 0 !important;
    cursor: pointer;
    z-index: 3;
}

.feedback-btn-computer span {
    font-family: OpenSans;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6d62d4;
    text-transform: uppercase;
}

.feedback-btn-mobile {
    height: 36px;
    border-radius: 25px;
    margin-left: 20px;
    border: solid 1px #282163;
    padding: 9px 18px 9px 17px;
    background: transparent;
}

.feedback-btn-mobile span {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #282163;
    text-transform: uppercase;
}

.question-footer .send-btn {
    position: absolute !important;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.question-footer .back-btn {
    position: absolute;
    top: 0;
    right: calc(50% - 115px);
}

.question-footer .skip-btn {
    position: absolute;
    top: 0;
    right: calc(50% + 55px);
}

.result-page-collapsed-footer-container {
    width: 100% !important;
    margin: auto;
    position: relative;
    max-width: 935px !important;
}

@media screen and (max-width: 870px) {
    .brand {
        display: block !important;
        width: 100%;
    }

    .white-divider {
        display: none;
    }

    .Wellbeing-Score {
        font-size: 19px;
    }

    .brand-sub-lg {
        display: none;
    }

    .brand-sub-sm {
        display: block;
    }

    .answer-info.scrollable-answer {
        min-height: unset;
    }

    .question-description .answer-info {
        margin-bottom: 10px;
    }

    .physical-score-intro {
        margin: 3%;
        width: 94%;
        padding: 15px;
    }
}

@media screen and (max-width: 587px) {
    .white-container.ui.container {
        margin-top: 40px;
    }
}

@media screen and (max-width: 576px) {
    .question-progress.ui.progress {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .question-card-container {
        min-height: auto !important;
    }

    .question-card {
        padding: 30px 20px;
    }

    .question-title,
    .profile-header {
        font-size: 18px;
    }

    .third-question-card,
    .second-question-card {
        display: none;
    }

    .brand,
    .mobile-menu-container {
        width: 50%;
        float: right;
    }

    #contextWrap {
        /* min-height: 100px; */
        /* height: auto; */
    }

    .result-page {
        margin-bottom: 20px;
    }

    /* .guidance-main{
        min-height: 750px;
    } */
    .wellbeing-copyrights {
        position: absolute !important;
        padding-top: 25px;
        bottom: 0px;
    }

    .wellbeing-landing-page.ui.grid .main-section {
        padding: 0;
    }
}

.see-more-btn-container,
.alternative-see-more {
    display: none;
}

.emoji-choice {
    min-width: unset;
}

@media screen and (max-width: 576px) {
    .hide-for-mobile {
        display: none !important;
    }

    .score-page-header {
        padding-bottom: 0 !important;
    }

    .medicus-form-container {
        padding-top: 0;
    }

    .faded-charts-half-height {
        height: 40px !important;
        bottom: 0 !important;
    }

    .faded-charts-lock {
        bottom: 0px !important;
    }

    .medicus-form-container {
        padding: 30px 13px 51px 13px;
    }

    .score-page.ui.grid>.score-section.row {
        padding-top: 0;
    }

    .meter-image.ui.image {
        width: 94px !important;
        height: 94px !important;
    }

    .speedometer-value {
        top: 24px !important;
    }

    .checkbox-container {
        padding: 0;
    }

    .result-page>.ui.container.m-0 {
        margin: 0 !important;
    }

    .result-page .ui.container.container-without-margin {
        margin: 0 !important;
    }

    .choice.very-dissatisfied {
        width: 60px;
        height: 60px;
    }

    .choice.dissatisfied {
        width: 70px;
        height: 70px;
    }

    .choice.neither-satisfied-nor-dissatisfied {
        width: 80px;
        height: 80px;
    }

    .choice.satisfied {
        width: 90px;
        height: 90px;
    }

    .choice.very-satisfied {
        width: 100px;
        height: 100px;
    }

    .question-body {
        max-height: 30vh;
        /* overflow-y: auto;
        overflow-x: hidden; */
    }

    .main-section .question-body {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .emoji-choice .circled-check-male {
        display: none;
    }

    .data-privacy-message {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: -0.25px;
        color: #333333;
        padding: 0;
    }

    .score-page-header {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: -0.33px;
        color: #333333;
    }

    .result-page {
        min-height: 75vh;
    }

    .yes-no-question {
        display: flex;
    }

    .yes-no-question .choice {
        width: 75px;
        height: 75px;
        min-width: auto;
    }

    .yes-no-question .choice-squared .circled-check-male {
        display: flex;
    }
}

.lingualReading-text-collapsed {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.31px;
    color: #333333;
}

.scenario4-link {
    text-decoration: underline;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6d62d4;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.percentage-meter-content {
    padding: 0 !important;
}

.ui.checkbox .box:before,
.ui.checkbox label:before {
    top: 4px !important;
}

.checkbox-container>.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after {
    top: 7px !important;
}

.ui.bottom.right.popup:before {
    right: 1em;
    left: auto;
}


.scrollPage .wellbeing-copyrights {
    position: relative !important;
}


.circle-container svg {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.chunks-section {
    padding-top: 0 !important;
}

.footer-score-page {
    margin-bottom: 0 !important;
}

@keyframes blink-loading-indicator-container {
    100% {
        background: rgba(40, 33, 99, 1);
    }

    50% {
        background: rgba(40, 33, 99, 0.5);
    }

    100% {
        background: rgba(40, 33, 99, 1);
    }
}

.loading-indicator-container {
    height: 27px;
    padding: 5px 16px;
    border-radius: 4px;
    background-color: #282163;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.53px;
    text-align: center;
    color: #ffffff;
    transition: background-color 0.4s;
    animation: blink-loading-indicator-container;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

.loading-indicator-container span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.loading-indicator-container span:nth-child(2) {
    animation-delay: .2s;
}

.loading-indicator-container span:nth-child(3) {
    animation-delay: .4s;
}

.scrollPage .wellbeing-copyrights {
    position: relative !important;
}

.scrollPage .result-page {
    margin-bottom: 30px !important;
}

.circle-container svg {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.ui.grid.footer-score-page {
    margin-bottom: 0 !important;
}

.showToggle {
    color: #236cf5;
    /* text-decoration: underline; */
    font-size: 14px;
    text-underline-offset: 3px;
    cursor: pointer;
    line-height: 1;
    height: 20px;
    transition: all 0.2s ease-in-out;
}

.showToggle:hover {
    color: #6793e7;
    transform: translateY(-2px);
}

.hidden {
    display: none;
    transition: all 800s;
}

.scroll-content {
    overflow-x: scroll;
    padding: 10px 0px;
}

.align-right {
    float: left;
}

.test-input {
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(109, 98, 212, 0.08);
    background-color: #f1f1f1 !important;
    margin: 0.5em;
    width: 200px;
    height: 40px;
    font-family: "openSans";
}

.test-input .ui .input {
    background-color: #f1f1f1 !important;
}

.modals {
    z-index: 9999 !important;
}

.disclaimer-section {
    padding: 30px 60px;
    font-size: 11px;
}