.ag-toast {
  position: fixed;
  top: 60px;
  right: 40px;
  background: #5ede69;
  color: #fff;
  padding: 30px 50px;
  font-size: 16px;
  font-weight: 600;
  display: none;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.ag-toast.error {
  background: #dc3232;
}
 /* notifications.css */
