body {
  margin: 0;
  padding: 0;
}

.custom-header {
  background-color: #005cb8;
}

.custom-wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1460px;
  padding: 20px;
  display: flex;
  align-items: center;
}

.custom-wrapper img {
  height: 40px;
  width: auto;
}

body.custom-header-active .swagger-ui {
  margin-top: 60px !important;
}
