.toaster-root {
  position: fixed;
  right: 10px;
  top: 10px;
  max-width: 320px;
  background-color: #e53935;
  padding: 12px 16px;
  border-radius: 12px;
  color: white;
  font-size: 15px;
  line-height: 1.35;
  z-index: 99999999;
}

.toaster-root.success {
  background-color: #43a047;
  height: auto;
  min-height: 0;
  display: block;
} 
