html,
body {
  font-family: var(--api-font-family);
}

/* styles */
h1,
h2,
h3,
h4,
h5,
h2>span,
h3>span {
  font-family: var(--api-font-family), sans-serif;
}

/* others */
p,
div,
span,
ul,
ol,
button {
  font-family: var(--api-font-family);
}

.float-label .form-control,
.comment-wrapper-v2 #writeComment .form-control {
  font-family: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  font-family: var(--api-font-family);
}

.frame-type-subnavigation .subnav-nav .subnav-nav .subnav-link-text::before {
  font-family: var(--api-font-family);
}

.support-content ul li::before {
  font-family: var(--api-font-family);
}

.job-details-toggle::before {
  font-family: var(--api-font-family);
}

.hide-details .job-details-toggle::before {
  font-family: var(--api-font-family);
}

.browse-dropdown .dropdown-toggle::after {
  font-family: var(--api-font-family);
}

/* others */
.new-lp-v2 p,
.new-lp-v2 div,
.new-lp-v2 span,
.new-lp-v2 ul,
.new-lp-v2 ol,
.new-lp-v2 button {
  font-family: var(--api-font-family);
}

@media (max-width: 991.9px) {
  .breadcrumb-wrapper-v2 {
    position: relative;
  }
}
@media (min-width: 992px) {
  .breadcrumb-wrapper-v2 {
    display: none;
  }
  .breadcrumb-wrapper-v2 + .bp-page-content {
    padding-top: 0;
  }
}

/* New api footer */
.frame-inner.custome-new-api {
  text-align: center;
  margin-bottom: 21px;
  font-size: 15px;
  margin-top: 25px;
}
.frame-inner.custome-new-api a {
  text-decoration: none;
}
.frame-inner.custome-new-api span {
  color: #b9b4b4;
}

.support-content ul li::before {
  content: unset !important;
}
.support-content ul li {
  padding: 0px !important;
}

.support-content .glossary-toc-v2 ul a {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  padding: 0 12px;
  height: 54px;
  font-weight: 600;
  font-size: 22.5px;
  line-height: 160%;
  color: var(--colorGrayLight3);
  border: 3px solid var(--colorGrayLight1);
  box-sizing: border-box;
  border-radius: 12px;
}
.support-content .frame-type-shortcut {
    display: none;
}
#footer-language_menu-v2 {
  margin-left: 30px;
  position: fixed;
  bottom: 23px;
}
.footer-language-menu-v2 .dropdown-toggle {
  text-transform: none;
  display: block;
  padding-left: 25px;
}
#footer-language_menu-v2 {
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .dropdown-menu {
    left: auto;
    right: -17px;
  }
  .frame-inner.custome-new-api {
    text-align: left;
  }
  .footer-language-menu-v2 .dropdown-toggle::after {
      display: block;
  }
  #footer-language_menu-v2 {
    margin-left: auto;
    position: relative;
    bottom: 40px;
    right: 0;
    margin-right: 35px;
    float: right;
  }
}

/*.frame-type-subnavigation .frame-inner > .subnav-nav > .subnav-item > a {
  z-index: 0;
}
.subnav-link:hover, .subnav-link:focus {
  z-index: 0;
}*/