.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;
}/*# sourceMappingURL=custom.css.map */