/* STOCKDIVAR_CATEGORY_EMPTY_STATE_V774 */
#emptyState[hidden],
#emptyState[data-category-empty-state-v774="hidden"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#emptyState[data-category-empty-state-v774="empty"] {
  visibility: visible;
  opacity: 1;
}
