.status-dropdown option {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
}

.status-dropdown option:hover {
  background-color: #10b981 !important;
  color: #ffffff !important;
}

.status-dropdown option:focus {
  background-color: #10b981 !important;
  color: #ffffff !important;
}

.status-dropdown option:active {
  background-color: #10b981 !important;
  color: #ffffff !important;
}

.status-dropdown option::selection {
  background-color: #10b981 !important;
  color: #ffffff !important;
}
