html, body {
  scroll-behavior: smooth;
}

#pubhub-widgets .banner {
  padding-top: 48px;
  padding-bottom: 105px;
  background-color: #0d294e;
  background-image: url(images/banner.jpg);
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (min-width: 768px) {
  #pubhub-widgets .banner {
    background-position: center right;
  }
}
#pubhub-widgets .banner h1 {
  font-size: 34px;
  font-weight: 200;
  line-height: 1.09;
  color: #fff;
  max-width: 587px;
}
#pubhub-widgets .banner p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
  max-width: 587px;
}
@media (min-width: 768px) {
  #pubhub-widgets .banner p {
    padding-top: 30px;
    font-size: 20px;
    line-height: normal;
  }
}

#pubhub-widgets .slider {
  position: absolute;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}

#pubhub-widgets .directory {
  padding-top: 107px;
  padding-bottom: 48px;
  background-image: linear-gradient(to bottom, #0d294e, #000001 83%, #0d274d);
}
#pubhub-widgets .directory h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 200;
  line-height: 1.09;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory h2 {
    font-size: 36px;
    line-height: 1.39;
  }
}
#pubhub-widgets .directory .subtitle {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  margin-top: 12px;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory .subtitle {
    font-size: 20px;
    line-height: 1.35;
    line-height: normal;
  }
}
#pubhub-widgets .directory__wrapper {
  background-color: #0d274d;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__wrapper {
    border: solid 1px #1e4471;
    border-radius: 6px;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__wrapper::before {
    background-color: #1e4471;
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 255px;
    z-index: 1;
  }
}
#pubhub-widgets .directory__head-wrapper {
  height: 128px;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__head-wrapper {
    height: auto;
  }
}
#pubhub-widgets .directory__head-fix {
  max-width: 100%;
  overflow: auto;
  padding-top: 29px;
  background-color: #030f20;
}
@media (min-width: 768px) {
  #pubhub-widgets .directory__head-fix {
    width: 720px;
  }
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__head-fix {
    height: auto;
    width: 255px;
    flex: none;
    padding-top: 0;
    background-color: transparent;
  }
}
#pubhub-widgets .directory__head-fix--fixed {
  z-index: 1;
  position: fixed;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__head-fix--fixed {
    position: static;
  }
}
#pubhub-widgets .directory__head-fix--absolute {
  left: 0;
  z-index: 1;
  position: absolute;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__head-fix--absolute {
    position: static;
  }
}
#pubhub-widgets .directory__head {
  color: #fff;
  display: flex;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__head {
    display: block;
  }
}
#pubhub-widgets .directory__head-section {
  padding: 6px 14px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -29px;
  left: 0;
  white-space: nowrap;
  pointer-events: none;
  width: 100%;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__head-section {
    padding: 6px 23px;
    background-color: #030f20;
  }
}
#pubhub-widgets .directory__head-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 18px 12px;
  cursor: pointer;
  flex: none;
  position: relative;
  border-top: solid 1px #1e4471;
  transition: all ease 0.3s 0s;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__head-title {
    padding: 12px 24px;
    border-top: none;
  }
}
#pubhub-widgets .directory__head-title:hover {
  background-color: rgba(30, 68, 113, 0.34);
}
#pubhub-widgets .directory__head-title--active {
  font-weight: bold;
  background-color: #1e4471;
}
#pubhub-widgets .directory__head-title--active:hover {
  background-color: #1e4471;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__head-title--top {
    margin-top: 29px;
  }
}
#pubhub-widgets .directory__head-icon {
  width: 65px;
  height: 65px;
  margin: 0 18px 0 0;
  overflow: hidden;
  pointer-events: none;
  flex: none;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__head-icon {
    margin-right: 18px;
  }
}
#pubhub-widgets .directory__content-wrapper {
  will-change: height;
  transition: height ease 0.5s 0s;
  position: relative;
}
#pubhub-widgets .directory__content-wrapper iframe {
  position: absolute;
  top: 13px;
  left: 30px;
}
#pubhub-widgets .directory__content {
  border-radius: 6px;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__content {
    border-radius: 0;
  }
}
#pubhub-widgets .directory__video {
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  padding-top: 13px;
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__video {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#pubhub-widgets .directory__video-play {
  position: relative;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__video-play {
    display: block;
    width: 33%;
    align-self: flex-start;
  }
}
#pubhub-widgets .directory__video-play--active img, #pubhub-widgets .directory__video-play--active i {
  opacity: 0;
  pointer-events: none;
}
#pubhub-widgets .directory__video-play:hover i {
  color: #fff;
}
#pubhub-widgets .directory__video-play img {
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#pubhub-widgets .directory__video-play i {
  transition: color ease 0.3s 0s;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
#pubhub-widgets .directory__video-content {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.26px;
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__video-content {
    width: 75%;
    padding-right: 37px;
  }
}
#pubhub-widgets .directory__video-title {
  font-size: 20px;
  letter-spacing: 0.44px;
}
#pubhub-widgets .directory__video-description {
  margin-top: 5px;
}
#pubhub-widgets .directory__video-description a {
  color: #fff;
  margin-right: 30px;
}
#pubhub-widgets .directory__video-description a:hover {
  text-decoration: underline;
}
#pubhub-widgets .directory__video-description p {
  margin-top: 12px;
  margin-bottom: 0;
}
#pubhub-widgets .directory__video-description ul {
  margin-top: 12px;
  padding-left: 20px;
  margin-bottom: 0;
}
#pubhub-widgets .directory__video-description ul.check {
  list-style: none;
}
#pubhub-widgets .directory__video-description ul.check li {
  position: relative;
}
#pubhub-widgets .directory__video-description ul.check li::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  font-weight: 400;
  left: -20px;
  top: 1px;
  color: #00a994;
}
#pubhub-widgets .directory__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px 17px;
}
#pubhub-widgets .directory__item {
  width: 100%;
  padding: 7px 0;
}
@media (min-width: 768px) {
  #pubhub-widgets .directory__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  #pubhub-widgets .directory__item:not(.directory__item--full) {
    width: 50%;
  }
}
@media (min-width: 769px) {
  #pubhub-widgets .directory__item:not(.directory__item--full) {
    width: 380px;
  }
}
#pubhub-widgets .directory__item--full {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (min-width: 768px) {
  #pubhub-widgets .directory__item .card {
    height: 100%;
  }
}

#pubhub-widgets .card {
  padding: 7px 10px 8px 40px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  font-size: 12px;
  color: #6b7278;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left top;
  transition: all ease 0.3s 0s;
  will-change: transform;
}
#pubhub-widgets .card:visited {
  color: #6b7278;
}
#pubhub-widgets .card:hover {
  color: #6b7278;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.23);
  transform: scale(1.02);
}
#pubhub-widgets .card--in-browser-interactive-learning {
  background-image: url(images/icons/browser-learning.webp);
}
#pubhub-widgets .card--code-repo {
  background-image: url(images/icons/coderepo.webp);
}
#pubhub-widgets .card--learning-lab {
  background-image: url(images/icons/ll.webp);
}
#pubhub-widgets .card--podcast {
  background-image: url(images/icons/podcast.webp);
}
#pubhub-widgets .card--community {
  background-image: url(images/icons/community.webp);
}
#pubhub-widgets .card--video {
  background-image: url(images/icons/video.webp);
}
#pubhub-widgets .card--video-series {
  background-image: url(images/icons/video.webp);
}
#pubhub-widgets .card--api-doc {
  background-image: url(images/icons/docs.webp);
}
#pubhub-widgets .card--doc {
  background-image: url(images/icons/docs.webp);
}
#pubhub-widgets .card--paid-training {
  background-image: url(images/icons/training.webp);
}
#pubhub-widgets .card--paid-training-course {
  background-image: url(images/icons/training.webp);
}
#pubhub-widgets .card--section {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.26px;
  color: #fff;
  background-color: transparent;
  padding: 0;
  cursor: text;
  pointer-events: none;
}
#pubhub-widgets .card--section .card__title {
  font-weight: bold;
  color: #4ac880;
}
#pubhub-widgets .card--section .card__subtitle,
#pubhub-widgets .card--section .card__tags {
  display: none;
}
#pubhub-widgets .card__subtitle {
  font-size: 12px;
  letter-spacing: 0.18px;
  color: #212529;
  display: flex;
  justify-content: space-between;
}
#pubhub-widgets .card__title {
  padding-right: 24px;
  margin: 3px 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.26px;
  color: #4485a2;
}
#pubhub-widgets .card__description {
  padding-right: 8px;
  line-height: 1.2;
  will-change: transform;
}
#pubhub-widgets .card__tags {
  display: flex;
  margin-top: 4px;
  min-height: 18px;
  flex-wrap: wrap;
}
#pubhub-widgets .card__tag {
  margin-top: 4px;
  margin-right: 14px;
  padding: 2px 6px 1px;
  border-radius: 8.5px;
  background-color: #f2f2f2;
  font-size: 10px;
  letter-spacing: 0.18px;
  color: #212529;
}
#pubhub-widgets .card__tag--blue {
  background-color: #069fd9;
  color: #fff;
}

#pubhub-widgets .learning-header {
  color: #fff;
  background-color: #001d34;
  padding-top: 32px;
  text-align: center;
  background-image: url(images/llab-section.png);
  background-repeat: no-repeat;
}
#pubhub-widgets .learning-header h2 {
  margin-top: 0;
  margin-bottom: 13px;
}
#pubhub-widgets .learning-header .subtitle {
  margin-bottom: 0;
}
#pubhub-widgets .learning-header .mobile-notes {
  padding: 12px 21px;
  font-size: 12px;
  font-weight: 200;
  line-height: 1.33;
  color: #fff;
  background-color: #153e7d;
  border-radius: 8px;
  margin: 9px auto;
}
@media (min-width: 500px) {
  #pubhub-widgets .learning-header .mobile-notes {
    display: none;
  }
}
#pubhub-widgets .learning-header__tabs {
  margin-top: 25px;
  display: flex;
  overflow: auto hidden;
}
#pubhub-widgets .learning-header__tab {
  flex: none;
  padding: 19px 36px 16px 56px;
  transition: all 0.3s;
  margin-right: 10px;
  border-radius: 7.2px 7.2px 0 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.09px;
  cursor: pointer;
  width: 230px;
  text-align: left;
  position: relative;
  background-color: #000;
}
@media (max-width: 500px) {
  #pubhub-widgets .learning-header__tab {
    padding-right: 15px;
    font-size: 14px;
    width: auto;
  }
}
@media (min-width: 768px) {
  #pubhub-widgets .learning-header__tab {
    width: auto;
    margin-right: 20px;
  }
}
#pubhub-widgets .learning-header__tab:not([class*="--active"]):hover {
  background-color: #103852;
}
#pubhub-widgets .learning-header__tab:not([class*="--active"]):hover, #pubhub-widgets .learning-header__tab--active {
  padding-left: 76px;
}
#pubhub-widgets .learning-header__tab:not([class*="--active"]):hover i, #pubhub-widgets .learning-header__tab--active i {
  background-color: #055c78;
  opacity: 1;
}
#pubhub-widgets .learning-header__tab i {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  pointer-events: none;
  opacity: 0.5;
  font-size: 22px;
  border-radius: 7.2px 0 7.2px 0;
  margin-right: 20px;
  padding-top: 18px;
  text-align: center;
  color: #fff;
}
#pubhub-widgets .learning-header__tab--active {
  color: #6bd7ff;
}
#pubhub-widgets .learning-header__tab--active i {
  opacity: 1;
  background-color: #00bceb;
  color: #fff;
}

#pubhub-widgets .pubhub-feature-section .pubhub-feature-section-header {
  padding-top: 60px;
  padding-bottom: 24px;
}

#pubhub-widgets .pubhub-feature-section .pubhub-feature-section-header-title {
  font-size: 38px;
  font-weight: 200;
  line-height: 1.47;
  color: #444;
  padding: 0;
}

#pubhub-widgets .pubhub-feature-section-card.img-card {
  border-radius: 5px;
}

#pubhub-widgets .pubhub-feature-section .pubhub-feature-section-card-title {
  font-size: 18px;
  padding-left: 24px;
  margin-top: 24px;
}

#pubhub-widgets .pubhub-feature-section-card.img-card .pubhub-feature-section-card-desc {
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

#pubhub-widgets .pubhub-feature-section .type-button {
  background-color: #fff;
  border: 1px solid #00bceb;
  font-size: 12px;
  color: #00bceb;
  margin-left: 24px;
  padding: 6px 24px;
  min-width: 169px;
  margin-bottom: 35px;
}

#pubhub-widgets .pubhub-feature-section .type-button:hover {
  background-color: #00bceb;
  color: #fff;
}

#pubhub-widgets .pubhub-feature-section-card-items {
  margin-bottom: 37px;
}

#pubhub-widgets .pubhub-feature-section-card-item {
  font-size: 14px;
  line-height: 1.71;
  padding-left: 24px;
  margin: 0;
}

/* section */
img {
  max-width: 100%;
}

.section__header {
  text-align: center;
  padding-top: 20px;
}

.section__header__actions {
  position: sticky;
  top: 0;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: -10px 0 50px 0;
}
.section__header__actions.pc_version {
  display: none;
}
.section__header__actions.mobile_version {
  display: block;
  background-color: #00000080;
  z-index: 100;
}
@media (min-width: 992px) {
  .section__header__actions.pc_version {
    display: block;
  }
  .section__header__actions.mobile_version {
    display: none;
  }
}
@media (min-width: 992px) {
  .section__header__actions {
    position: static;
  }
}

.section__action {
  padding: 14px 20px !important;
  cursor: pointer;
}

/* docs section */
@keyframes show-step {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.05;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes show-graph {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes show-gif {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-150px);
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes show-step-1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.05;
    transform: translateY(-120%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes step-1-fade-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-120%);
  }
}
@keyframes step-2-fade-out {
  0% {
    opacity: 1;
    transform: translateY(-120%);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
.docs__section {
  margin: 0 !important;
  font-weight: 300;
  color: #fff;
  padding-bottom: 60px;
  position: relative;
  background-color: #000;
}
.docs__section .section__header__host {
  background-image: linear-gradient(to bottom, #0492c7 -12%, #0d274d 68%, #08182f 85%, #000);
}
@media (min-width: 992px) {
  .docs__section .docs__line__host {
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
    box-sizing: border-box;
    max-width: 1400px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .docs__section .docs__line__host::before {
    content: "";
    display: block;
    position: absolute;
    margin-left: 1px;
    top: 0;
    bottom: 0;
    width: 3px;
    background-image: linear-gradient(to bottom, #0492c788 0%, #0d274d 33%, #0d294e 83%, #053e64 100%);
  }
}

.docs__section .section__body {
  margin: 0 auto;
  max-width: 100%;
  width: 1400px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.docs__section .section__body .doc__gif__pc {
  display: none;
}
.docs__section .section__body .doc__step__repeat {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .docs__section .section__body {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (min-width: 768px) {
  .docs__section .section__body {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
@media (min-width: 992px) {
  .docs__section .section__body {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 992px) {
  .docs__section .section__body {
    display: flex;
    flex-wrap: wrap;
  }
  .docs__section .section__body .doc__gif__pc {
    display: revert;
  }
  .docs__section .section__body .doc__step__repeat {
    margin-top: 0;
  }
  .docs__section .section__body .doc__api__container {
    position: relative;
    order: 1;
    flex: 0 0 auto;
    box-sizing: border-box !important;
    width: 33.333%;
    padding-left: 40px;
    padding-right: 20px;
  }
  .docs__section .section__body .doc__gif__pc .pubhub-widget-container {
    min-height: 517px;
  }
  .docs__section .section__body .doc__gif__pc img {
    display: block;
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
  .docs__section .section__body .doc__gif__oas {
    padding-left: 10px;
    order: 2;
    flex: 0 0 auto;
    box-sizing: border-box !important;
    width: 66.666%;
    overflow: hidden;
    position: relative;
  }
  .docs__section .section__body #doc__step__2,
.docs__section .section__body .doc__oas {
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
  }
  .docs__section .section__body .doc__steps__box {
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .docs__section .section__body .doc__steps__box {
    margin-top: -40px;
    padding-top: 40px;
    margin-left: -60px;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .docs__section .section__body.step__1 #doc__step__1 {
    animation: show-step-1 1.2s;
  }
  .docs__section .section__body.step__1 #doc__step__2 {
    left: 60px;
    right: 0;
    animation: step-2-fade-out 0.8s;
  }
  .docs__section .section__body.step__1 .doc__gif__pc {
    animation: show-gif 1.8s;
  }
  .docs__section .section__body.step__1 .doc__oas {
    animation: step-2-fade-out 0.8s;
  }
}
@media (min-width: 992px) {
  .docs__section .section__body.step__2 #doc__step__1 {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    animation: step-1-fade-out 0.8s;
  }
  .docs__section .section__body.step__2 #doc__step__2 {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    animation: show-step 1.2s;
  }
  .docs__section .section__body.step__2 .doc__oas {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    animation: show-graph 1.8s;
  }
  .docs__section .section__body.step__2 .doc__gif__pc {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 10px;
    right: 0;
    animation: step-1-fade-out 0.8s;
  }
}
.docs__section .section__body.step__2 .doc__apis .api__list .api__item.active .api__item__content {
  border: solid 1px #21ade0;
}
.docs__section .section__body #doc__step__1 {
  display: none;
}
@media (min-width: 769px) {
  .docs__section .section__body #doc__step__1 {
    display: block;
  }
}
.docs__section .section__body .doc__gif {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .docs__section .section__body .doc__gif {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .docs__section .section__body .doc__gif {
    display: none;
  }
}
@media (min-width: 769px) {
  .docs__section .section__body .doc__gif .doc__step {
    display: none;
  }
}
.docs__section .section__body .doc__step {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .docs__section .section__body .doc__step::before {
    content: "";
    display: block;
    position: absolute;
    left: -48px;
    top: 8px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    border: solid #0493c8 3px;
    box-shadow: 0 0 2px 2px #000;
  }
}
.docs__section .section__body .doc__step .doc__title {
  color: #0493c8;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
}
.docs__section .section__body .doc__step .doc_subtitle {
  color: #0493c8;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.docs__section .section__body .doc__step .doc_description {
  margin-top: 10px;
  line-height: 1.44;
  font-size: 16px;
}
.docs__section .section__body .doc__apis .api__title {
  font-weight: 500;
  font-size: 12px;
}
.docs__section .section__body .doc__apis .api__list {
  padding: 0;
  list-style: none;
}
.docs__section .section__body .doc__apis .api__list .api__item {
  margin-top: 8px;
  cursor: pointer;
  font-size: 12px;
  margin-top: 15px;
}
.docs__section .section__body .doc__apis .api__list .api__item .api__item__title {
  margin-bottom: 4px;
}
.docs__section .section__body .doc__apis .api__list .api__item .api__item__content {
  display: flex;
  align-items: center;
  background-color: #202020;
  border-radius: 3px;
  padding: 6px;
  border: solid 1px #202020;
  transition: border ease 0.3s 0s;
  font-family: Menlo;
  word-break: break-all;
}
.docs__section .section__body .doc__apis .api__list .api__item .api__item__content:hover {
  border: solid 1px #fff;
}
.docs__section .section__body .doc__apis .api__list .api__item .api__item__content .api__method {
  color: #fff;
  font-weight: 500;
  background-color: #4ea065;
  border-radius: 3px;
  padding: 4px 10px;
  margin-right: 6px;
  flex: none;
}
.docs__section .section__body .doc__apis .api__list .api__item .api__item__content .api__url {
  color: #aff9b1;
}

/* sticky */
@media (min-width: 992px) {
  .sticky__parent::after {
    content: "";
    display: block;
    height: 100vh;
  }

  .sticky__element {
    position: sticky;
    top: -30px;
  }
}

/*# sourceMappingURL=index.css.map */
