.ui-v2-state-loading {
  opacity: 0.72;
}

.ui-v2-state-empty {
  border-style: dashed;
  color: var(--ui-color-muted);
}

.ui-v2-state-error {
  border-color: rgba(248, 81, 73, 0.45);
  background: rgba(248, 81, 73, 0.08);
}

.ui-v2-state-blocked {
  border-color: rgba(210, 153, 34, 0.45);
  background: rgba(210, 153, 34, 0.08);
}

.ui-v2-state-disabled {
  opacity: 0.55;
  pointer-events: none;
}

.ui-v2-hidden-by-flag {
  display: none !important;
}
