.global-toast-notifications .notification-container {
  width: 100vw;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 10002;
}
.global-toast-notifications .notification-container .notification {
  width: unset;
  max-width: 600px;
}
.global-toast-notifications .notification-container .notification .type-icon,
.global-toast-notifications .notification-container .notification .close-icon {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.global-toast-notifications .notification-container .notification .notification-message {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/*# sourceMappingURL=GlobalToastProvider~dc51bad7.f4a33353.chunk.css.map*/