.start-menu-title {
  display: block;
  font-size: 3rem;
  font-family: 'Times New Roman', Times, serif;
  color: #007393; 
  font-style: italic;
}
#face_analyzer
{
  background-position: bottom;
  background-size: 200%;
}
#face_analyzer .start-menu-title
{
  font-size: 1.5rem;
}
.wardah-loader-text {
  display: block;
  font-size: 1.25rem;
  font-family: 'Times New Roman', Times, serif;
  color: #007393; 
  font-style: italic;
}
.wardah-loader-text img {
  max-height: 3rem;
  margin: 1rem auto;
}
.start-menu-content{
  height: 100%;
  padding: 0;
  align-items: center;
  align-content: center;

}
.start-menu{
  background-size: cover;
}
.start-menu-guide-wardah
{
  width: 200px;
  height: 50px;
  overflow: hidden;
  margin: 0 auto 2rem;
  background-color: white;
  -webkit-mask-image: url(../design/images/logo-wardah.webp);
  mask-image: url(../design/images/logo-wardah.webp);
  mask-repeat: no-repeat;
  mask-size: 130px;
  mask-position: 50%;
}
#question_extra .start-menu-guide-wardah
{
  background-color: #007393;
}
.edit-icon{
  width: 1.5rem;
  height: 1.5rem;
  background-color: #007393;
  -webkit-mask-image: url(../design/images/analyzer/edit.png);
  mask-image: url(../design/images/analyzer/edit.png);
  mask-repeat: no-repeat;
  mask-size: 1.5rem;
  mask-position: 50%;
  position: absolute;
  right: 0.6rem;
  top: 0.75rem;
  pointer-events: none;
}
#questionnaireButton{
  margin-bottom: 5rem;
  background-color: #2B748B;
  color: white;
}
.bottom-button{
  background-color: white;
  font-family: "Norms";
  font-weight: 500;
  color: #007393;
}
.bottom-button:disabled{
  background-color: #D9D9D9;
  color: white;
}
.start-button--pressed .bottom-button-container
{
  display: none;
}
.bottom-button-container.style-green
{
  background: url(../design/images/analyzer/skin_analyzer/bg.png);
  background-size: 200%;
  background-position: bottom left;
}
.bottom-button-container.style-green .bottom-button{
  /* background-color: #6BB7C4; */
  color: #007393;
  border: 1px solid transparent;
  background-color: white;
}
.start-button-fill {
  background-color: white;
}
.start-container-analyze-text{
  color: white;
}
.start-button--pressed .bottom-button-container.style-green .bottom-button{
  background-color: transparent;
}
.start-menu-subtitle--top{
  /* color: #007393; 
  text-transform: uppercase; 
  font-size: 0.8rem;
  padding: 0.6rem;
  border-radius: 0.25rem;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: inline-block; */
  margin: 2rem 0;
}
.start-menu-subtitle--top img {
  max-height: 2.5rem;
} 
.start-menu-subtitle--bottom{
  color: white;
  line-height: 0.8rem;
  font-size: 0.6rem;
  background: url(../design/images/analyzer/skin_analyzer/ribbon.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0;
  font-family: "Norms";
  height: 2rem;
  padding: 0.5rem;
}
.questionnaire-menu{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../design/images/analyzer/skin_analyzer/bg.png);
  background-size: 200%;
  background-position: center bottom;
  z-index: 5;
}
.questionnaire-item{
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100% - 10rem);
  padding: 2rem 2rem 0;
  display: flex;
  flex-direction: column;
  /* flex-direction: column-reverse; */
}
.questionnaire-query, .questionnaire-sub-query{
  color: #007393;
  text-align: center;
  font-size: 1.25rem;
  left: 0;
  right: 0;
  /* top: 2rem; */
  /* position: absolute; */
}

.questionnaire-query
{
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.5rem;
  font-style: italic;
}
#question_extra .questionnaire-query{
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 2rem;
}
.questionnaire-sub-query
{
  font-size: 0.75rem;
  margin: 1rem 0 ;
  /* top: 4rem; */
}
.questionnaire-guide{
  color: #007393 ;
  text-align: center;
  font-size: 0.8rem;
  top: 2rem;
  position: relative;
}

.questionnaire-block{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: calc(100%);
  margin-top: 1rem;
  gap: 1rem;
  position: relative;
  justify-content: center;
}
.questionnaire-block#genderSelect{
  height: 100%;
  justify-content: center;
  align-content: center;
  max-width: 10rem;
  margin: auto;
}
.questionnaire-block#genderSelect label{
  flex-basis: 100%;
  padding: 1rem 0;
  font-size: 0.6rem;
}
.questionnaire-block#ageSelect{
  height: 100%;
  height: auto;
  justify-content: center;
  align-content: center;
  max-width: 12rem;
  margin: auto;
}
#ageSelect.questionnaire-block label
{
  flex-basis: 100%;
}
.questionnaire-block input[type='checkbox'], .questionnaire-block input[type='radio'], .questionnaire-block input[type='button']
{
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.questionnaire-skin-result{
  margin-top: 2rem;
}
.questionnaire-block label{
  flex: 1 1;
  color: #007393;
  flex-basis: calc(50% - 2rem);
  padding: 1rem 2.5%;
  box-sizing: border-box;
  text-align: center;
  align-content: flex-end;
  position: relative;
  border-radius: 0.5rem;
  font-size: 0.6rem;
  background-color: white;
}
.questionnaire-block label:before{
  content: "";
  width: calc(100%);
  height: calc(100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem;
  /* border: 2px solid #70CACB00; */
  background-color: #00739300;
  transition: background-color 0.2s;
  z-index: 2;
}
#skinConcern.questionnaire-block input:checked + label::before, #skinType.questionnaire-block input:checked + label::before{
  background-color: #00739370;
}

.questionnaire-block input:checked+ label::before{
  background-color: #007393;
}
#skinConcern.questionnaire-block input:checked + label::after, #skinType.questionnaire-block input:checked + label::after{
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url(../design/images/analyzer/top-right.png);
  mask-image: url(../design/images/analyzer/top-right.png);
  mask-repeat: no-repeat;
  mask-position: 50%;
  mask-size: 100%;
  margin: auto;
  background-color: white;
  content: "";
  top: 0.3rem;
  right: 0.3rem;
  position: absolute;
  z-index: 3;
}

#geoLocation{
  flex-direction: column;
  padding-top: 3rem;
}
#geoLocation input, #ageSelect input{
  flex: 1;
  border: 0 solid #00000055;
  border-radius: 0.5rem;
  /* line-height: 1.5rem; */
  text-align: center;
  padding: 1rem 2.5%;
  color: #007393;
  width: 100%;
  font-family: "Norms";
  font-size: 0.8rem;
}
#ageSelect input{
  flex: initial
}
#ageSelect input[name="user_phone"]
{
  padding-left: 1rem;
}
#geoLocation input:active, #geoLocation input:focus, #ageSelect input:active, #ageSelect input:focus{
  background: #007393;
  color: white;
}
#ageSelect input:active::placeholder, #ageSelect input:focus::placeholder{
  color: white;
}
#ageSelect input[name='user_phone'] ~ div{
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translate(0, -50%);
  color: #007393;
  font-size: 0.75rem;
  background-color: white;
  height: calc(100% - 2px);
  width: 2rem;
  align-content: center;
  text-align: center;
  border-radius: 0.5rem 0 0 0.5rem;
}
#geoLocation input:focus ~ .edit-icon{
  background-color: white;
}

.weather-data{
  /* flex: 1; */
  padding-top: 2rem;
  display: flex;
  position: relative;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 1rem;
}
.weather-data-item{
  flex: 1 1;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  /* height: 100%; */
  padding: 1rem 2.5%;
  justify-content: center;
  align-content: center;
  /* max-width: 10rem; */
  /* margin: auto; */
  flex-basis: 100%;
  background: white;
  border-radius: 0.5rem;
  text-align: center;
}
.weather-data-item-key{
  /* position: absolute; */
  /* width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
  color: #007393;
  font-size: 0.6rem;
}
#question_5{
  flex-direction: column;

}
#question_5 .questionnaire-query{
  position: relative;
}

#skinType.questionnaire-block label
{
  color: white;
  overflow: hidden;
  border-radius: 0.5rem;
}
#skinType.questionnaire-block label img
{
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#skinType.questionnaire-block label .fill
{
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#skinType.questionnaire-block label
{
  text-align: right;
  align-items: end;
}
#skinType.questionnaire-block label p, #skinConcern.questionnaire-block label p {
  margin: 0;
  font-size: 1rem;
  z-index: 2;
  font-family: "Norms";
  font-weight: 500;
  position: relative;
  bottom: initial; 
  left: initial;
  right: initial;
}
#skinConcern.questionnaire-block label p{
  font-size: 0.8rem;
}
#skinType.questionnaire-block label small, #skinConcern.questionnaire-block label small {
  margin: 0;
  font-size: 0.6rem;
  z-index: 2;
  position: relative;
  font-family: "Norms";
  font-weight: 500;
}

.status-tab {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
  padding: 1.5rem;
}
.status-tab-item{
  flex: 1;
  border: 1px solid #C2C2C296;
  border-radius: 0.5rem;
  padding: 0.5rem;
  white-space: nowrap;
  color: #007393;
  font-weight: 500;
  font-family: 'Norms';
  background-color: #ffffff30;
  font-size: 0.8rem;
}
.status-tab-item.status-tab-item--active
{
  background-color: #007393;
  color: white;
}

.status-subtab-items{
  flex-direction: row;
  flex-wrap: wrap;
  display: none;
  color: #007393;
}
.status-subtab-items.status-subtab-items--active
{
  display: flex;
}
.status-subtab-item{
  flex: 1;
  padding: 0.6rem;
  position: relative;
  border: none;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  flex-basis: 30%;
  color: #007393;
  appearance: none;
  font-size: 0.8rem;
  background-color: transparent;
}
.status-subtab-item p
{
  margin: 0;
  display: block;
  color: inherit;
  z-index: 2;
  position: relative;
}
.status-subtab-item.status-subtab-item--active{
  background-color: #268891;
  color: white;
}
.status-subtab-item--active::before, .status-subtab-item--active::after, .status-box-title::before, .status-box-title::after{
  content: "";
  position: absolute;
  width: 2rem;
  height: calc(100%);
  left: 0;
  top: 0;
  background: linear-gradient(270deg, #268891,#ffffff50);
  z-index: 1;
}
.status-subtab-item--active::after, .status-box-title::after{
  left: initial;
  right: 0;
  transform: rotate(180deg);
}
.status-box-title
{
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 1rem;
  margin: 0 0 1rem;
  color: white;
  background-color: #268891;
  box-sizing: border-box;
}

.status-box > p
{
  font-size: .8em;
  text-align: center;
  font-weight: 700;
}
.status-container.show-status .status-box{
  overflow: auto;
}
.status-container.show-status{
  padding-bottom: 8rem;
}
.status-detail button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  appearance: none;
  outline: none;
  border: 0px solid;
  background-color: transparent;
}
.status-box-par, .status-box-fit{
  color: #007393;
  padding: 1rem 1.5rem;
  font-family: "Norms";
  font-weight: 400;
  font-size: 0.8rem;
}
.status-box-fit{
  color: #007393;
  padding: 1rem 1rem;
  border: 1px solid #ffffff;
  border-radius: 0.5rem;
  background-color: #ffffff30;
  margin: 0 1rem;
}

.status-filled-data{
  display: none;
}
.status-filled-data.status-filled-data--active{
  display: block;
}

.status-cta-container .bottom-button-container
{
  position: relative;
}

.status-main-data-container{
  padding: 1rem;
}
.status-main-data{
  padding: 1rem;
  border: 1px solid #ffffff;
  background: #ffffff30;
  border-radius: 0.5rem;
  font-family: "Norms";
  position: relative;
}
.status-main--age-container{
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 4rem;
  border-radius: 50%;
  background: red;
  width: 4rem;
  background: #ffffff30;
  text-align: center;
  border: 1px solid white;
  color: #007393;
  z-index: 2;
}
.status-main--age{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.6rem;
  font-weight: 700;
  font-style: italic;
}
.status-main--age p {
  margin: 0;
  font-size: 2.25rem;
  line-height: 2rem;
  font-style: initial;
}
.status-main-photos{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.status-photo{
  flex: 1;
}
.status-photo img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
}
.status-data-user-detail{
  display: flex;
  position: relative;
  line-height: 1rem;
  align-items: start;
  color: #007393;
  margin-top: 1rem;
  font-size: 1.25rem;
  place-items: center;
}
.status-data-user-name
{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 45%;
  padding-right: 0.5rem;
  position: relative;
  line-height: 2rem;
  box-sizing: border-box;
}
.status-data-user-name::after {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(#00739300, #007393, #00739300);
}
.status-data-user-age
{
  display: inline-block;
  width: 20%;
  position: relative;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.status-data-user-download-diary
{
  white-space: nowrap;
  width: 20%;
  appearance: none;
  border: 0;
  background: none;
  flex: 1;
}
.status-data-user-download-diary img 
{
  max-width: 100%;
  height: 100%;
}
.status-data-user-complement
{
  display: flex;
  color: #007393;
  font-size: 0.6rem;
  margin:0.5rem 0 1rem;
}
.status-data-user--phone
{
  width: 45%;
}
.status-data-user--phone, .status-data-user--datetime
{    
  position: relative;
  font-size: 0.75rem;
  height: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
.status-data-user--datetime
{
  padding: 0 0.5rem;
  padding-left: 2rem;
}
.status-data-user--phone::before, .status-data-user--datetime::before
{
  content: "";
  position: absolute;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.1rem;
}
.status-data-user--phone::before, .status-data-user--datetime::before
{
  background: url(../design/images/analyzer/skin_analyzer/phone.png);
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: center;
}
.status-data-user--datetime::before{
  left: 0.9rem;
  background: url(../design/images/analyzer/skin_analyzer/date.png);
  background-repeat: no-repeat;
  background-size: 0.8rem;
  background-position: center;
}
.status-data-user--phone::after {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(#00739300, #007393, #00739300);
}
.status-data-user-skin-details::before
{
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #00739300, #007393, #00739300);
}
.status-data-user-skin-details
{
  position: relative;
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}
.status-data-user-skin{
  border-radius: 0.5rem;
  background-color: #ffffff30;
  border: 1px solid #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.status-data-user-skin-title, .status-data-user-skin-type{
  text-align: center;
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  white-space: nowrap;
}

.status-data-user-skin-title{
  color: #007393;
}
.status-data-user-skin-type{
  color: white;
  font-weight: 700;
  font-style: italic;
  padding: 0.5rem;
  background: #007393;
  border-radius: 0.5rem;
  text-transform: capitalize;
  box-sizing: border-box;
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  place-items: center;
}
.view-three-d
{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.button-three-d {
  position: absolute;
  padding: 0.5rem 1rem;
  background-color: #6BB7C4;
  border-radius: 2rem;
  font-size: 0.6rem;
  color: white;
  z-index: 8;
  border: 0px solid transparent;
  bottom: 8rem;
  right: 1rem;
}
.popup-3d{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: none;
  background-color: rgba(0,0,0,.3);
}
.image-popup-3d{
  margin: auto;
  width: 80%;
  max-width: 30rem;
  position: relative;
  display: block;
  border-radius: 1rem;
  aspect-ratio: 1 / 1;
  top: 4rem;
}
.status-cta-container{
  position: relative;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  pointer-events: none;
}
.status-container.show-status .bottom-button-container button{
  pointer-events: initial;
  background-color: white;
  color: #007393;
}
.status-container .status-box{
  z-index: 2;
}
.status-container{
  overflow: auto;
  background: url(../design/images/analyzer/skin_analyzer/bg.png);
  background-size: cover;
  bottom: initial;
  position: absolute;
}
.status-container .status-box{
  display: block;
  position: relative;
  bottom: 0;
  opacity: 1;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 0 1rem;
  border-radius: 0 0;
  background-color: transparent;
  color: #000;
  transition: 0.5s;
  margin: 0;
}

.item-product-recommendation-container
{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: auto;
  margin: 1rem;
  gap: 0.5rem;
  align-items: start;
  align-content: center;
}
.item-product {
  position: relative;
  flex: 1;
  flex-basis: 40%;
  flex-shrink: 0;
  max-width: 40%;
  display: flex;
}
.item-product img{
  width: 100%;
  height: 5rem;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.item-product a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.item-product p {
  margin-top: 3rem;
  padding: 3rem 1rem 0;
  text-align: center;
  color: #007393;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  font-size: 0.75rem;
  word-break: break-word;
  z-index: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 8rem;
  margin-bottom: 0;
  box-sizing: border-box;
}
.item--template {
  display: none;
}
.start-menu {
  background: url(../design/images/analyzer/skin_analyzer/bg.png);
  background-size: cover;
}

.wardah-loader {
  width: 140px;
  height: 20px;
  -webkit-mask-image: url(../design/images/logo-wardah.webp);
  mask-image: url(../design/images/logo-wardah.webp);
  mask-repeat: no-repeat;
  mask-position: 50%;
  mask-size: auto 20px;
  margin: auto;
  background-color: #2B748B;
}
.status-bar
{
  height: 0.5rem;
  max-height: 12px;
  border-radius: 1rem;
  background-color: transparent;
}
.container.container--scrollable
{
  overflow: auto;
}

.container
{
  max-width: 640px;
}

.loader, .start-menu
{
  max-width: 640px;
  left: 50%;
  transform: translate(-50%, 0)
}

.bottom-button-container, .questionnaire-menu
{
  max-width: 640px;
  box-sizing: border-box;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
#skinType.questionnaire-block label
{
  max-width: initial;
}
#skinConcern.questionnaire-block label
{
  max-width: 45%;
}

.colour-bar
{
  width: 100%;
  height: 0.5rem;
  background: linear-gradient(90deg,
  /* Type VI */
  rgb(78, 41, 32) 0%, 
  rgb(78, 41, 32) 16.6%,
  rgb(146, 86, 58) 16.6%, 
  rgb(146, 86, 58) 33.33%, 
  rgb(192, 117, 69) 33.33%, 
  rgb(192, 117, 69) 50%, 
  rgb(206, 147, 90) 50%, 
  rgb(206, 147, 90) 66.66%, 
  rgb(222, 173, 109) 66.66%,
  rgb(222, 173, 109) 83.33%, 
  rgb(246, 207, 183) 83.33%,
  rgb(246, 207, 183) 100%
  /* Type I */
  );
  /* background: linear-gradient(90deg,
  rgb(134, 90, 72) 0%,
  rgb(134, 90, 72) 20%,
  rgb(234, 192, 134) 20%, 
  rgb(234, 192, 134) 40%, 
  rgb(255, 211, 151) 40%, 
  rgb(255, 211, 151) 60%, 
  rgb(255, 221, 175) 60%, 
  rgb(255, 221, 175) 80%, 
  rgb(255, 236, 210) 80%,
  rgb(255, 236, 210) 100%); */
  border-radius: 1rem;
  border: 1px solid #6BB7C4;
}

.colour-bar::before{
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(90deg, #6BB7C4 1px, transparent 1px);
  background-size: calc(16.6% + 0.2px);
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
  height: 0.5rem;
  background-position: -1px;
}
.colour-names
{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 1rem 0 0;
  margin: 0;
}
.colour-names li {
  flex: 1;
  flex-basis: 20%;
  max-width: 20%;
  text-align: center;
  list-style: none;
  font-size: 0.5rem;
  padding: 0.25rem 0;
}
.colour-selector
{
  width: calc(6% + 2px);
  padding-bottom: 6%;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  top: 50%;
  border: 1px solid #6BB7C4;
  transform: translate(0, -50%);
}
@media(min-width:600px){
  html, body
  {
    font-size: 24px;
  }
}
@media(max-width: 480px){
  .start-menu #questionnaireButton{
    margin-bottom: 0;
  }
}

.params-container{
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: visible;
  margin-top: -2rem;
}
.params-outer-fill
{
  width: 80%;
  height: 160%;
  position: absolute;
  left: 50%;
  top: 20%;
  background: conic-gradient(from -90deg at 50% 50%, 
  #6BB7C4 0deg, 
  #6BB7C4 45deg, 
  #A3E984 45deg, 
  #A3E984 90deg, 
  #FFFF32 90deg, 
  #FFFF32 135deg,
  #C46B6C 135deg, 
  #C46B6C 180deg, 
  transparent 180deg);
  border-radius: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.params-inner-fill{
  width: 60%;
  height: 120%;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
  top: 40%;
  transform: translate(-50%, 0) rotate(-72deg);
}
.params-inner-fill p {
  text-align: center;
  bottom: 50%;
  position: relative;
  margin: 0;
  font-size: 3rem;
  position: absolute;
  transform: translate(0, calc(50% - 3rem));
  width: 100%;
  line-height: 3rem;
  z-index: 2;
}
.params-arrow{    
  width: 30%;
  height: 50%;
  background: url(../design/images/analyzer/raindrop.png);
  background-size: 100% 200%;
  background-repeat: no-repeat;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 100%;
}
.params-arrow::before,.params-arrow::after{
  position: absolute;
  height: 100%;
  width: 2rem;
  content: "";
  transform-origin: 50% 100%;
  transform: rotate(90deg);
  display: none;
}
.params-arrow::before{
  position: absolute;
  height: 100%;
  width: 1rem;
  content: "";
  transform-origin: 50% 100%;
  transform: translate(-50%) rotate(-90deg);
  background-color: white;
  bottom: 1rem;
  border: 1px solid #007393;
  left: 50%;
  border-radius: 100% 100% 0 0;
}
.params-arrow::after{
  width: calc(1rem + 1px);
  height: calc(1rem + 1px);
  transform-origin: 50% 50%;
  left: 50%;
  transform: translate(-50%) rotate(-135deg);
  border-bottom: 1px solid #007393;
  border-left: 1px solid #007393;
  border-radius: 50%;
  border-top: 0;
  border-right: 0;
  bottom: calc(0.5rem - 1px);
}


#question_extra
{
  width: 100%;
  height: 100%;
  background: url(../design/images/analyzer/skin_analyzer/bg.png);
  background-size: 200%;
  background-position: bottom center;
  z-index: 3;
  padding: 2rem 2rem 0;
}

#question_extra .questionnaire-block{
  flex-wrap: initial;
  flex-direction: column;
  height: initial;
}
.questionnaire-item-extra {
  padding-bottom: 7rem;
}
#question_extra .bottom-button-container{
  display: flex;
  flex-direction: column;
}
#question_extra .bottom-button{
  /* flex-direction: column; */
  /* flex-wrap: nowrap; */
  flex: 1;
  margin: 2%;
  padding: 1rem 0;
  width: auto;
}
#question_extra .questionnaire-block label
{
  flex-basis: 100%;
  align-content: center;
  text-align: left;
  background-color: white;
  border-radius: 0.5rem;
  font-size: 0.6rem;
  padding: 1rem;
}
.questionnaire-block label p{
  position: relative;
  z-index: 2;
  margin: 0;
}
/* .questionnaire-block input:checked+ label, #question_extra .questionnaire-block input:checked+ label{
  color: white;
} */
#questionExtraBack, #questionBackButton{
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.questionnaire-skin-photo{
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  margin: 1.25rem auto 0;
  border-radius: 1rem;
  padding-bottom: 0.8rem;
  background-color: #268891;
}
.questionnaire-skin-photo img{
  width: 100%;
  min-width: 100%;
  height: 100%;
  border-radius: 0 0 1rem 1rem;
  object-fit: cover;
}
.questionnaire-skin-type, .questionnaire-skin-desc{
  font-size: 1.5rem;
  color: #007393;
  padding: 2rem 0.5rem 0;
  text-align: center;
}
.questionnaire-skin-desc {
  margin: 1rem -2rem;
  padding: 0.6rem 1rem;
  background: url(../design/images/analyzer/skin_analyzer/ribbon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  /* background: linear-gradient(90deg, #26889100, #268891 10%, #268891 90%, #26889100); */
  color: white;
  font-size: 0.65rem;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#extra_6 .questionnaire-block
{
  display: block;
}

/* #skinConcern.questionnaire-block{
  height: auto;
  margin: 2rem -2rem;
}
#skinConcern.questionnaire-block label
{
  font-size: 0.6rem;
  padding: 1rem 0;
  overflow: hidden;
  align-content: center;
  background-color: white;
} */

.weather-input {
  position: relative;
  /* padding-bottom: 1rem; */
  z-index: 2;
  display: flex;
}
.city-autocompleter {
  position: absolute;
  /* bottom: 0; */
  right: 0;
  left: 0;
  top: 3rem;
  padding: 0.5rem;
  border-radius:  0 0 0.5rem 0.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  background: white;
  box-shadow: 0 10px 10px #00739370;
}
.city-autocompleter-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.25rem;
  text-align: center;
  border: 1px solid #007393;
  background: transparent;
  margin: 0.5rem 0;
  border-radius: 0.5rem;
  line-height: 1.5rem;
  color: #007393;
}
.city-autocompleter.fade{
  opacity: 1;
  pointer-events: initial;
}
.city-autocompleter-item.hidden{
  display: none;
}

.start-menu{
  transition: 0s;
}
.start-menu.fade{
  transition: .5s;
  opacity: 0;
}
.start-menu-guide-selfie {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: initial;
  width: 80%;
  height: auto;
  gap: 1rem 0.5rem;
  margin: 2rem auto;
  max-width: 320px;
  flex-direction: row;
}
.start-menu-guide-selfie .guide-item {
  width: 100%;
  height: 100%;
  max-height: 8rem;
  flex-basis: calc(50% - 0.5rem);
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0.5rem 2rem;
  border-radius: 0;
  box-sizing: border-box;
}
.guide-item p {
  position: relative;
  left: 0;
  right: 0;
  color: #007393;
  font-size: 0.6rem;
  text-align: center;
  margin: 0;
}
.start-menu-guide-selfie img {
  position: relative;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 0.5rem;
}
.start-menu-title, .start-menu-option
{
  color: #007393;
}
.start-menu-title img {
  max-height: 6rem;
}
.start-menu-option
{
  display: block;
  font-weight: 500;
  line-height: 1.2rem;
  padding: 0 0 1rem 3rem;
}
.start-menu-option a {
  color: #007393;
  border-bottom: 1px solid #007393;
}
#privacy_agree_chk{
  display: none;
}
#privacy_agree_chk + label::before, #privacy_agree_chk + label::after{
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  background-color: white;
  border-radius: 4px;
  left: 0.2rem;
  top: 0.2rem;
  transition: 0.2s;
  box-shadow: inset 0 4px 4px #00739370;;
}
.start-menu-option{
  max-width: 320px;
  margin: auto;
}

#privacy_agree_chk + label::after{
  opacity: 0;
  border: 3px solid #347171;
  height: 8px;
  border-top: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  transform: rotate(-45deg);
  box-sizing: border-box;
  top: 0.2rem;
  left: 0.2rem;
}
#privacy_agree_chk:checked + label::after
{
  opacity: 1;
}
.loader{
  background: url(../design/images/analyzer/skin_analyzer/bg.png);
  background-size: cover;
  background-position: bottom center;
}

.guidance-text
{
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 9rem;
  font-size: 1.05rem;
  font-weight: 700;
  width: 100vw;
  text-align: center;
}

.result-logo-container
{
  height: 3rem;
  margin-bottom: 1rem;
  align-items: center;
  align-content: center;
  position: relative;
  padding: 2rem 2rem 0;
}
.result-logo-title img {
  max-height: 3.5rem;
}
.result-logo-wardah
{
  height: 20px;
  overflow: hidden;
  margin: 0 auto 2rem;
  background-color: #2B748B;
  -webkit-mask-image: url(../design/images/logo-wardah.webp);
  mask-image: url(../design/images/logo-wardah.webp);
  mask-repeat: no-repeat;
  mask-size: 100%;
  mask-position: 50% 50%;
  position: absolute;
  right: 2rem;
  width: 100px;
  top: 50%;
  transform: translate(0, 0%);
  margin: 0 !important;
}

.status-filled-facial
{
  position: relative;
  margin: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #007393;
  box-sizing: border-box;
}
.status-filled-comparer
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.comparer-img {
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  overflow: hidden;
  position: absolute;
}
.comparer-img img {
  height: 100%;
  width: auto!important;
}
.status-filled-facial img{
  width: 100%;
  border-radius: 0.5rem;
  box-sizing: border-box;
  padding: 0.2rem;
}
.status-filled-box
{
  border-radius: 1rem;
  margin: 1rem;
  overflow: hidden;
}
.status-filled-box-title
{
  padding: 1rem;
  text-align: center;
  text-transform: capitalize;
  background-color: #007393;
  color: white;
}
.status-filled-box-content{
  padding: 1rem;
  box-sizing: border-box;
  background-color: white;
}
.status-bar-slider {
  z-index: 9;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 3rem;
}

.status-viewer
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.status-viewer-bg
{
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.status-viewer-container {
  position: absolute;
  max-width: 80vw;
  max-height: 60vh;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  margin-top: -3rem;
}
.status-viewer-item
{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.status-viewer-item img{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.status-viewer-back img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.status-viewer-back
{
  position: absolute;
  top: -3rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border-width: 0;
  appearance: none;
  box-sizing: border-box;
  padding: 0;
  background: none;
}
.status-viewer-nav{
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  height: 2.5rem;
  right: 1rem;
  text-align: center;
}
.status-viewer-nav--prev, .status-viewer-nav--next{
  width: 2.5rem;
  height: 2.5rem;
  appearance: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0 0.25rem;
  background-color: transparent;
}
.status-viewer-nav--prev img, .status-viewer-nav--next img{
  width: 100%;
  height: 100%;
}
.status-viewer-nav--prev img{
  transform: rotate(180deg);
}
.status-helper-container
{
  position: absolute;
  left: 0;
  right: 0;
  bottom : 2rem;
  padding: 1rem;
  background: white;
  border-radius: 1rem;
}
.status-helper{
  display: flex;
  padding-bottom: 3rem;
}
.status-helper-1, .status-helper-2
{
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 0.7rem;
}
.status-helper-color{
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 50%;
  margin-left: -0.75rem;
  top: 1rem;
  border-radius: 50%;
}
.status-helper-guidance
{
  font-size: 0.75rem;
}
.profile-warning
{
  display: none;
  color: #ff00008c;
  bottom: -2rem;
  position: absolute;
  font-size: 0.75rem;
}

.loading-failed-error
{
  display: none;
  font-size: 0.6rem;
  font-weight: 700;
  color: #ff00008c;
  word-break: break-word;
  width: 80%;
  max-width: 440px;
  margin: auto;
}

/* Handle  wider screen but not mobile size*/
@media (max-height: 880px) and (min-width: 640px){
  html, body{
    font-size: 16px;
    overflow-y: scroll;
  }

  .questionnaire-menu, .loader, .start-menu
  {
    position: absolute;
    min-height: 600px;
  }
  .start-menu
  {
    min-height: 600px;
  }

}