
#toastem{
  position: fixed;
  z-index: 11000;
  top: 50px;
  right: 12px;
}
.notification{
  display: flex;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-right: 10px;
  padding: 20px 10px;
  width: 300px;
  border-radius: 3px;
  color: white;
  right: -400px;
  align-items: center;
  /*box-shadow: 0px 1px 5px #bbbbbb;*/
}
.messageIcon{
  padding: 5px 10px;
  font-size: 16px;
}
.messageText{
  padding-left: 10px;
}
.normal{
  background: #1e89c3;
}
.success{
  background: #17b517;
}
.error{
  background: #C9171A;
}
