/* APP CUSTOMIZATIONS FROM DEFAULT CLASSES */
.page__background {
    background: #FFECEF;
    background: -webkit-linear-gradient(to bottom, #FFF9FA, #FFECEF); 
    background: linear-gradient(to bottom, #FFF9FA, #FFECEF);
    padding: 30px;
}

/* PAGE BACKGROUNDS */
.onboarding1_background1{
    background-image: url('../img/Onboarding-screen1.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.onboarding1_background2{
    background-image: url('../img/Onboarding-screen2.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.onboarding1_background3{
    background-image: url('../img/Onboarding-screen3.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.signup-bg .page__background{
    /* background-image: url('../img/AppBg.png');
    background-size: cover;
    background-position: center; */
    background: #fff !important;
    height: 100vh;
}
.white-bg .page__background{
    background: #fff !important;
    height: 100vh;
}

.homescreen-bg .page__background{
    background-image: url('../img/AppBg.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
}


/* EXTRA CLASSES */


.carousel-nav-wrapper{
    display: flex; 
    justify-content: space-between;
}
.app-circle-button {
    background-color: #FF5069;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 30px;
}
.app-circle-button img {
    height:20px;
}
ons-input.app {
    width: 85%;
    display: inline-block;
}

ons-input.app .text-input {
    background-color: #fff;
    border-radius: 50px;
    margin-bottom: 10px;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    border: 1px solid #D0D0D0;
    border: 1px solid #e5dadd;
    padding-left: 20px;
    height: 40px;
}


ons-input.app .text-input:focus,
ons-input.app .text-input:hover {
    border: 1px solid #FE506B;
}


ons-input.app2,
ons-select.app2 {
    width: 100%;
    display: inline-block;
}

ons-input.app2 .text-input,
ons-select.app2 .select-input {
    background-color: #fff;
    border-radius: 50px;
    margin-bottom: 10px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    border: 1px solid #D0D0D0;
    border: 1px solid #e5dadd;
    padding-left: 20px;
    height: 40px;
}



ons-input.app2 .text-input:focus,
ons-input.app2 .text-input:hover,
ons-select.app2 .select-input:focus,
ons-select.app2 .select-input:hover {
    border: 1px solid #FE506B;
}

.mt-1 {
    margin-top:10px !important;
}

.mt-2 {
    margin-top:20px !important;
}
.mb-1 {
    margin-bottom:10px !important;
}
.mb-2 {
    margin-bottom:20px !important;
}



.app-submit {
    background-color: #FE506B;
    border-radius: 50px;
    width: 85%;
    height: 45px;
    line-height: 38px;
    text-transform: uppercase;
}

.app-submit2 {
    background-color: #FE506B;
    border-radius: 50px;
    width: 100%;
    height: 45px;
    line-height: 38px;
    text-transform: uppercase;
}

.app-submit3 {
    background-color: transparent;
    border: 1px solid #FE506B;
    color: #FE506B;
    border-radius: 50px;
    width: 100%;
    height: 45px;
    line-height: 38px;
    text-transform: uppercase;
}

.app-submit4 {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 45px;
    line-height: 38px;
    text-transform: uppercase;
}

.app-submit5 {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 45px;
    line-height: 38px;
    text-transform: uppercase;
}

.app-submit6 {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    height: 40px;
    line-height: 38px;
    text-transform: capitalize;
    padding:0px 15px;
}

.forgot-password {
    color: #333;
    margin-bottom: 15px;
    text-align: right;
    margin-top: -10px;
    padding-right: 7%;
}

.forgot-password .button--quiet {
    font-size: 14px;
}

.button--quiet {
    background: 0 0;
    color: #333;
    border: none;
}

.shout {
    color: #FE506B;
}

.alt-action-textarea {
    font-size: 14px;
    color: #868080;
}

.alt-action-textarea .button--quiet {
    font-size: 14px;
    color: #FE506B;
    padding-top: 1px;
    padding-left: 0px;
    font-weight: bold;
}

.left-align {
    text-align: left;
}

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

.right-align {
    text-align: right;
}

.mb-1 {
    margin-bottom: 10px;
}

.app-intro-header-area {
    padding-left: 0%;
    margin-bottom: 20px;
}

.app-intro-header-area h3 {
    font-weight: 700;
    font-size: 26px;
    margin-top: 15px;
}
.app-intro-header-area p {
    margin-top: -5px;
}

.move-to-bottom {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
}


.onboard-intro-header-area {
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 17px;
    color: #fff;
    position: absolute;
    bottom: 13%;
}

.onboard-intro-header-area h3 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 0px;
    text-transform: capitalize;
}
.onboard-intro-header-area p {
    margin-top: -5px;
    margin-bottom: 13%;
    font-size: 1.2rem;
}

.flat-dot {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-top: 36px;
}

.flat-dot .dot-item {
    width: 8px;
    height: 8px;
    background-color: #fff;
    display: inline-block;
    margin-right: 7px;
    border-radius: 50%;
}

.flat-dot .active{
    background-color: #FE506B;
    width: 15px;
    border-radius: 5px;
}

.spread {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.app-logo {
    height: 124px;
}

.bottom-alt-action-textarea {
    font-size: 12px;
    padding: 0px 7%;
    text-align: center;
    line-height: 5px;
    /* margin-top: 30%; */
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
}

.bottom-alt-action-textarea .button--quiet {
    font-size: 12px;
    color: #FE506B;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: bold;
}

.back-button__icon {
    fill: #FE506B;
    /*
    padding-top: 19px;
    padding-left: 14px; */
}

body {
    background-color: #FEF8F9 !important;
}

.toolbar {
    background-color: transparent;
}

.toolbar-button {
    color:#FE506B;
}

:checked+.tabbar__button {
    color:#FE506B;
}

.user-icon {
    height: 55px;
    margin-right: 10px;
    margin-top: 13px;
    width: 55px;
    border-radius: 50%;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
    overflow: hidden;
}

.toolbar {
    height: 80px;
}

.nav-icon-user {
    font-size: 32px;
    margin-top: 16px;
    margin-left: 7px;
}

.tab-logo {
    margin-left: 17px;
    margin-top: 10px;
    height: 35px;
}

.space-top {
    margin-top:50px;
}

.firstname {
    text-transform: initial;
}

.body-scan-area {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 40px;
}

.body-scan-area h3 {
    font-weight: 700;
    font-size: 26px;
    margin-top: 15px;
}
.body-scan-area p {
    margin-top: 5px;
}


.app-flow-area {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 40px;
}

.app-flow-area h3 {
    font-weight: 700;
    font-size: 26px;
    margin-top: 15px;
}
.app-flow-area p {
    margin-top: 5px;
}

.app-btn {
    background-color: #FE506B;
    border-radius: 50px;
    width: 100%;
    height: 45px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}

.app-btn-stop {
    background-color: orange;
    color: #000;
    border-radius: 50px;
    width: 100%;
    height: 45px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}


.measurement-title {
    display: block;
    font-weight: 700;
}

.measurement-date {
    display: block;
    font-size: 13px;
}


/* ANDROID AREAS */
.text-input--material__label {
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-weight: var(--material-font-weight);
    color: #afafaf;
    color: var(--material-text-input-inactive-color);
    position: absolute;
    left: 19px;
    top: 11px;
    font-size: 20px;
    pointer-events: none;
}

.text-input--material,
.text-input--material:focus {
    background-image:none;
}

.button--material--flat { 
    color: #333;
    text-transform: capitalize;
}

.alt-action-textarea .button--material--flat {
    padding: 1px 0;
    color: #FE506B;
    font-weight:bold;
    line-height: 33px;
}

.bottom-alt-action-textarea .button--material--flat {
    padding: 0 2px;
    color: #FE506B;
    font-weight: bold;
    line-height: 33px;
}

.tabbar--material__border {
    height: 2px;
    background-color: #fa506c;
}

.button--material {
    padding: 3px 16px;
}

.tabbar--material__button { 
    color: #999999;
}


.onboard-pic1 {
    text-align: center; 
    font-size: 30px; 
    margin-top: -20px; 
    color: #fff;
}

.onboard-pic1 img { 
    height: 280px;
}


.onboard-pic2 {
    text-align: center; 
    font-size: 30px; 
    margin-top: -20px; 
    color: #fff;
}

.onboard-pic2 img { 
    height: 280px;
}

.onboard-pic3 {
    text-align: center; 
    font-size: 30px; 
    margin-top: -30px; 
    color: #fff;
}

.onboard-pic3 img { 
    height: 270px;
}

.activeGender {
    border: 2px solid #FE506B;
    border-radius: 10px;
    background-color: #FFECEF;
}

.genderBox {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

.genderBox img {
    height: 220px;

}

/* .list--material {
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-weight: var(--material-font-weight);
    background-image: none;
    background-color: #fff;
    background-color: transparent;
} */

.toolbar.toolbar--material+.page__background+.page__content {
    top: 56px;
    top: 60px;
    padding-top: 0;
}

.toolbar--material__center { 
    text-align: center;
    margin-top: 13px;
}

.toolbar__title {
    margin-top: 0px;
}

/* BODY SCAN */

#chosenGenderImg {
    width: 100%;
}
.cam-area {
    width: 100%;
    height: 80vh;
    background-color: #fbe3e7;
    background-color: #e7dfd7;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute; top: 0; left: 0; z-index: 0;
    max-width: 100%;

    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

canvas {
    height: 100%;
    width: 100%;
    position: absolute; top: 0; left: 0; z-index: 1;
    max-width: 100%;
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #FA506B;
    animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}
@keyframes lds-grid {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
}

#preloader {
    position: absolute;
    top: 34%;
    left: 35%;
    display: none;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: sans-serif, Verdana;
    text-align: center;
}

#measurementsBox {
    position: absolute;
    top: 0;
    left: 0;
}

.countdownBox {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    height: 100px;
    top: 30%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-family: sans-serif;
    color: #fff;
}

.silhouette {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    display: flex;
    justify-content: center;
    z-index: 10;
    align-items: center;
    visibility: hidden;
}

.silhouette img {
    height: 80%;
}

#scanningMessage {
    padding: 20px;
    font-size: 15px;
    text-align: center;
    width: 55px;
    height: 55px;
    visibility: hidden;
    z-index: 12;
    position: absolute;
    left: 10px;
    top: 19px;
    border-radius: 50%;
    text-align: center;
}

.center-align {
    text-align: center;
    width: 100%;
}

.lead-page-title {
    font-weight: 700 !important;
    font-size: 26px !important ;
    margin-top: 15px;
}

.no-top-margin {
    margin-top: 0px;
}

.white-text{
    color: #fff;
}

.addMeasurementsButton {
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: 90%;
}

#greenBox {
    position: absolute;
    border: 3px solid #31D72E;
    box-sizing: border-box;
    display: none;
}
.height-area {
    position: absolute;
    top:20px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 10px;
    text-align: center;
    background-color: #fff9fa;
    z-index: 25;
    visibility: hidden;
}

.height-area h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.height-area p {
    margin-top: 5px;
}


.content-white {
    background-color: #fff;
    padding: 20px;
    line-height: 25px;
    border-radius: 5px;
}

.app-link {
    text-decoration: none;
    color:#FE506B;
}
#account ons-input{
    display: block;
}
ons-input.accountInput .text-input {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 8px;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    padding-left: 8px;
    height: 45px;
    width: 100%;
    border-bottom: 2px solid #ddd;
}
ons-select.accountInput{
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 8px;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    padding-left: 8px;
    height: 45px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 15px;
}
#account .text-input--material__label {
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-weight: var(--material-font-weight);
    color: #afafaf;
    color: var(--material-text-input-inactive-color);
    position: absolute;
    left: 11px;
    top: 11px;
    font-size: 20px;
    pointer-events: none;
}

/* HEIGHT WHEEL */
#single{
    width:300px;
    height:100px;
    font-size: 22px;
    margin-left:auto;
    margin-right: auto;
}
.simple-wheel, .simple-wheel-separator {
    height: auto;
    max-width: 100%;
    font-size: 1.6rem;
    background-color: #fff9fa;
    border: solid 1px transparent;
    border-width: 1px 0;
    
}

.simple-wheel li {
    color: #ccc;
    
}

.simple-wheel li.selected {
    font-size: 1em;
    padding: .15em 0;
    color: #fe506b;
    font-weight: 500;
    border-top:1px solid #fe506b;
    border-bottom: 1px solid #fe506b;
}

.moving-arrow {
    display: inline-block;
    animation: move-right 1s linear infinite;
}
  
@keyframes move-right {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(5px);
    }
    100% {
      transform: translateX(0);
    }
}

.home-carousel {
    background-color: #f1f1f1;
    border-radius: 25px;
    height: 200px;
}
h4 {
    font-size: 20px;
    font-weight: 900 !important;
}

.bb-button {
    width: 107px;
    background: #fff;
    color: #000;
    font-size: 13px;
    text-align: center;
    line-height: 19px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 10px;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi), (min-resolution: 2dppx) {
    .tabbar {
        border-top: none;
        background-size: 100% 1px;
        background-repeat: no-repeat;
        background-position: top;
        background-image: linear-gradient(180deg, #ccc, #ccc 50%, transparent 50%);
        background-image: linear-gradient(180deg, var(--tabbar-border-color), var(--tabbar-border-color) 50%, transparent 50%);
        background-color: #F4F4F4;
    }
}

.custom-tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 12px;
}
.custom-tab-icon {
    width: 21px;  /* Adjust the size as needed */
    height: 22px; /* Adjust the size as needed */
    margin-bottom: 4px; /* Space between icon and label */
}
.custom-tab-label {
    font-size: 12px; /* Adjust the font size as needed */
}

.tabbar {
    height: 56px;
    padding-top:10px;
}
.tabbar__button {
    color:#333;
}


.service-circles {
    display: flex;
    justify-content: space-between;
}

.service-box {
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 14px;
}

.circle-1{
    background-color: #FB915F;
    width: 70px;
    height: 70px;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.circle-1 img {
    height: 40px;
}

.circle-2{
    background-color: #FBBB4F;
    background-color: #25a6d9;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.circle-2 img {
    height: 40px;
}

.circle-3{
    background-color: #BEB0FF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.circle-3 img {
    height: 40px;
}

.bp-widget {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 500px;
    border: none;
    z-index: 1000;
}

.space-left-right {
    padding-left:0px;
    padding-right:0px;
}

.img-button {
    border: 1px solid #f4f4f4;
    border-radius: 13px;
    background-color: #f4f4f4;
    width: 104px;
    height: 86px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}



/* .custom-back-button .back-button__icon {
    display: none; 
}
.custom-back-button .custom-icon {
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #FE506B;
    font-weight: 900;
    margin-left: 12px;
    margin-top: -7px;
} */
