body{
    background-position: left;
    background-size: cover;
    width: 1300px;
    height: 1100px;
}

.playwrite-no-titleicon {
  font-family: "Playwrite NO", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: large;
  font-style: normal;
  margin-left: 80px;
  margin-top: -52px;
}

.playwrite-no-titleicon2 {
  font-family: "Playwrite NO", cursive;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: small;
  font-style: italic;
  margin-left: 98px;
  margin-top: -20px;
}

.playwrite-no-titleicon-or {
  font-family: "Playwrite NO", cursive;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: small;
  font-style: italic;
  margin-top: -34px;
  margin-left: 153px;
}

.icon1{
    margin-left: 30px;
    margin-top: 15px;
}

.boxhome{
    border-radius: 1rem;
    width: 1100px;
    height: 670px;
    background:rgb(245, 246, 250);
    margin-left: 100px;
}

.sacramento-regular-carakerjatitle {
  font-family: "Sacramento", cursive;
  font-weight: 600;
  font-size: xx-large;
  font-style: normal;
  padding: 2rem;
}

.circle1{
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background: white;
    margin-left: 100px;
    margin-top: 100px;
    z-index: 2;
    position: relative;
}
.circle1red{
    border-radius: 100%;
    width: 115px;
    height: 115px;
    background: red;
    margin-left: 92px;
    margin-top: -107px;
    z-index: 0;
    position: relative;

    background: linear-gradient(to right, rgba(73, 234, 113) 50%, red 55%);
    background-size: 220% 100%;
    background-position: right;
    animation: dissolve1;
    animation-duration: 26s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@keyframes dissolve1{
    0% {
        background-position: right;
    }
    3.85% {
        background-position: right;
    }
    11.54% {
        background-position: left;
    }
    98.08% {
        background-position: left;
    }
    100% {
        background-position: right;
    }

}

.circle2{
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background: white;
    margin-left: 500px;
    margin-top: -60px;
    z-index: 2;
    position: relative;
}
.circle2red{
    border-radius: 100%;
    width: 115px;
    height: 115px;
    background: red;
    margin-left: 492px;
    margin-top: -107px;
    z-index: 0;
    position: relative;

    background: linear-gradient(to right, rgba(73, 234, 113) 50%, red 55%);
    background-size: 220% 100%;
    background-position: right;
    animation: dissolve2;
    animation-duration: 26s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@keyframes dissolve2{

    0% {
        background-position: right;
    }
    34.62% {
        background-position: right;
    }
    42.31% {
        background-position: left;
    }
    98.08% {
        background-position: left;
    }
    100% {
        background-position: right;
    }

}

.circle3{
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background: white;
    margin-left: 900px;
    margin-top: -60px;
    z-index: 2;
    position: relative;
}
.circle3red{
    border-radius: 100%;
    width: 115px;
    height: 115px;
    background: red;
    margin-left: 892px;
    margin-top: -107px;
    z-index: 0;
    position: relative;

    background: linear-gradient(to right, rgba(73, 234, 113) 50%, red 55%);
    background-size: 220% 100%;
    background-position: right;
    animation: dissolve3;
    animation-duration: 26s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@keyframes dissolve3{

    0% {
        background-position: right;
    }
    65.38% {
        background-position: right;
    }
    73.08% {
        background-position: left;
    }
    98.08% {
        background-position: left;
    }
    100% {
        background-position: right;
    }

}

.rope1{
    width: 290px;
    height: 5px;
    background: red;
    margin-left: 207px;
    margin-top: -60px;
    z-index: 0;
    position: relative;

    background: linear-gradient(to right, rgba(73, 234, 113) 50%, red 55%);
    background-size: 220% 100%;
    background-position: right;
    animation: dissolve4;
    animation-duration: 26s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@keyframes dissolve4{

    0% {
        background-position: right;
    }
    30.77% {
        background-position: right;
    }
    38.46% {
        background-position: left;
    }
    98.08% {
        background-position: left;
    }
    100% {
        background-position: right;
    }

}

.rope2{
    width: 290px;
    height: 5px;
    background: red;
    margin-left: 606px;
    margin-top: -53px;
    z-index: 0;
    position: relative;

    background: linear-gradient(to right, rgba(73, 234, 113) 50%, red 55%);
    background-size: 220% 100%;
    background-position: right;
    animation: dissolve5;
    animation-duration: 26s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@keyframes dissolve5{

    0% {
        background-position: right;
    }
    61.54% {
        background-position: right;
    }
    69.23% {
        background-position: left;
    }
    98.08% {
        background-position: left;
    }
    100% {
        background-position: right;
    }

}

.cherry-bomb-one-regular-step1{
    text-align: center;
    padding-top: 25px;

    font-family: "Cherry Bomb One", system-ui;
    font-size: xx-large;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    transform: translateY(20px);

    animation: fadeSlideUp1 26s ease-out infinite;
}
@keyframes fadeSlideUp1 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  7.7% {
    opacity: 0;
    transform: translateY(20px);
  }

  11.54% {
    opacity: 1;
    transform: translateY(0);
  }

  96.16% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.gif1{
    position: absolute;
    margin-left: 115px;
    margin-top: -90px;
    opacity: 1;
    transform: translateY(75px);

    animation: fadeSlideUpgif1 26s ease-out infinite;
}
@keyframes fadeSlideUpgif1 {
  0% {
    opacity: 0;
    transform: translateY(75px);
  }

  11.54% {
    opacity: 0;
    transform: translateY(75px);
  }

  15.38% {
    opacity: 1;
    transform: translateY(0);
  }

  30.77% {
    opacity: 1;
    transform: translateY(0);
  }

  34.62% {
    opacity: 0;
    transform: translateY(75px);
  }

  100% {
    opacity: 0;
    transform: translateY(75px);
  }
}

.cherry-bomb-one-regular-step2{
    text-align: center;
    padding-top: 25px;

    font-family: "Cherry Bomb One", system-ui;
    font-size: xx-large;
    font-weight: 400;
    font-style: normal;

    animation: fadeSlideUp2 26s ease-out infinite; 
}
@keyframes fadeSlideUp2 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  38.47% { 
    opacity: 0;
    transform: translateY(20px);
  }

  42.31% { 
    opacity: 1;
    transform: translateY(0);
  }

  96.16% { 
    opacity: 1;
    transform: translateY(0);
  }

  100% { 
    opacity: 0;
    transform: translateY(20px);
  }
}

.gif2{
    position: absolute;
    margin-left: 515px;
    margin-top: -150px;
    opacity: 1;
    transform: translateY(75px);

    animation: fadeSlideUpgif2 26s ease-out infinite;
}
@keyframes fadeSlideUpgif2 {
  0% {
    opacity: 0;
    transform: translateY(75px);
  }

  42.31% { 
    opacity: 0;
    transform: translateY(75px);
  }

  46.16% { 
    opacity: 1;
    transform: translateY(0);
  }

  61.54% { 
    opacity: 1;
    transform: translateY(0);
  }

  65.39% { 
    opacity: 0;
    transform: translateY(75px);
  }

  100% { 
    opacity: 0;
    transform: translateY(75px);
  }
}

.cherry-bomb-one-regular-step3{
    text-align: center;
    padding-top: 25px;

    font-family: "Cherry Bomb One", system-ui;
    font-size: xx-large;
    font-weight: 400;
    font-style: normal;

    animation: fadeSlideUp3 26s ease-out infinite; 
}
@keyframes fadeSlideUp3 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  69.24% {  
    opacity: 0;
    transform: translateY(20px);
  }

  73.08% { 
    opacity: 1;
    transform: translateY(0);
  }

  96.16% { 
    opacity: 1;
    transform: translateY(0);
  }

  100% { 
    opacity: 0;
    transform: translateY(20px);
  }
}

.gif3{
    position: absolute;
    margin-left: 915px;
    margin-top: -150px;
    opacity: 1;
    transform: translateY(75px);

    animation: fadeSlideUpgif3 26s ease-out infinite;
}
@keyframes fadeSlideUpgif3 {
  0% {
    opacity: 0;
    transform: translateY(75px);
  }

  73.08% { 
    opacity: 0;
    transform: translateY(75px);
  }

  76.92% { 
    opacity: 1;
    transform: translateY(0);
  }

  92.31% { 
    opacity: 1;
    transform: translateY(0);
  }

  96.16% { 
    opacity: 0;
    transform: translateY(75px);
  }

  100% { 
    opacity: 0;
    transform: translateY(75px);
  }
}

.elms-sans-titlelangkah1 {
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: larger;

  margin-left: 60px;
  margin-top: 20px;
}

.elms-sans-deskripsilangkah1 {
    font-family: "Elms Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: larger;

    margin-left: 60px;
    margin-top: 15px;
}

.elms-sans-titlelangkah2 {
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: larger;

  margin-left: 490px;
  margin-top: -140px;
}

.elms-sans-deskripsilangkah2 {
    font-family: "Elms Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: larger;

    margin-left: 490px;
    margin-top: 15px;
}

.elms-sans-titlelangkah3 {
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: larger;

  margin-left: 900px;
  margin-top: -115px;
}

.elms-sans-deskripsilangkah3 {
    font-family: "Elms Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: larger;

    margin-left: 900px;
    margin-top: 15px;
}

.aturluasklik1{
    display: inline-block;
    margin-left: 200px;
    margin-top: 50px;
}
.buttondonate{
    border-radius: 0.5rem;
    width: 110px;
    background: #0d6efd;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}
.elms-sans-donateme{
    font-family: "Elms Sans", sans-serif;
    font-optical-sizing: auto;
    text-align: center;
    margin-left: 30px;
    margin-top: -45px;
    color: white;
    font-style: normal;
    font-size: small;
    font-weight: bold;
    pointer-events: none;
}
.buttondonate:active{
    background: #0062cc;
}

.aturluasklik2{
    display: inline-block;
    margin-left: 300px;
    margin-top: 50px;
    position: absolute;
}
.buttonmulaites{
    border-radius: 0.5rem;
    width: 110px;
    background: #0d6efd;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}
.elms-sans-mulaites{
    font-family: "Elms Sans", sans-serif;
    font-optical-sizing: auto;
    text-align: center;
    margin-left: 30px;
    margin-top: -45px;
    color: white;
    font-style: normal;
    font-size: small;
    font-weight: bold;
    pointer-events: none;
}
.buttonmulaites:active{
    background: #0062cc;
}

.aturluasklik3{
    display: inline-block;
    margin-left: 700px;
    margin-top: 50px;
    position: absolute;
}
.buttontentang{
    border-radius: 0.5rem;
    width: 110px;
    background: #0d6efd;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}
.elms-sans-biodata{
    font-family: "Elms Sans", sans-serif;
    font-optical-sizing: auto;
    text-align: center;
    margin-left: 30px;
    margin-top: -45px;
    color: white;
    font-style: normal;
    font-size: small;
    font-weight: bold;
    pointer-events: none;
}
.buttontentang:active{
    background: #0062cc;
}

.notifbio{

  
  padding: 0rem 0rem 0.75rem 0rem;
  max-width: 350px;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.85);
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  width: 350px;
  max-width: 100%;
  pointer-events: auto;
  background-color: #eeeeee; 
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

  font: system-ui,"Segoe UI","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-family: system-ui,"Segoe UI","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;

  margin-left: 850px;
  margin-top: -50px;

  animation: quicknotif 10s cubic-bezier(0.1, 0.9, 0.2, 1);
}
@keyframes quicknotif {
  0% {
    opacity: 0;
    transform: translate(100px, 100px);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  90% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translate(100px, 100px);
  }
}
.notifjudul{
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: rgb(108, 117, 125);
  background-color: #dadada; 
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
  box-sizing: border-box;

  padding: 0.75rem 0.5rem;
  font-size: 0.875rem;
  border-width: 1px;
  
  font-size: 0.875rem;
  pointer-events: auto;

  font-family: system-ui,"Segoe UI","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  color: #212529;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  border-radius: 0.375rem !important;
  margin-right: 0.5rem !important;
  vertical-align: middle;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
  color: rgb(108, 117, 125);
  
  font-family: system-ui,"Segoe UI","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  border-radius: 0.375rem;
}
.meauto{
  margin-right: auto !important;
  font-weight: bolder;
  box-sizing: border-box;
  color: black;
  
  pointer-events: auto;

  font-family: "Nanum Pen Script", cursive;
  font-style: normal;
  line-height: 1.5;

  font-size: 25px;
  font-weight: 400;
  margin-top: 5px;
}
.firstday{
  font-size: 0.875em;
  box-sizing: border-box;
  color: rgb(108, 117, 125);
  
  font-size: 0.875rem;
  pointer-events: auto;

  font-family: "Nanum Pen Script", cursive;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;

  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
}
.textbiodata{
  word-wrap: break-word;

  box-sizing: border-box;
  display: block;
  padding-left: 0.5rem;
  font-size: 20px;
  pointer-events: auto;

  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 400;
  line-height: 1.5;

  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  margin-top: 10px;
}

.popupwindow{
  z-index: 1000;
  position: relative;
  width: 500px;
  height: 360px;
  background-color: whitesmoke;

  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.175);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.profilepic{
  width: 150px;
  height: 150px;
  background-color: #585547;
  border-radius: 100px;
  margin: auto;
  margin-top: -125px;
  background-image: url('user.png');
  background-position-x: center;
  background-position-y: center;
  background-size: 100px;
  background-repeat: no-repeat;
  filter: invert(1);
}
.textnama{
  font-family: "Twinkle Star", cursive;
  font-weight: 600;
  font-size: 30px;
  font-style: normal;
  text-align: center;
  margin-top: 10px;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
  font-family: "Google Sans",roboto,"Noto Sans Myanmar UI","Noto Sans Khmer",arial,sans-serif;
  top: 10px; 
  bottom: 160px; 
  left: 25px;
  font-size: 12px;
  opacity: 1;
  color: #0b57d0;
  margin-top: 181px; 
  margin-left: 135px; 
  background-color: whitesmoke;
}
.inputText {
  font-size: 14px;
  width: 200px;
  height: 45px;
  margin-left: 150px;
  margin-top: 75px;
  padding-left: 10px;
  outline-color: #9bc8f9;
}
.floating-label {
  font-family: "Google Sans",roboto,"Noto Sans Myanmar UI","Noto Sans Khmer",arial,sans-serif;
  position: absolute;
  pointer-events: none;
  left: 160px;
  top: 213px;
  font-size: 16px;
  transition: 0.2s ease all;
  color: #444746;
   
}
.namavalidation{
  position: absolute;
  font-size: 12px;
  color: black;
  pointer-events: none;
  margin-left: 335px;
  margin-top: -15px;
}
.namavalidation.full {
  color: red;
}

.aturluasklikberikutnya1{
    display: contents;
}
.tombolberikutnya1{
  background-color: #037aff;
  width: 100px;
  height: 40px;
  margin: auto;
  margin-top: 50px;
  border-radius: 10px;
  text-align: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  color: white;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
  
  transition: transform;
}
.tombolberikutnya1:active{
    background: #0062cc;
}
@keyframes berikutnya1 {
  0% {
    transform: translateY(129px);
  }
  100% {
    transform: translate(100px, 129px);
  }
}
.tombolberikutnya1.geser {
  
  animation: berikutnya1 1s ease forwards;
}
@keyframes berikutnya1-balik {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.tombolberikutnya1.balik {
  animation: berikutnya1-balik 0.5s ease forwards;
}

.error1::after {
    content: "Wajib isi nama depan!";
    color: rgb(179, 78, 30);
    font-size: 0.75rem;
    display: block;
    margin-left: -175px;
    margin-top: 5px;

    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-variation-settings:
      "slnt" 0,
      "wdth" 100,
      "GRAD" 0,
      "ROND" 0;

    animation: error1ani 1s cubic-bezier(0.1, 0.9, 0.2, 1);
}
@keyframes error1ani {
  0% {
    opacity: 0;
    transform: translateY(-10px)
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.error1up::after {
    color: rgb(179, 78, 30);
    font-size: 0.75rem;
    display: block;
    margin-left: -175px;
    margin-top: 5px;

    animation: error1anim 1s cubic-bezier(0.1, 0.9, 0.2, 1);
}
@keyframes error1anim {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.aturluaskliksebelumnya1{
    display: contents;
}
.tombolsebelumnya1{
  background-color: #037aff;
  width: 100px;
  height: 40px;

  margin: auto;
  margin-top: 50px;
  border-radius: 10px;
  margin-left: 100px;
  text-align: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  color: white;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
  transition: transform;
}
.tombolsebelumnya1:active{
    background: #0062cc;
}
@keyframes sebelumnya1 {
  
  0% {
    transform: translateY(40px) scale(0.0);
  }
  100% {
    transform: translateY(40px) scale(1.0);
  }
}
.tombolsebelumnya1.geser2 {
  animation: sebelumnya1 1s ease forwards;
}
@keyframes sebelumnya1-balik2 {

  0% {
    transform: translateY(-90px) scale(1.0);
  }
  100% {
    transform: translateY(-90px) scale(0.0);
  }
}
.tombolsebelumnya1.balik2 {
  animation: sebelumnya1-balik2 0.5s ease forwards;
}

.kotakgenderlaki{
  width: 100px;
  height: 100px;
  background-color: #bfd1df;
  border-radius: 50px;
  margin-top: -85px;
  margin-left: 100px;
  background-image: url('bussinessman.png');
  background-position-x: center;
  background-position-y: 5px;
  background-size: 100px;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
}
#radiocowo:checked + .kotakgenderlaki {
  border: 3px #258fff;
  border-style: solid;
}
#radiocowo{
  position: absolute;
  accent-color: #258fff;
  margin-left: 142px;
  margin-top: 35px;
  cursor: pointer;
}
.kotakgenderperempuan{
  width: 100px;
  height: 100px;
  background-color: #f4bcdf;
  border-radius: 50px;
  margin-top: -85px;
  margin-left: 300px;
  background-image: url('businesswoman.png');
  background-position-x: center;
  background-position-y: 15px;
  background-size: 85px;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
}
#radiocewe:checked + .kotakgenderperempuan {
  border: 3px #e55c9c;
  border-style: solid;
}
#radiocewe{
  position: absolute;
  accent-color: #e55c9c;
  margin-left: 342px;
  margin-top: 35px;
  cursor: pointer;
}
.error2::after {
    position: absolute;
    content: "Wajib pilih gender!";
    color: rgb(179, 78, 30);
    font-size: 0.75rem;
    display: block;
    margin-left: 195px;
    margin-top: 55px;

    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-variation-settings:
      "slnt" 0,
      "wdth" 100,
      "GRAD" 0,
      "ROND" 0;

    animation: error2ani 1s cubic-bezier(0.1, 0.9, 0.2, 1);
}
@keyframes error2ani {
  0% {
    opacity: 0;
    transform: translateY(-10px)
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.error2up::after {
    position: absolute;
    color: rgb(179, 78, 30);
    font-size: 0.75rem;
    display: block;
    margin-left: 195px;
    margin-top: 55px;

    animation: error2anim 1s cubic-bezier(0.1, 0.9, 0.2, 1);
}
@keyframes error2anim {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}


.loadingspinner {
    width: 40px;
    height: 40px;
    border: 4px solid whitesmoke;      
    border-top: 4px solid rgb(33, 37, 41);
    border-left: 4px solid rgb(33, 37, 41);
    border-right: 4px solid rgb(33, 37, 41);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    animation-direction: normal;

    margin: auto;
    margin-top: 60px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.profilepic.buangprofilepicture {
  margin-top: -76px !important;
  animation: buangg 3.7s forwards;
}
@keyframes buangg {
  0% {
    width: 150px;
    height: 150px;
    background-color: #585547;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 25px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);

    animation-timing-function: ease-out; 
  }
  5.95% { 
    width: 150px;
    height: 150px;
    background-color: #585547;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 10px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);
    
    animation-timing-function: ease-in; 
  }
  29.73% { 
    width: 150px;
    height: 150px;
    background-color: #585547;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 150px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);

    animation-timing-function: steps(1, start);
  }
  43.25% { 
    width: 150px;
    height: 150px;
    background-color: #A7AAB8;
    border-radius: 100px;
    margin: auto;
    background-image: url('bussinessman.png');
    background-position-x: center;
    background-position-y: 180px;
    background-size: 125px;
    background-repeat: no-repeat;
    filter: none;
  }
  67.57% { 
    width: 150px;
    height: 150px;
    background-color: #A7AAB8;
    border-radius: 100px;
    margin: auto;
    background-image: url('bussinessman.png');
    background-position-x: center;
    background-position-y: 25px;
    background-size: 125px;
    background-repeat: no-repeat;
    filter: none;

    animation-timing-function: ease-in;
  }
  72.98% { 
    width: 150px;
    height: 150px;
    background-color: #A7AAB8;
    border-radius: 100px;
    margin: auto;
    background-image: url('bussinessman.png');
    background-position-x: center;
    background-position-y: 30px;
    background-size: 125px;
    background-repeat: no-repeat;
    filter: none;

    animation-timing-function: ease-out;
  }
  100% { 
    filter: none;
    width: 150px;
    height: 150px;
    background-color: #bfd1df;
    border-radius: 100px;
    margin: auto;
    background-image: url('bussinessman.png');
    background-position-x: center;
    background-position-y: 30px;
    background-size: 125px;
    background-repeat: no-repeat;

  }
}

.popupwindow.bgpopupcowo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #e3ecf3;
  border-radius: 1rem;

  animation: arcReveal 4.5s linear forwards;
  
}
@keyframes arcReveal {
  0% {
    clip-path: circle(0% at 100% 100%);
  }
  88.89% { 
    clip-path: circle(0% at 100% 100%);
  }
  100% {
    clip-path: circle(150% at 100% 100%);
  }
}

.popupwindow.bgpopupcowo > * {
  position: relative;
  
}

.profilepic.buangprofilepictureee{
  margin-top: -76px !important;
  animation: buanggg 3.7s forwards;
}
@keyframes buanggg {
  0% {
    width: 150px;
    height: 150px;
    background-color: #585547;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 25px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);

    animation-timing-function: ease-out; 
  }
  5.95% { 
    width: 150px;
    height: 150px;
    background-color: #585547;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 10px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);
    
    animation-timing-function: ease-in; 
  }
  29.73% { 
    width: 150px;
    height: 150px;
    background-color: #585547;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 150px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);

    animation-timing-function: steps(1, start);
  }
  43.25% { 
    width: 150px;
    height: 150px;
    background-color: #A7AAB8;
    border-radius: 100px;
    margin: auto;
    background-image: url('businesswoman.png');
    background-position-x: center;
    background-position-y: 180px;
    background-size: 125px;
    background-repeat: no-repeat;
    filter: none;
  }
  67.57% { 
    width: 150px;
    height: 150px;
    background-color: #A7AAB8;
    border-radius: 100px;
    margin: auto;
    background-image: url('businesswoman.png');
    background-position-x: center;
    background-position-y: 25px;
    background-size: 125px;
    background-repeat: no-repeat;
    filter: none;

    animation-timing-function: ease-in;
  }
  72.98% { 
    width: 150px;
    height: 150px;
    background-color: #A7AAB8;
    border-radius: 100px;
    margin: auto;
    background-image: url('businesswoman.png');
    background-position-x: center;
    background-position-y: 30px;
    background-size: 125px;
    background-repeat: no-repeat;
    filter: none;

    animation-timing-function: ease-out;
  }
  100% { 
    filter: none;
    width: 150px;
    height: 150px;
    background-color: #f4bcdf;
    border-radius: 100px;
    margin: auto;
    background-image: url('businesswoman.png');
    background-position-x: center;
    background-position-y: 30px;
    background-size: 125px;
    background-repeat: no-repeat;

  }
}

.popupwindow.bgpopupcewe::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fbe0f0;
  border-radius: 1rem;

  animation: arcReveall 4.5s linear forwards;
  
}
@keyframes arcReveall {
  0% {
    clip-path: circle(0% at 100% 100%);
  }
  88.89% { 
    clip-path: circle(0% at 100% 100%);
  }
  100% {
    clip-path: circle(150% at 100% 100%);
  }
}

.popupwindow.bgpopupcewe > * {
  position: relative;
  
}

.tombolsebelumnya1.tombolprevmodif {
  margin-top: -40px;
  margin-left: 100px;
}

.tombolberikutnya1.tombolnextmodif{
  margin-top: 140px;
  margin-left: 300px;
}
.tombolberikutnya1.geser3 {
  animation: sebelumnya2 1s ease forwards;
}
@keyframes sebelumnya2 {
  0% {
    transform: translateY(40px) scale(0.0);
  }
  100% {
    transform: translateY(40px) scale(1.0);
  }
}

.profilepic.buangprofilepicturecowo {
  margin-top: -76px !important;
  animation: buangggg 3.7s backwards;
}
@keyframes buangggg {
  0% {
    width: 150px;
    height: 150px;
    background-color: #bfd1df;
    border-radius: 100px;
    margin: auto;
    background-image: url('bussinessman.png');
    background-position-x: center;
    background-position-y: 30px;
    background-size: 125px;
    background-repeat: no-repeat;
    filter: none;

    animation-timing-function: ease-out;
  }
  5.95% { 

    width: 150px;
    height: 150px;
    background-color: #bfd1df;
    border-radius: 100px;
    margin: auto;
    background-image: url('bussinessman.png');
    background-position-x: center;
    background-position-y: 25px;
    background-size: 125px;
    background-repeat: no-repeat;
    filter: none;

    animation-timing-function: ease-in;
  }
  29.73% { 
    width: 150px;
    height: 150px;
    background-color: #bfd1df;
    border-radius: 100px;
    margin: auto;
    background-image: url('bussinessman.png');
    background-position-x: center;
    background-position-y: 180px;
    background-size: 125px;
    background-repeat: no-repeat;
    filter: none;

    animation-timing-function: steps(1, start);
  }
  43.25% { 
    width: 150px;
    height: 150px;
    background-color: #402e20;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 150px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);
  }
  67.57% { 
    width: 150px;
    height: 150px;
    background-color: #402e20;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 10px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);
    
    animation-timing-function: ease-in;
  }
  72.98% { 
    width: 150px;
    height: 150px;
    background-color: #402e20;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 25px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);

    animation-timing-function: ease-out;
  }
  100% { 
    width: 150px;
    height: 150px;
    background-color: #585547;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 25px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);

  }
}

.popupwindow.bgpopupcowobalik {
  background-color: #e3ecf3;
}

.popupwindow.bgpopupcowohilang::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: whitesmoke;
  border-radius: 1rem;

  animation: arcRevealll 4.5s linear forwards;
  
}
@keyframes arcRevealll {
  0% {
    clip-path: circle(0% at 0% 0%);
  }
  88.89% { 
    clip-path: circle(0% at 0% 0%);
  }
  100% {
    clip-path: circle(150% at 100% 100%);
  }
}

.popupwindow.bgpopupcowohilang > * {
  position: relative;
  
}

.profilepic.buangprofilepicturecewe {
  margin-top: -76px !important;
  animation: buanggggg 3.7s backwards;
}
@keyframes buanggggg {
  0% {
    width: 150px;
    height: 150px;
    background-color: #f4bcdf;
    border-radius: 100px;
    margin: auto;
    background-image: url('businesswoman.png');
    background-position-x: center;
    background-position-y: 30px;
    background-size: 125px;
    background-repeat: no-repeat;
    filter: none;

    animation-timing-function: ease-out;
  }
  5.95% { 

    width: 150px;
    height: 150px;
    background-color: #f4bcdf;
    border-radius: 100px;
    margin: auto;
    background-image: url('businesswoman.png');
    background-position-x: center;
    background-position-y: 25px;
    background-size: 125px;
    background-repeat: no-repeat;
    filter: none;

    animation-timing-function: ease-in;
  }
  29.73% { 
    width: 150px;
    height: 150px;
    background-color: #f4bcdf;
    border-radius: 100px;
    margin: auto;
    background-image: url('businesswoman.png');
    background-position-x: center;
    background-position-y: 180px;
    background-size: 125px;
    background-repeat: no-repeat;
    filter: none;

    animation-timing-function: steps(1, start);
  }
  43.25% { 
    width: 150px;
    height: 150px;
    background-color: #0b4320;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 150px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);
  }
  67.57% { 
    width: 150px;
    height: 150px;
    background-color: #0b4320;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 10px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);
    
    animation-timing-function: ease-in;
  }
  72.98% { 
    width: 150px;
    height: 150px;
    background-color: #0b4320;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 25px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);

    animation-timing-function: ease-out;
  }
  100% { 
    width: 150px;
    height: 150px;
    background-color: #585547;
    border-radius: 100px;
    margin: auto;
    background-image: url('user.png');
    background-position-x: 25px;
    background-position-y: 25px;
    background-size: 100px;
    background-repeat: no-repeat;
    filter: invert(1);

  }
}

.popupwindow.bgpopupcewebalik {
  background-color: #fbe0f0;
}

.popupwindow.bgpopupcewehilang::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: whitesmoke;
  border-radius: 1rem;

  animation: arcReveallll 4.5s linear forwards;
  
}
@keyframes arcReveallll {
  0% {
    clip-path: circle(0% at 0% 0%);
  }
  88.89% { 
    clip-path: circle(0% at 0% 0%);
  }
  100% {
    clip-path: circle(150% at 100% 100%);
  }
}

.popupwindow.bgpopupcewehilang > * {
  position: relative;
  
}

.aturteksumur{
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 600;
  font-style: normal;

  margin-left: 185px;
  margin-top: -125px;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
}
.aturinputumur{
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: large;
  
  margin-left: 250px;
  margin-top: -127px;
  position: absolute;

  background-color: transparent;
  width: 45px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}
.spinner {

    position: absolute;
    margin-left: 305px;
    margin-top: -132px;
}

.removeui5.incrementnaik {
  border: none;
  background: transparent;
  width: 0px;
  height: 0px;
  cursor: pointer;
  font-size: 25px;
  color: black;
  -webkit-tap-highlight-color: transparent;

  margin-top: -30px;
  margin-left: -73px;
  position: absolute;
}
.removeui5.incrementturun {
  border: none;
  background: transparent;
  width: 0px;
  height: 0px;
  cursor: pointer;
  font-size: 25px;
  color: black;
  -webkit-tap-highlight-color: transparent;

  margin-top: 40px;
  margin-left: -73px;
  position: absolute;
}

.error3 {
    width: 110px;

    position: absolute;
    color: rgb(179, 78, 30);
    font-size: 0.75rem;
    display: block;
    margin-left: 200px;
    margin-top: -55px;

    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-variation-settings:
      "slnt" 0,
      "wdth" 100,
      "GRAD" 0,
      "ROND" 0;
}
.error4 {
    width: 110px;

    position: absolute;
    color: rgb(179, 78, 30);
    font-size: 0.75rem;
    display: block;
    margin-left: 200px;
    margin-top: -55px;

    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-variation-settings:
      "slnt" 0,
      "wdth" 100,
      "GRAD" 0,
      "ROND" 0;
}

.profilepic.buangprofilepicturecwoselesai {
  margin-top: -76px !important;

  filter: none;
  width: 150px;
  height: 150px;
  background-color: #bfd1df;
  border-radius: 100px;
  margin: auto;
  background-image: url('bussinessman.png');
  background-position-x: center;
  background-position-y: 30px;
  background-size: 125px;
  background-repeat: no-repeat;
}

.popupwindow.bgpopupcowoselesai {
  position: relative;
  
  background-color: #e3ecf3;
  border-radius: 1rem;
}

.profilepic.buangprofilepicturecweselesai{
  margin-top: -76px !important;

  filter: none;
  width: 150px;
  height: 150px;
  background-color: #f4bcdf;
  border-radius: 100px;
  margin: auto;
  background-image: url('businesswoman.png');
  background-position-x: center;
  background-position-y: 30px;
  background-size: 125px;
  background-repeat: no-repeat;
}

.popupwindow.bgpopupceweselesai {
  position: relative;
  
  background-color: #fbe0f0;
  border-radius: 1rem;
}

@keyframes sebelumnya1-balik3 {
  0% {
    transform: translateY(40px) scale(1.0);
  }
  100% {
    transform: translateY(40px) scale(0.0);
  }
}
.tombolsebelumnya1.balik3 {
  animation: sebelumnya1-balik3 0.5s ease forwards;
}

.tombolberikutnya1.geser4 {
  animation: sebelumnya3 0.5s ease forwards;
}
@keyframes sebelumnya3 {
  0% {
    transform: translateY(40px) scale(1.0);
  }
  100% {
    transform: translateY(40px) scale(0.0);
  }
}

.disclaimer{
  position: absolute;
  margin-top: -175px;
  margin-left: 30px;
  font-size: 20px;
  text-align: justify;

  height: 150px;
  width: 430px;
  overflow-y: auto;        
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;

  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}
.disclaimer::-webkit-scrollbar {
  display: none;
}

.aturagarscroll{

  
  
  

  position: absolute;
  -webkit-overflow-scrolling: touch;
}

.removeui6.scrollnaik {
  padding-left: 10px;
  border: none;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 25px;
  color: black;
  -webkit-tap-highlight-color: transparent;

  margin-top: -260px;
  margin-left: 420px; 
  position: absolute;
}
.removeui6.scrollturun {
  padding-left: 10px;
  border: none;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 25px;
  color: black;
  -webkit-tap-highlight-color: transparent;

  margin-top: -15px;
  margin-left: 20px; 
  position: absolute;
}
.hilangibuttonbawah {
  animation: hilangibuttonbawah 0.25s linear forwards;
}
@keyframes hilangibuttonbawah {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(0.0);
  }
}

#radioagree{
  position: absolute;
  
  margin-left: 115px;
  margin-top: 0px;
  cursor: pointer;
}
.removeui6.aturteksagree {
  position: absolute;
  margin-top: -8px;
  margin-left: 135px; 
  font-size: medium;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;

  font-family: "Preahvihear", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#radioagree.aturwarnaagreecwo{
  accent-color: #258fff;
}
#radioagree.aturwarnaagreecwe{
  accent-color: #e55c9c;
}
#radiodisagree{
  position: absolute;
  
  margin-left: 60px;
  margin-top: 30px;
  cursor: pointer;
}
.removeui6.aturteksdisagree {
  position: absolute;
  margin-top: 22px;
  margin-left: 80px;
  font-size: medium;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;

  font-family: "Preahvihear", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#radiodisagree.aturwarnadisagreecwo{
  accent-color: #258fff;
}
#radiodisagree.aturwarnadisagreecwe{
  accent-color: #e55c9c;
}

.aturluasklikkerjakantes{
    display: contents;
}
.tombolkerjakantes{
  position: absolute;
  background-color: #037aff;
  width: 100px;
  height: 40px;

  margin: auto;
  margin-top: -275px;
  border-radius: 10px;
  margin-left: 40px;
  text-align: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  padding-left: 5px;
  padding-right: 5px;

  border: transparent;
  cursor: pointer;

  font-size: 14px;

  color: white;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
  transition: transform;
}
.tombolkerjakantes:active{
    background: #0062cc;
}
.tombolkerjakantes.animasii {
  animation: kerjakantes 0.5s ease forwards;
}
@keyframes kerjakantes {

  0% {
    transform: scale(0.0);
  }
  100% {
    transform: scale(1.0);
  }
}
.aturluasklikkerjakantes{
    display: contents;
}
.tombolrefreshweb{
  position: absolute;
  background-color: #037aff;
  width: 100px;
  height: 40px;

  margin: auto;
  margin-top: -275px;
  border-radius: 10px;
  margin-left: 40px;
  text-align: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  padding-left: 5px;
  padding-right: 5px;

  border: transparent;
  cursor: pointer;

  font-size: 14px;

  color: white;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
  transition: transform;
}
.tombolrefreshweb:active{
    background: #0062cc;
}
.tombolrefreshweb.animasiii {
  animation: kerjakantess 0.5s ease forwards;
}
@keyframes kerjakantess {

  0% {
    transform: scale(0.0);
  }
  100% {
    transform: scale(1.0);
  }
}

.buangoverlay {
  animation: buangpopupanimasi 2s linear forwards;
}
@keyframes buangpopupanimasi {

  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gblhklik {
  pointer-events: none;
}
.buangbody {
  animation: deletebody 4s linear forwards;
}
@keyframes deletebody {

  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.hidden {
    display: none;
}
.disabled {
    pointer-events: none;
    opacity: 0.1;
}

.hidden2 {
    display: none !important;
}
#overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.hidden3 {
  display: none;
}





.hidden4 {
  display: none;
}
.aturluasklikplaysound{
    display: contents;
}
.tombolplaysound{
  background-color: #037aff;
  width: 100px;
  height: 40px;
  
  margin-left: 260px;
  margin-top: 250px;
  border-radius: 10px;

  text-align: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  color: white;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}
.tombolplaysound:active{
    background: #0062cc;
}

.ikonanimasi {
  animation: adainikon 1s linear forwards;
}
@keyframes adainikon {

  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bodybg.bgcowotes {
  background: linear-gradient(to right, #e3ecf3 50%, white 55%);
  background-size: 220% 100%;
  background-position: right;
  text-decoration: none; 
  background-repeat: no-repeat;
  background-attachment: fixed;

  animation: catbgcowo;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.1, 0.8, 0.2, 1.8); 

}
@keyframes catbgcowo{

    0% {
        background-position: right;
    }
    25% {
        background-position: right;
    }
    100% {
        background-position: left;
    }

}
.bodybg.bgcowofix {
  background-color: #e3ecf3;

}

.gifkucing{
  position: absolute;

  animation: kucinganimasi;
  animation-duration: 7s;
  animation-fill-mode: forwards;
  pointer-events: none;

}
@keyframes kucinganimasi{

    0% {
        transform: translate(-175px, 250px);
        opacity: 1;
    }

    28.57% { 
        transform: translate(-175px, 250px);
        opacity: 1;
    }

    42.86% { 
        transform: translate(280px, 250px);
        opacity: 1;
    }

    48% { 
        transform: translate(280px, 250px);
        opacity: 1;
    }

    99.99% {
        transform: translate(-300px, 250px); 
        opacity: 1;
    }

    100% {
        transform: translate(-300px, 250px);
        opacity: 0;
    }

}
.hidden5 {
  display: none;
}

.bodybg.bgcewetes {
  background: linear-gradient(to right, #fbe0f0 50%, white 55%);
  background-size: 220% 100%;
  background-position: right;
  text-decoration: none; 
  background-repeat: no-repeat;
  background-attachment: fixed;

  animation: catbgcewe;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.1, 0.8, 0.2, 1.0);
}
@keyframes catbgcewe{

    0% {
        background-position: right;
    }
    25% {
        background-position: right;
    }
    100% {
        background-position: left;
    }

}
.bodybg.bgcewefix {
  background-color: #fbe0f0;

}

.gifhamsterawal{
  position: absolute;

  animation: hamsteranimasiawal;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  pointer-events: none;

}
@keyframes hamsteranimasiawal{

    0% {
        transform: translate(175px, 500px);
        opacity: 0;
    }

    40% { 
        transform: translate(175px, 500px);
        opacity: 0;
    }

    80% { 
        transform: translate(175px, 300px);
        opacity: 1;
    }

    99.99% {
        transform: translate(175px, 300px);
        opacity: 1;
    }

    100% {
        transform: translate(175px, 300px);
        opacity: 0;
        display: none;
    }

}

.gifhamster{
  position: absolute;

  
  animation: hamsteranimasi;
  animation-duration: 12s;
  animation-fill-mode: forwards;
  pointer-events: none;

}
@keyframes hamsteranimasi{

    0% {
      transform: translate(175px, 300px);
      opacity: 1;
    }

    66.67% { 
        transform: translate(175px, 300px);
        opacity: 1;
    }

    83.34% { 
        transform: translate(350px, 300px);
        opacity: 1;
    }

    100% {
        transform: translate(350px, 300px);
        opacity: 0;
        display: none;
    }

}

.hidden6 {
  display: none;
}

.bgluarsoalnya {
  display: flex;
  justify-content: center;
  align-items: center;


  position: relative;

  
  width: 300px;
  

  padding-bottom: 3px;

  
  border-radius: 25px;

  margin-left: 175px;
}
.bgdalamsoalnya {

  position: relative;

  
  
  width: 294px;
  

  padding-bottom: 120px;
  
  background-color: white;
  border-radius: 25px;

  margin-top: 40px;
}

.soalnya {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;

  text-align: center;
  font-size: 15px;

  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}

.kumpulanpg {
  margin-top: 20px;
}
.nol{
  position: absolute;
  
  margin-left: 15px;
  margin-top: 0px;
  cursor: pointer;
}
.pg0 {
  position: absolute;
  margin-top: -8px;
  margin-left: 35px; 
  font-size: medium;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;

  font-family: "Preahvihear", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.satu{
  position: absolute;
  
  margin-left: 15px;
  margin-top: 25px;
  cursor: pointer;
}
.pg1 {
  position: absolute;
  margin-top: 17px;
  margin-left: 35px; 
  font-size: medium;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;

  font-family: "Preahvihear", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.dua{
  position: absolute;
  
  margin-left: 15px;
  margin-top: 50px;
  cursor: pointer;
}
.pg2 {
  position: absolute;
  margin-top: 42px;
  margin-left: 35px; 
  font-size: medium;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;

  font-family: "Preahvihear", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tiga{
  position: absolute;
  
  margin-left: 170px;
  margin-top: 0px;
  cursor: pointer;
}
.pg3 {
  position: absolute;
  margin-top: -8px;
  margin-left: 190px; 
  font-size: medium;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;

  font-family: "Preahvihear", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.empat{
  position: absolute;
  
  margin-left: 170px;
  margin-top: 25px;
  cursor: pointer;
}
.pg4 {
  position: absolute;
  margin-top: 22px; 
  margin-left: 190px; 
  font-size: medium;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;

  font-family: "Preahvihear", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gerakansoalcewe {

  animation: gerakansoalwanita;
  animation-duration: 12s;
  animation-fill-mode: forwards;

}
@keyframes gerakansoalwanita{

    0% {
      transform: translate(0px, 0px) scale(0.0);
      pointer-events: none;
    }

    37.5% { 
      transform: translate(0px, 0px) scale(0.0);
      pointer-events: none;
    }

    54.17% { 
      transform: translate(0px, 0px) scale(1.0);
      pointer-events: none;
    }

    66.67% { 
      transform: translate(0px, 0px) scale(1.0);
      pointer-events: none;
    }

    99.99% {
      transform: translate(0px, 300px) scale(1.0);
      pointer-events: none;
    }

    100% {
      transform: translate(0px, 300px) scale(1.0);
    }

}

.fixsoalcewe {
  margin-top: 308px;
}

.bgluarsoalnya.hidden6 {
  display: none;
}

.gerakansoalcowo {

  animation: gerakansoalcowo;
  animation-duration: 7s;
  animation-fill-mode: forwards;

}
@keyframes gerakansoalcowo{

    0% {
        transform: translate(-350px, 250px) scale(0.1);
        pointer-events: none;
    }

    28.57% { 
        transform: translate(-350px, 250px) scale(0.1);
        pointer-events: none;
    }

    42.86% { 
        transform: translate(70px, 250px) scale(0.1);
        pointer-events: none;
    }

    48% { 
        transform: translate(70px, 250px) scale(0.1);
        pointer-events: none;
    }

    99.99% { 
        transform: translate(0px, 300px) scale(1.0);
        pointer-events: none;
    }

    100% {
      transform: translate(0px, 300px) scale(1.0);
    }

}

.fixsoalcowo {
  margin-top: 308px;
}

.jawabancowo input[type="radio"]{
  accent-color: #258fff;
}
.jawabancewe input[type="radio"]{
  accent-color: #e55c9c;
}

.tombolsoalsebelumnya{
  position: absolute;
  
  margin-top: 85px;
  margin-left: 45px;
  text-align: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;

  color: black;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
  transition: transform;
}
.tombolsoalsebelumnya.adaintombolsoalsebelumnya{
  animation: berikutnyasoals 1s ease forwards;
}
@keyframes berikutnyasoals {
  0% {
    transform: scale(0.0);
    pointer-events: none;
  }
  99.99% {
    pointer-events: none;
  }
  100% {
    transform: scale(1.0);
  }
}
.tombolsoalsebelumnya.posisitombolsoalsebelumnyafix{
  margin-left: 45px;
}
.tombolsoalsebelumnya.buangtombolsoalsebelumnya{
  animation: sebelumnyasoals 0.5s ease forwards;
}
@keyframes sebelumnyasoals {
  0% {
    transform: scale(1.0);
    pointer-events: none;
  }
  99.99% {
    pointer-events: none;
  }
  100% {
    transform: scale(0.0);
  }
}

.tombolsoalberikutnya{
  position: absolute;
  
  margin-top: 85px;
  margin-left: 105px;
  text-align: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;

  color: black;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}
.tombolsoalberikutnya.geserkanantombolsoalberikutnya{
  animation: berikutnyasoal 1s ease forwards;
}
@keyframes berikutnyasoal {
  0% {
    transform: translateX(0px);
    pointer-events: none;
  }
  99.99% {
    pointer-events: none;
  }
  100% {
    transform: translateX(65px);
  }
}
.tombolsoalberikutnya.posisitombolsoalberikutnyafix{
  margin-left: 170px;
}
.tombolsoalberikutnya.geserkiritombolsoalberikutnya{
  animation: sebelumnyasoal 0.5s ease forwards;
}
@keyframes sebelumnyasoal {
  0% {
    transform: translateX(65px);
    pointer-events: none;
  }
  99.99% {
    pointer-events: none;
  }
  100% {
    transform: translateX(0px);
  }
}
.tombolsoalberikutnya.buangtombolsoalberikutnya{
  animation: buangsoalber 0.5s ease forwards;
}
@keyframes buangsoalber {
  0% {
    transform: scale(1.0);
    pointer-events: none;
  }
  99.99% {
    pointer-events: none;
  }
  100% {
    transform: scale(0.0);
  }
}
.tombolsoalberikutnya.adaintombolsoalberikutnya{
  animation: adainsoalber 0.5s ease forwards;
}
@keyframes adainsoalber {
  0% {
    transform: scale(0.0);
    pointer-events: none;
  }
  99.99% {
    pointer-events: none;
  }
  100% {
    transform: scale(1.0);
  }
}

.nextBtn {
    -webkit-tap-highlight-color: transparent;
}
.prevBtn {
    -webkit-tap-highlight-color: transparent;
}

.profilman {

  
  
  width: 30px;
  height: 30px;
  background-color: #bfd1df;
  border-radius: 20px;

  background-image: url('bussinessman.png');
  background-position-x: center;
  background-position-y: 6px;
  background-size: 25px;
  background-repeat: no-repeat;

  flex-shrink: 0;
}

.profilwoman {

  
  
  width: 30px;
  height: 30px;
  background-color: #f4bcdf;
  border-radius: 20px;

  background-image: url('businesswoman.png');
  background-position-x: center;
  background-position-y: 6px;
  background-size: 25px;
  background-repeat: no-repeat;

  flex-shrink: 0;
}

.areaprofil{
    display: flex;

    align-items: center;

    gap: 10px;

    position: absolute;


    right: 25px;
}

.namapengguna {

  
  color: black;


  margin-top: 5px;

  font-family: "Twinkle Star", cursive;
  font-weight: 600;
  font-size: 15px;
  font-style: normal;

  white-space: nowrap;

  
  text-align: left;

}

.nomorsoal {
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 600;
  font-style: normal;

  
  margin-left: 30px;
  -webkit-tap-highlight-color: transparent;
}
.inputnomorsoal {
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: medium;

  text-align: right;

  background-color: transparent;
  width: 30px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.tombolprediksi {
  border: transparent;
  background-color: transparent;
  cursor: pointer;

  position: absolute;
  margin-top: 84px;
  margin-left: 185px;
  text-align: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  font-size: 17px;
  padding: 0px;

  color: green;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}
.tombolprediksi.none {
  display: none;
}
.tombolprediksi.adainpred {
  animation: adainpreds 1s ease forwards;
}
@keyframes adainpreds {
  0% {
    transform: scale(0.0);
    pointer-events: none;
  }
  50% {
    transform: scale(0.0);
    pointer-events: none;
  }
  99.99% {
    pointer-events: none;
  }
  100% {
    transform: scale(1.0);
  }
}
.tombolprediksi.buanginpred {
  animation: buanginpreds 0.5s ease forwards;
}
@keyframes buanginpreds {
  0% {
    transform: scale(1.0);
    pointer-events: none;
  }
  99.99% {
    pointer-events: none;
  }
  100% {
    transform: scale(0.0);
    display: none;
  }
}

.nonoklik {
  pointer-events: none;
}





.aturluasklikplaysounds {
  display: contents;
}
.tombolplaysounds{
  background-color: #037aff;
  width: 100px;
  height: 40px;
  
  margin-left: 260px;
  margin-top: 250px;
  border-radius: 10px;

  text-align: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  color: white;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}
.tombolplaysounds:active{
    background: #0062cc;
}

.hidden7 {
  display: none;
}


.progress-circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(#e3ecf3 60%, transparent 61%),
    conic-gradient(
      green 0%,
      yellow 55%,
      red 100%
    );
}
.progress-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    conic-gradient(
      transparent 0 calc(var(--percentage) * 1%),
      #dfdfdf calc(var(--percentage) * 1%) 100%
    );
}
.progress-circle::after {
  content: "";
  position: absolute;
  inset: 21px;
  border-radius: 50%;
  background: #e3ecf3;
}
.progress-circle span {
  position: relative;
  z-index: 2;
  
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
}

.progress-circle-cewe {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(#fbe0f0 60%, transparent 61%),
    conic-gradient(
      green 0%,
      yellow 55%,
      red 100%
    );
}
.progress-circle-cewe::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    conic-gradient(
      transparent 0 calc(var(--percentagecewe) * 1%),
      #dfdfdf calc(var(--percentagecewe) * 1%) 100%
    );
}
.progress-circle-cewe::after {
  content: "";
  position: absolute;
  inset: 21px;
  border-radius: 50%;
  background: #fbe0f0;
}
.progress-circle-cewe span {
  position: relative;
  z-index: 2;

  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
}

.hidden8 {
  display: none;
}
.adainpersentase {
  animation: adainpersen 1s linear forwards;
}
@keyframes adainpersen {

  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.hidden9 {
  display: none;
}
.deskripsihasil{
  font-family: "Playwrite IT Moderna", cursive;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

  font-size: x-large;
  margin-left: 145px;
  margin-top: 20px;
}
.deskripsihasil span{
  font-family: "Playwrite IT Moderna", cursive;
  font-optical-sizing: auto;
  font-weight: bolder;
  font-style: normal;

  font-size: x-large;
}

.glow-red {
    animation: alarmGlow 1.6s infinite;
}

@keyframes alarmGlow {
    0%, 100% {
        opacity: 1;
        text-shadow: none;
    }

    50% {
        opacity: 1;
        text-shadow:
            0 0 2px red;
    }
}
.adaindeskripsihasil{
  overflow: hidden;
  white-space: nowrap;

  animation: adaindeskripsihasill 5s linear forwards;
}
@keyframes adaindeskripsihasill {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

.hidden10 {
  display: none;
}
.deskripsipenjelasan{
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}
.adaindeskripsipenjelasan {
  white-space: pre-wrap;
}
.adaindeskripsipenjelasan::after {
  content: "│";
  animation: blink 1s infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.deskripsipenjelasan.buangcursor::after {
  content: "";
  animation: none;
}

.hidden11 {
  display: none;
}
.adaingambarmusik {
  animation: adamusikgambar 2s linear forwards;
}
@keyframes adamusikgambar {

  0% {
    opacity: 0;
    pointer-events: none;
  }
  99.99% {
    opacity: 1;
    pointer-events: none;
  }
  100% {
    opacity: 1;
  }
}
.adaingambarmusikfull {
  animation: adamusikgambars 3s linear forwards;
}
@keyframes adamusikgambars {

  0% {
    opacity: 0.5;
    pointer-events: none;
  }
  100% {
    opacity: 1;
  }
}

.countdown-container {
  
  color: #000;
  height: 3.5rem; 
  overflow: hidden;

  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}
.digit-col {
  width: 1.8rem;
  height: 100%;
  position: relative;
}
.digit-range {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.digit-range div {
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#forjs13 {
  display: none;
}
.aturluasklikhomepage {
  display: contents;
}
.tombolhomepages{
  background-color: #037aff;
  width: 120px;
  height: 50px;
  
  border-radius: 10px;

  text-align: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  color: white;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;
}
.tombolhomepages:active{
    background: #0062cc;
}

.buangtimers {
  animation: buangintimers 1s linear forwards;
}
@keyframes buangintimers {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.lastbutton {
  animation: lastbuttonfinally 1s linear forwards;
}
@keyframes lastbuttonfinally {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  99.99% {
    opacity: 1;
    pointer-events: none;
  }
  100% {
    opacity: 1;
  }
}



.shsjjss{ 
    background: linear-gradient(to left, black, white); 
    text-decoration: underline; 
    font-size: 18px; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
}