@import url("https://cdn.jsdelivr.net/npm/simple-notify@1.0.5/dist/simple-notify.min.css");
/* autoComplete.js styles are in autocomplete.css (loaded via active_admin) - CDN removed to avoid orange/pill overrides */

.status-tag {

  &[data-status="warn"],
  &[data-status="warning"],
  &[data-status="orange"] { background: #e29b20; color: #fff; }
  
  &[data-status="error"],
  &[data-status="errored"],
  &[data-status="red"] { background: #d45f53; }

  &[data-status="yes"] { background: #6090DB; }
  &[data-status="no"] { background: grey; }
  &[data-status="ok"] { background: #1ac76b; color: #fff; }
}

/* FullCalendar v6+ includes CSS within JS bundles - no separate CSS needed */
