body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}
header {
  position: relative;
  overflow: hidden;
  background-color: #000b;
  color: white;
}
header > * {
  margin: 0 8px;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../src/img/gedungPens1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(2px);
  transform: scale(1.1);
  z-index: -1;
}
header img {
  width: clamp(150px, 20vw, 200px);
}
main ._MIS_sponsor_logo_ {
  position: relative;
  background-color: #0006;
  border-radius: 16px;
  overflow: hidden;
}
main ._MIS_sponsor_logo_::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../src/img/gedungPens2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(2px) grayscale(40%);
  z-index: -1;
}
main ._MIS_sponsor_logo_ > div > *::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  filter: blur(24px);
  opacity: 0.2;
  z-index: -1;
}
._MIS_sponsor_logo_ .d-flex {
  width: max-content;
}
main ._MIS_sponsor_logo_ > div > * {
  margin: 0 16px;
  position: relative;
}
main ._MIS_sponsor_logo_ img {
  width: clamp(100px, 20vw, 150px);
}
.btn-dark,
.btn-primary,
.btn-warning {
  transition: background-color 0.3s ease, color 0.3s ease;
}
main ._MIS_services_ > * {
  width: 100%;
  font-weight: bold;
}
main ._MIS_services_ > *:first-child {
  margin-right: 8px;
}
main ._MIS_services_ > *:last-child {
  margin-left: 8px;
}
main ._MIS_services_output_ {
  max-height: auto;
  position: relative;
  background-color: #1e1e1ee0;
  overflow-y: auto;
}
main ._MIS_services_output_::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../src/img/gedungPens3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(2px);
  z-index: -1;
}
main ._MIS_services_output_ ol,
main ._MIS_services_output_ a {
  color: white;
  font-size: clamp(18px, 1.5vw, 24px);
  text-decoration: none;
}
main ._MIS_services_default_ {
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  /* display: none; */
}
main ._MIS_services_default_ > * {
  margin: 0 8px;
}
main ._MIS_services_default_ img {
  width: clamp(150px, 20vw, 200px);
}
main ._MIS_services_default_ #separator {
  width: 3px;
  background-color: white;
  border-radius: 8px;
  align-self: stretch;
}
main ._MIS_services_default_.non-active,
main ._MIS_services_layanan_.non-active,
main ._MIS_services_beranda_.non-active {
  opacity: 0;
  transition: opacity 0.2s;
}
main ._MIS_services_default_.active,
main ._MIS_services_layanan_.active,
main ._MIS_services_beranda_.active {
  opacity: 1;
  transition: opacity 0.2s;
}
main ._MIS_services_layanan_ {
  height: 100%;
  overflow-y: auto;
  opacity: 0;
  display: none;
}
main ._MIS_services_layanan_ ul > li {
  width: 85%;
  color: white;
  border-radius: 12px;
  user-select: none;
  overflow: hidden;
}
main ._MIS_services_layanan_ ul > li h2 {
  margin: 0;
  padding: 8px 0px 8px 8px;
  cursor: pointer;
}
main ._MIS_services_layanan_ ul > li:not(:last-child) {
  margin-bottom: 16px;
}
main ._MIS_services_layanan_ li ol {
  height: 0px;
  font-weight: bold;
  overflow-y: auto;
  /* display: none; */
  transition: height 0.2s;
}
main ._MIS_services_layanan_ li ol.non-active {
  height: 0px;
}
main ._MIS_services_layanan_ li ol.active {
  height: 300px;
}
main ._MIS_services_layanan_ li ol::-webkit-scrollbar {
  width: 8px;
  background-color: #0005;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
main ._MIS_services_layanan_ li ol::-webkit-scrollbar-thumb {
  background-color: #fff7;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
main ._MIS_services_layanan_ li ol > li {
  padding-bottom: 8px;
}
main ._MIS_services_layanan_ ol {
  background-color: #2E2E2EBB;
}
main ._MIS_services_beranda_ {
  height: 100%;
  overflow-y: auto;
  display: none;
}
main ._MIS_services_output_::-webkit-scrollbar,
main ._MIS_services_beranda_::-webkit-scrollbar {
  width: 8px;
  background-color: #00a09050;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
main ._MIS_services_output_::-webkit-scrollbar-thumb,
main ._MIS_services_beranda_::-webkit-scrollbar-thumb {
  background-color: #7feddf;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
main ._MIS_services_beranda_ ol li {
  margin-bottom: 8px;
}
main ._MIS_news_ #title {
  font-weight: bold;
  font-size: 24px;
  user-select: none;
}
._MIS_navbar_background_ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0000;
  transition: opacity 0.2s;
  display: none;
}
#navbar-container {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(calc(-100% + 39px));
  transition: transform 0.2s ease;
}
._MIS_navbar_ {
  padding: 8px;
  height: 100vh;
  position: relative;
  background-color: whitesmoke;
}
._MIS_navbar_ ul li {
  margin-bottom: 8px;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}
._MIS_navbar_ img {
  height: 25px;
  margin-right: 8px;
}
#navbar-btn {
  width: 40px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#navbar-btn::before {
  content: '';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5AA;
  filter: blur(3px);
  z-index: -1;
}

@keyframes AnimateScroll {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-110%);
  }
}