/* =================================== */
/*  Blog Style 
/* =================================== */

.api-docs-page-active {
  border-bottom: 2px solid #9605C9;
  color: #9605C9 !important;
}

.api-docs-page-active a {
  color: #9605C9 !important;
}

.api-docs-page-active span {
  color: #9605C9 !important;
}

.api-docs-page-active i {
  color: #9605C9 !important;
}

.api-docs-page-active .api-docs-page-active {
  color: #9605C9 !important;
}

.api-docs-page-active h2 a:hover {
  color: #9605C9 !important;
}

.api-docs-page-active i {
  color: #adb5bd;
}


/* API Detail Styles */
.api-docs-detail-wrapper {
  line-height: 1.8;
}

.api-docs-content p {
  margin-bottom: 1.5rem;
}

.api-docs-content h2,
.api-docs-content h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.hover-border-primary:hover {
  border-color: #9605C9 !important;
}

.api-docs-meta-large .meta-item {
  line-height: 1.2;
}

.border-top {
  border-top: 1px solid #EFEFEF !important;
}

.border-bottom {
  border-bottom: 1px solid #EFEFEF !important;
}

@media (min-width: 768px) {
  .border-right-md {
    border-right: 1px solid #dee2e6 !important;
  }
}