body {
  margin: 0 !important;
  padding: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
p {
  font-family: "Gotham SSm A", "Gotham SSm B", arial, sans-serif !important;
}
h1 {
   color: #263238 !important;
   text-transform: uppercase;
   font-weight: 300 !important;
}
p {
  font-weight: 400 !important;
}

a {
  color: #23b7e1 !important;
}
.openapi-button {
  border-color: #23b7e1 !important;
}
.operation-description{
    font-size: 14px;
}
.menu-item-header {
  color: #546e7a !important;
  border-left: 5px solid transparent !important;
}
.menu-item-depth-1.active > .menu-item-header {
  border-left: 5px solid #23b7e1 !important;
}
.tag-info {
    box-sizing: border-box;
    width: 60%;
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

img {
  max-width: 80%;
  margin: 0;
}
/* Attribute selector so this survives ReDoc rebuilds (unlike its own auto-generated classnames). */
img[src*="logo.png"] {
  width: 160px !important;
  max-width: 160px !important;
}

.menu-item-depth-1 > .menu-item-header:not(.disabled):hover,
.menu-item-depth-1.active > .menu-item-header {
  background-color: #fff !important;
}

.redoc-wrap {
  color: #263238 !important;
  font-family: "Gotham SSm A", "Gotham SSm B", arial, sans-serif !important;
}
.redoc-markdown-block table th {
  font-weight: 500 !important;
}

.menu-item-depth-2 > .menu-item-header:hover,
.menu-item-depth-2.active > .menu-item-header {
  background-color: #dfe6e8 !important;
}
.redoc-markdown-block code {
    font-family: Courier, monospace;
    background-color: rgba(38, 50, 56, 0.04);
    padding: 0.1em 0 0.2em 0;
    font-size: 1em;
    border-radius: 2px;
    border: 1px solid rgba(38, 50, 56, 0.1);
}

.redoc-markdown-block code.language-Javascript {
    color: white !important;
}

.zippy-success > .zippy-title {
  color: #7cb342 !important;
  background-color: rgba(124, 179, 66, 0.2) !important;
}
.zippy-success > .zippy-title svg polygon {
  fill: #7cb342 !important;
}
.zippy-success > .zippy-title .zippy-title-content span p {
  color: #7cb342 !important;
}
.zippy-error > .zippy-title {
  color: #e53935 !important;
  background-color: rgba(234, 39, 107, 0.2) !important;
}
.zippy-error > .zippy-title svg polygon {
  fill: #e53935 !important;
}
.zippy-error > .zippy-title .zippy-title-content span p {
  color: #e53935 !important;
}

.param-required {
  color: #ea276b !important; /* Pink */
}

.http-verb,
.operation-type {
  color: #fff !important;
}
.http-verb.get,
.operation-type.get {
  background-color: #7cb342 !important;
}
.http-verb.post,
.operation-type.post {
  background-color: #23b7e1 !important;
}
.http-verb.put,
.operation-type.put {
  background-color: #ab47bc !important;
}
.http-verb.delete,
.operation-type.delete {
  background-color: #ea276b !important;
}

.server-item > .url {
  color: #23b7e1 !important;
}

.nested-schema {
  background-color: #eceff1 !important;
}

.code-sample {
  zoom : 0.8;
}
#warn {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 280px;
    bottom: 80%;
    font-size: 60px;
    color: red;

}
h2 .inDev{
    margin-top: -10px;
    font-size: .7em;
}
.inDev{
    padding: 1% 0 2% 0;
    border-radius: 2px;
    color: red !important;
    text-align: left;
    width: 80%;
    font-size: .85em;
}

pre {
    color: white;
}
