.custom-notifyError {
  background: #ff0000;
  color: white;
}
.custom-notifyError .ant-notification-notice-message {
  color: white;
}
.custom-notifyError .ant-notification-notice-close {
  color: white;
  top: 8px;
  right: 8px;
}

