body {
  margin: 0;
}

.notice {
  background: #132238;
  color: #fff;
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.5;
  padding: 12px 18px;
}

.notice a {
  color: #d8e7ff;
}

.notice strong {
  display: block;
  margin-bottom: 4px;
}

.swagger-error {
  margin: 0;
  padding: 16px;
}

.swagger-ui .authorization__btn,
.swagger-ui .btn.authorize,
.swagger-ui .schemes-server-container,
.swagger-ui .scheme-container,
.swagger-ui .try-out,
.swagger-ui .execute-wrapper {
  display: none !important;
}
