.text-decor-none {
  text-decoration: none;
}
.mbh3-3 {
  margin-bottom: 150px;
}
.zoom-in {
  opacity: 0;
  transform: scale(0.95);
  animation: zoomInSoft 0.8s ease-out forwards;
}

@keyframes zoomInSoft {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.t-M10 {
  top: 150px;
}
.mt--6 {
  margin-top: -60px;
}

.mt--4 {
  margin-top: -40px;
}

.mb--8 {
  margin-bottom: -80px;
}
.pb--8 {
  padding-bottom: -80px;
}
.mt-6 {
  margin-top: 60px;
}
.nocopy {
  -webkit-user-select: touch;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none; /* Standard */
}
.nocopyimg {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
  user-select: none;
}

.icon-permohonan {
  font-size: 50px;
  margin-bottom: 10px;
}
.color-dark {
  color: black;
}

/* menu aksestabilitas */
/* BUTTON ICON */
.akses-btn {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  border-radius: 0 25px 25px 0;
  z-index: 9999;
  transition: 0.3s;
}

/* PANEL MENU */

.akses-panel {
  position: fixed;
  left: -230px;
  top: 50%;
  transform: translateY(-50%);
  width: 230px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 0 10px 10px 0;
  padding: 15px;
  transition: 0.3s;
  z-index: 9998;
}

.akses-panel h6 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: white;
}

.akses-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.akses-panel li {
  font-size: 13px;
  padding: 8px 6px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  color: white;
  transition: 1s;
}

.akses-panel li:hover {
  background: #f1f1f1;
}

/* PANEL AKTIF */

.akses-panel.active {
  left: 0;
}

.akses-btn.active {
  left: 230px;
}
.gradient-text {
  background: linear-gradient(0deg, #0075b0 0%, #2de8fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* penting agar fill ikut gradient */
  background-clip: text; /* untuk browser modern */
  font-size: 50px;
  font-weight: bold;
}
