body {
  font-family: Arial, sans-serif!important;
	margin-top: 0px;
	background-color: #ebebeb;
}

header::before {
	display: none;
}

header {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    background-color: #fff;
    position: relative;
    height: 72px;
}

header .container {
    max-width: 1460px;
    padding: 0px 50px;
    width: 100%;
    margin: 0 auto;
}

.logo-claim {
  margin-top: 12px;
  display: inline-block;
}

.logo {
  width: 65px;
  object-fit: contain;
  float: left;
}

.claim {
  float: left;
  width: 200px;
  height: 52px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #00368f;
  margin-left: 10px;
  padding-top: 3px;
}

#swagger-ui.api-platform .information-container.wrapper {
	padding-top: 30px;
	padding-bottom: 25px;
	margin-bottom: 0px;
}

#swagger-ui.api-platform .info .title {
	color: #00368f;
	font-weight: normal;
}