.alert {
  position: fixed;
  z-index: 9999;
  top: 20px;
  left: 50%;
  width: 300px;
  transform: translateX(-50%);
  padding: 10px 20px;
  border-radius: 5px;
  background-color: black;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.alert.alert-success {
  background-color: #28a745;
}/*# sourceMappingURL=toast.css.map */