.load-swagger {
  width: 100%;
  padding-left: 30px;
  padding-right: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}


.harica-api-documentation-group {
  background-image: url('https://wy40s7r5arwsn7c.onstatic.studio/wp-content/themes/Avada-Child-Theme/images/down-triangle.svg');
  background-position: right 30px top 10px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.harica-api-documentation-group-divider {
  height: 2px;
  background-color: #cfd2d4;
  margin-top: 10px;
  margin-bottom: 10px;
}

.harica-api-documentation-group-divider:last-of-type {
  height: 0px;
}


.harica-api-documentation-group-container {
  display: none;
}

.harica-api-documentation-item {
  background-image: url('https://wy40s7r5arwsn7c.onstatic.studio/wp-content/themes/Avada-Child-Theme/images/down-triangle.svg');
  background-position: right 30px top 30px;
  background-repeat: no-repeat;
  background-color: var(--awb-color2);
  border-left: 6px solid #4b9fe0;
  border-radius: 5px;
  font-size: 20px;
  margin-bottom: 15px;
  word-wrap: break-word;
  line-height: 28px;
}

.harica-api-documentation-title {
  font-size: 20px;
  font-weight: 700;
}

.harica-api-documentation-shortdesc {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
}

@media only screen and (max-width: 809.98px) {
  .harica-certmanager-api-documentation h2.fusion-title-heading {
    word-wrap: break-word;
    width: 70%;
  }
}