.model {
  margin-top: 1em;
}
.search-bar {
  width: 80%;
  max-width: 600px;
  height: 2em;
}
.topbar {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
.topbar-wrapper {
  width: 100%;
  justify-content: space-between;
}
.cls-1 {
  fill: red;
}
.topbar-wrapper img {
  display: none;
}
.download-url-wrapper {
  display: none !important;
}
body > svg {
  display: none;
}
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 .download-url-wrapper {
  display: none;
}

.swagger-ui .model-toggle:after {
  background: url("../images/model-closed-open-icon.svg") 50% no-repeat;
}

td {
  vertical-align: middle !important;
  padding: 1em !important;
}

.description tr,
.model tr {
  border-top: solid rgba(0, 0, 0, 0.1) 2px;
}

table img {
  cursor: pointer;
}

code {
  width: 600px;
}

.swagger-ui .highlight-code > .microlight code.language-json {
  white-space: pre !important;
}

#modal-body {
  background-color: white;
  max-width: 80vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal {
  position: absolute;
  display: none;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 5;
}
#modal-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swagger-ui .wrapper {
  max-width: 100%;
}

.swagger-ui .wrapper:first-child {
  max-width: 1460px;
}

.swagger-ui .highlight-code > .microlight {
  position: sticky;
  top: 65px;
  height: auto;
  max-height: calc(95vh - 52px);
  overflow: scroll;
}
