html {
  box-sizing: border-box;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  background: #fafafa;
}

/* Hide the Swagger search input (Explore box) */
input#download-url-input {
  display: none;
}

/* Hide the Explore button as well */
button.download-url-button {
  display: none;
}

/* Swap the Swagger header logo */
.swagger-ui .topbar .link img,
.swagger-ui .topbar .link svg {
  display: none !important;
}

.swagger-ui .topbar .link::before {
  content: "";
  display: block;
  width: 160px;
  height: 80px;
  background: url("./Agile X Solution Logo with rounded Corner.png")
    center/contain no-repeat;
}
