div.scrollmenu {
  /* background-color: #333; */
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* div.scrollmenu a:hover { */
/* background-color: #777; */
/* } */

/*---Tambahan----*/
.table2 td,
.table2 th {
  padding: 0.1rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  font-family: sans-serif;
  font-size: small;
}

.nav-sidebar .nav-item > .nav-link {
  margin-bottom: 0.1rem;
  font-size: small;
}

.act-btn {
  background: green;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-decoration: none;
  transition: ease all 0.3s;
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.act-btn:hover {
  background: red;
}

.act-btn-2 {
  background: green;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-decoration: none;
  transition: ease all 0.3s;
  position: fixed;
  right: 90px;
  bottom: 30px;
}
.act-btn-2:hover {
  background: red;
}
