/*
    Global EQMS variables, will be loaded in before Bootstrap variables so as to override the "!default"
    sass behaviour that have been added on their variables. Used in:

    - App partials sass files
    - Source Bootstrap variables
*/
/*
    Each variable in the Bootstrap source is marked with !default so overrides
    are performed here. This partial will be pulled in before the bootstrap source
    inside the master eqms sass file.

    Commenting and grouping of related variables are done so it matches that
    of the Bootstrap source from node modules.
*/
/*
    Global EQMS variables, will be loaded in before Bootstrap variables so as to override the "!default"
    sass behaviour that have been added on their variables. Used in:

    - App partials sass files
    - Source Bootstrap variables
*/
/*
    Each variable in the Bootstrap source is marked with !default so overrides
    are performed here. This partial will be pulled in before the bootstrap source
    inside the master eqms sass file.

    Commenting and grouping of related variables are done so it matches that
    of the Bootstrap source from node modules.
*/
.swagger-ui .topbar {
  margin-bottom: 1.5rem;
  height: 6.78571rem;
}

.swagger-ui .topbar a {
  min-width: 300px;
}

.swagger-ui .topbar .wrapper {
  display: flex;
  flex: 1;
  height: 100%;
}

.swagger-ui .topbar .topbar-wrapper {
  flex: 1;
}

.topbar-wrapper img[alt="Swagger UI"] {
  content: url("/images/logo.svg");
  display: inline-block;
  width: auto;
  height: 48px;
}

.swagger-ui .topbar a span {
  display: none;
}

.swagger-ui .topbar .download-url-wrapper .select-label span {
  font-weight: normal;
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
  border: 0;
  border-radius: 0;
  white-space: nowrap !important;
  font-weight: normal;
  font-size: 14px;
}

.swagger-ui .topbar {
  background-color: #4c4c4c;
  border-bottom: 7px solid #999;
  color: #e5e5e5;
}

.swagger-ui .topbar .download-url-wrapper .select-label span {
  color: #fff;
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
  background-color: #fff;
}

.swagger-ui .info .title {
  color: #ff585d;
}
