:root {
  --blue: #006efa;
  --ink: #0a0e12;
  --muted: #5e6672;
  --line: #e8ebef;
  --footer: #00101f;
  --sidebar: 320px;
  --header: 72px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  color: var(--ink);
  font-size: 16px;
  margin: 0;
  background: #fff;
}
a {
  color: #006efa;
  text-decoration: none;
}

.pt-40 {
  padding-top: 40px !important;
}
.pt-70 {
  padding-top: 70px;
}
.site-header {
  /* height: var(--header); */

  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1040;
}

.site-header .mu-nav {
  box-shadow:
    0px 1px 1px 0px #00000005,
    0px 1px 2px 0px #0000000f;
}

.site-header .mu-nav .navbar-collapse.show {
  right: 0;
}
.site-header.sticky-header .mu-nav {
  position: fixed;
}
.muvi-brand {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #202126;
}
.muvi-mark {
  width: 31px;
  height: 37px;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  transform: rotate(-3deg);
}
.muvi-mark:before,
.muvi-mark:after {
  content: "";
  position: absolute;
  left: 7px;
  width: 20px;
  height: 9px;
  background: #087af5;
  border-radius: 7px 9px 9px 2px;
  transform: rotate(31deg);
}
.muvi-mark:before {
  top: 7px;
}
.muvi-mark:after {
  top: 19px;
  width: 15px;
}

.top-dropdown {
  border: 1px solid #e7eaee;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(22, 34, 49, 0.12);
  min-width: 190px;
}
.top-dropdown .dropdown-item {
  font-size: 16px;
  border-radius: 5px;
  padding: 9px 12px;
}
.top-dropdown .dropdown-item:hover {
  background: #eef6ff;
  color: var(--blue);
}
.header-btn {
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 17px;
}
.docs-nav-toggle {
  border: 0;
  background: transparent;
  color: #4b5560;
  font-size: 21px;
  padding: 5px 8px;
}
.btn-sales {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.docs-layout {
  display: grid;
  grid-template-columns: var(--sidebar) minmax(0, 1fr);
  align-items: start;
  margin: 0 -24px;
}
.icon-sidebar-res {
  margin-bottom: 16px;
}
.icon-sidebar-res span {
  width: 24px;
  margin-bottom: 4px;
  height: 2px;
  background: #0a0e12;
  display: block;
}
.icon-sidebar-res span:last-child {
  margin-bottom: 0;
}
#docs-sidebar {
  position: sticky;
  top: 0;
  padding-left: 24px;
  border-right: 1px solid var(--line);
}
.sidebar-holder {
  background: #fff;
}

#docs-sidebar {
  top: 70px;
}

.site-header
  .mu-nav
  .dropdown-mega
  .dropdown-menu.mega-menu-product.product-drp-1 {
  left: unset !important;
  right: unset !important;
}

.site-header .mu-nav .navbar-collapse .nav-item.has-child {
  padding-right: 18px;
}

.site-header .mu-nav .dropdown-mega .dropdown-menu .product-menu-item {
  padding: 0px 0px 0;
  margin: 0 0px 22px;
  height: auto;
}

.site-header .dropdown-menu.mega-menu.mega-menu-product.product-drp-1 {
  width: 65% !important;
}

.site-header .mu-nav .dropdown-mega .dropdown-menu .product-menu-box {
  padding: 24px !important;
}

.site-header .all-prod-menu {
  padding-bottom: 8px;
  box-shadow: 0px -1px 0px 0px #0000000f inset;
}

.site-header .all-prod-inner {
  display: flex;
  align-items: center;
  background: #daebff;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #0a0e12;
  font-weight: 500;
  border-radius: 8px;
}

.site-header .all-prod-items {
  margin-top: 19px;
}

.site-header .mu-nav .dropdown-mega .dropdown-menu .product-menu-item:hover {
  background: none;
}

.site-header .mu-nav .navbar-collapse .menu-padding {
  padding: 24px;
}

.site-header .all-prod-window-icon {
  box-shadow:
    0px 1px 1px 0px #00000005,
    0px 1px 2px 0px #0000000f;
  background: #006efa;
  padding: 10.16px;
  line-height: 0;
  border-radius: 4px;
  margin-right: 16px;
}
.docs-sidebar {
  position: sticky;
  top: 0;

  margin-left: -24px;
}
.search-wrap {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  border: 1px solid #d6d8e7;
  margin: 28px 24px 16px;
  padding: 10px 4px 10px 10px;
  border-radius: 8px;
  height: 44px;
}

.search-wrap svg {
  margin-right: 6px;
}
.sidebar-search {
  padding-left: 12px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  font-size: 12px;
  cursor: pointer;

  border-left: 1px solid #00000014;
  border-radius: 0;
}

.sidebar-search::placeholder {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #6d7175;
}
.sidebar-search:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.side-list {
  list-style: none;
  padding: 0;
  margin: 0;

  height: calc(85vh - 70px);
  overflow: auto;
  padding: 0 24px 35px;
}
.side-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0a0e12;
  padding: 10px;
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.side-item:hover {
  color: #0a0e12;
}
.side-item i:first-child {
  width: 16px;
  color: #6e7782;
}

.side-item svg {
  margin-left: auto;
}

.side-item[aria-expanded="true"] svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.side-item[aria-expanded="true"] svg path {
  stroke: #5c5f62;
}
.side-item[aria-expanded="true"] .side-icon svg {
  transform: rotate(0);
}
.side-item .bi-chevron-down {
  margin-left: auto;
  font-size: 12px;
  color: #8c9196;
  font-weight: 500;
}
/* .side-item:hover,
.side-item.active {
  color: var(--blue);
} */
.side-item:hover {
  color: #45494e;
}
.side-item.active .side-icon svg path {
  stroke: #006efa;
}
.side-item[aria-expanded="true"] .side-chevron {
  transform: rotate(180deg);
}
.side-chevron {
  transition: transform 0.2s;
}
.side-submenu {
  list-style: none;
  margin: 0;
  padding: 2px 0 5px 18px;
}
.side-submenu a {
  display: block;
  color: #313131;
  font-size: 14px;
  padding: 10px 10px;
  /* border-left: 1px solid #e1e6eb; */
  line-height: 20px;
  border-radius: 8px;
  margin-bottom: 2px;
  font-weight: 500;
}
.side-submenu a:hover {
  color: #45494e;
  border-left-color: var(--blue);
  background: #e6f1ff;
  border-radius: 8px;
}

.side-submenu a.active {
  color: #006efa;
  background: #e6f1ff;
}
.docs-main {
  position: relative;

  padding: 32px 24px 80px 32px;
  /* max-width: 1180px; */
  width: 100%;

  background: #fbfbfb;
}
.page-tools {
  border: 1px solid #dbe1ea;
  border-radius: 40px;
  background: #efefef;
  position: relative;
  display: flex;
  align-items: center;
  height: 32px;
}

.page-tools .copy-dropdown {
  min-width: 204px;
  padding: 10px 0;
  border: none;
  border-radius: 4px;

  box-shadow:
    0px 0px 1px 0px #0000000a,
    0px 2px 6px 0px #0000000a,
    0px 16px 24px 0px #0000000f;
  /* transform: translateY(40px) !important; */
}

.page-tools .copy-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 8px 16px;
  font-size: 14px;
  color: #0a0e12;

  font-family: "Inter", sans-serif;
}

.page-tools .copy-dropdown .dropdown-item.active {
  background: #fff;
}

.page-tools .copy-dropdown .dropdown-item:hover {
  background: #f4f7fc;
}

.page-tools .copy-dropdown svg {
  flex-shrink: 0;
}
.page-tools .btn {
  border: 0;

  color: #45494e;
  font-size: 12px;
  box-shadow: -1px 0px 0px 0px #ffffff00 inset;

  /* padding: 7px 10px; */
}
.page-tools .btn:first-child {
  box-shadow: -1px 0px 0px 0px #dbe1ea inset;
  height: 100%;
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #45494e;
  padding-left: 12px;
  padding-right: 12px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  font-family: "Inter", sans-serif;
}
.page-tools .btn:first-child svg {
  margin-right: 8px;
}
.page-tools .btn:last-child {
  box-shadow: -1px 0px 0px 0px #ffffff00 inset;
  height: 100%;
  padding-top: 0;
  border-radius: 0;
  padding-bottom: 0;
}
.hero-copy {
  padding-right: 0;
  padding-bottom: 20px;
  /* border-bottom: 1px solid var(--line); */
}
.hero-copy h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 16px;
  color: #0a0e12;
}
.hero-copy p,
.doc-section p {
  line-height: 24px;
  margin-bottom: 0;
  color: #0a0e12;
}
.doc-section {
  padding-top: 48px;
}
.doc-section h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 16px;
  color: #0a0e12;
}
.doc-section h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 13px;
}
.endpoint {
  display: flex;
  align-items: center;
  border: 1px solid;

  padding: 24px 24px;
  margin-top: 48px;
  max-height: 76px;
  border-radius: 8px;
}
.endpoint .method {
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin-right: 16px;
}
.endpoint code {
  color: #0a0e12;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.endpoint.get {
  border-color: #006efa;
  border-radius: 8px;
  background: #f4f9ff;
}
.endpoint.get .method {
  background: #006efa;
  border-radius: 4px;
}
.endpoint.post {
  border-color: #24ae60;
  background: #f0fff7;
}
.endpoint.post .method {
  background: #24ae60;
  text-transform: capitalize;
}
.endpoint.put {
  border-color: #fcb000;
  background: #fffcf4;
  margin-bottom: 48px;
}
.endpoint.put .method {
  background: #fcb000;
}
.endpoint.delete {
  border-color: #eb5757;
  background: #fff6f6;
  margin-bottom: 48px;
}
.endpoint.delete .method {
  background: #eb5757;
}
.subsection {
  padding-top: 48px;
}

.subsection h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 16px;
  color: #0a0e12;
}
.code-card {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 40px;
  background: #151515;
  color: #9cdcfe;
  border: 1px solid #d6d8e7;
}
.code-head {
  background: #242424;
  padding: 16px 16px;
  color: #e8e8e8;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.code-head button {
  border: 0;
  background: none;
  color: #e8e8e8;
  font-size: 14px;
  line-height: 100%;
}
.code-head button svg {
  margin-right: 6px;
}
.code-body {
  display: flex;
  padding: 16px 16px 16px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  line-height: 1.6;
  min-height: 330px;
}
.line-nums {
  color: #808080;

  padding-right: 8px;
  text-align: right;
  user-select: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.code-text {
  padding-left: 8px;
  white-space: pre;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.kw {
  color: #569cd6;
}
.type {
  color: #4ec9b0;
}
.str {
  color: #ce9178;
}
.fn {
  color: #dcdcaa;
}
.response-title {
  font-weight: 600;
  margin: 48px 0 16px;
}
.response-table {
  border: 1px solid #dbe1ea;
  border-radius: 8px;
  overflow: hidden;
}
.response-table table {
  margin: 0;
}

.response-table th:first-child {
  border-top-left-radius: 8px;
}
.response-table th:last-child {
  border-top-right-radius: 8px;
  border-right: 0;
}
.response-table th {
  background: #e6f1ff;
  padding: 22px 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #0a0e12;
  border-right: 1px solid #dce5ef;
}

.response-table td:last-child {
  border-right: 0;
}
.response-table tr:last-child td {
  border-bottom: 0;
}
.response-table td {
  padding: 20px 24px;
  color: #171b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  vertical-align: middle;
  border-right: 1px solid #dce5ef;
}
.response-table td:first-child {
  color: #006efa;
}
.badge-opt {
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  border: 1px solid #e4e5e7;
  color: #0a0e12;
  border-radius: 100px;
  padding: 4px 8px;
  background: rgba(228, 229, 231, 0.2);
}
.platform-tabs {
  padding-bottom: 24px;
  margin-bottom: 27px;
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
}
.platform-pill {
  flex: 0 0 auto;
  border: 1px solid #d6d8e7;
  background: transparent;
  border-radius: 100px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 16px;
  font-size: 14px;
  color: #45494e;
  display: flex;
  align-items: center;
}
.platform-pill.active {
  background: #fff;
  /* border-color: #5b6875; */
  /* box-shadow: inset 0 -2px #26c75d; */
  color: #0a0e12;
  border: 1px solid #0a0e12;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.platform-pill:hover {
  background: #fff;
  color: #0a0e12;
  border: 1px solid #d6d8e7;
}
.platform-pill:hover svg {
  display: none;
}

.platform-pill:hover svg.pill-fill {
  display: block;
}
.platform-pill svg.pill-fill {
  display: none;
  margin-right: 8px;
}
.platform-pill svg {
  margin-right: 8px;
}
.platform-pill.active svg {
  display: none;
  margin-right: 8px;
}

.platform-pill.active svg.pill-fill {
  display: block;
  margin-right: 8px;
}
.platform-pill i {
  margin-right: 6px;
}
.sdk-tools {
  top: 97px;
}
.site-footer {
  background: var(--footer);
  color: #a8b2be;
  width: 100%;
}
.footer-inner {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
}
.footer-row {
  border-bottom: 1px solid #142333;
}
.docs-search-modal .modal-dialog {
  max-width: 850px;
}
.docs-search-modal .modal-content {
  border: 0;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}
.docs-search-modal.modal {
  --bs-modal-margin: 24px;
  z-index: 9999999;
}
.modal-backdrop.show {
  opacity: 0.68;
}
.search-modal-head {
  height: 56px;
  flex: 0 0 56px;
  display: flex;
  align-items: center;

  padding: 16px 24px;
  gap: 10px;

  /* box-shadow:
    0px 0px 1px 0px rgba(0, 0, 0, 0.04),
    0px 0px 2px 0px rgba(0, 0, 0, 0.06),
    0px 4px 8px 0px rgba(0, 0, 0, 0.04); */

  border: 1px solid rgba(0, 0, 0, 0.08);
}
.search-modal-head .search-icon-popup {
}
.search-modal-head input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  font-size: 16px;
  color: #0a0e12;
  background: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 24px;
}
.search-modal-head input::-webkit-search-cancel-button {
  display: none;
}
.search-modal-head input::placeholder {
  color: #6d7175;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.search-modal-close {
  padding-left: 10px;
  border: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
  display: none;
}

.showclose .search-modal-close {
  display: block;
}
.search-results {
  padding: 8px 0px 16px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cacaca transparent;
  height: 376px;
}
.search-result-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #171b1f;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 24px;
  border-radius: 7px;
}
.search-result-item:hover {
  background: #f4f7fc;
}
.search-tags {
  display: inline-flex;
  gap: 5px;
}
.search-tag {
  border: 1px solid #006efa;
  border-radius: 24px;
  padding: 2px 8px;
  color: #0a0e12;
  font-size: 9px;
  font-weight: 600;
  line-height: 12px;
}
.search-tag.muted {
  border-color: #d6d8e7;
  background: #f8fafc;
}
.search-empty {
  height: 100%;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #929aa3;
  gap: 8px;
}
.search-empty i {
  font-size: 28px;
}
.search-empty strong {
  font-size: 16px;
  color: #545b63;
}
.search-empty span {
  font-size: 16px;
}
.footer-products {
  padding: 32px 0;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.footer-products strong {
  color: #fff;
  font-size: 16px;
}
.footer-products a {
  color: #b0bac5;
  font-size: 12px;
}
.footer-main {
  padding-top: 34px;
  padding-bottom: 39px;
}
.footer-main h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-main a {
  display: block;
  color: #9facb9;
  font-size: 12px;
  line-height: 2;
}
.footer-contact {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}
.footer-contact i {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #82909e;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
}
.socials {
  margin-left: auto;
  display: flex;
  gap: 10px;
}
.socials i {
  margin: 0;
  width: 29px;
  height: 29px;
}
.copyright {
  text-align: center;
  padding: 26px;
  font-size: 11px;
}
.chat-bubble {
  position: fixed;
  right: 25px;
  bottom: 23px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #087cf0;
  color: #fff;
  font-size: 26px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  z-index: 1000;
}

.close-sidebar {
  display: none;
}

.icon-sidebar-res {
  display: none;
}
@media (max-width: 991.98px) {
  .side-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: calc(85vh - 90px);
  }
  .search-wrap {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  :root {
    --sidebar: 0px;
  }
  .site-header {
    height: auto;
  }
  .icon-sidebar-res {
    display: block;
  }
  .top-dropdown {
    box-shadow: none;
    border: 0;
    border-left: 2px solid #e7eaee;
    margin: 0 0 5px 13px;
  }
  .docs-layout {
    display: block;
  }
  .sidebar-holder {
    min-height: 0;
    border: 0;
  }
  #docs-sidebar {
    position: static;
  }
  .docs-sidebar {
    position: fixed;
    z-index: 1035;
    left: -100%;
    top: 64px;
    width: 100%;
    /* height: calc(100vh - 64px); */
    transition: 0.25s;
    background: #fff;
  }

  .docs-sidebar::-webkit-scrollbar-thumb {
    background: red; /* Scroll thumb color */
    border-radius: 10px;
  }

  .close-sidebar {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .docs-sidebar {
    padding: 16px 24px 24px;
    margin-left: 0;
  }
  .close-sidebar svg {
    margin-right: 8px;
  }
  .docs-sidebar.active-sidebar {
    left: 0;
    padding-top: 32px;
  }
  .docs-sidebar.show {
    left: 0;
  }
  .docs-main {
    padding: 30px 24px 60px;
    min-height: auto;
  }
  .page-tools {
    right: 24px;
  }
  .hero-copy h1 {
    font-size: 27px;
  }
  .footer-inner {
    width: calc(100% - 56px);
  }

  .site-header .mu-nav.navbar {
    border-bottom: 1px solid #d6d8e7;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 16px;
  }

  .muvi-brand {
    font-size: 22px;
  }
  .header-actions {
    display: none;
  }
  .docs-main {
    padding: 24px 16px 45px;
  }
  .page-tools {
    top: 2px;
    right: 13px;
  }
  .copy-page {
    /* font-size: 0 !important; */
    gap: 8px;
  }
  .copy-page i {
    font-size: 13px;
  }
  .hero-copy {
    padding-right: 0;
  }
  .hero-copy h1 {
    font-size: 32px;
    /* padding-right: 45px; */
  }
  .doc-section h2 {
    font-size: 32px;
  }
  .doc-section {
    padding-top: 30px;
  }
  .subsection {
    padding-top: 34px;
  }
  .endpoint {
    padding: 14px;
    margin-top: 22px;
  }
  .code-body {
    overflow: auto;
    min-height: 295px;
  }
  .response-table {
    overflow-x: auto;
  }
  .response-table table {
    min-width: 700px;
  }
  .platform-tabs {
    margin-right: -16px;
  }
  .sdk-tools {
    top: 82px;
  }
  .footer-products {
    gap: 15px;
  }
  .footer-main h5 {
    margin-top: 16px;
  }
  .socials {
    margin-left: 0;
    width: 100%;
  }
  .chat-bubble {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
  }

  .site-header .dropdown-menu.mega-menu.mega-menu-product.product-drp-1 {
    width: 100% !important;
  }
  .site-header .mu-nav .navbar-collapse .menu-padding {
    padding: 0;
  }
  .site-header .mu-nav.navbar .navbar-collapse .nav-item .menu-border {
    width: 100%;
    position: static;
  }

  .site-header .mu-nav .dropdown-menu.mega-menu.show {
    height: 100vh;
  }

  .site-header .mu-nav .mobile-separator {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .docs-search-modal .modal-dialog {
    margin: 12px;
  }

  .page-tools .btn:first-child svg {
    margin-right: 0;
  }
  .docs-search-modal .modal-content {
    height: min(620px, calc(100vh - 24px));
    border-radius: 22px;
  }
  .search-modal-head {
    height: 62px;
    flex-basis: 62px;
    padding: 0 18px;
    gap: 13px;
  }
  .search-modal-head > i {
    font-size: 20px;
    padding-right: 11px;
  }
  .search-modal-head input {
    font-size: 16px;
  }
  .search-modal-close {
    width: 31px;
    padding-left: 13px;
  }
  .search-results {
    padding: 8px 16px 20px;
    height: auto;
  }
  .search-result-item {
    font-size: 16px;
    padding: 12px 3px;
  }

  .page-tools .btn:first-child {
    width: 80px;
  }
}

.green-copied {
  color: #24ae60 !important;
}

@media (min-width: 992px) {
  .sticky-header .navbar-collapse .nav-item.has-child {
    padding-right: 18px !important;
    background-position-y: 30px !important;
  }
}

.side-submenu .side-submenu {
  padding-left: 10px;
}

.side-submenu .side-submenu li a {
  color: #45494e;
}
.side-submenu li a:hover {
  color: #0a0e12;
}

.side-submenu .side-submenu li a.active {
  color: #006efa;
}

body.copy-dropdown-open {
  position: relative;
}
body.copy-dropdown-open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  z-index: 1041;
}

.copy-dropdown-open .site-header {
  z-index: 1041;
}
.copy-dropdown-open .page-tools {
  z-index: 1042;
}

#api-final-sidebar .api-list a span{
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
@media(min-width: 1380px) {
    h3 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}
