/* 
The Telerik windoes uses a z-index of 10002.
The way Mudblazor calculates the z-index for their popover menu results in a significant lower z-value for popover menues than the z-value of the Telerik window.
To have a propper stacing of Mudblazor menues on top of Telerik windows a new value of 11000 was choosen. That is to ensure that we can visual stack other components inbetween the window and the context menu if needed.
*/
.mud-snackbar-location-bottom-left {
  bottom: 12px !important;
  left: 64px !important;
}

.mud-snackbar {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
}
.mud-snackbar .mud-icon-root.mud-svg-icon {
  color: #f2f2f2;
}

.mud-snackbar-content-message {
  color: #f2f2f2;
}

.mud-snackbar.mud-alert-filled-error {
  background-color: #b20200;
}

.mud-snackbar.mud-alert-filled-success {
  background-color: #367a00;
}

.mud-snackbar.mud-alert-filled-info {
  background-color: #006fb6;
}

.mud-snackbar.mud-alert-filled-warning {
  background-color: #deba00;
}

/*# sourceMappingURL=Snackbar.css.map */
