.ant-alert {
  align-items: flex-start;
  width: 100%;
  padding: 6px 12px;
  border-radius: 4px;
}
.ant-alert .ant-alert-close-icon {
  line-height: 18px;
}
.ant-alert .ant-alert-icon {
  font-size: 16px;
  transform: translateY(1px);
  margin-inline-end: 8px;
}
.ant-alert .ant-alert-message {
  color: #333333;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 18px;
}
.ant-alert .ant-alert-message .href {
  color: #1890ff;
  cursor: pointer;
}
.ant-alert .ant-alert-description {
  color: #333333;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}
.ant-alert-with-description .ant-alert-message {
  margin-bottom: 4px;
  font-weight: bold !important;
}
.ant-alert-warning {
  background: rgba(250, 173, 20, 0.1);
  border: 1px solid rgba(250, 173, 20, 0.4);
}
.ant-alert-info {
  background: rgba(24, 144, 255, 0.1);
  border: 1px solid rgba(24, 144, 255, 0.4);
}
.ant-alert-success {
  background: rgba(52, 183, 124, 0.1);
  border: 1px solid rgba(52, 183, 124, 0.4);
}
.ant-alert-error {
  background: rgba(255, 77, 79, 0.1);
  border: 1px solid rgba(255, 77, 79, 0.4);
}
