.ticket-status .open span {
  color: white !important;
  background: linear-gradient(
    255.4deg,
    #7ce497 1.6%,
    #00bed1 98.62%
  ) !important;
}
.ticket-status .answered span {
  color: white !important;
  background: linear-gradient(
    255.4deg,
    #59645c 1.6%,
    #b1b1b1 98.62%
  ) !important;
}
.ticket-status .customer-reply span {
  color: white !important;
  background: linear-gradient(
    255.4deg,
    #d36100 1.6%,
    #fdb878 98.62%
  ) !important;
}
.ticket-status .on-hold span {
  color: white !important;
  background: linear-gradient(
    255.4deg,
    #0085d3 1.6%,
    #78b1fd 98.62%
  ) !important;
}
.ticket-status .in-progress span {
  color: white !important;
  background: linear-gradient(
    255.4deg,
    #b300d3 1.6%,
    #a778fd 98.62%
  ) !important;
}
#clientDomains-table_wrapper .dataTables_scroll div.dataTables_scrollBody {
  overflow: initial !important;
}
.domain-dropdown .dropdown-menu {
  padding: 0;
  right: 0;
  left: initial;
}
.domain-dropdown .dropdown-item {
  display: block;
  border-bottom: 1px solid #e0e2e9;
  padding: 8px;
}
.domain-dropdown .dropdown-item:last-child {
  border: 0;
}
.dropdown-menu {
  border: 1px solid #e0e2e9;
}
