* {
  font-family: "Inter", sans-serif;
}

body {
  background: url("/images/building.jpeg");
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  body {
    padding: 0;
  }
}

.panel {
  background: #fff;
  width: 100%;
  max-width: 960px;
  border-radius: 8px;
  padding: 40px;
  transition: 0.3s;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .panel {
    background: #fff;
    border-radius: 0px;
    min-height: 100vh;
    padding: 25px;
    padding-bottom: 40px;
  }
  .panel .navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7411764706);
  }
}
.panel.hide {
  opacity: 0;
}
.panel .content img {
  max-width: calc(100% - 40px);
  margin: 0 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .panel .content img {
    min-width: 600px;
  }
}
.panel .content .image-wrapper {
  width: 100%;
  overflow: auto;
}
.panel button img {
  max-width: 100%;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.panel a {
  text-decoration: none;
}

h1 {
  font-size: 28px;
}

p, label {
  font-size: 18px;
}

.select-language .language {
  cursor: pointer;
  width: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #333333;
}
.select-language .language img {
  width: 60px;
}
.select-language .language img.check {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  display: none;
  margin: 0;
}
.select-language .language.selected {
  background: #e6fde9;
}
.select-language .language.selected img.check {
  display: block;
}

button.btn.btn-1 {
  border-radius: 100px !important;
  background: #2623ef;
  color: #fff;
}
button.btn.btn-1:hover {
  background: #0e0ba8;
}
button.btn.btn-2 {
  border-radius: 100px !important;
  background: #b2b0f1;
  color: #000000;
}
button.btn.btn-2:hover {
  background: #7d7ceb;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px); /* Adjust as needed */
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fade-in {
  opacity: 0; /* Start fully transparent */
  animation: fadeIn 0.5s ease-in-out forwards; /* Animation: name duration timing-function fill-mode */
}

.fade-up {
  opacity: 0; /* Start fully transparent */
  animation: fadeUp 1s ease-in-out forwards; /* Animation: name duration timing-function fill-mode */
}

.ilustration-2 {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

input.input, select.input {
  border-radius: 100px;
  border: 1px solid #333333;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 191, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  z-index: 999;
}
.popup.loading {
  background: deepskyblue;
}
.popup .content {
  background: #fff;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  padding: 40px;
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .popup {
    padding: 25px;
  }
  .popup .content {
    padding: 25px;
  }
}

.options .option-selector, .options .option-check {
  cursor: pointer;
  border: 1px solid #000;
  display: flex;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.options .option-selector .checklist, .options .option-check .checklist {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
}
.options .option-selector .checklist img, .options .option-check .checklist img {
  width: 22px;
}
.options .option-selector .alphabet, .options .option-check .alphabet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  background: #C488FF;
}
.options .option-selector .answer, .options .option-check .answer {
  width: 100%;
  padding: 8px;
}
.options .option-selector:hover .answer, .options .option-check:hover .answer {
  background: #f1e9ff;
}
.options .option-selector.option-check:hover, .options .option-check.option-check:hover {
  background: #e5f8ff;
}
.options .option-selector.option-check:hover .answer, .options .option-check.option-check:hover .answer {
  background: transparent;
}
.options .option-selector.selected .answer {
  background: #6AFFA6;
}
.options.row-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.options.row-2 .option-selector {
  width: calc(50% - 8px);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .options.row-2 .option-selector {
    width: 100%;
  }
}

.scala-selector, .scala-selector-2 {
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}

.scala-likert {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  border-radius: 5px;
}
.scala-likert .selector {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scala-likert input[type=radio] {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .foto-ilustrasi-depan {
    max-width: 250px;
  }
}

.scala-selector .number, .scala-selector-2 .number {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #ffffff;
}
.scala-selector .number.selected, .scala-selector-2 .number.selected {
  color: #000000;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .scala-selector .number, .scala-selector-2 .number {
    padding: 3px 6px;
  }
  .scala-selector p, .scala-selector-2 p {
    font-size: 10px;
  }
}
.scala-selector .slidecontainer, .scala-selector-2 .slidecontainer {
  width: 100%;
}
.scala-selector .slidecontainer input, .scala-selector-2 .slidecontainer input {
  width: 100%;
  -webkit-appearance: none; /* Override default CSS styles */
  -moz-appearance: none;
       appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */ /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
  border-radius: 50px;
}
.scala-selector .slidecontainer input::-webkit-slider-thumb, .scala-selector-2 .slidecontainer input::-webkit-slider-thumb {
  -webkit-appearance: none; /* Menghilangkan style default untuk thumb di Chrome */
  appearance: none;
  width: 25px; /* Lebar thumb */
  height: 25px; /* Tinggi thumb */
  background: #2623ef; /* Warna thumb */
  cursor: pointer; /* Mengubah cursor menjadi pointer saat berada di atas thumb */
  border-radius: 50px;
}

p ul {
  padding-left: 20px !important;
  margin-left: 0px !important;
}
p ul li {
  font-size: 18px !important;
  line-height: 27px !important;
  list-style-type: square !important;
}
p ul li p, p ul li b {
  font-size: 18px !important;
  line-height: 27px !important;
}

.timer {
  background: #FF556A;
  color: #fff;
  height: 60px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  right: 45px;
  left: auto;
  bottom: auto;
  border-radius: 0px 0px 20px 20px;
  font-size: 24px;
  font-weight: bold;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .timer {
    height: 45px;
    width: 60px;
    font-size: 16px;
    top: 0px;
    right: 20px;
    left: auto;
    bottom: auto;
    border-radius: 0px 0px 20px 20px;
  }
}/*# sourceMappingURL=style.css.map */