:root {
  --white: #ffffff;
  --black: #000000;
  --dark-grey: #818181;
  --grey: #eaeaea;
  --blue: #034ea2;
  --status-light-orange: #fde2b8;
  --status-orange: #bc7a12;
  --status-light-red: #fad8da;
  --status-red: #b70512;
  --status-light-green: #d3e6d4;
  --status-green: #066f0b;
}

div[data-drupal-messages] {
  position: fixed;
  top: calc(var(--drupal-displace-offset-top, 0px) + 110px);
  right: 0;
  z-index: 502;
  width: auto !important;
  max-width: 400px;
}
/*# sourceMappingURL=toast_messages.css.map */