.table.dataTable > tbody > tr.selected > * {
  box-shadow: none;
  color: inherit;
}

.b-dash-1-grey {
  border: 1px dotted #ccc !important;
}

input[readonly] {
  background-color: #eeeeee;
}

input[readonly]:hover {
  background-color: #eeeeee;
}

.nav-item .bg-body.card-shadow {
  box-shadow: #ddd 2px 2px 2px !important;
}

.card-shadow {
  box-shadow: #ddd 2px 2px 2px !important;
}

.img-kat {
  width: 50px;
}

.top-10-10 {
  top: -10px;
}

.top-20 {
  top: 20px;
}

.right-10-10 {
  right: -10px;
}

.bottom-10-10 {
  bottom: -10px;
}

.menu-sub-dropdown.active {
  position: fixed;
  margin-right: 120px;
  margin-top: -80px;
  display: flex;
  will-change: transform;
}

.card-input {
  padding: 20px 10px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  margin-bottom: 5px;
}

.select2-selection[aria-disabled=true] {
  background-color: #eff2f5 !important;
}/*# sourceMappingURL=custom.css.map */

.rounded-12{
  border-radius: 12px;
}

.file-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.delete-button {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #dc3545;
  border: none;
  border-radius: 50%;
  color: white;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.file-icon {
  width: 45px;
  height: auto;
}

.file-wrapper:hover .delete-button {
  display: flex;
}

#filterOptions {
  max-height: 80vh; /* atau tinggi tetap seperti 600px */
  overflow-y: auto;
}
