body {
  margin: 0;
  padding: 0;
}

img[alt="API Logo"] {
  max-height: 200px;
  max-width: 200px;
  padding: 10px;
}

h1 {
  color: #008fa4 !important;
  font-size: 1.8em !important;
}

h2 {
  font-size: 1.6em !important;
}

h3 {
  font-size: 1.4em !important;
  padding: 0.2em 0px !important;
  margin: 2.5em 0px 1.1em !important;
}

h3[id^=request] {
  padding: 0.2em 0px;
  margin: 2.5em 0px 1.1em;
  color: rgb(51, 51, 51);
  font-weight: normal;
}

h4 {
  font-size: 1em !important;
}

div[id^="tag"] {
  padding-bottom: 0 !important;
}

div[id^="operation"] {
  padding-top: 1em !important;
}

div[id^="operation"] ~ div[id^="operation"]{
  padding-top: 40px !important;
}

p {
  text-align: justify;
}

label[type="group"] > span {
  color: #f7ac00;
  font-weight: bold;
}

label.active > span, label:hover > span {
  color: #008fa4;
}

.jExHJM, .fuYbND {
  color: #008fa4 !important;
}

label > span.operation-type, label:hover > span.operation-type {
  color: #fff;
}

a[download], a[download]:visited {
  color: #fff !important;
  border-color: #f7ac00;
  background-color: #f7ac00;
  border-radius: 18px;
}

a[download]:hover {
  color: #f7ac00 !important;
  background-color: #FFF;
}

a, a:visited {
  color: #008FA4 !important;
}

a:hover {
  color: #f7ac00 !important;
}

.security-details li {
  margin-bottom: 14px !important;
}
.security-details p {
  margin-top: 0 !important;
  display: contents !important;
}

.security-details li:last-child > span > p{
  margin-bottom: 0 !important;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #008fa4;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.beta {
  line-height: 14px;
  background-color: rgb(247, 172, 0);
  border-radius: 3px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  margin-left: 5px;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.beta::after {
  content: 'BETA'
}

.new {
  line-height: 14px;
  background-color: rgb(38, 226, 46);
  border-radius: 3px;
  color: white;
  font-size: 10px;
  font-weight: bold;
  margin-left: 5px;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.new::after {
  content: 'NEW'
}

.scrollbar-container label[role=menuitem] span:nth-child(2){
  overflow-wrap: break-word;
}
