:root {
    --font-mono: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    --background: #F9FAFC;
    --color: #000;
    --divider: #E6E8F0;
    --basic: rgba(239, 55, 134);
    --error: #da005c;
    --basic_action: rgb(239, 55, 134);
    --color_action: #fff;
    --submit_action: rgb(8, 211, 144);
    --circle_action: #fff;
    --color_circle_action: #000;
    --base_border_radius: 40px;
    --base_border: #ccc;
    --quiz_input_color: rgb(200 200 200);
    --background_upload_color: #fff0fb;
    --accepted_status: rgb(8, 211, 144);
    --not_accepted_status: rgb(239, 55, 134);
    --product_shadow: 0;
    --product_border: rgb(200 200 200);
    --product_padding: 10;
    --product_action: rgb(239, 55, 134);
}


* {
    box-sizing: border-box;
}
body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    background-position: center;
    background-size: cover;
}


.FaceGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.FaceGrid-item {
    margin: 0;
    box-sizing: border-box;
}
.FaceGrid-zeroMinWidth {
    min-width: 0;
}
.FaceGrid-direction-xs-column {
    flex-direction: column;
}
.FaceGrid-direction-xs-column-reverse {
    flex-direction: column-reverse;
}
.FaceGrid-direction-xs-row-reverse {
    flex-direction: row-reverse;
}
.FaceGrid-wrap-xs-nowrap {
    flex-wrap: nowrap;
}
.FaceGrid-wrap-xs-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.FaceGrid-align-items-xs-center {
    align-items: center;
}
.FaceGrid-align-items-xs-flex-start {
    align-items: flex-start;
}
.FaceGrid-align-items-xs-flex-end {
    align-items: flex-end;
}
.FaceGrid-align-items-xs-baseline {
    align-items: baseline;
}
.FaceGrid-align-content-xs-center {
    align-content: center;
}
.FaceGrid-align-content-xs-flex-start {
    align-content: flex-start;
}
.FaceGrid-align-content-xs-flex-end {
    align-content: flex-end;
}
.FaceGrid-align-content-xs-space-between {
    align-content: space-between;
}
.FaceGrid-align-content-xs-space-around {
    align-content: space-around;
}
.FaceGrid-justify-content-xs-center {
    justify-content: center;
}
.FaceGrid-justify-content-xs-flex-end {
    justify-content: flex-end;
}
.FaceGrid-justify-content-xs-space-between {
    justify-content: space-between;
}
.FaceGrid-justify-content-xs-space-around {
    justify-content: space-around;
}
.FaceGrid-justify-content-xs-space-evenly {
    justify-content: space-evenly;
}
.FaceGrid-spacing-xs-1 {
    width: calc(100% + 8px);
    margin: -4px;
}
.FaceGrid-spacing-xs-1 > .FaceGrid-item {
    padding: 4px;
}
.FaceGrid-spacing-xs-2 {
    width: calc(100% + 16px);
    margin: -8px;
}
.FaceGrid-spacing-xs-2 > .FaceGrid-item {
    padding: 8px;
}
.FaceGrid-spacing-xs-3 {
    width: calc(100% + 24px);
    margin: -12px;
}
.FaceGrid-spacing-xs-3 > .FaceGrid-item {
    padding: 12px;
}
.FaceGrid-spacing-xs-4 {
    width: calc(100% + 32px);
    margin: -16px;
}
.FaceGrid-spacing-xs-4 > .FaceGrid-item {
    padding: 16px;
}
.FaceGrid-spacing-xs-5 {
    width: calc(100% + 40px);
    margin: -20px;
}
.FaceGrid-spacing-xs-5 > .FaceGrid-item {
    padding: 20px;
}
.FaceGrid-spacing-xs-6 {
    width: calc(100% + 48px);
    margin: -24px;
}
.FaceGrid-spacing-xs-6 > .FaceGrid-item {
    padding: 24px;
}
.FaceGrid-spacing-xs-7 {
    width: calc(100% + 56px);
    margin: -28px;
}
.FaceGrid-spacing-xs-7 > .FaceGrid-item {
    padding: 28px;
}
.FaceGrid-spacing-xs-8 {
    width: calc(100% + 64px);
    margin: -32px;
}
.FaceGrid-spacing-xs-8 > .FaceGrid-item {
    padding: 32px;
}
.FaceGrid-spacing-xs-9 {
    width: calc(100% + 72px);
    margin: -36px;
}
.FaceGrid-spacing-xs-9 > .FaceGrid-item {
    padding: 36px;
}
.FaceGrid-spacing-xs-10 {
    width: calc(100% + 80px);
    margin: -40px;
}
.FaceGrid-spacing-xs-10 > .FaceGrid-item {
    padding: 40px;
}
.FaceGrid-grid-xs-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
}
.FaceGrid-grid-xs-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
}
.FaceGrid-grid-xs-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
}
.FaceGrid-grid-xs-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
}
.FaceGrid-grid-xs-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
}
.FaceGrid-grid-xs-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
}
.FaceGrid-grid-xs-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
}
.FaceGrid-grid-xs-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
}
.FaceGrid-grid-xs-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
}
.FaceGrid-grid-xs-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
}
.FaceGrid-grid-xs-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
}
.FaceGrid-grid-xs-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
}
.FaceGrid-grid-xs-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
}
.FaceGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}

.point_analysis {
    text-align: center;
    color: var(--color_action);
    text-shadow: -1px 1px #000000d1;
    cursor: pointer;
}

.point_analysis .count_box {
    background-color: rgb(0 0 0 / 24%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 2px;
    display: flex;
    align-items: center;
    align-content: center;
}
.point_analysis.all_products .count_box {
    background-color: rgb(0 0 0 / 4%);
}
.point_analysis .label_box {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 13px;
}
.point_analysis .progress-container {
    position: relative;
    width: 50px;
    height: 50px;
}

.point_analysis .MuiCircularProgress-svg {
    width: 50px;
    height: 50px;
    transform: rotate(-90deg);
}

.point_analysis .MuiCircularProgress-circle {
    stroke: var(--error);
    stroke-dasharray: 126.92;
    stroke-dashoffset: 126.92;
    transition: stroke-dashoffset 0.35s;
}

.point_analysis .progress-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    color: var(--error);
    text-shadow: 0px 0px 13px #0000007a;
}

.recommendation_modal_window .point_analysis .progress-label {
    text-shadow: 0 0 transparent;
}

.point_analysis.all_products .count_box .products_ico {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0 solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.point_analysis.all_products .count_box .products_ico svg{
    width: 28px;
    height: 28px;
    margin-top: 9px;
}

.point_analysis.all_products.active .count_box .products_ico {
    border: 2px solid var(--basic);
}
.point_analysis.all_products.active .count_box .products_ico svg{
    fill: var(--basic);
}

.face_slide .swiper-slide {
    width: 82px !important;
}

.face_slide {
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
/*.face_slide:hover {
    opacity: 1;
}*/
.skin_info_ico{
    width: 28px;
    height: 28px;
    margin: 0 auto;
}
.skin_info_ico svg{
    width: 28px;
    height: 28px;
    margin-top: 2px;
}
.point_analysis.skin_info.active .count_box {
    background: var(--basic);
}
.point_analysis.skin_info .count_box svg {
    fill: var(--basic);
}
.point_analysis.skin_info.active .count_box svg {
    fill: #fff;
}

.face_slide .swiper-button-next, .face_slide .swiper-button-prev {
    color: var(--color_action);
    text-shadow: -3px 0px black;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    /* font-size: 12px !important; */
}
.face_slide:hover .swiper-button-next, .face_slide:hover .swiper-button-prev {
    opacity: 1;
}

.face_slide .swiper-button-next:after, .face_slide .swiper-button-prev:after {
    font-size: 26px;
}

.face_slide .swiper-button-next.swiper-button-disabled, .face_slide .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.recommendation_modal_window .main {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}


.products .product_item_box {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.products .product_item_box a{
    color: #000;
    text-decoration: none;
}

.product_problem_support.swiper.myProductProblem {
    margin-bottom: 0 !important;
}

.products {
    justify-content: space-between;
    align-items: start;
    margin: 0 -10px 10px;
}

.swiper.myProducts {
    text-align: center;
    margin: 0 auto;
}


.product_item {
    /*border: 1px solid #ccc;*/
    padding: 10px;
    border-radius: 15px;

}

.product_item .routine_group {
    margin-bottom: 0;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_item img.product_image {
    width: 100%;
}

.product_item h2.product_title {
    font-size: 15px;
    font-weight: 600;
    margin: 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_item p.product_description {
    font-size: 12px;
    margin: 0;
    color: #0000008a;
    margin-bottom: 10px;
}

.product_item .product_problem_item {
    background: #dcdcdc;
    color: #575757;
    padding: 4px 9px;
    border-radius: 23px;
    text-align: center;
    font-size: 13px;
}



.product_item .product_problem_support .swiper-wrapper {
    height: auto;
}
.product_item .product_problem_support .swiper-slide {
    width: auto;
}

.product_item  .product_price {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.product_item .product_price .old {
    margin-left: 6px;
    font-size: 11px;
    opacity: 0.3;
    text-decoration: line-through;
}

.product_item .product_variables {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product_item .product_variables .item{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.product_item .product_variables label {
    font-size: 13px;
    width: 35%;
    display: inline-block;
    vertical-align: middle;
}

.product_item .product_variables select {
    width: 65%;
    padding: 8px;
    font-size: 14px;
    border-radius: 9px;
    border: 1px solid #D1D5DB;
    color: #6B7280;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.product_item  button {
    border: 1px solid var(--product_action);
    background: transparent;
    padding: 12px;
    border-radius: 10px;
    display: block;
    color: var(--product_action);
    font-weight: bold;
    cursor: pointer;
    width: 100%;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.product_item  button.active {
    color: var(--product_action);
}
.product_item  button:hover {
    background: var(--product_action);
    color: var(--color_action);
}




@media (min-width:600px) {
    .FaceGrid-grid-sm-auto {
        flex-grow: 0;
        max-width: none;
        flex-basis: auto;
    }
    .FaceGrid-grid-sm-true {
        flex-grow: 1;
        max-width: 100%;
        flex-basis: 0;
    }
    .FaceGrid-grid-sm-1 {
        flex-grow: 0;
        max-width: 8.333333%;
        flex-basis: 8.333333%;
    }
    .FaceGrid-grid-sm-2 {
        flex-grow: 0;
        max-width: 16.666667%;
        flex-basis: 16.666667%;
    }
    .FaceGrid-grid-sm-3 {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%;
    }
    .FaceGrid-grid-sm-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
    }
    .FaceGrid-grid-sm-5 {
        flex-grow: 0;
        max-width: 41.666667%;
        flex-basis: 41.666667%;
    }
    .FaceGrid-grid-sm-6 {
        flex-grow: 0;
        max-width: 50%;
        flex-basis: 50%;
    }
    .FaceGrid-grid-sm-7 {
        flex-grow: 0;
        max-width: 58.333333%;
        flex-basis: 58.333333%;
    }
    .FaceGrid-grid-sm-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%;
    }
    .FaceGrid-grid-sm-9 {
        flex-grow: 0;
        max-width: 75%;
        flex-basis: 75%;
    }
    .FaceGrid-grid-sm-10 {
        flex-grow: 0;
        max-width: 83.333333%;
        flex-basis: 83.333333%;
    }
    .FaceGrid-grid-sm-11 {
        flex-grow: 0;
        max-width: 91.666667%;
        flex-basis: 91.666667%;
    }
    .FaceGrid-grid-sm-12 {
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 100%;
    }
}
@media (min-width:1000px) {
    .FaceGrid-grid-md-auto {
        flex-grow: 0;
        max-width: none;
        flex-basis: auto;
    }
    .FaceGrid-grid-md-true {
        flex-grow: 1;
        max-width: 100%;
        flex-basis: 0;
    }
    .FaceGrid-grid-md-1 {
        flex-grow: 0;
        max-width: 8.333333%;
        flex-basis: 8.333333%;
    }
    .FaceGrid-grid-md-2 {
        flex-grow: 0;
        max-width: 16.666667%;
        flex-basis: 16.666667%;
    }
    .FaceGrid-grid-md-3 {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%;
    }
    .FaceGrid-grid-md-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
    }
    .FaceGrid-grid-md-5 {
        flex-grow: 0;
        max-width: 41.666667%;
        flex-basis: 41.666667%;
    }
    .FaceGrid-grid-md-6 {
        flex-grow: 0;
        max-width: 50%;
        flex-basis: 50%;
    }
    .FaceGrid-grid-md-7 {
        flex-grow: 0;
        max-width: 58.333333%;
        flex-basis: 58.333333%;
    }
    .FaceGrid-grid-md-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%;
    }
    .FaceGrid-grid-md-9 {
        flex-grow: 0;
        max-width: 75%;
        flex-basis: 75%;
    }
    .FaceGrid-grid-md-10 {
        flex-grow: 0;
        max-width: 83.333333%;
        flex-basis: 83.333333%;
    }
    .FaceGrid-grid-md-11 {
        flex-grow: 0;
        max-width: 91.666667%;
        flex-basis: 91.666667%;
    }
    .FaceGrid-grid-md-12 {
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 100%;
    }
}
@media (min-width:1200px) {
    .FaceGrid-grid-lg-auto {
        flex-grow: 0;
        max-width: none;
        flex-basis: auto;
    }
    .FaceGrid-grid-lg-true {
        flex-grow: 1;
        max-width: 100%;
        flex-basis: 0;
    }
    .FaceGrid-grid-lg-1 {
        flex-grow: 0;
        max-width: 8.333333%;
        flex-basis: 8.333333%;
    }
    .FaceGrid-grid-lg-2 {
        flex-grow: 0;
        max-width: 16.666667%;
        flex-basis: 16.666667%;
    }
    .FaceGrid-grid-lg-3 {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%;
    }
    .FaceGrid-grid-lg-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
    }
    .FaceGrid-grid-lg-5 {
        flex-grow: 0;
        max-width: 41.666667%;
        flex-basis: 41.666667%;
    }
    .FaceGrid-grid-lg-6 {
        flex-grow: 0;
        max-width: 50%;
        flex-basis: 50%;
    }
    .FaceGrid-grid-lg-7 {
        flex-grow: 0;
        max-width: 58.333333%;
        flex-basis: 58.333333%;
    }
    .FaceGrid-grid-lg-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%;
    }
    .FaceGrid-grid-lg-9 {
        flex-grow: 0;
        max-width: 75%;
        flex-basis: 75%;
    }
    .FaceGrid-grid-lg-10 {
        flex-grow: 0;
        max-width: 83.333333%;
        flex-basis: 83.333333%;
    }
    .FaceGrid-grid-lg-11 {
        flex-grow: 0;
        max-width: 91.666667%;
        flex-basis: 91.666667%;
    }
    .FaceGrid-grid-lg-12 {
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 100%;
    }
}
@media (min-width:1920px) {
    .FaceGrid-grid-xl-auto {
        flex-grow: 0;
        max-width: none;
        flex-basis: auto;
    }
    .FaceGrid-grid-xl-true {
        flex-grow: 1;
        max-width: 100%;
        flex-basis: 0;
    }
    .FaceGrid-grid-xl-1 {
        flex-grow: 0;
        max-width: 8.333333%;
        flex-basis: 8.333333%;
    }
    .FaceGrid-grid-xl-2 {
        flex-grow: 0;
        max-width: 16.666667%;
        flex-basis: 16.666667%;
    }
    .FaceGrid-grid-xl-3 {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%;
    }
    .FaceGrid-grid-xl-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
    }
    .FaceGrid-grid-xl-5 {
        flex-grow: 0;
        max-width: 41.666667%;
        flex-basis: 41.666667%;
    }
    .FaceGrid-grid-xl-6 {
        flex-grow: 0;
        max-width: 50%;
        flex-basis: 50%;
    }
    .FaceGrid-grid-xl-7 {
        flex-grow: 0;
        max-width: 58.333333%;
        flex-basis: 58.333333%;
    }
    .FaceGrid-grid-xl-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%;
    }
    .FaceGrid-grid-xl-9 {
        flex-grow: 0;
        max-width: 75%;
        flex-basis: 75%;
    }
    .FaceGrid-grid-xl-10 {
        flex-grow: 0;
        max-width: 83.333333%;
        flex-basis: 83.333333%;
    }
    .FaceGrid-grid-xl-11 {
        flex-grow: 0;
        max-width: 91.666667%;
        flex-basis: 91.666667%;
    }
    .FaceGrid-grid-xl-12 {
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 100%;
    }
}







.FaceCircularProgress-root {
    display: inline-block;
}
.FaceCircularProgress-static {
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.FaceCircularProgress-indeterminate {
    animation: FaceCircularProgress-keyframes-circular-rotate 1.4s linear infinite;
}
.FaceCircularProgress-determinate {
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.FaceCircularProgress-colorPrimary {
    color: #5048E5;
}
.FaceCircularProgress-colorSecondary {
    color: #10B981;
}
.FaceCircularProgress-svg {
    display: block;
}
.FaceCircularProgress-circle {
    stroke: currentColor;
}
.FaceCircularProgress-circleStatic {
    transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.FaceCircularProgress-circleIndeterminate {
    animation: FaceCircularProgress-keyframes-circular-dash 1.4s ease-in-out infinite;
    stroke-dasharray: 80px, 200px;
    stroke-dashoffset: 0px;
}
.FaceCircularProgress-circleDeterminate {
    transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
@keyframes FaceCircularProgress-keyframes-circular-rotate {
    0% {
        transform-origin: 50% 50%;
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes FaceCircularProgress-keyframes-circular-rotate {
    0% {
        transform-origin: 50% 50%;
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes FaceCircularProgress-keyframes-circular-dash {
    0% {
        stroke-dasharray: 1px, 200px;
        stroke-dashoffset: 0px;
    }
    50% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -15px;
    }
    100% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -125px;
    }
}
@keyframes FaceCircularProgress-keyframes-circular-dash {
    0% {
        stroke-dasharray: 1px, 200px;
        stroke-dashoffset: 0px;
    }
    50% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -15px;
    }
    100% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -125px;
    }
}
.FaceCircularProgress-circleDisableShrink {
    animation: none;
}






.FaceIconButton-root {
    flex: 0 0 auto;
    color: #6B7280;
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    border: 0;
    margin: 0 4px 10px;
    cursor: pointer;
}
.FaceIconButton-root:hover {
    background-color: rgb(178, 178, 178);
}
.FaceIconButton-root.Face-disabled {
    color: rgba(55, 65, 81, 0.26);
    background-color: transparent;
}
.FaceButtonBase-root.handle-submit {
    background: var(--submit_action);
    color: var(--color_action);
}
.FaceButtonBase-root.handle-submit.disable {
    background: rgb(178, 178, 178);
    color: var(--color_action);
}
.FaceButtonBase-root.handle-submit:hover {
    opacity: 0.8;
}
.FaceButtonBase-root.handle-back {
    background: var(--basic_action);
    color: var(--color_action);
}
.FaceButtonBase-root.handle-back:hover {
    opacity: 0.8;
}

@media (hover: none) {
    .FaceIconButton-root:hover {
        background-color: transparent !important;
    }
}
.FaceIconButton-edgeStart {
    margin-left: -12px;
}
.FaceIconButton-sizeSmall.FaceIconButton-edgeStart {
    margin-left: -3px;
}
.FaceIconButton-edgeEnd {
    margin-right: -12px;
}
.FaceIconButton-sizeSmall.FaceIconButton-edgeEnd {
    margin-right: -3px;
}
.FaceIconButton-colorInherit {
    color: inherit;
}
.FaceIconButton-colorPrimary {
    color: #5048E5;
}
.FaceIconButton-colorPrimary:hover {
    background-color: rgba(80, 72, 229, 0.04);
}
@media (hover: none) {
    .FaceIconButton-colorPrimary:hover {
        background-color: transparent;
    }
}
.FaceIconButton-colorSecondary {
    color: var(--submit_action);
}
.FaceIconButton-colorSecondary:hover {
    background-color: rgba(16, 185, 129, 0.04);
}
@media (hover: none) {
    .FaceIconButton-colorSecondary:hover {
        background-color: transparent;
    }
}
.FaceIconButton-sizeSmall {
    padding: 3px;
    font-size: 1.125rem;
}
.FaceIconButton-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}


.advanced-cropper-line-wrapper--north, .advanced-cropper-line-wrapper--south {
    height: 12px;
    width: 100%; }

.advanced-cropper-line-wrapper--north {
    cursor: n-resize; }

.advanced-cropper-line-wrapper--south {
    cursor: s-resize; }

.advanced-cropper-line-wrapper--east, .advanced-cropper-line-wrapper--west {
    width: 12px;
    height: 100%; }

.advanced-cropper-line-wrapper--east {
    cursor: e-resize; }

.advanced-cropper-line-wrapper--west {
    cursor: w-resize; }

.advanced-cropper-line-wrapper--disabled {
    cursor: auto; }

.advanced-cropper-line-wrapper__content {
    position: absolute; }
.advanced-cropper-line-wrapper__content--east, .advanced-cropper-line-wrapper__content--west {
    height: 100%; }
.advanced-cropper-line-wrapper__content--north, .advanced-cropper-line-wrapper__content--south {
    width: 100%; }
.advanced-cropper-line-wrapper__content--east {
    left: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
.advanced-cropper-line-wrapper__content--west {
    right: 50%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
.advanced-cropper-line-wrapper__content--north {
    top: 50%; }
.advanced-cropper-line-wrapper__content--south {
    bottom: 50%; }

.advanced-cropper-handler-wrapper {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px; }
.advanced-cropper-handler-wrapper__draggable {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.advanced-cropper-handler-wrapper--west-north {
    cursor: nw-resize; }
.advanced-cropper-handler-wrapper--north {
    cursor: n-resize; }
.advanced-cropper-handler-wrapper--east-north {
    cursor: ne-resize; }
.advanced-cropper-handler-wrapper--east {
    cursor: e-resize; }
.advanced-cropper-handler-wrapper--east-south {
    cursor: se-resize; }
.advanced-cropper-handler-wrapper--south {
    cursor: s-resize; }
.advanced-cropper-handler-wrapper--west-south {
    cursor: sw-resize; }
.advanced-cropper-handler-wrapper--west {
    cursor: w-resize; }
.advanced-cropper-handler-wrapper--disabled {
    cursor: auto; }

.advanced-cropper-bounding-box {
    position: relative;
    height: 100%;
    width: 100%; }
.advanced-cropper-bounding-box__handler-wrapper {
    position: absolute; }
.advanced-cropper-bounding-box__handler-wrapper--east, .advanced-cropper-bounding-box__handler-wrapper--west {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%; }
.advanced-cropper-bounding-box__handler-wrapper--south, .advanced-cropper-bounding-box__handler-wrapper--north {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%; }
.advanced-cropper-bounding-box__handler-wrapper--west, .advanced-cropper-bounding-box__handler-wrapper--west-north, .advanced-cropper-bounding-box__handler-wrapper--west-south {
    left: 0; }
.advanced-cropper-bounding-box__handler-wrapper--east, .advanced-cropper-bounding-box__handler-wrapper--east-north, .advanced-cropper-bounding-box__handler-wrapper--east-south {
    left: 100%; }
.advanced-cropper-bounding-box__handler-wrapper--north, .advanced-cropper-bounding-box__handler-wrapper--west-north, .advanced-cropper-bounding-box__handler-wrapper--east-north {
    top: 0; }
.advanced-cropper-bounding-box__handler-wrapper--south, .advanced-cropper-bounding-box__handler-wrapper--west-south, .advanced-cropper-bounding-box__handler-wrapper--east-south {
    top: 100%; }
.advanced-cropper-bounding-box__handler {
    position: absolute; }
.advanced-cropper-bounding-box__handler--west-north {
    left: 0;
    top: 0; }
.advanced-cropper-bounding-box__handler--north {
    left: 50%;
    top: 0; }
.advanced-cropper-bounding-box__handler--east-north {
    left: 100%;
    top: 0; }
.advanced-cropper-bounding-box__handler--east {
    left: 100%;
    top: 50%; }
.advanced-cropper-bounding-box__handler--east-south {
    left: 100%;
    top: 100%; }
.advanced-cropper-bounding-box__handler--south {
    left: 50%;
    top: 100%; }
.advanced-cropper-bounding-box__handler--west-south {
    left: 0;
    top: 100%; }
.advanced-cropper-bounding-box__handler--west {
    left: 0;
    top: 50%; }
.advanced-cropper-bounding-box__line {
    position: absolute; }
.advanced-cropper-bounding-box__line--north, .advanced-cropper-bounding-box__line--south {
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.advanced-cropper-bounding-box__line--north {
    top: 0; }
.advanced-cropper-bounding-box__line--south {
    top: 100%; }
.advanced-cropper-bounding-box__line--west, .advanced-cropper-bounding-box__line--east {
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
.advanced-cropper-bounding-box__line--west {
    left: 0; }
.advanced-cropper-bounding-box__line--east {
    left: 100%; }

.advanced-cropper-artificial-transition {
    will-change: transform; }

.advanced-cropper-background-image {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    pointer-events: none;
    max-width: none !important; }

.advanced-cropper-canvas {
    display: none; }

.advanced-cropper-source {
    width: 1px;
    height: 1px;
    visibility: hidden;
    position: absolute;
    opacity: 0; }

.advanced-cropper-fade {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.advanced-cropper-fade--visible {
    opacity: 1;
    visibility: visible; }

.advanced-cropper-wrapper__fade {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 0; }

.advanced-cropper-stencil-grid {
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.advanced-cropper-stencil-grid--visible {
    opacity: 1; }
.advanced-cropper-stencil-grid__row {
    display: table-row; }
.advanced-cropper-stencil-grid__cell {
    display: table-cell;
    width: 1%;
    height: 1%;
    border: currentColor solid 1px; }
.advanced-cropper-stencil-grid__cell--top {
    border-top-color: transparent; }
.advanced-cropper-stencil-grid__cell--left {
    border-left-color: transparent; }
.advanced-cropper-stencil-grid__cell--right {
    border-right-color: transparent; }
.advanced-cropper-stencil-grid__cell--bottom {
    border-bottom-color: transparent; }

.advanced-cropper-stencil-overlay {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 0 1000px currentColor;
    box-shadow: 0 0 0 1000px currentColor;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden; }

.advanced-cropper-stencil-wrapper {
    will-change: transform; }

.advanced-cropper-boundary {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
    position: relative; }
.advanced-cropper-boundary__content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.advanced-cropper-boundary__stretcher {
    pointer-events: none;
    position: relative;
    max-width: 100%;
    max-height: 100%; }

.advanced-cropper-circle-stencil {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
.advanced-cropper-circle-stencil__overlay {
    border-radius: 50%;
    overflow: hidden; }
.advanced-cropper-circle-stencil__preview {
    border-radius: 50%; }
.advanced-cropper-circle-stencil__draggable-area, .advanced-cropper-circle-stencil__overlay, .advanced-cropper-circle-stencil__preview, .advanced-cropper-circle-stencil__grid {
    position: absolute;
    height: 100%;
    width: 100%; }
.advanced-cropper-circle-stencil--movable {
    cursor: move; }

.advanced-cropper-rectangle-stencil {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
.advanced-cropper-rectangle-stencil__draggable-area, .advanced-cropper-rectangle-stencil__overlay, .advanced-cropper-rectangle-stencil__preview, .advanced-cropper-rectangle-stencil__grid {
    position: absolute;
    height: 100%;
    width: 100%; }
.advanced-cropper-rectangle-stencil--movable {
    cursor: move; }

.advanced-cropper-simple-line {
    background: none;
    border-width: 0; }
.advanced-cropper-simple-line--south, .advanced-cropper-simple-line--north {
    height: 0;
    width: 100%; }
.advanced-cropper-simple-line--east, .advanced-cropper-simple-line--west {
    height: 100%;
    width: 0; }
.advanced-cropper-simple-line--east {
    border-right-width: 1px; }
.advanced-cropper-simple-line--west {
    border-left-width: 1px; }
.advanced-cropper-simple-line--south {
    border-bottom-width: 1px; }
.advanced-cropper-simple-line--north {
    border-top-width: 1px; }

.advanced-cropper-simple-handler {
    display: block; }

.advanced-cropper-preview {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.advanced-cropper-preview__content {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.advanced-cropper-preview__image {
    display: none;
    pointer-events: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform-origin: center;
    transform-origin: center;
    max-width: none !important; }
.advanced-cropper-preview__image--visible {
    display: block; }
.advanced-cropper-preview__boundary {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 0;
    min-width: 0; }

.cropper-preview-wrapper__fade {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 0;
    width: 100%; }

.advanced-cropper {
    overflow: hidden;
    max-height: 100%;
    background: black;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white; }
.advanced-cropper__boundary {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 0;
    min-width: 0; }
.advanced-cropper__wrapper, .advanced-cropper__background-wrapper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
.advanced-cropper__stencil-wrapper {
    position: absolute; }
.advanced-cropper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.advanced-cropper-simple-handler {
    background: currentColor;
    height: 10px;
    width: 10px; }

.advanced-cropper-simple-line {
    -webkit-transition: border 0.5s;
    transition: border 0.5s;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid; }
.advanced-cropper-simple-line--hover {
    border-color: white; }

.advanced-cropper-circle-stencil__preview {
    border: solid 2px rgba(255, 255, 255, 0.2); }

.advanced-cropper-stencil-overlay {
    color: rgba(0, 0, 0, 0.5); }

.advanced-cropper-stencil-grid {
    color: rgba(255, 255, 255, 0.4); }


.face_age .talosFaceSkin{
    position: relative;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    border-radius: 30px;
}

.face_age .talosFaceSkin video{
    height: 100% !important;
}

.face_age .imageSubmit img{
    border-radius: 30px;
}

.face_age .backRepetition{
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--circle_action);
    z-index: 99999;
}

.face_age .infoRepetition {
    position: absolute;
    top: 66px;
    right: 10px;
    background: var(--circle_action);
    z-index: 99999;
}

.face_age .imageLoad{
    width: 100%;
}

.face_age .loading_request {
    background: #00000052;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.face_age .loading_request_pr {
    background: #00000052;
    border-radius: 30px;
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.face_age .loading_request .FaceCircularProgress-colorPrimary{
    color: #fff
}

.face_age .faceAction {
    left: 10px;
    width: 88px;
    bottom: 10px;
    z-index: 999;
    overflow: hidden;
    position: absolute;
    border-radius: 30px;
}

[dir="rtl"] .faceAction {
    left:unset;
    right: 10px;
}

.face_age .mainDragArea {
    margin: 0 auto 0;
}
.face_age .dragArea {
    border: 2px dashed #cdcdcd;
    display: flex;
    padding: 10px;
    background: var(--background_upload_color);
    transition: border-color  0.2s;
    align-items: center;
    border-radius: 29px;
    flex-direction: column;
    justify-content: center;
}
.face_age .dragArea svg {
    color: var(--basic);
    font-size: 40px;
    margin-bottom: 20px;
    width: 40px;
    height: 40px;
}
.face_age .dragArea.active {
    border: 2px dashed #9c9c9c;
}
.face_age .dragArea img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.face_age .cropImg {
    width: 100%;
    display: flex;
    overflow: hidden;
    background: #2f2f2f;
    align-items: center;
    border-radius: 40px;
    flex-direction: column;
    justify-content: center;
}
.face_age .support {
    color: gray;
    margin: 10px 0 15px 0;
    font-size: 12px;
}
.face_age .headerBox {
    font-size: 20px;
    font-weight: 500;
}
.face_age .buttonUpload {
    color: var(--basic);
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
}
.face_age .faceAction_upload {
    right: 10px;
    width: 70%;
    bottom: 12px;
    height: 48px;
    z-index: 999;
    overflow: hidden;
    position: absolute;
    text-align: right;
    border-radius: 30px;
}
.face_age .faceAction_upload .MuiIconButton-root {
    background: var(--circle_action);
    margin-bottom: 10px;
}






.face_age .countryPhoto {
    font-size: 88px;
    margin-top: 40px;
}
.face_age .faceController {
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 998;
    overflow: hidden;
    position: absolute;
    max-width: 600px;
    margin: 0 auto;
}
.face_age .faceController ul {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    padding: 14px 8px;
}
[dir="rtl"] .face_age .faceBackMode {
    transform: rotate(180deg);
}
.face_age .faceController li {
    float: right;
    width: 33.33%;
    margin: 0;
    display: block;
    padding: 0;
    text-align: center;
}
.face_age .faceController .item_ctl {
    color: #fff;
    margin: 0 4px;
    display: block;
    padding: 6px 0px 2px;
    border-radius: 10px;
}
.face_age .faceController li span.title {
    margin: 0 0 -1px;
    display: block;
    padding: 0;
    font-size: 12px;
}
.face_age .faceController li span.value {
    display: block;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
}

.face_age .faceAction .MuiIconButton-root {
    background: var(--circle_action);
    margin-bottom: 10px;
}
.face_age .faceActionSubmit {
    right: 10px;
    width: 70%;
    bottom: 20px;
    height: 48px;
    z-index: 999;
    overflow: hidden;
    position: absolute;
    text-align: right;
    border-radius: 30px;
}
.face_age .faceActionSubmit .MuiIconButton-root {
    background: var(--circle_action);
    margin-bottom: 10px;
}
.face_age .facePositionMap {
    top: 0px;
    left: 14%;
    width: 72%;
    bottom: 0;
    position: absolute;
}
.face_age .facePosition {
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    border-radius: 30px;
}
.face_age .facePosition #assertive {
    top: 0px;
    left: 20%;
    width: 60%;
    bottom: 0;
    display: flex;
    padding: 7% 0 10px;
    position: absolute;
    text-align: center;
    align-items: center;
    color: white;
    font-size: 22px;
    text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 2px;
    line-history: 34px;
    justify-content: center;
}
.face_age .backFlash {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: fixed;
    background: #fffffff2;
}





.face_age .itemReport {
    width: 140px;
    margin: 8px auto;
    display: block;
    padding: 18px;
    text-align: center;
    background-size: 140px;
    background-image: url('./images/agepoint.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.face_age .itemReport h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 6px auto 0;
}
.face_age .itemReport span {
    font-size: 14px;
}
.face_age .itemReportDisable {
    opacity: 0.4;
}
.face_age .skinAge {
    width: 65%;
    margin: 28px auto 10px;
    display: block;
    padding: 10px;
    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-radius: 18px;
}
.face_age .skinAge h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto;
}
.face_age .skinAge span {
    color: #5CB85C;
    text-decoration-line: underline;
}
.face_age .reportLineOrgRight {
    top: 60%;
    left: 0;
    width: 55%;
    z-index: 999;
    position: absolute;
    transform: translateX(-34%);
    border-top: 1px solid rgb(218 0 92 / 66%);
}
.face_age .reportLineOrgRight .pointSelect {
    top: 0;
    left: 0;
    position: absolute;
}
.face_age .reportLineOrgRight:before {
    top: -3px;
    right: -3px;
    width: 6px;
    height: 6px;
    content: " ";
    position: absolute;
    background: rgb(218 0 92);
    border-radius: 50%;
}
.face_age .reportLineOrgLeft {
    top: 60%;
    right: 0;
    width: 55%;
    z-index: 999;
    position: absolute;
    transform: translateX(35%);
    border-top: 1px solid rgb(218 0 92 / 66%);
}
.face_age .reportLineOrgLeft .pointSelect {
    top: 0;
    right: 0;
    position: absolute;
}
.face_age .reportLineOrgLeft:before {
    top: -3px;
    left: -3px;
    width: 6px;
    height: 6px;
    content: " ";
    position: absolute;
    background: rgb(218 0 92);
    border-radius: 50%;
}
.face_age .screenPoint {
    width: 360px;
}



.face_age .sm_itemReport {
    margin: 0px auto;
    display: block;
    padding: 8px;
    z-index: 99;
    position: relative;
    text-align: center;
    background-size: 110px;
    background-image: url('./images/agepoint.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.face_age .sm_itemReport h4 {
    font-size: 12px;
    font-weight: 500;
    margin: 6px auto 0;
}
.face_age .sm_itemReport span {
    font-size: 12px;
}
.face_age .sm_itemReport img {
    width: 34px;
}
.face_age .sm_itemReportDisable {
    opacity: 0.4;
}
.face_age .sm_skinAge {
    width: 65%;
    margin: 10px auto 10px;
    display: block;
    padding: 10px;
    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-radius: 18px;
}
.face_age .sm_skinAge h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
}
.face_age .sm_skinAge span {
    color: #5CB85C;
    text-decoration-line: underline;
}
.face_age .sm_reportLineOrgRight {
    top: 3px;
    left: 30%;
    width: 1px;
    height: 150px;
    z-index: 98;
    position: absolute;
    transform: translateY(-150px);
    border-left: 1px solid rgb(218 0 92 / 66%);
}
.face_age .sm_reportLineOrgRight .pointSelect {
    top: 0;
    left: 0;
    position: absolute;
}
.face_age .sm_reportLineOrgRight:before {
    right: -3px;
    width: 6px;
    bottom: -3px;
    height: 6px;
    content: " ";
    position: absolute;
    background: rgb(218 0 92);
    border-radius: 50%;
}
.face_age .sm_reportLineOrgRightSm {
    left: 70%;
}
.face_age .sm_reportLineOrgLeft {
    top: 8px;
    left: 50%;
    width: 1px;
    height: 100px;
    z-index: 999;
    position: absolute;
    transform: translateY(-100px);
    border-left: 1px solid rgb(218 0 92 / 66%);
}
.face_age .sm_reportLineOrgLeft .pointSelect {
    top: 0;
    right: 0;
    position: absolute;
}
.face_age .sm_reportLineOrgLeft:before {
    left: -3px;
    width: 6px;
    bottom: -3px;
    height: 6px;
    content: " ";
    position: absolute;
    background: rgb(218 0 92);
    border-radius: 50%;
}
.face_age .sm_screenPoint {
    top: 0;
    left: calc(50% - 150px);
    width: 300px;
    height: 400px;
    position: absolute;
}

.title_point_select {
    position: absolute;
    top: 16px;
    width: 160px;
    left: calc(50% - 80px);
    padding: 5px;
    background-color: var(--basic);
    border-radius: 8px;
    color: var(--color_action);
    text-align: center;
    font-size: 16px;
    text-shadow: 0 0 9px #000000d4;
}

.face_age_info .title {
    text-align: center;
}
.face_age_info .title h2{
    margin: 0;
}
.face_age_info .title p{
    margin-top: 5px;
    opacity: 0.8;
    font-size: 12px;
}

.face_age_info .items {
    max-width: 400px;
    margin: 8px auto 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.face_age_info .items .item_intro {
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    padding: 0px 12px 12px;
    width: 50%;
}

.face_age_info .items .item_intro .item_main {
    display: flex;
    flex-direction: column;
}

.face_age_info .items .item_intro .icon {
    width: 48px;
    height: 48px;
    margin: 0px auto;
}

.face_age_info .items .item_intro .title {
    font-size: 10.8px;
    margin-top: 4px;
}

.face_age_info button {
    background: var(--basic_action);
    border: 0 solid;
    padding: 12px;
    width: 100%;
    margin: 21px auto 0;
    border-radius: 12px;
    display: block;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.face_age_info button.disable {
    opacity: 0.5;
    background: #a2a2a2;
}

.face_age_info button:hover {
    background: var(--basic_action);
    opacity: 0.8;
}
.face_age_info button.disable:hover {
    opacity: 0.5;
    background: #a2a2a2;
}


.face_age .image_itemReport{
    width: 34px;
    height: 34px;
    display: block;
    margin: 0 auto;
    background-size: 34px;
    background-repeat: no-repeat;
    background-position: center;
}


.face_age .image_itemReport.acnes{
    background-image: url('./images/Acnes.svg');
}
.face_age .image_itemReport.eyeBag{
    background-image: url('./images/EyeBag.svg');
}
.face_age .image_itemReport.darkCircle{
    background-image: url('./images/DarkCircle.svg');
}
.face_age .image_itemReport.eyeWrinkles{
    background-image: url('./images/EyeWrinkles.svg');
}
.face_age .image_itemReport.deepWrinkles{
    background-image: url('./images/DeepWrinkles.svg');
}
.face_age .image_itemReport.wrinkles{
    background-image: url('./images/Wrinkles.svg');
}
.face_age .image_itemReport.pores{
    background-image: url('./images/Pores.svg');
}
.face_age .image_itemReport.pigment{
    background-image: url('./images/Pigment.svg');
}

.lbSetf {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
}
.dZaMnF {
    display: flex;
    gap: 8px;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow: visible;
    border-radius: 0px 0px 15px 15px;
}

.bLwrg {
    transition-timing-function: ease-out;
    cursor: pointer;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    padding: 12px;
    font-weight: normal;
    color: var(--color_action);
    background-color: var(--basic_action);
}

.bLwrg:hover {
    color: var(--color_action);
    opacity: 0.8;
}

.bLwrg:first-of-type {
    margin-left: 0px;
}

.modal_window {
    background: #fff;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 15px;
    font-size: 14px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 14px 3px;
    padding: 8px;
}

.modal_window .title {
    margin-bottom: 10px;
    padding: 10px 15px 5px;
    font-weight: bold;
}

.modal_window .body {
    padding: 2px 15px 15px;
    overflow-y: auto;
    max-height: 83%;
}

[dir="rtl"] .modal_window .title
, [dir="rtl"] .modal_window .body{
    text-align:right;
}

.form_window {
    background: #fff;
    width: 80%;
    max-width: 500px;
    margin: 25px auto;
    border-radius: 15px;
    font-size: 14px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 14px 3px;
}

.form_window .title {
    /* padding: 24px; */
    font-weight: bold;
}

.form_window .elements {
    margin-bottom: 10px;
    padding: 12px;
}

.form_window .body {
    padding: 2px 15px 19px;
}

.face_age_form.widget .form_window {
    box-shadow: none;
    width: 100%;
}

.face_age_form.widget .action {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.face_age_form .elements .action {
    margin-top: 24px !important;
}

.info_window {
    background: #fff;
    width: 80%;
    max-width: 500px;
    margin: 10px auto;
    padding-top: 10px;
    border-radius: 15px;
    font-size: 14px;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 14px 3px;
    padding: 8px;
}

.info_window .action {
    width: 90%;
    margin: 16px auto;
}

.info_window .action .goToBack {
    max-width: 96px;
}

.info_window .action .sc-1x1y2bq-3.disable,
.face_age_info .action .sc-1x1y2bq-3.disable {
    border: 2px solid #a2a2a2;
    background: #a2a2a2;
    color: #f5f5f5;
    opacity: 0.6;
    cursor: not-allowed;
}

.info_window .action .sc-1x1y2bq-3.disable:hover,
.face_age_info .action .sc-1x1y2bq-3.disable:hover {
    background: #a2a2a2;
    color: #f5f5f5;
    opacity: 0.6;
}

.info_window .action .sc-1x1y2bq-3 {
    width: 100%;
}



.face_age_info.widget .info_window {
    box-shadow: none;
    width: 100%;
}

.face_age_info.widget button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}


.face_age_info.widget .form_window {
    box-shadow: none;
    width: 100%;
}

.face_age_info.widget .action {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}



.face_age_info .privacy {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 12px;
    margin-top: 25px;
}




.app_bar .header_tools {
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E6E8F0;
    background: #fff;
    text-align: left;
}

.app_bar .header_tools .back {
    width: 32px;
    margin-left: 10px;
    cursor: pointer;
}

[dir="rtl"] .app_bar .header_tools .back {
    transform: rotate(180deg);
    margin-left: unset;
    margin-right: 10px;
}    

.app_bar .header_tools .title {
    width: 100%;
    margin: 0 10px;
    text-align: left;
    text-transform: capitalize;
}

[dir="rtl"] .app_bar .header_tools .title {
    text-align: right;
}

.app_bar .header_tools .info {
    width: 32px;
    margin: 0 10px;
    cursor: pointer;
}

.app_bar .header_tools .refresh {
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
}

.app_bar .header_tools .close {
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
}
.app_bar .header_tools .action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
}

.modal .recommendation_modal_window {
    overflow-y: scroll;
    height: 100%;
}

.widget .recommendation_modal_window {
    overflow-y: scroll;
    height: 100%;
}

.modal .recommendation_modal_window .header_tools {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #ffff;
}

.modal .recommendation_modal_window:before {
    content: ' ';
    width: 100%;
    height: 62px;
    display: block;
}


.recommendation_modal_window .header_tools .back {
    width: 32px;
    cursor: pointer;
}

[dir="rtl"] .recommendation_modal_window .header_tools .back {
    transform: rotate(180deg);
}

.recommendation_modal_window .header_tools {
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E6E8F0;
}

.recommendation_modal_window .header_tools .title {
    width: 100%;
    margin: 0 10px;
}

.recommendation_modal_window .header_tools .info {
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
}

.recommendation_modal_window .header_tools .refresh {
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
}

.recommendation_modal_window .header_tools .close {
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
}

.recommendation_modal_window .header_tools .back {
    width: 32px;
    cursor: pointer;
}


.recommendation_modal_window .body {
    padding: 12px 10px 10px;
}

.recommendation_modal_window .slider_header {
    position: relative;
    text-align: center;
}

.recommendation_modal_window .slider_header .face_slide{
    background: transparent !important;
}

.recommendation_modal_window .slider_header .swiper-wrapper{
    height: auto;
}

.modal_face_age.skin_report .modal_window {
    width: 95%;
}


.routine_item .routine_title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.routine_item .routine_title span {
    font-size: 18px;
    margin-right: 6px;
    display: inline-block;
    color: var(--basic);
}

.routine_item .routine_content {
    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 14px;
}

.routine_item {
    margin: 36px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e8f0;
}

.routine .routine_item:last-child {
    border-bottom: 0 solid transparent;
}


.textInput input {
    background-color: #ffffff;
    color: #1f2933;
    font-size: 14px;
    border-radius: 16px;
    padding: 16px 18px;
    width: 100%;
    line-height: 1.22;
    border: 1px solid rgba(151, 162, 189, 0.45);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    transition: background 0.25s ease, border-color 0.2s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.textInput input::placeholder {
    color: rgba(79, 86, 101, 0.6);
}
.textInput input:focus {
    outline: none;
    border-color: var(--basic);
    box-shadow: 0 0 0 2px var(--basic);
    transform: translateY(-1px);
}
.textInput select {
    background-color: #ffffff;
    color: #1f2933;
    font-size: 14px;
    border-radius: 16px;
    padding: 16px 18px;
    width: 100%;
    line-height: 1.22;
    border: 1px solid rgba(151, 162, 189, 0.45);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    transition: background 0.25s ease, border-color 0.2s ease, box-shadow 0.25s ease, transform 0.2s ease;
    appearance: none;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 12px 12px;
}
.textInput select:focus {
    outline: none;
    background: #ffffff;
    border-color: var(--basic);
    box-shadow: 0 0 0 2px var(--basic);
    transform: translateY(-1px);
}

.app_bar .header_tools .title img {
    width: auto;
    height: 38px;
    max-width: 150px;
    max-height: 38px;
    margin: -3px 0;
}

.textInput textarea {
    background-color: #ffffff;
    color: #1f2933;
    font-size: 14px;
    border-radius: 16px;
    padding: 16px 18px;
    width: 100%;
    line-height: 1.5;
    border: 1px solid rgba(151, 162, 189, 0.45);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    transition: background 0.25s ease, border-color 0.2s ease, box-shadow 0.25s ease, transform 0.2s ease;
    resize: vertical;
    min-height: 120px;
}
.textInput textarea::placeholder {
    color: rgba(79, 86, 101, 0.6);
}
.textInput textarea:focus {
    outline: none;
    background: #ffffff;
    border-color: var(--basic);
    box-shadow: 0 0 0 2px var(--basic);
    transform: translateY(-1px);
}

.textInput {
    margin-top: 10px;
}


.input_select{
    display: grid;
    word-break: break-word;
    hyphens: auto;
    gap: 8px;
}
.input_select.normal{
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
}

.input_select .item {
    border-radius: 4px;
    padding: 12px;
    cursor: pointer;
    transition: 120ms ease-in;
    color: #000;
    background-color: #ececec;
    border: none;
    font-weight: normal;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.input_select .item.active {
    color: var(--color_action);
    background-color: var(--basic);
}

.input_select .item .title {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.input_select .item .ico {
    pointer-events: none;
    flex-shrink: 0;
    /* margin-right: 12px; */
    height: 30px;
    width: 30px;
}

.input_select .item .ico img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    width: 30px;
    border-radius: 4px;
}
.input_select .item.active .ico img {
    /*filter: brightness(0) invert(1);*/

}

.bLwrg.disabale {
    opacity: 0.5;
    background: #a2a2a2;
    border: 2px solid #a2a2a2;
    cursor: not-allowed;
    pointer-events: none;
}

.skin_report .score {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.skin_report .score .type{
    color: var(--basic);
    font-weight: 600;
    font-size: 14px;
}

.skin_report .chart{
    width: 65%;
    margin: 0 auto;
}

.pdfDlWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}

.skin_report .pdfDlWrapper .downloadPdf {
    background: var(--basic_action);
    color: var(--color_action);
    border: 2px solid var(--basic_action);
    padding: 12px 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
}
.skin_report .pdfDlWrapper .downloadPdf:hover {
    opacity: 0.9;
}

.modal_face_age .modal_window .close_btn {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}
[dir="rtl"] .modal_face_age .modal_window .close_btn{
    right:unset;
    left:10px;
}

.modal_face_age .modal_window {
    position: relative;
    max-width: 400px;
}

.modal .modal_face_age.skin_report .modal_window {
    max-width: 500px;
}

.modal_face_age .modal_window .close_btn svg {
    width: 28px;
    height: 28px;
}

.problem_items .box {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
}
.problem_items .box h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.problem_items .percentage {
    font-size: 14px;
}
.problem_items .progress-bar-container {
    margin-top: 10px;
    margin-bottom: 0;
}
.problem_items .progress-bar-container .title_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.problem_items .progress-bar {
    width: 100%;
    height: 10px;
    position: relative;
}
.problem_items .progress-bar .bar {
    display: flex;
    align-items: center;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(to right, #5CB338, #ECE852, #FFC145, #FB4141);
}
[dir="rtl"] .problem_items .progress-bar .bar {
    background: linear-gradient(to left, #5CB338, #ECE852, #FFC145, #FB4141);
}
/* .problem_items .progress-bar .bar div {
    width: 33.33%;
    height: 100%;
}
.problem_items .progress-bar .bar div:nth-child(1) {
    background-color: #a3d49f;
}
.problem_items .progress-bar .bar div:nth-child(2) {
    background-color: #f7d28c;
}
.problem_items .progress-bar .bar div:nth-child(3) {
    background-color: #cf8c8c;
} */
.problem_items .progress-indicator {
    height: 21px;
    width: 21px;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    backdrop-filter: blur(8px);
    border: 2px solid var(--basic);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 24%;
}
.problem_items .status-text {
    font-size: 11px;
    color: #888;
}
.problem_items .description {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.recommendation_products .header_product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 12px;
}
.recommendation_products .header_product .title{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}
.recommendation_products .header_product .add_to_cart{
    background: var(--basic);
    border: 0 solid;
    padding: 12px 8px;
    border-radius: 10px;
    display: inline-block;
    color: var(--color_action);
    font-weight: bold;
    cursor: pointer;
}
.recommendation_products .footer_box {
    display: flex;
    justify-content: space-between;
    background: #f1f3f4;
    padding: 10px;
}
.recommendation_products .footer_box .check_out{
    background: var(--basic);
    border: 0 solid;
    padding: 12px 35px;
    border-radius: 10px;
    display: inline-block;
    color: var(--color_action);
    font-weight: bold;
    cursor: pointer;
    width: 45%;
    max-width: 217px;
}
.recommendation_products .footer_box .add_to_cart{
    background: var(--basic);
    border: 0 solid;
    padding: 12px 35px;
    border-radius: 10px;
    display: inline-block;
    color: var(--color_action);
    font-weight: bold;
    cursor: pointer;
    width: 45%;
    max-width: 217px;
}
.recommendation_products .header_product .action{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recommendation_products .header_product .show_routine{
    border: 1px solid var(--basic);
    background: transparent;
    padding: 12px 8px;
    border-radius: 10px;
    display: inline-block;
    color: var(--basic);
    font-weight: bold;
    cursor: pointer;
    margin-left: 6px;
}


.recommendation_products .header_product .routine_btn{
    background: #F3F3F3;
    border: 0 solid;
    padding: 12px 8px;
    min-width: 90px;
    border-radius: 10px;
    color: #2F2D32;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
}

.recommendation_products .header_product .routine_btn.active{
    background: var(--basic);
    color: var(--color_action);
}

.recommendation_products .header_product .routine_btn.active svg path{
    fill: #fff;
}

.recommendation_products .header_product .routine_btn svg{
    width: 100%;
}

.recommendation_products .header_routine_box {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e8f0;
}

.recommendation_products .header_routine_des{

    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 14px;

}

.privacy_face_age {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    justify-content: flex-start;
}

[dir="rtl"] .privacy_face_age .text {
    text-align: right;
}
.privacy_face_age .text {
    margin: 0;
}

.privacy_face_age a {
    color: #000;
}

.form_window .box_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_window .box_title  .goBack {
    margin-left: 10px;
    width: 32px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
.face_age_info .title  .goBack svg,
.form_window .box_title  .goBack svg{
    width: 32px;
}
.form_window .title {
    width: 100%;
}

.face_age_form > div > div > div.box_title {
    padding:24px;
}


.face_age_info .title{
    position: relative;
}

.face_age_info .title  .goBack  {
    margin-left: 10px;
    width: 32px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: 0;
}


.face_age_info .title .bt{
    width: 100%;
}

.face_age_info .title h2 {
    color: var(--basic_action);
}


.privacy_face_age .check_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border: 2px solid #D1D5DB;
    border-radius: 8px;
    background: #fff;
    transition: all .25s ease;
    cursor: pointer;
}

.privacy_face_age .check_box_input {
    display: none;
}

.privacy_face_age .check_box::after {
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    opacity: 0;
    transition: all .25s ease;
}

.privacy_face_age .check_box.active {
    border-color: #000000;
    background-color: rgba(253, 253, 253, 0.3);
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(0,0,0,0.10), 0 10px 24px rgba(0,0,0,0.06);
}

.privacy_face_age .check_box.active::after {
    opacity: 1;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23000000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>');
}

.progress_box_problem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:16px;
}

.progress_box_problem .progress_item {
    width: 100%;
}

.progress_image img {
    width: 100%;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.progress_image {
    width: 100px;
    position: relative;
}
.progress_image:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.product_empty {
    text-align: center;
    padding: 40px 0;
    font-size: 15px;
    opacity: 0.6;
}

.modal_window .body ol {
    padding: 0 17px;
    margin: 0;
}

.modal_window .body ol li {
    padding:  5px 0;
}


.box_title label.title_el {
    /*font-weight: bold;*/
    margin-top: 10px;
    display: block;
}

.box_title p.description_el {
    margin: 0;
    margin-top: 7px;
}

.el_box {
    margin-bottom: 24px;
}

p.err {
    color: var(--error);
    font-size: 12px;
    margin: 4px 0 0;
}

[dir="rtl"] p.err {
    text-align: right;
}


.problems_products button.recommended_products {
    width: 100%;
    padding: 16px 10px 16px;
    background: var(--basic_action);
    color: var(--color_action);
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.problems_products button.recommended_products:hover {
    background: var(--basic_action);
}

.loader_preview_image{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000040;
}

.face_loader_text{
    position: absolute;
    top: 30px;
    width: 60%;
    left: 20%;
    right: 20%;
    background: rgba(0, 0, 0, 0.58);
    overflow: hidden;
    height: 40px;
    border-radius: 10px;
    z-index: 999999999;

}
.face_loader_text .content__container__list {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    list-style: none;
    -webkit-animation: change 15s infinite;
    animation: change 15s infinite;
}
.face_loader_text .content__container__list__item {
    line-height: 40px;
    margin: 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
}


.face_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 230px;
    min-height: 230px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    top: -10%;
}


.face_loader-2 .loader-circles {
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
    transition: all 1s ease;
    -webkit-animation: loader-2-circles 2.5s ease-in-out alternate infinite;
    animation: loader-2-circles 2.5s ease-in-out alternate infinite;
}


.face_loader-2 .loader-diamond {
    position: absolute;
    top: -5%;
    left: -5%;
    right: -5%;
    bottom: -5%;
    border: 2px dashed rgba(255, 255, 255, 0.71);
    border-radius: 50%;
    opacity: 0.8;
    transition: all 1s ease;
    -webkit-animation: loader-2-diamond 20s infinite linear;
    animation: loader-2-diamond 20s infinite linear;

}

.face_loader-2 .loader-groove {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px groove rgba(255, 255, 255, 0.54);
    border-radius: 50%;

    -webkit-animation: loader-2-groove 5.5s ease-in-out alternate infinite;
    animation: loader-2-groove 5.5s ease-in-out alternate infinite;

}



@keyframes loader-2-groove {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        opacity: 0.7;
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(-180deg) scale(1);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: rotate(360deg) scale(1.3);
        transform: rotate(-360deg) scale(1.3);
    }
}

@-webkit-keyframes loader-2-groove {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        opacity: 0.7;
        -webkit-transform: rotate(180deg) scale(1);
        transform: rotate(-180deg) scale(1);
    }
    100% {
        opacity: 0.5;
        -webkit-transform: rotate(360deg) scale(1.3);
        transform: rotate(-360deg) scale(1.3);
    }
}

@keyframes loader-2-diamond {
    0% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        opacity: 0.9;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        opacity: 0.9;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-2-diamond {
    0% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        opacity: 0.9;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        opacity: 0.9;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@keyframes loader-2-circles {
    0% {
        -webkit-box-shadow: 0 0 0 #ffffff;
        box-shadow: 0 0 0 #ffffff;
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8);
    }
    50% {
        opacity: 1;
        -webkit-box-shadow: 24px -22px #ffffff, 30px -15px 0 -3px #ffffff, 31px 0px #ffffff, 29px 9px 0 -3px #ffffff, 24px 23px #ffffff, 17px 30px 0 -3px #ffffff, 0px 33px #ffffff, -10px 28px 0 -3px #ffffff, -24px 22px #ffffff, -29px 14px 0 -3px #ffffff, -31px -3px #e11a2b, -30px -11px 0 -3px #ffffff, -20px -25px #ffffff, -12px -30px 0 -3px #ffffff, 5px -29px #ffffff, 13px -25px 0 -3px #ffffff;
        box-shadow: 24px -22px #ffffff, 30px -15px 0 -3px #ffffff, 31px 0px #ffffff, 29px 9px 0 -3px #ffffff, 24px 23px #ffffff, 17px 30px 0 -3px #ffffff, 0px 33px #ffffff, -10px 28px 0 -3px #ffffff, -24px 22px #ffffff, -29px 14px 0 -3px #ffffff, -31px -3px #ffffff, -30px -11px 0 -3px #ffffff, -20px -25px #ffffff, -12px -30px 0 -3px #ffffff, 5px -29px #ffffff, 13px -25px 0 -3px #ffffff;
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        opacity: 0.8;
        -webkit-transform: rotate(360deg) scale(1.5);
        transform: rotate(360deg) scale(1.5);
        -webkit-box-shadow: 25px -22px #ffffff, 15px -22px 0 -3px #ffffff, 31px 2px #ffffff, 21px 2px 0 -3px #ffffff, 23px 25px #ffffff, 13px 25px 0 -3px #ffffff, 0px 33px #ffffff, -10px 33px 0 -3px #ffffff, -26px 24px #ffffff, -19px 17px 0 -3px #ffffff, -32px 0px #ffffff, -23px 0px 0 -3px #ffffff, -25px -23px #ffffff, -16px -23px 0 -3px #ffffff, 0px -31px #ffffff, -2px -23px 0 -3px #ffffff;
        box-shadow: 25px -22px #ffffff, 15px -22px 0 -3px #ffffff, 31px 2px #ffffff, 21px 2px 0 -3px #ffffff, 23px 25px #ffffff, 13px 25px 0 -3px #ffffff, 0px 33px #ffffff, -10px 33px 0 -3px #ffffff, -26px 24px #ffffff, -19px 17px 0 -3px #ffffff, -32px 0px #ffffff, -23px 0px 0 -3px #ffffff, -25px -23px #ffffff, -16px -23px 0 -3px #ffffff, 0px -31px #ffffff, -2px -23px 0 -3px #ffffff;
    }
}

@-webkit-keyframes loader-2-circles {
    0% {
        -webkit-box-shadow: 0 0 0 #ffffff;
        box-shadow: 0 0 0 #ffffff;
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8);
    }
    50% {
        opacity: 1;
        -webkit-box-shadow: 24px -22px #ffffff, 30px -15px 0 -3px #ffffff, 31px 0px #ffffff, 29px 9px 0 -3px #ffffff, 24px 23px #ffffff, 17px 30px 0 -3px #ffffff, 0px 33px #ffffff, -10px 28px 0 -3px #ffffff, -24px 22px #ffffff, -29px 14px 0 -3px #ffffff, -31px -3px #e11a2b, -30px -11px 0 -3px #ffffff, -20px -25px #ffffff, -12px -30px 0 -3px #ffffff, 5px -29px #ffffff, 13px -25px 0 -3px #ffffff;
        box-shadow: 24px -22px #ffffff, 30px -15px 0 -3px #ffffff, 31px 0px #ffffff, 29px 9px 0 -3px #ffffff, 24px 23px #ffffff, 17px 30px 0 -3px #ffffff, 0px 33px #ffffff, -10px 28px 0 -3px #ffffff, -24px 22px #ffffff, -29px 14px 0 -3px #ffffff, -31px -3px #ffffff, -30px -11px 0 -3px #ffffff, -20px -25px #ffffff, -12px -30px 0 -3px #ffffff, 5px -29px #ffffff, 13px -25px 0 -3px #ffffff;
        -webkit-transform: rotate(180deg) scale(1.1);
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        opacity: 0.8;
        -webkit-transform: rotate(360deg) scale(1.5);
        transform: rotate(360deg) scale(1.5);
        -webkit-box-shadow: 25px -22px #ffffff, 15px -22px 0 -3px #ffffff, 31px 2px #ffffff, 21px 2px 0 -3px #ffffff, 23px 25px #ffffff, 13px 25px 0 -3px #ffffff, 0px 33px #ffffff, -10px 33px 0 -3px #ffffff, -26px 24px #ffffff, -19px 17px 0 -3px #ffffff, -32px 0px #ffffff, -23px 0px 0 -3px #ffffff, -25px -23px #ffffff, -16px -23px 0 -3px #ffffff, 0px -31px #ffffff, -2px -23px 0 -3px #ffffff;
        box-shadow: 25px -22px #ffffff, 15px -22px 0 -3px #ffffff, 31px 2px #ffffff, 21px 2px 0 -3px #ffffff, 23px 25px #ffffff, 13px 25px 0 -3px #ffffff, 0px 33px #ffffff, -10px 33px 0 -3px #ffffff, -26px 24px #ffffff, -19px 17px 0 -3px #ffffff, -32px 0px #ffffff, -23px 0px 0 -3px #ffffff, -25px -23px #ffffff, -16px -23px 0 -3px #ffffff, 0px -31px #ffffff, -2px -23px 0 -3px #ffffff;
    }
}





@-webkit-keyframes change {
    0%, 12.66%, 100% {transform:translate3d(0,0,0);}
    16.66%, 29.32% {transform:translate3d(0,-25%,0);}
    33.32%,45.98% {transform:translate3d(0,-50%,0);}
    49.98%,62.64% {transform:translate3d(0,-75%,0);}
    66.64%,79.3% {transform:translate3d(0,-50%,0);}
    83.3%,95.96% {transform:translate3d(0,-25%,0);}
}
@-o-keyframes change {
    0%, 12.66%, 100% {transform:translate3d(0,0,0);}
    16.66%, 29.32% {transform:translate3d(0,-25%,0);}
    33.32%,45.98% {transform:translate3d(0,-50%,0);}
    49.98%,62.64% {transform:translate3d(0,-75%,0);}
    66.64%,79.3% {transform:translate3d(0,-50%,0);}
    83.3%,95.96% {transform:translate3d(0,-25%,0);}
}

@-moz-keyframes change {
    0%, 12.66%, 100% {transform:translate3d(0,0,0);}
    16.66%, 29.32% {transform:translate3d(0,-25%,0);}
    33.32%,45.98% {transform:translate3d(0,-50%,0);}
    49.98%,62.64% {transform:translate3d(0,-75%,0);}
    66.64%,79.3% {transform:translate3d(0,-50%,0);}
    83.3%,95.96% {transform:translate3d(0,-25%,0);}
}

@keyframes change {
    0%, 12.66%, 100% {transform:translate3d(0,0,0);}
    16.66%, 29.32% {transform:translate3d(0,-25%,0);}
    33.32%,45.98% {transform:translate3d(0,-50%,0);}
    49.98%,62.64% {transform:translate3d(0,-75%,0);}
    66.64%,79.3% {transform:translate3d(0,-50%,0);}
    83.3%,95.96% {transform:translate3d(0,-25%,0);}
}


@media (max-width:990px) {
    .face_age .sm_itemReport h4 {
        margin: 6px -7px 0;
        font-size: 11px;
    }
    .face_age .sm_itemReport {
        background-size: 90px;
    }
    .face_age .image_itemReport {
        width: 25px;
        height: 25px;
        background-size: 25px;
    }
    .face_age .sm_itemReport h4 {
        margin: 3px -7px 0;
    }
    .face_age .sm_itemReport span {
        font-size: 11px;
        margin-top: 1px;
        display: block;
    }
}


.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
    overflow: hidden;
}

.cropper-drag-box {
    background-color: var(--color_action);
    opacity: 0;
}

.cropper-modal {
    background-color: #000;
    opacity: 0.5;
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline: 1px solid rgba(255, 255, 255, 0.7);
    outline-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    width: 100%;
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: 0.5;
    position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
}

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
}

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    width: 0;
}

.cropper-center::before,
.cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
}

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
}

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
    display: block;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%;
}

.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0;
}

.cropper-line {
    background-color: var(--color_action);
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
}

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
}

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
}

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
}

.cropper-point {
    background-color: var(--color_action);
    height: 5px;
    opacity: 0.75;
    width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
}

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
}

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
}

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
}

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
}

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
}

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
}

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
}


@media (max-width: 992px) {
    .products .product_item_box {
        width: 33.33%;
        padding: 5px;
    }

    .products {
        margin: 0 -5px 10px;
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px;
    }
}



@media (min-width: 768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px;
    }
}

@media (max-width: 768px) {
    .form_window{
        width: 95%;
    }
    .info_window{
        width: 95%;
    }
    .products .product_item_box {
        width: 50%;
        padding: 5px;
    }

    .products {
        margin: 0 -5px 10px;
    }

    .recommendation_products .header_product .title{
        margin: 0;
        font-size: 12px;
        font-weight: 600;
        padding: 0;
    }

    .recommendation_products .header_product.header_routine .title{
        font-size: 14px;
        font-weight: 600;
    }
    .recommendation_products .header_product .add_to_cart{
        font-size: 12px;
        padding: 10px 8px;
    }

    .recommendation_products .header_product .show_routine{
        font-size: 12px;
        padding: 10px 8px;
    }

    .routine_item .routine_title {
        font-size: 14px;
    }
    .routine_item .routine_title span{
        font-size: 16px;
        margin-right: 4px;
    }

}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: 0.75;
        width: 5px;
    }
}

.cropper-point.point-se::before {
    background-color: #fff;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
}

.cropper-invisible {
    opacity: 0;
}

.cropper-bg {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.cropper-hidden {
    display: none !important;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed;
}

.face_crop_img img{
    display: block;
    max-width: 100%;
}

.faceage-feedback {
    padding: 12px 0 0;
    display: flex;
    justify-content: center;
}

.faceage_feedback_host {
    margin-top: 16px;
}

.faceage-feedback-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 12px;
    width: 100%;
    max-width: 360px;
}

.faceage-feedback-title {
    font-weight: 400;
    font-size: 12px;
    color: #747474;
    flex: 1;
    min-width: 120px;
    text-align: center;
}

.faceage-feedback-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}

.faceage-feedback-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e0e4ec;
    background: transparent;
    color: #1d1b20;
    border-radius: 14px;
    padding: 10px 14px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: none;
    transition: all 0.2s ease;
}

.faceage-feedback-btn .faceage-feedback-icon {
    display: inline-flex;
}

.faceage-feedback-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.faceage-feedback-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.faceage-feedback-btn--active {
    background: var(--basic);
    border-color: var(--basic);
    color: #ffffff;
}

.faceage-feedback-btn--locked {
    cursor: default;
}

.faceage-feedback-status {
    font-size: 12px;
    color: #747474;
    font-weight: 300;
    margin-top: 4px;
}

.faceage-feedback-status--error {
    color: #d93025;
}

@media only screen and (max-width: 768px) {
    .faceage-feedback-card {
        flex-direction: column;
        align-items: center;
        max-width: 320px;
    }
    .faceage-feedback-actions {
        width: 100%;
        justify-content: center;
    }
}


/* Styles moved from Core.js inline style */
.mask_face_positoon_center .backdrop.svelte-wisvax::after {
    -webkit-mask: linear-gradient(to right, #000, #000), url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzM2IiBoZWlnaHQ9IjM4OSIgdmlld0JveD0iMCAwIDMzNiAzODkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGVsbGlwc2UgY3g9IjE2OCIgY3k9IjE5NC41IiByeD0iMTY3IiByeT0iMTkzLjUiLz48L3N2Zz4K") center / auto 100% no-repeat;
    mask: linear-gradient(to right, #000, #000), url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzM2IiBoZWlnaHQ9IjM4OSIgdmlld0JveD0iMCAwIDMzNiAzODkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGVsbGlwc2UgY3g9IjE2OCIgY3k9IjE5NC41IiByeD0iMTY3IiByeT0iMTkzLjUiLz48L3N2Zz4K") center / auto 100% no-repeat;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.mask_face_positoon_center .before\:absolute:before {
    content: " ";
    position: absolute;
}
.mask_face_positoon_center .before\:shadow-\[0px_0px_0_100vmax_black\]:before {
    content: " ";
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 0 100vmax black;
}
.mask_face_positoon_center .before\:w-auto:before {
    content: " ";
    width: auto;
}
.mask_face_positoon_center .before\:h-\[calc\(100\%-2px\)\]:before {
    content: " ";
    height: calc(100% - 2px);
}
.mask_face_positoon_center .before\:aspect-\[336\/389\]:before {
    content: " ";
    aspect-ratio: 336 / 389;
}
.mask_face_positoon_center .before\:top-\[1px\]:before {
    content: " ";
    top: 1px;
}
.mask_face_positoon_center .after\:bg-black:after {
    content: " ";
    background-color: rgb(0 0 0 / 1);
}
.mask_face_positoon_center .after\:w-auto:after {
    content: " ";
    width: auto;
}
.mask_face_positoon_center .after\:h-full:after {
    content: " ";
    height: 100%;
}
.mask_face_positoon_center .after\:aspect-\[336\/389\]:after {
    content: " ";
    aspect-ratio: 336 / 389;
}
.mask_face_positoon_center .after\:top-0:after {
    content: " ";
    top: 0;
}
.mask_face_positoon_center .after\:absolute:after {
    content: " ";
    position: absolute;
}
.mask_face_positoon_center .frame.svelte-wisvax {
    -webkit-mask: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.29));
    mask: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.29));
}
.mask_face_positoon_center .transition-\[color\] {
    transition-property: color;
    transition-timing-function: cubic-bezier(.5, 0, .5, 1);
    transition-duration: .15s;
}
.mask_face_positoon_center .aspect-\[336\/389\] {
    aspect-ratio: 336 / 389;
}
.mask_face_positoon_center .frame.svelte-wisvax > * {
    height: 100%;
    width: 100%;
}
.mask_face_positoon_center :where(.icon-ellipse-ea4be9f3) {
    --icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzM2IiBoZWlnaHQ9IjM4OSIgdmlld0JveD0iMCAwIDMzNiAzODkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxlbGxpcHNlIGN4PSIxNjgiIGN5PSIxOTQuNSIgcng9IjE2NyIgcnk9IjE5My41IiAvPjwvc3ZnPg==);
    display: inline-block;
    width: 21rem;
    height: 24.3125rem;
    background-color: currentColor;
    -webkit-mask-image: var(--icon);
    mask-image: var(--icon);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    color: #fff;
}
.mask_face_positoon_center .-translate-x-1\/2 {
    transform: translate(-50%, 0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}
.mask_face_positoon_center .help_center svg {
    display: block;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    color: #fff;
}
.facePosition .helpTextPosition {
    height: 68px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100%;
    bottom: -65px;
    position: absolute;
    text-align: center;
    color: white;
    font-size: 14px;
    display: flex;
    padding: 0 37px;
}
.facePosition .helpTextPosition svg {
    width: 24px;
    height: 24px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    stroke: #fff;
    color: #ffff;
}
.mask_face_positoon_center .help_center .direction-indicator-container svg {
    position: relative;
}
.mask_face_positoon_center .help_center .direction-indicator-container {
    transform-origin: center center calc(-1px * var(--radius));
    transform: translateX(-50%) translateY(-50%) rotateY(calc(-1deg * var(--angle-y, 0))) rotateX(calc(-1deg * var(--angle-x, 0))) rotateZ(calc(-1deg * var(--angle-z, 0)));
    width: 14.67%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
}
.product_item {
    position: relative;
}
.product_item .product_media_box {
    position: relative;
    width: 100%;
    display: block;
}
.fa-product-card.fa-preset-prime .product_media_box {
    position: relative;
    width: 100%;
    display: block;
}
.fa-product-card.fa-preset-apex .routine_group {
    top: 16px;
    left: 16px;
}
.fa-product-card.fa-preset-apex .product_media_box {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    flex: 0 0 70%;
    height: 70%;
}
.fa-product-card.fa-preset-apex .product_media_box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
    pointer-events: none;
}
.fa-product-card.fa-preset-apex .product_info_overlay {
    position: relative;
    margin-top:-55px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 16px;
    color: #fff;
    flex: 1 1 30%;
    min-height: 30%;
}
.fa-product-card.fa-preset-apex .product_action_row_apex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    width: 100%;
}
@media (max-width: 600px) {
    .fa-product-card.fa-preset-apex .product_action_row_apex,
    .fa-product-card.fa-preset-apex .product_action_row {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
    }
    .fa-product-card.fa-preset-apex .product_action_row_apex .product_price,
    .fa-product-card.fa-preset-apex .product_action_row .product_price {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 8px;
    }
}
.fa-product-card.fa-preset-apex .product_header_row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.product_item .routine_group {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
    z-index: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    margin-bottom: 0;
}
.fa-product-card.fa-preset-prime .routine_group {
    top: auto;
    bottom: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.45);
    color: #0f172a;
    padding: 6px 12px;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.fa-product-card.fa-preset-genesis {
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    border-radius: 24px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
}
.fa-product-card.fa-preset-prime {
    background: #fff;
    border: 1px solid #e6e8f0;
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
    border-radius: 24px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
}
.fa-product-card.fa-preset-apex {
    background: #000;
    border: none;
    box-shadow: 0 22px 60px rgba(0,0,0,0.35);
    border-radius: 28px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.fa-product-card.fa-preset-genesis .product_item_link,
.fa-product-card.fa-preset-prime .product_item_link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.fa-product-card.fa-preset-apex .product_item_link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.fa-product-card.fa-preset-genesis .fa-product-img,
.fa-product-card.fa-preset-prime .fa-product-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
    object-fit: cover;
}
.fa-product-card.fa-preset-apex .fa-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.fa-product-card.fa-preset-genesis .routine_group {
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.2;
    display: inline-flex;
    gap: 6px;
    z-index: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.fa-product-card.fa-preset-genesis .product_title {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 4px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fa-product-card.fa-preset-genesis .product_description {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}
.fa-product-card.fa-preset-prime .product_title {
    font-size: 18px;
    font-weight: 700;
    margin: 12px 0 6px 0;
    color: #0f172a;
}
.fa-product-card.fa-preset-prime .product_description {
    font-size: 14px;
    color: #475569;
    margin: 0;
}
.fa-product-card.fa-preset-apex .product_title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
.fa-product-card.fa-preset-apex .product_description {
    font-size: 15px;
    color: #BEBEBE;
    margin: 0;
}
.fa-product-card.fa-preset-genesis .product_problem_support,
.fa-product-card.fa-preset-prime .product_problem_support,
.fa-product-card.fa-preset-apex .product_problem_support {
    margin: 0;
    padding: 0;
    width: 100%;
}
.fa-product-card.fa-preset-prime .product_problem_support {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    color: #808080;
    font-size: 12px;
}
.fa-product-card.fa-preset-prime .product_problem_support .swiper-wrapper {
    display: inline;
}
.fa-product-card.fa-preset-prime .product_problem_support .swiper-slide {
    display: inline;
    width: auto !important;
}
.fa-product-card.fa-preset-apex .product_problem_support {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    color: #BEBEBE;
    font-size: 13px;
}
.fa-product-card.fa-preset-genesis .product_problem_item {
    border: 1px solid var(--product_action);
    color: var(--product_action);
    background: #fff;
    border-radius: 999px;
    padding: 4px 10px;
    font-weight: 400;
    font-size: 12px;
    box-shadow: none;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.fa-product-card.fa-preset-prime .product_problem_item {
    border: none;
    color: #808080;
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5;
    box-shadow: none;
    text-transform: none;
    display: inline;
}
.fa-product-card.fa-preset-apex .product_problem_item {
    border: none;
    color: #e2e8f0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    box-shadow: none;
    text-transform: none;
    display: inline;
}
.fa-product-card.fa-preset-prime .product_variables select {
    border-radius: 48px;
}
.fa-product-card.fa-preset-apex .product_variables select {
    border-radius: 48px;
    border: 1px solid #BEBEBE;
    background: transparent;
    color: #BEBEBE;
}
.fa-product-card.fa-preset-genesis .product_price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 0;
}
.fa-product-card.fa-preset-prime .product_price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 2px 0 0 0;
}
.fa-product-card.fa-preset-prime .product_action_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 6px;
}
@media screen and (max-width: 600px) {
    .fa-product-card.fa-preset-prime .product_action_row {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
    }
    .fa-product-card.fa-preset-prime .product_action_row .product_price {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 8px;
    }
    .fa-product-card.fa-preset-prime  {
        padding: 8px !important;
    }
    .fa-product-card.fa-preset-prime .fa-addToCart-btn {
        font-size: 14px !important;
        padding: 10px 12px !important;
        font-weight: 500 !important;
    }
    .fa-product-card.fa-preset-prime .routine_group {
        padding: 4px;
        font-size: 10px;
        bottom: 8px;
        left: 8px;
    }
}
.fa-product-card.fa-preset-prime .product_action_row .product_price {
    margin: 0;
    flex-shrink: 0;
    display: flex;
    align-items: baseline;
    gap: 0;
    flex-direction: column;
}
@media (max-width: 600px) {
    .fa-product-card.fa-preset-prime .product_action_row .product_price {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 8px;
    }
}
.fa-product-card.fa-preset-apex .product_price {
    display: flex;
    flex-direction: column;
    margin: 0;
}
@media (max-width: 600px) {
    .fa-product-card.fa-preset-apex .product_action_row_apex .product_price,
    .fa-product-card.fa-preset-apex .product_action_row .product_price {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 8px;
    }
}
.fa-product-card.fa-preset-genesis .product_price .price {
    color: var(--product_action);
    font-size: 16px;
    font-weight: 600;
}
.fa-product-card.fa-preset-prime .product_price .price {
    color: var(--product_action);
    font-size: 18px;
    font-weight: 600;
}
.fa-product-card.fa-preset-apex .product_price .price {
    color: var(--product_action);
    font-size: 18px;
    font-weight: 700;
}
.fa-product-card.fa-preset-genesis .product_price .old {
    color: #94a3b8;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
}
.fa-product-card.fa-preset-prime .product_price .old {
    color: #94a3b8;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 500;
    margin-left: 0;
}
.fa-product-card.fa-preset-apex .product_price .old {
    color: #BEBEBE;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 500;
    opacity: 1;
    margin-left: 0;
}
.fa-product-card.fa-preset-genesis .fa-addToCart-btn {
    width: 100%;
    background: var(--product_action);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    /* min-height: 52px; */
}
.fa-product-card.fa-preset-prime .fa-addToCart-btn {
    width: 100%;
    background: var(--product_action);
    color: #fff;
    border: none;
    border-radius: 128px;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    /* min-height: 50px; */
}
.fa-product-card.fa-preset-prime .product_action_row .fa-addToCart-btn {
    width: 100%;
    padding: 14px 20px;
}
.fa-product-card.fa-preset-apex .fa-addToCart-btn {
    width: 100%;
    background: var(--product_action);
    color: #04111c;
    border: none;
    border-radius: 128px;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 18px 40px rgba(0,0,0,0.32);
    cursor: pointer;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    min-height: 54px;
}
.fa-product-card.fa-preset-genesis .fa-addToCart-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.14);
}
.fa-product-card.fa-preset-genesis .fa-addToCart-btn:active {
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
@media screen and (max-width: 600px) {
    .fa-product-card.fa-preset-genesis .fa-addToCart-btn {
        font-size: 14px !important;
        padding: 10px 12px !important;
        font-weight: 500 !important;
    }
    .fa-product-card.fa-preset-genesis {
        padding: 8px !important;
    }
    .fa-product-card.fa-preset-genesis .routine_group {
        padding: 4px;
        font-size: 10px;
        top: 8px;
        left: 8px;
    }
    .fa-product-card.fa-preset-genesis .product_problem_item {
        padding: 4px 8px;
        font-size: 11px;
    }
}
.form_window {
    position: relative;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    overflow: hidden;
}
.form_window .box_title {
    display: flex;
    align-items: center;
    gap: 10px;
}
[dir="rtl"] .form_window .box_title {
    text-align: right;
}
.form_window .box_title-header {
    padding: 24px;
}
.form_window .box_title .title {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: var(--basic_action);
}

.form_window .box_title .step_indicator {
    display:flex;
    align-items:center;
    gap:8px;
    margin-left:auto;
    font-size: 12px;
    color:#6B7280;
}
.form_window .elements {
    padding:0 24px;
}
.input_select {
    display: grid;
    grid-auto-rows: minmax(0, auto);
    gap: 12px;
}
.input_select.normal {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.input_select .item {
    background: #fff;
    border: 1.5px solid #E5E7EB;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    color: #111827;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all .25s ease;
    cursor: pointer;
}
[dir="rtl"] .input_select .item {
    text-align: right;
}
.input_select .item:hover {
    border-color: var(--basic);
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.10);
}
.input_select .radio.item::before {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #D1D5DB;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 0 var(--color_action);
    transition: all .25s ease;
}
.input_select .radio.item.active::before {
    border-color: rgba(255,255,255,0.95);
    background: rgba(255,255,255,0.30);
    box-shadow: inset 0 0 0 6px var(--color_action);
}
.input_select .checkbox.item::before {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #D1D5DB;
    border-radius: 8px;
    background: #fff;
    transition: all .25s ease;
}
.input_select .checkbox.item.active::before {
    border-color: #ffffff;
    background-color: rgba(255,255,255,0.30);
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}
.input_select .item.active {
    color: var(--color_action);
    background: var(--basic);
    border-color: transparent;
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(0,0,0,0.10), 0 10px 24px rgba(0,0,0,0.06);
}
.input_select .item .title {
    font-weight: 600;
}
.bLwrg {
    background: var(--basic_action);
    color: var(--color_action);
    border: 2px solid var(--basic_action);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    border-radius: 14px;
    padding: 12px 16px;
    text-align:center;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.bLwrg:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}
.bLwrg.disable {
    opacity: 0.5;
    pointer-events: none;
}
.bLwrg.outline {
    background: transparent;
    color: var(--basic_action);
    border: 2px solid var(--basic_action);
    box-shadow: none;
}
.textInput input:focus,
.textInput select:focus,
.textInput textarea:focus {
    outline: none;
    border-color: var(--basic) !important;
    box-shadow: 0 0 0 2px var(--basic) !important;
    transform: translateY(-1px);
}
.form_window .progress {
    margin: 10px 18px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.form_window .progress .step_indicator {
    font-size: 12px;
    color: #6B7280;
}
.form_window .progress .bars {
    display: flex;
    gap: 6px;
    justify-content: center;
}
.form_window .progress .bar {
    height: 6px;
    width: 6px;
    border: 1px solid #E5E7EB;
    background: #ffffff;
    border-radius: 999px;
    transition: all .25s ease;
}
.form_window .progress .bar.passed {
    background: var(--basic_action);
    opacity: .6;
    border-color: var(--basic_action);
}
.form_window .progress .bar.current,
.form_window .progress .bar.active {
    background: var(--basic_action);
    width: 18px;
    opacity: 1;
    border-color: var(--basic_action);
}
.form_window .action {
    padding: 0 0 18px;
}
.form_window .action .dZaMnF {
    display: flex;
    gap: 12px;
    align-items: center;
}
.form_window .action .bLwrg.next {
    flex: 1;
}
.form_window .action .bLwrg.outline {
    flex: 0 0 auto;
}
.header_tools .title {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}