@charset "UTF-8";
/* put your own styles to customize and override the theme */
/* Flasher CSS is injected after this file — !important required */
.fl-wrapper {
  z-index: 1100 !important;
}

/* Push top toasts below the fixed header (3.5rem) */
.fl-wrapper[data-position^=top-] {
  top: calc(3.5rem + 0.75em) !important;
}