/*------------------------------------------------------------------------------
Styling for status-notification
NOTE: This version override some of the styling from toastr.css.
------------------------------------------------------------------------------*/
.toast-top-center {
  top: 30px;
}

.toast-top-full-width {
  top: 30px;
}

.toast-top-left {
  top: 30px;
}

.toast-top-right {
  top: 30px;
}

/* Fixes the issue where the toasts prevent clicking of background elements */
/* https://github.com/CodeSeven/toastr/issues/235 */
#toast-container {
  pointer-events: none;
}

#toast-container:not(.toast-bottom-full-width, .toast-top-full-width) > div {
    /* width: 20em !important; */ /* This was the original, which is 300px */
    width: 380px !important;
}
/*----------------------------------------------------------------------------*/
