.status-buttons .btn.active {
  background-color: #dc3545;
  color: white;
}
.status-buttons .btn.inactive {
  background-color: #6c757d;
  color: white;
}
.d-none {
  display: none !important;
}
.dropdown-search {
  position: relative;
}
.dropdown-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
}
.dropdown-results div {
  padding: 8px;
  cursor: pointer;
}
.dropdown-results div:hover {
  background: #eee;
}
