/* improve UI to follow C8Y styles */
body {
  margin: 0;
  padding: 0;
}
.cxRqCB {
  display: none;
}
kbd {
  padding: 1px 3px;
  border-radius: 3px;
  background-color: #d8edf1;
  color: #017de9;
  font-size: 95%;
}
blockquote {
  background-color: rgba(142, 142, 220, 0.1);
  color: black !important;
  padding: 1px 15px 15px 15px !important;
}
li label[type="group"] span {
  font-weight: bold;
}

/* C8Y logo */
.YzuTm {
  padding: 16px !important;
}

/* Links and collapsible objects */
.dIoFnZ a {
  color: #1776bf !important;
}
.dIoFnZ a:hover {
  text-decoration: underline;
}

.sc-htoDjs,
.sc-fYxtnH,
.wDHQK {
  color: #1776bf !important;
}

/* responses 20X */
.dhsNFH,
.bTuXIq {
  color: #070 !important;
}

/* required label */
.jsTAxL {
  font-size: 0.8em !important;
  font-weight: normal !important;
}

.hLcNBX {
  font-size: 1em;
}

/* parameter type: object */
.iNoDtm {
  color: #1776bf;
  font-weight: bold !important;
}
.iNoDtm:hover {
  color: #5faeec;
}

/* method description */
.bemheR {
  margin-bottom: 1em !important;
}

/* required roles */
.reqRoles {
  box-sizing: border-box;
  display: flex;
  margin: 1em 0;
  width: 100%;
}
.reqRoles div:first-child {
  box-sizing: border-box;
  flex: 1 1 0%;
  display: block;
}
.reqRoles div:last-child {
  box-sizing: border-box;
  width: 75%;
  display: block;
}
.reqRoles h5 {
  color: rgba(38, 50, 56, 0.5);
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.4em;
  display: inline-block;
  border-bottom: 1px solid rgba(38, 50, 56, 0.3);
  margin: 0px;
}
.reqRoles h5::before {
  content: "Roles & permissions:";
}

/* content type in request and response samples */
[role="tabpanel"] div > div.sc-eqIVtm.ecxnvs .sc-fMiknA.lcundD {
  overflow-x: auto;
}
