toaster {
  display: none;
  /*margin-top: 55px;*/
  padding: 75px 80px 0px 90px;
  background-color: #00000044;
  color: white;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  pointer-events: all;
}

.toaster_msg {
  pointer-events: all;
}
