html {
  scroll-behavior: smooth;
}

body {
  /* font-family: 'Poppins', sans-serif; */
  background-color: #535353;
  /* margin-top: 80px; */
}

.title-edis {
  font-size: 14pt;
  line-height: 20px;
  font-weight: 600;
  text-align: right;
}

@media (min-width: 992px) {
  .title-edis {
    font-size: 17pt;
  }
}

/* ICON TOP */
.icon-top {
  font-size: 20pt;
  color: #999;
}


/* BUTTON SIDEBAR */
.button-sidebar {
  background-color: #ffffff;
  border: none;
  color: #999;
  padding: 0px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}

.home-sidebar:link {
  font-size: 14pt;
  padding-right: 10px;
  color: #777777;
}

.home-sidebar:hover,
.home-sidebar:visited {
  color: #777777;
}

/* SIDEBAR */
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 1025;
  background: #ffffff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

/* tombol tutup sidebar */
#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #ffffff;
  color: #777777;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #777777;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1024;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

.sidebar-header {
  padding: 20px;
  background: #ffffff;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 1px 1px 2px #cecece;
}

.components {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}

a.kategori:link {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12pt;
  line-height: 20px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  color: #777777;
}

.kategori:hover,
.kategori:visited {
  color: #777777;
  background: #f1f1f1;
}



.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}



.keterangan-slug {
  font-size: 18pt;
  font-weight: 500;
}

.slug-kategori {
  color: #9E0507;
}