.data-table tr[data-account] {
  cursor: pointer;
}

.data-table tr[data-account]:hover {
  background: #f3f7f5;
}

.status-pill.blocked {
  background: #f8e1e1;
  color: #8b3030;
}

.role-chip {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 4px;
  background: #edf1ef;
  color: #40514d;
  font-size: 11px;
  font-weight: 700;
}

.role-chip.admin {
  background: #eee6d5;
  color: #73551a;
}

.role-chip.broker {
  background: #e1ebf5;
  color: #315d84;
}

@media (max-width: 720px) {
  .toolbar {
    flex-wrap: wrap;
  }

  .toolbar .button {
    order: 2;
    flex: 1 1 100%;
    min-height: 46px;
  }
}
