.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: #182948;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 18px;
}
.ant-alert .ant-alert-message .href {
  color: #0070ff;
  cursor: pointer;
}
.ant-alert .ant-alert-description {
  color: #182948;
  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(255, 169, 64, 0.1);
  border: 1px solid rgba(255, 169, 64, 0.4);
}
.ant-alert-info {
  background: rgba(0, 112, 255, 0.1);
  border: 1px solid rgba(0, 112, 255, 0.4);
}
.ant-alert-success {
  background: rgba(46, 209, 163, 0.1);
  border: 1px solid rgba(46, 209, 163, 0.4);
}
.ant-alert-error {
  background: rgba(255, 77, 79, 0.1);
  border: 1px solid rgba(255, 77, 79, 0.4);
}
