
table#data tr:hover:nth-child(odd) {
  background-color: #ebeced;
}

table#data tr:hover:nth-child(even) {
  background-color: #e8e9ea;
}

.wyc-modal .wyc-modal-header,
#data th.active, .datatable th.active,
#content .alpinaForm {
  background-image: linear-gradient(0deg, #e51c44 10%, #BE1639 90%);
  background-color: #aaa;
  color: #fff;
}
