.loadingVoucher {
    z-index: 9991;
    position: fixed;
    top: 40%;
    left: 47.5%;
  
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-bottom: 3px solid rgba(0, 0, 0, 0.719);
    animation: loadingVoucher 800ms linear infinite;
  }
  .loading_get_voucher {
    z-index: 10;
    display: none;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
  }
  .loading_get_voucher-logined {
    z-index: 10;
    display: none;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
  }
  .loading_get_voucher2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .loading_get_voucher2 p {
    color: #fff;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
  }
  .position-loading_get_voucher2 {
    margin: auto;
    position: absolute;
    left: calc(50% - 25px);
  }
  .loading_get_voucher .loader-44 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    color: var(--main_color);
    -webkit-animation: animloader44 2s linear infinite;
    animation: animloader44 2s linear infinite;
  }
  .loading_get_voucher2 .loader-44 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    color: var(--main_color);
    -webkit-animation: animloader44 2s linear infinite;
    animation: animloader44 2s linear infinite;
  }
  @-webkit-keyframes animloader44 {
    0% {
      box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
    25% {
      box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
    }
    50% {
      box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
    }
    75% {
      box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
    100% {
      box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
  }
  @keyframes animloader44 {
    0% {
      box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
    25% {
      box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
    }
    50% {
      box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
    }
    75% {
      box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
    100% {
      box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
  }
  .border-loading-spin {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
  .loader-22 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 10px solid;
  
    animation: animloader51 1.5s linear infinite alternate;
  }
  
  @keyframes animloader51 {
    0% {
      border-color: var(--main_color) rgba(255, 255, 255, 0)
        rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    }
    33% {
      border-color: var(--main_color) var(--main_color) rgba(255, 255, 255, 0)
        rgba(255, 255, 255, 0);
    }
    66% {
      border-color: var(--main_color) var(--main_color) var(--main_color)
        rgba(255, 255, 255, 0);
    }
    100% {
      border-color: var(--main_color) var(--main_color) var(--main_color)
        var(--main_color);
    }
  }
  @keyframes loadingVoucher {
    to {
      transform: rotateZ(-360deg);
    }
  }
  .circle_load::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: solid 1px rgba(237, 29, 36, 0.6);
    z-index: -1;
    animation: zoomout 1.7s linear infinite;
    animation-delay: 0.5s;
  }
  .circle_register_po {
    animation: circle_register_po_animation 1s linear infinite;
  }
  @keyframes circle_register_po_animation {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-4px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .circle_load::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(237, 29, 36, 0.6);
    z-index: -1;
    animation: zoomin 1.7s linear infinite;
  }
  @keyframes zoomout {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.5);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes zoomin {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.4);
      opacity: 0.5;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes scaleIn {
    0% {
      transform: scale(1.8);
    }
    50% {
      transform: scale(1.3);
    }
    100% {
      transform: scale(1.8);
    }
  }
  
  .circle_register p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-family: var(--font-main);
    font-style: normal;
    font-weight: 500;
  }
  .circle_register {
    position: fixed;
    z-index: 10;
    cursor: pointer;
    display: none;
    text-align: center;
    bottom: 105px;
    left: 18px;
  }
  .circle_register_po {
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 78px;
    height: 78px;
    padding: 16px 0px;
    border-radius: 50%;
    background: #ed1d24;
    /* box-shadow: 0 16px 19px rgb(186 189 212 / 20%),
      inset 0 -1px 1px rgb(0 0 0 / 25%); */
  }
  .loading-spin {
    width: 36px;
    height: 36px;
    animation: spin 1s linear infinite;
  }
  .loading-draw {
    fill: none;
    stroke: var(--main_color);
    stroke-linecap: round;
    stroke-width: 4;
    animation: draw 3s ease-in-out infinite;
  }
  @keyframes loading-draw {
    0% {
      stroke-dasharray: 20, 282.6;
    }
    50% {
      stroke-dasharray: 200, 282.6;
    }
    100% {
      stroke-dasharray: 20, 282.6;
    }
  }
  
  @keyframes loading-spin {
    to {
      transform: rotate(360deg);
    }
  }
  .animation_photo {
    display: none;
    position: absolute;
    top: calc(50% - 29px);
    right: calc(50% - 29px);
    z-index: 999;
  }
  
  .loader-11 {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-animation: rotation 1.5s linear infinite;
    animation: rotation 1.5s linear infinite;
  }
  .loader-11:after,
  .loader-11:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent var(--main_color) var(--main_color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-animation: rotationBack 0.8s linear infinite;
    animation: rotationBack 0.8s linear infinite;
    transform-origin: center center;
  }
  .loader-11:before {
    width: 42px;
    height: 42px;
    border-color: #fff #fff transparent transparent;
    -webkit-animation: rotation 2s linear infinite;
    animation: rotation 2s linear infinite;
  }
  
  @keyframes nav-menu-svg {
    0% {
      fill: #333333;
      color: #333333;
    }
    50% {
      fill: #fff;
      color: #fff;
    }
    100% {
      fill: #333333;
      color: #333333;
    }
  }
  @keyframes nav-avatar__camera {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.2);
      /* opacity: 0.7; */
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes nav-avatar__camera-background {
    0% {
      transform: scale(1.2);
      opacity: 1;
    }
    50% {
      transform: scale(1.4);
      opacity: 0.4;
    }
    100% {
      transform: scale(1.2);
      opacity: 1;
    }
  }
  @keyframes nav-avatar__camera-border {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
  /* keyFrames */
  @-webkit-keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes rotationBack {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  @keyframes rotationBack {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  
  .shimmer *:nth-child(3n-2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  
  .shimmer *:nth-child(3n-1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  
  .shimmer,
  .shimmer * {
    /*  Hide all text  */
    color: transparent;
  }
  
  .shimmer p,
  .shimmer img,
  .shimmer span,
  .shimmer time,
  .shimmer h1,
  .shimmer h2,
  .shimmer h3,
  .shimmer h4,
  .shimmer h5,
  .shimmer h6 {
    -webkit-animation: placeHolderShimmer 1s infinite;
    animation: placeHolderShimmer 1s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  
    /*  Shimmer gets inserted as an animated background so it can shape to most elements  */
  
    /* Base shimmer color */
    background-color: #f6f7f8;
    /* First and last color should be the same so that animation restart is seamless */
    background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.07) 8%,
      rgba(0, 0, 0, 0.13) 18%,
      rgba(0, 0, 0, 0.07) 33%
    );
    background-size: 200% 100px;
    background-attachment: fixed;
  
    border: none;
  
    /*  Hide all text  */
    color: transparent;
  
    /*  Hide img src  */
    -o-object-position: -99999px 99999px;
    object-position: -99999px 99999px;
  }
  
  /* Inline Shimmers so we get separated shimmer lines on text */
  .shimmer p,
  .shimmer span,
  .shimmer time {
    display: inline;
  }
  
  @-webkit-keyframes placeHolderShimmer {
    0% {
      background-position: 100% 0;
    }
    100% {
      background-position: -100% 0;
    }
  }
  
  @keyframes placeHolderShimmer {
    0% {
      background-position: 100% 0;
    }
    100% {
      background-position: -100% 0;
    }
  }
  
  @keyframes button_intro_skin_care{
    0% {
      transform: translateZ(0);
    }
    15% {
      transform: translate3d(-20px,0,0) rotate(-4deg);
  
    }
    30% {
      transform: translate3d(15px,0,0) rotate(2deg);
  
    }
    45% {
      transform: translate3d(-10px,0,0) rotate(-2deg);
  
    }
    60% {
      transform: translate3d(5px,0,0) rotate(1deg);
  
    }
    75% {
      transform: translate3d(-1px,0,0) rotate(-1deg);
    }
    100% {
      transform: translateZ(0);
    }
  }
  @keyframes showOpacity{
    0%
    {
      opacity: 0;
    }
    100%
    {
      opacity: 1;
    }
  }
  .js-scroll {
    opacity: 0;
  
    transition: opacity 0.4s;
  }
  .js-scroll.scrolled {
    opacity: 1;
  }
  .scrolled .fade-in {
    animation: fade-in 0.8s ease-in both;
  }
  
  .scrolled .fade-top {
    animation: fade-in-top 0.8s ease-in both;
  }
  
  .scrolled .fade-bottom {
    animation: fade-in-bottom 0.8s ease-in both;
  }
  
  .scrolled .slide-left-banner {
    animation: slide-in-left 0.8s ease-in-out both;
  }
  
  .scrolled .slide-right-banner {
    animation: slide-in-right 0.8s ease-in-out both;
  }
  
  @keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(80px);
      transform: translateY(80px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-40px);
      transform: translateX(-40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(40px);
      transform: translateX(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  /*  */
  .g--circle {
    transform-origin: 60px 60px;
    fill: var(--main_color);
    -webkit-animation: opacity-loading-web 1.2s linear infinite;
            animation: opacity-loading-web 1.2s linear infinite;
  }
  .g--circle:nth-child(12n+1) {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
    transform: rotate(-30deg) translate(5px, 5px) scale(0.9);
  }
  .g--circle:nth-child(12n+2) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
    transform: rotate(-60deg) translate(5px, 5px) scale(0.9);
  }
  .g--circle:nth-child(12n+3) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
    transform: rotate(-90deg) translate(5px, 5px) scale(0.9);
  }
  .g--circle:nth-child(12n+4) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
    transform: rotate(-120deg) translate(5px, 5px) scale(0.9);
  }
  .g--circle:nth-child(12n+5) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
    transform: rotate(-150deg) translate(5px, 5px) scale(0.9);
  }
  .g--circle:nth-child(12n+6) {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
    transform: rotate(-180deg) translate(5px, 5px) scale(0.9);
  }
  .g--circle:nth-child(12n+7) {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
    transform: rotate(-210deg) translate(5px, 5px) scale(0.9);
  }
  .g--circle:nth-child(12n+8) {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
    transform: rotate(-240deg) translate(5px, 5px) scale(0.9);
  }
  .g--circle:nth-child(12n+9) {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
    transform: rotate(-270deg) translate(5px, 5px) scale(0.9);
  }
  .g--circle:nth-child(12n+10) {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
    transform: rotate(-300deg) translate(5px, 5px) scale(0.9);
  }
  .g--circle:nth-child(12n+11) {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
    transform: rotate(-330deg) translate(5px, 5px) scale(0.9);
  }
  .g--circle:nth-child(12n+12) {
    -webkit-animation-delay: -1.2s;
            animation-delay: -1.2s;
    transform: rotate(-360deg) translate(5px, 5px) scale(0.9);
  }
  .g-circles--v1 .g--circle {
    fill-opacity: 0;
    -webkit-animation-name: opacity-loading-web;
            animation-name: opacity-loading-web;
  }
  
  @-webkit-keyframes opacity-loading-web {
    3% {
      fill-opacity: 1;
    }
    75% {
      fill-opacity: 0;
    }
  }
  @keyframes opacity-loading-web {
    3% {
      fill-opacity: 1;
    }
    75% {
      fill-opacity: 0;
    }
  }
  .made-with-love {
    margin-top: 20px;
    padding: 10px;
    font-size: 10px;
    font-family: arial;
    color: #fff;
  }
  .made-with-love i {
    font-style: normal;
    color: #F50057;
    font-size: 14px;
    position: relative;
    top: 2px;
  }
  .made-with-love a {
    color: #fff;
    text-decoration: none;
  }
  .made-with-love a:hover {
    text-decoration: underline;
  }
  