

/* tabs style */
.docsify-tabs__tab {
  border: 0 !important;
  cursor: pointer;
  border-radius: 4px !important;
  padding: 0.15rem 0.75rem;
  position: relative;
  letter-spacing: 0.6px;
  font-family: "Source Sans Pro";
  font-size: 14px;
  box-shadow: unset !important;
  line-height: 25px;
  height: 30px !important;
  padding-top: 3px !important;
  background: unset !important;
}

.docsify-tabs__tab--active {
  background-color: rgb(246, 249, 252) !important;
}

.docsify-tabs__content {
  border: unset !important;
  background-color: rgb(246, 249, 252) !important;
}

.docsify-tabs--classic:before {
  border: 0;
}
button.docsify-tabs__tab:focus, button.docsify-tabs__tab:active {
  box-shadow: unset!important;
  outline: none!important;
}

button.docsify-tabs__tab:focus, button.docsify-tabs__tab:active {
  box-shadow: unset!important;
  outline: none!important;
}

.docsify-tabs__tab:before {
  margin-right: 0.5em;
  vertical-align: middle;
  top: 4px !important;
  position: relative;
}
