/* TODO: can we use actual PF vars? */
:root {
  --body-background-color: white;
}

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

.apidocs-tip-description {
  text-align: left;
  font-style: italic;
  color: #8a8d90;
  margin: 0;
  background: #f0f0f0;
  padding: 2px;
}

.apidocs-param-tips ul {
  padding: 0;
  text-align: left;
}

.apidocs-param-tips li:hover {
  background: white;
  cursor: pointer;
  color: #06c;
}
.apidocs-param-tips li {
  padding: 5px;
  border-top: 1px solid #d2d2d2;
  list-style: none;
}

.apidocs-param-tips {
  position: absolute;
  padding: 10px;
  top: 0;
  left: 0;
  box-shadow: 0 0 6px rgba(60, 63, 66, 0.1);
  font-size: 12px;
  color: #3c3f42;
  background: rgba(240, 240, 240, 0.99);
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}

div.swagger-notifications {
  text-align: left;
}

.swagger-ui-wrap ul {
  padding-left: 0;
}
