.api-doc-page,
.api-doc-page article {
  max-width: 100%;
}

.api-doc-page {
  display: block;
  padding-bottom: 28px;
}

.api-loading {
  color: #596079;
  padding: 24px 0;
}

.docs-main .hero-copy {
  display: none;
}

.docs-main.is-docs-loading #api-content {
  opacity: 1;
  pointer-events: auto;
  min-height: 120px;
}

.docs-main #api-content {
  transition: opacity 0.15s ease;
}

.api-doc-hero,
.api-doc-sections,
.api-subcategory-hero,
.api-doc-block {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.api-doc-hero,
.api-subcategory-hero {
  padding: 0 0 40px;
  border-bottom: 1px solid #e8ebef;
}

.api-doc-hero {
  border-bottom: 0;
}

.api-doc-hero h1,
.api-subcategory-hero h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 16px;
  color: #0a0e12;
  letter-spacing: 0;
}

.api-doc-hero-summary,
.api-subcategory-summary,
.api-doc-block-summary,
.api-detail-section-body {
  line-height: 24px;
  color: #0a0e12;
  font-size: 16px;
  font-weight: 400;
}

.api-doc-hero-summary p,
.api-doc-hero-summary ul,
.api-doc-hero-summary ol,
.api-doc-hero-summary table,
.api-doc-hero-summary pre,
.api-doc-hero-summary blockquote {
  margin-bottom: 16px;
}

.api-doc-hero-summary ul,
.api-doc-hero-summary ol {
  padding-left: 22px;
}

.api-doc-hero-summary ul {
  list-style: disc;
}

.api-doc-hero-summary ol {
  list-style: decimal;
}

.api-doc-hero-summary li {
  display: list-item;
}

.api-doc-hero-summary li + li {
  margin-top: 6px;
}

.api-doc-hero-summary img,
.api-detail-section-body img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 12px;
  margin: 20px 0;
}

.api-doc-hero-summary figure,
.api-detail-section-body figure {
  max-width: 100%;
  margin: 20px 0;
}

.api-doc-hero-summary p img,
.api-detail-section-body p img {
  margin: 16px 0;
}

.api-doc-hero-summary strong {
  font-weight: 700;
}

.api-intro-page .api-detail-section h3 {
  font-size: 32px;
  line-height: 40px;
}

.api-intro-page .api-detail-section + .api-detail-section {
  padding-top: 48px;
}

.api-doc-hero-summary > :last-child,
.api-subcategory-summary > :last-child,
.api-doc-block-summary > :last-child,
.api-detail-section-body > :last-child {
  margin-bottom: 0;
}

.api-doc-sections,
.api-subcategory-page {
  padding-top: 48px;
}

.api-doc-block {
  padding: 0;
  border-bottom: 0;
}

.api-doc-block + .api-doc-block {
  padding-top: 48px;
}

.api-doc-block-head h2,
.api-detail-section h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 16px;
  color: #0a0e12;
  letter-spacing: 0;
}

.api-detail-section + .api-detail-section {
  padding-top: 48px;
  margin-top: 0;
}

.api-detail-section-body h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 13px;
  color: #0a0e12;
}

.api-detail-section-body .api-table-wrap + h3 {
  margin-top: 48px;
}

.api-detail-section-body h4,
.api-detail-section-body h5,
.api-detail-section-body h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 16px;
  color: #0a0e12;
}

.api-detail-section-body p,
.api-detail-section-body ul,
.api-detail-section-body ol,
.api-detail-section-body table,
.api-detail-section-body pre,
.api-detail-section-body blockquote {
  margin-bottom: 16px;
}

.api-detail-section-body ul,
.api-detail-section-body ol {
  padding-left: 22px;
}

.api-detail-section-body li + li {
  margin-top: 6px;
}

.api-detail-section-body code,
.api-endpoint-url {
  color: #0a0e12;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: transparent;
  padding: 0;
}

.api-endpoint-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid;
  padding: 24px;
  margin-top: 48px;
  border-radius: 8px;
}

.api-endpoint-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.api-copy-button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #5c5f62;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  padding: 0;
}

.api-copy-button:hover {
  color: #5c5f62;
}

.api-copy-button.is-copied,
.api-copy-button.is-copied:hover,
.page-tools .copy-page.is-copied,
.page-tools .copy-page.is-copied:hover {
  color: #24ae60;
}

.api-copy-button i {
  font-size: 14px;
}

.api-doc-page .method-pill {
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.api-doc-page .method-get,
.api-doc-page .method-post,
.api-doc-page .method-put,
.api-doc-page .method-delete {
  color: #fff;
}

.api-endpoint-bar:has(.method-get) {
  border-color: #006efa;
  background: #f4f9ff;
}

.api-endpoint-bar:has(.method-post) {
  border-color: #24ae60;
  background: #f0fff7;
}

.api-endpoint-bar:has(.method-put) {
  border-color: #fcb000;
  background: #fffcf4;
}

.api-endpoint-bar:has(.method-delete) {
  border-color: #eb5757;
  background: #fff6f6;
}

.api-doc-page .method-get {
  background: #006efa;
}

.api-doc-page .method-post {
  background: #24ae60;
  text-transform: capitalize;
}

.api-doc-page .method-put {
  background: #fcb000;
}

.api-doc-page .method-delete {
  background: #eb5757;
}

.api-table-wrap,
.response-table {
  overflow-x: auto;
  border: 1px solid #dbe1ea;
  border-radius: 8px;
  background: #fff;
}

.api-doc-page table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}

.api-doc-page thead th {
  background: #e6f1ff;
  padding: 22px 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #0a0e12;
  border-right: 1px solid #dce5ef;
}

.api-doc-page thead th:first-child {
  border-top-left-radius: 8px;
}

.api-doc-page thead th:last-child {
  border-top-right-radius: 8px;
  border-right: 0;
}

.api-doc-page td {
  padding: 20px 24px;
  color: #171b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  vertical-align: middle;
  border-right: 1px solid #dce5ef;
  border-bottom: 1px solid #dce5ef;
}

.api-doc-page tbody td:first-child {
  color: #006efa;
}

.api-doc-page tbody td:first-child code {
  color: #006efa;
}

.api-doc-page td:last-child {
  border-right: 0;
}

.api-doc-page tbody tr:last-child td {
  border-bottom: 0;
}

.api-code-shell,
.code-card {
  border-radius: 18px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 28px;
  background: #171717;
  color: #d7e7ff;
  border: 1px solid #2c2c2c;
  box-shadow: 0 10px 28px rgba(13, 18, 38, 0.08);
}

.api-code-toolbar,
.code-head {
  background: #262626;
  padding: 16px 18px;
  color: #f5f7fb;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.api-code-shell pre,
.code-body {
  display: block;
  margin: 0;
  padding: 18px 22px;
  background: #171717;
  color: #d7e7ff;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: pre;
  overflow-wrap: normal;
  word-break: normal;
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  min-height: 0;
  tab-size: 2;
}

.api-code-shell pre {
  display: flex;
  align-items: flex-start;
}

.api-code-line-numbers {
  flex: 0 0 32px;
  margin-right: 18px;
  color: #6a6a6a;
  text-align: right;
  user-select: none;
  display: flex;
  flex-direction: column;
  line-height: 24px;
}

.api-code-line-numbers span {
  display: block;
  height: 24px;
}

.api-code-shell pre code {
  flex: 0 0 auto;
  min-width: max-content;
}

.api-code-shell pre code {
  background: transparent;
  color: inherit;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  white-space: pre;
}

.api-code-shell .api-copy-button {
  color: #f5f7fb;
}

.api-code-shell .api-copy-button.is-copied {
  color: #24ae60;
}

.api-request-tabs {
  margin: 24px 0 28px;
}

.api-request-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 16px;
}

.api-request-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #dbe1ea;
  border-radius: 12px;
  background: #fff;
  color: #596079;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.api-request-tab:hover {
  border-color: #b7c8e6;
  color: #0a0e12;
}

.api-request-tab.is-active {
  background: #eef4ff;
  border-color: #cbd9f2;
  color: #0a0e12;
  box-shadow: 0 1px 2px rgba(15, 31, 61, 0.06);
}

.api-request-panels {
  min-width: 0;
}

.api-request-pane {
  display: none;
}

.api-request-pane.is-active {
  display: block;
}

.api-request-example-single {
  margin: 0;
}

.api-request-example-single .api-code-token.token-key,
.api-request-pane .api-code-token.token-key,
.api-request-payload-section .api-code-token.token-key {
  color: #d7e7ff;
}

.api-code-token.token-key {
  color: #4ec9b0;
}

.api-code-token.token-string {
  color: #ce9178;
}

.api-code-token.token-number {
  color: #b5cea8;
}

.api-code-token.token-literal {
  color: #569cd6;
}

.api-code-token.token-keyword {
  color: #569cd6;
}

.api-code-token.token-type {
  color: #4ec9b0;
}

.api-code-token.token-function {
  color: #dcdcaa;
}

.api-code-token.token-comment {
  color: #6a9955;
}

/* Keep API code samples monochrome; structure comes from formatting, not color. */
.api-code-shell .api-code-token {
  color: #d7e7ff !important;
}

@media (max-width: 991.98px) {
  .api-doc-hero,
  .api-subcategory-hero {
    padding-bottom: 32px;
  }

  .api-doc-hero h1,
  .api-subcategory-hero h1,
  .api-doc-block-head h2,
  .api-detail-section h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .api-endpoint-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

#api-final-sidebar .side-count {
  margin-left: auto;
  color: #8a8faa;
  font-size: 12px;
  font-weight: 600;
}

#api-final-sidebar .api-category > .side-item,
#api-final-sidebar .api-subcategory > .api-subcategory-toggle {
  position: relative;
}

#api-final-sidebar .api-subcategory-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px 9px 18px;
  color: #14253b;
  text-decoration: none;
  font-weight: 600;
}

#api-final-sidebar .api-subcategory-toggle:hover {
  color: #006efa;
}

#api-final-sidebar .side-chevron {
  margin-left: 0;
  color: #8a8faa;
  font-size: 12px;
  display: inline-block;
  transform-origin: center;
  transition: transform 0.2s ease;
}

#api-final-sidebar .api-category.is-open > .side-item .side-chevron,
#api-final-sidebar .api-subcategory.is-open > .api-subcategory-toggle .side-chevron {
  transform: rotate(180deg);
}

#api-final-sidebar .side-submenu,
#api-final-sidebar .api-list {
  display: none;
}

#api-final-sidebar .api-category.is-open > .side-submenu,
#api-final-sidebar .api-subcategory.is-open > .api-list {
  display: block;
}

#api-final-sidebar .api-list {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
}

#api-final-sidebar .api-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px 8px 24px;
  color: #25364d;
  text-decoration: none;
  font-size: 14px;
}

#api-final-sidebar .api-list a:hover,
#api-final-sidebar .api-list a.active,
#api-final-sidebar .api-subcategory-toggle.active {
  color: #006efa;
  background: #e6f2ff;
  border-radius: 10px;
}

#api-final-sidebar .side-item.active {
  color: #0a0e12;
}

#api-final-sidebar .side-item.active .side-icon i {
  color: #006efa;
}

#api-final-sidebar .method-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #006efa;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 7px;
  text-transform: uppercase;
}

#api-final-sidebar .sidebar-method-pill.method-get {
  background: #006efa;
  border-color: #006efa;
  color: #fff;
}

#api-final-sidebar .sidebar-method-pill.method-post {
  background: #24ae60;
  border-color: #24ae60;
  color: #fff;
}

#api-final-sidebar .sidebar-method-pill.method-put {
  background: #fcb000;
  border-color: #fcb000;
  color: #fff;
}

#api-final-sidebar .sidebar-method-pill.method-delete {
  background: #eb5757;
  border-color: #eb5757;
  color: #fff;
}

#api-final-sidebar .sidebar-method-pill.method-patch,
#api-final-sidebar .sidebar-method-pill.method-options {
  background: #611fff;
  border-color: #611fff;
  color: #fff;
}

.api-menu-loading {
  padding: 10px 14px;
  color: #7c8598;
  font-size: 14px;
}

.docs-search-modal .modal-dialog {
  max-width: 850px;
}

.docs-search-modal .modal-content {
  border: 0;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(20, 37, 59, 0.18);
}

.search-modal-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid #e8ebf4;
}

.search-modal-head input {
  border: 0;
  box-shadow: none;
  padding: 0;
  font-size: 18px;
}

.search-modal-head input:focus {
  box-shadow: none;
}

.search-modal-close {
  margin-left: auto;
  border: 0;
  background: transparent;
  padding: 0;
}

.search-results {
  max-height: 420px;
  overflow: auto;
}

.search-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 24px;
  color: #14253b;
  text-decoration: none;
  border-bottom: 1px solid #eef1f7;
}

.search-result-item:hover {
  background: #f7fbff;
  color: #006efa;
}

.search-tags {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

.search-tag {
  color: #006efa;
  font-size: 12px;
  font-weight: 600;
}

.search-tag.muted {
  color: #8a8faa;
}

.search-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 40px 24px;
  color: #7c8598;
  text-align: center;
}

.api-doc-hero,
.api-doc-block-head {
  position: relative;
}

.api-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.api-page-actions {
  position: static;
  flex: 0 0 auto;
  z-index: 3;
}

.page-tools {
  /* display: inline-flex; */
  /* align-items: stretch; */
  position: relative;
  /* border-radius: 12px; */
  /* overflow: visible; */
  /* box-shadow: 0 1px 2px rgba(15, 31, 61, 0.04); */
}

.page-tools .copy-page {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 14px;
  /* border: 1px solid #dbe1ea; */
  border-right: 0;
  border-radius: 11px 0 0 11px;
  background: #fff;
  color: #3e4258;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  box-shadow: none;
  /* text-transform: none;
  letter-spacing: 0; */
}

.page-tools .copy-page span,
.page-tools .copy-page svg {
  text-transform: none;
}

.page-tools .copy-page:hover,
.page-tools .copy-page:focus {
  color: #0a0e12;
  border-color: #c7d3e4;
}

.page-tools .btn-drp-copy {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: 1px solid #dbe1ea;
  border-radius: 0 11px 11px 0;
  border-left: 1px solid #dbe1ea;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #3e4258;
  box-shadow: none;
}

.page-tools .btn-drp-copy:hover,
.page-tools .btn-drp-copy:focus {
  color: #0a0e12;
  border-color: #c7d3e4;
}

.api-page-actions .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  /* min-width: 232px; */
  padding: 10px 0;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 16px 30px rgba(16, 24, 40, 0.14);
  z-index: 1060;
}

.api-page-actions.is-open .dropdown-menu {
  display: block;
}

.api-page-actions .dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border-radius: 0;
  color: #3e4258;
  font-size: 14px;
  font-weight: 500;
}

.api-page-actions .dropdown-item:hover,
.api-page-actions .dropdown-item:focus {
  background: #f4f7fb;
  color: #0a0e12;
}

.api-page-actions .dropdown-item i {
  font-size: 14px;
  color: #5c5f62;
}

.api-page-actions .dropdown-item:hover i,
.api-page-actions .dropdown-item:focus i {
  color: #0a0e12;
}

@media (max-width: 991.98px) {
  .api-doc-hero,
  .api-doc-sections,
  .api-subcategory-hero,
  .api-doc-block {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .api-doc-hero h1,
  .api-subcategory-hero h1 {
    font-size: 34px;
  }

  .api-doc-block-head h2 {
    font-size: 30px;
  }

  .api-endpoint-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .api-page-actions {
    position: static;
    margin-bottom: 16px;
  }

  .api-title-row {
    display: block;
  }

  .api-doc-hero {
    padding-right: 0;
  }
}

.api-doc-sections.doc-card{
padding-top: 0
}

#api-final-sidebar .side-chevron{
margin-left:auto
}

.sdk-platform-doc {
padding-top: 0px;
}

.hero-copy{
padding-bottom:24px
}
