.empty-state {
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.05);
  color: var(--color-grey);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
