.ec-ui-topups .list {
  position: relative;
}
.ec-ui-topups .labels >div {
  background: #808080;
  color: #fff;
  padding: 4px;
  border-radius: 2px;
}
.ec-ui-topups .labels >div.error {
  background: #f00;
}
.ec-ui-topups .labels >div.warn {
  background: #ffa500;
}
.ec-ui-topups .ag-list-item {
  background: #fff;
}
