body {
  margin: 0;
  padding: 0;
  font-family: Helvetica;
  font-size: 14px;
}

pre {
  background: #32004a;
  color: #DDD;
  margin: 0;
  padding: 10px 10px;
  border-bottom: 1px solid #888;
  font-weight: bold;
}

.menu {
  background: #F4F4F4;
  margin: 0;
  padding: 8px 10px;
  border-bottom: 1px solid #EEE;
  font-size: 12px;
}

.menu .menu-item {
  color: #AAA;
  cursor: pointer;
  text-decoration: none;
  padding: 0 10px 0 0;
}

.menu .menu-item:hover {
  color: #008;
}

#toolbar {
  background: #fdf2fb;
  padding: 5px;
  margin: 0px 10px 10px 0;
  display: none;
}

.pane {
  margin: 10px;
  font-size: 11px;
  background: #FEFEFE;
  color: #444;
}

tr.running {
  background: #f9fcff;
}

ul {
  list-style: none;
  padding: 0;
}

span.ref {
  padding: 5px 10px;
  border-radius: 5px;
}

span.ref:hover {
  background: #fff2fd;
}

span.ref a {
  text-decoration: none;
  color: #9C27B0;
}

/* Swagger */

.topbar {
  display: none;
  }

/* .swagger-ui .information-container {
  display: none;
  } */

.swagger-ui .wrapper {
  max-width: none !important;
  }

.swagger-ui section.models,
.btn.authorize,
.btn.try-out__btn {
  display: none !important;
  }

.swagger-ui .response-controls,
.swagger-ui .parameters-col_description select,
.swagger-ui .parameters-col_description input {
  display:none !important;
  }


.api-section {
  position: relative;
  top: 30px;
  font-family: Helvetica;
  font-size: 14px;
  margin-left: 5px;
  background: ghostwhite;
  padding: 1px 10px;
  border-radius: 5px;
  }

.api-section h4 {
  border-bottom: 1px solid #bc9fd8;
  padding-bottom: 9px;
  margin-bottom: 5px;
  margin-top: 12px;
  }

.api-section .sample {
  font-family: monospace;
  color: #533cd0;
  }

.api-section span.code {
  color: #9C27B0;
  background: #EEE;
  padding: 2px 5px;
  border-radius: 2px;
  font-family: monospace;
  }

.api-section ul {
  font-size: 14px;
  line-height: 20px;
  list-style: initial;
  margin-left: 24px;
  }

h1,
#contents {
  font-size: 18px;
}

#contents ul {
  font-size: 12px;
}

.toggle-desc-btn {
  background: #9C27B0;
  color: #FFF;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  margin: 15px 0;
  display: inline-block;
  transition: background 0.2s ease;
}

.toggle-desc-btn:hover {
  background: #32004a;
}
