body {
  margin: 0; /* Remove default body margin */
}

.header {
  background-color: #0b3962;
  color: white; /* Optional: Adjust text color */
  padding: 10px;
  text-align: center;
  height: 70px; /* Adjust based on your logo's height */
}

.header img {
  max-height: 50px;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}

/* Hide the “webapi/swagger/v1/swagger.json" link */
.swagger-ui .info .url {
  display: none !important;
}

.scheme-container {
  margin-top: 0px; /* Adjust this value to reduce the whitespace */
  margin-bottom: 0px; /* Adjust this value to reduce the whitespace */
  height: 70px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.information-container {
  margin-top: 0px; /* Adjust this value to reduce the whitespace */
  margin-bottom: 0px; /* Adjust this value to reduce the whitespace */
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Header met BOMA styling */
.swagger-ui .topbar {
  background-color: #0b3962;
  padding: 10px;
}

.swagger-ui .topbar:before {
  content: '';
  background-image: url('/Images/BOMA-logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 120px;
  float: left;
  margin-right: 10px;
}

/* Hide elements */
.swagger-ui .info .url { 
  display: none !important;
}