.menu-kustom {
   display: none;
   z-index: 1200;
   position: absolute;
   overflow: hidden;
   border: 1px solid #ccc;
   white-space: nowrap;
   font-family: Arial;
   background: #fff;
   color: #333;
   border-radius: 6px;
   padding: 0;
   box-shadow: 0px 6px 15px #454545;
}
.menu-kustom li {
   padding: 8px 12px;
   cursor: pointer;
   list-style: none;
   transition: all .3s ease;
   user-select: none;
}
.menu-kustom a { text-decoration: none;color: #444; }
.menu-kustom li:hover { background: #e74c3c; }
.menu-kustom a:hover { color: #fff;}
.hilang{
  display: none;
}
.inputan2{
  margin-left: -60px;
}