html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

.swagger-ui .topbar a svg {
  display: none !important;
}

/* Insert your custom logo into the link container */
.swagger-ui .topbar a {
  display: inline-block;
  background-image: url('https://www.a-trust.at/assets/images/a-trust_rgb_logo_sw_negativ_alpha.png'); /* or .png */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 150px; /* Adjust width based on your logo aspect ratio */
  height: 40px;  /* Adjust height to fit the topbar */
}

.swagger-ui .topbar .download-url-wrapper .select-label select{
    border-color: #1e7ac5;
}