/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
Copyright 2008-2013 Concur Technologies, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
*/
@font-face {
  font-family: 'Inter';
  src: url(../fonts/inter.ttf);
  font-display: swap; }
@font-face {
  font-family: 'slate';
  src: url(../fonts/slate.eot?-syv14m);
  src: url(../fonts/slate.eot?#iefix-syv14m) format("embedded-opentype"), url(../fonts/slate.woff2?-syv14m) format("woff2"), url(../fonts/slate.woff?-syv14m) format("woff"), url(../fonts/slate.ttf?-syv14m) format("truetype"), url(../fonts/slate.svg?-syv14m#slate) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.content__text .note__title:before {
  font-family: 'slate';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.content__text .note__title:before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99984 13.3334V10.0001M9.99984 6.66675H10.0082M18.3332 10.0001C18.3332 14.6025 14.6022 18.3334 9.99984 18.3334C5.39746 18.3334 1.6665 14.6025 1.6665 10.0001C1.6665 5.39771 5.39746 1.66675 9.99984 1.66675C14.6022 1.66675 18.3332 5.39771 18.3332 10.0001Z' stroke='%232970FF' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

/*
Copyright 2023 Maksym Maslakov.

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
*/
@font-face {
  font-family: 'SF Mono';
  src: url(../fonts/SFMonoRegular.otf);
  font-display: swap; }
:root {
  --main-bg: #fff;
  --main-color: #5C6287;
  --main-border-color: #EAECF5;
  --search-color: #6B7280;
  --search-bg: #fff;
  --search-border-color: #D1D5DB;
  --lang-link-bg: #2970FF;
  --lang-link-color: #fff;
  --nav-bg: #F5F8FF;
  --nav-color: #344054;
  --nav-active-color: #2970FF;
  --code-color: #528BFF;
  --heading-color: #293056;
  --code-snippet-header-bg: #475467;
  --code-snippet-header-color: #EFF4FF;
  --code-snippet-body-bg: #344054;
  --note-bg: #EFF4FF;
  --note-border-color: #D1E0FF;
  --note-color: #5C6287;
  --note-heading-color: #293056;
  --table-header-bg: #F9FAFB;
  --table-header-color: #293056;
  --table-border-color: #EAECF0;
  --search-notice-bg: #c97a7e;
  --scroll-color: #EAECF0;
  --tooltip-bg: #344054;
  --tooltip-border-color: #D5D9EB;
  --sidebar-control-bg: #F3F4F6;
  --sidebar-control-color: #2970FF; }

body.dark {
  --main-bg: #101828;
  --main-color: #D0D5DD;
  --main-border-color: #1D2939;
  --search-color: #6B7280;
  --search-bg: #344054;
  --search-border-color: #6B7280;
  --lang-link-bg: #fff;
  --lang-link-color: #2970FF;
  --nav-bg: #1D2939;
  --nav-color: #D5D9EB;
  --nav-active-color: #528BFF;
  --heading-color: #EAECF5;
  --note-bg: #344054;
  --note-border-color: #344054;
  --note-color: #D0D5DD;
  --note-heading-color: #D0D5DD;
  --table-header-bg: #344054;
  --table-header-color: #D0D5DD;
  --table-border-color: #475467;
  --scroll-color: #1D2939;
  --sidebar-control-bg: #1D2939;
  --sidebar-control-color: #fff; }

::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
  color: var(--scroll-color);
  background-color: transparent !important;
  border: none !important; }

::-webkit-scrollbar-track,
*::-webkit-scrollbar-track {
  background-color: transparent !important;
  border: none !important; }

::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb {
  background-color: var(--scroll-color) !important;
  width: 6px !important;
  border-radius: 32px !important;
  border: none !important; }

*,
*:hover,
*:active,
*:focus {
  scrollbar-track-color: transparent !important;
  scrollbar-color: var(--scroll-color) transparent !important;
  scrollbar-width: thin !important; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth; }

ul, ol {
  padding: 0;
  list-style-type: none; }

body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0; }

html {
  overflow-x: hidden;
  scroll-padding-top: 60px; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 150%;
  color: var(--main-color);
  background-color: var(--main-bg);
  max-width: 100%;
  overflow-x: hidden;
  position: relative; }

ul[class],
ol[class] {
  list-style: none; }

img {
  max-width: 100%;
  display: block; }

img[align=center] {
  margin: 0 auto; }

button {
  cursor: pointer; }

input, button, textarea, select {
  font: inherit; }

a {
  color: var(--nav-active-color);
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  display: none;
  color: var(--heading-color); }
  h1 a svg, h2 a svg, h3 a svg, h4 a svg, h5 a svg {
    margin-bottom: 4px; }
h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a {
  display: inline-block; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: var(--heading-color); }

h1 {
  font-size: 48px;
  line-height: 60px; }

h2 {
  font-size: 36px;
  line-height: 43.2px; }

h3 {
  font-size: 24px;
  line-height: 35px; }

h4 {
  font-size: 20px;
  line-height: 30px; }

h5 {
  font-size: 16px;
  line-height: 25.6px; }

h1:has(.sidebar-item) {
  display: none; }

p {
  font-size: 15px;
  line-height: 24px; }

.loader-wrapper {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center; }

#loading {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 5px solid var(--nav-active-color);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite; }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }
.header {
  height: 70px;
  display: flex;
  align-items: center;
  z-index: 31;
  padding: 0px 24px 0px 24px;
  border-bottom: 1px solid var(--main-border-color); }
  .header__sidebar-toggler {
    display: none; }
    .header__sidebar-toggler .hamburger {
      fill: var(--main-color);
      rotate: 0deg;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear;
      -webkit-transform-origin: center;
              transform-origin: center; }
      .header__sidebar-toggler .hamburger path:is(:first-child) {
        rotate: 0deg;
        -webkit-transform-origin: 45% 37%;
                transform-origin: 45% 37%; }
      .header__sidebar-toggler .hamburger path:is(:nth-child(2)) {
        fill: var(--main-color) !important; }
      .header__sidebar-toggler .hamburger path:is(:nth-child(3)) {
        rotate: 0deg;
        -webkit-transform-origin: 10% 50%;
                transform-origin: 10% 50%;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear; }
    .header__sidebar-toggler.active .hamburger path:is(:first-child) {
      rotate: 45deg;
      -webkit-transform-origin: 20% 40%;
              transform-origin: 20% 40%; }
    .header__sidebar-toggler.active .hamburger path:is(:nth-child(2)) {
      fill: transparent !important; }
    .header__sidebar-toggler.active .hamburger path:is(:nth-child(3)) {
      rotate: -45deg;
      -webkit-transform-origin: 29% 62%;
              transform-origin: 29% 62%; }
  .header__logo-wrapper {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 272px; }
  .header__logo {
    display: inline-block;
    width: 146px;
    height: 38px;
    background-image: url("../images/logo/light-logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .header__logo:hover {
      opacity: 1; }
    .dark .header__logo {
      background-image: url("../images/logo/dark-logo.svg"); }
  .header__search-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 80px;
    justify-content: flex-end; }
  .header__search {
    flex-grow: 1;
    margin-left: 65px; }
    .header__search .DocSearch.DocSearch-Button {
      width: 100%;
      max-width: 720px;
      height: 38px;
      border-radius: 8px;
      background: var(--search-bg);
      border: 1px solid var(--search-border-color);
      -webkit-box-shadow: none;
              box-shadow: none;
      color: var(--search-color);
      padding: 6px 16px 6px 16px;
      outline: none; }
      .header__search .DocSearch.DocSearch-Button:hover, .header__search .DocSearch.DocSearch-Button:active, .header__search .DocSearch.DocSearch-Button:focus {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .header__search .DocSearch.DocSearch-Button .DocSearch-Button-Keys {
        display: none; }
      .header__search .DocSearch.DocSearch-Button .DocSearch-Search-Icon {
        color: var(--search-color); }
  @media (max-width: 1024px) {
    .header__search {
      width: 100%; }
    .header__search-wrapper {
      justify-content: flex-start; }
    .header .DocSearch-Button-Placeholder, .header .DocSearch-Button-Keys {
      display: none; }
    .header .DocSearch.DocSearch-Button {
      width: 50px !important;
      margin-left: auto; } }

.theme-switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
  border-radius: 12px;
  background-color: #D1E0FF;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer; }
  .theme-switch:before {
    content: "";
    position: absolute;
    background: url(../images/toggle/light.svg) no-repeat;
    background-size: 22px;
    background-position-y: center;
    background-position-x: center;
    height: 30px;
    width: 30px;
    bottom: 4px;
    border: 1px solid #EAECF0;
    top: -5px;
    background-color: white;
    border-radius: 50%; }

body.dark .theme-switch {
  background-color: var(--nav-active-color); }
  body.dark .theme-switch:before {
    content: "";
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    border: 1px solid #344054;
    background: url(../images/toggle/dark.svg) no-repeat;
    background-position-y: center;
    background-position-x: center;
    background-color: #344054; }

.copy-clipboard {
  fill: var(--code-snippet-header-color);
  cursor: pointer;
  height: 18px;
  width: 18px;
  position: relative; }
  .copy-clipboard:hover {
    opacity: 0.8; }

.tooltip {
  position: absolute;
  display: inline-block;
  right: 110%;
  top: 50%;
  padding: 2px 4px !important;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--tooltip-bg); }

.lang-selector {
  height: 38px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px; }
  .lang-selector__select {
    display: none;
    visibility: hidden;
    color: var(--lang-link-color);
    background-color: var(--lang-link-bg);
    padding: 8px 8px 8px 18px;
    text-decoration: none;
    outline: 0;
    border-radius: 8px;
    border: none;
    border-right: 10px solid transparent;
    text-transform: capitalize;
    cursor: pointer;
    height: 100%; }
    .lang-selector__select:hover {
      opacity: 0.8; }
  .lang-selector__list {
    display: flex;
    align-items: stretch;
    gap: 5px; }
  .lang-selector__link {
    display: inline-flex;
    color: var(--nav-color);
    padding: 8px 18px;
    text-decoration: none !important;
    outline: 0;
    border-radius: 8px;
    text-transform: capitalize; }
    .lang-selector__link:active, .lang-selector__link:focus, .lang-selector__link.active, .lang-selector__link:hover {
      background-color: var(--lang-link-bg);
      color: var(--lang-link-color); }

.site-navigator {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 24px; }
  .site-navigator * {
    text-decoration: none;
    color: inherit; }
  .site-navigator__menu {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto; }
  .site-navigator__submenu {
    display: none;
    padding: 0px 0px 8px 12px;
    margin: 4px 0 4px 12px !important;
    border-left: 1px solid var(--main-border-color); }
  .site-navigator__item {
    padding: 6px 12px 6px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    overflow: hidden;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-decoration: none; }
    .site-navigator__item:hover, .site-navigator__item.active {
      background-color: var(--nav-bg);
      color: var(--nav-active-color);
      text-decoration: none; }
    .site-navigator__item > span {
      overflow-x: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .site-navigator__item:has(+ .site-navigator__submenu)::after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.5L5 1.5L1 5.5' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
    -webkit-transform-origin: center;
            transform-origin: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding-bottom: 5px; }
    .site-navigator__item:has(+ .site-navigator__submenu)::after:hover {
      content: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.5L5 1.5L1 5.5' stroke='%232970FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      opacity: 0.8; }
  .site-navigator__item:has(+ .site-navigator__submenu).active::after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.5L5 1.5L1 5.5' stroke='%232970FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important; }
  .site-navigator__item.active + .site-navigator__submenu {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    gap: 5px; }
  .site-navigator__submenu-item {
    font-size: 14px; }
  .site-navigator__footer {
    padding: 1em 0;
    margin-top: 1em;
    border-top: 1px dashed var(--main-border-color);
    color: var(--nav-active-color);
    text-decoration: none;
    cursor: pointer;
    font-size: 0.8em;
    line-height: 1.7;
    text-decoration: none; }

.page {
  height: calc(100vh - 70px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  max-width: 100vw; }
  .page__content {
    padding: 24px; }
  .page__sidebar {
    flex: 0 0 auto;
    width: 320px;
    height: 100%;
    z-index: 30;
    -webkit-transition: margin-left .25s linear, left .25s linear;
    transition: margin-left .25s linear, left .25s linear;
    border-right: 1px solid var(--main-border-color);
    margin-left: calc(-320px + 15px);
    position: relative; }
  .page.sidebar-show .page__sidebar {
    margin-left: 0; }
  .page.sidebar-show .page__sidebar-toggle svg {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .page__sidebar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    right: -12px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    cursor: pointer;
    color: var(--sidebar-control-color);
    background-color: var(--sidebar-control-bg);
    z-index: 2; }
    .page__sidebar-toggle svg {
      width: 8px;
      height: 12px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition-duration: .25s;
              transition-duration: .25s; }
  .page__content {
    flex-grow: 1;
    overflow-y: auto; }

.content {
  padding: 40px 64px; }
  .content h2, .content h3 {
    padding: 5vw 0 8px; }
  .content__section-container:not(:first-of-type) {
    border-top: 1px solid var(--main-border-color);
    margin-top: 5vw; }
  .content__section-container > h3:not(:first-of-type) {
    border-top: 1px solid var(--main-border-color);
    margin-top: 3vw; }
  .content__section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    position: relative !important;
    margin-top: 10px;
    padding-top: 10px; }
  .content__text {
    margin-bottom: 20px;
    overflow-x: hidden;
    height: 100.1%; }
    .content__text code {
      color: var(--code-color);
      padding: 3px;
      word-break: break-word;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      font-family: "SF Mono", monospace !important; }
    .content__text .note {
      padding: 16px 16px 16px 48px;
      margin: 16px 0;
      color: var(--note-color);
      background: var(--note-bg);
      border: 1px solid var(--note-border-color);
      line-height: 1.6;
      border-radius: 12px; }
      .content__text .note__title {
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 14px;
        color: var(--note-heading-color);
        margin-left: -28px; }
        .content__text .note__title:before {
          color: var(--nav-active-color);
          vertical-align: middle;
          padding-right: 0.5em;
          font-size: 14px; }
      .content__text .note__content {
        display: block;
        font-weight: 400;
        line-height: 21px;
        font-size: 14px; }
    .content__text .table-wrapper {
      border-radius: 12px;
      border: 1px solid var(--table-border-color);
      width: 100%;
      max-width: 100%;
      margin: 15px 0;
      overflow-x: auto; }
    .content__text p + p {
      margin-top: 20px; }
    .content__text table {
      border-radius: 12px;
      background: -webkit-gradient(linear, left top, left bottom, from(var(--main-bg)), to(transparent));
      background: linear-gradient(180deg, var(--main-bg), transparent);
      width: 100%; }
      .content__text table, .content__text table td, .content__text table th {
        padding: 12px;
        font-size: 14px;
        overflow-x: hidden;
        text-align: left; }
      .content__text table th {
        font-weight: 500;
        font-size: 14px;
        border-bottom: 1px solid var(--table-border-color);
        background-color: var(--table-header-bg); }
      .content__text table td {
        font-weight: 400; }
      .content__text table td:not(:first-child),
      .content__text table th:not(:first-child) {
        border-left: 1px solid var(--table-border-color); }
      .content__text table tr:not(:last-child),
      .content__text table tr:first-child {
        border-bottom: 1px solid var(--table-border-color); }
    .content__text ol {
      counter-reset: my-awesome-counter;
      list-style: none;
      margin-left: 20px;
      margin-bottom: 16px; }
      .content__text ol > li {
        position: relative;
        counter-increment: my-awesome-counter;
        font-weight: 600;
        margin-left: 40px; }
        .content__text ol > li::before {
          content: counter(my-awesome-counter);
          position: absolute;
          top: -1px;
          left: -30px;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          background-color: var(--nav-bg);
          color: var(--nav-color);
          font-weight: 400;
          font-size: 12px; }
    .content__text ul {
      list-style: disc;
      margin-left: 20px; }
    .content__text img {
      display: block;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 16px;
      margin: 24px 0;
      background-color: #ccc;
      height: 100%; }
  .content__code-snippets {
    position: sticky;
    top: 0;
    right: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 15px; }
    .content__code-snippets blockquote {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse;
      padding: 8px 24px;
      margin: 0;
      font-size: 14px;
      line-height: 21px;
      background-color: var(--code-snippet-header-bg);
      border-radius: 12px 12px 0 0; }
      .content__code-snippets blockquote * {
        margin: 0;
        padding: 0;
        color: var(--code-snippet-header-color); }
      .content__code-snippets blockquote p {
        font-size: 14px;
        line-height: 21px;
        border-radius: 0 0 12px 12px; }
    .content__code-snippets > blockquote:not(:first-of-type) {
      margin-top: 15px; }
    .content__code-snippets > .highlight, .content__code-snippets .code-snippet > .highlight {
      border-radius: 0 0 12px 12px;
      background-color: var(--code-snippet-body-bg);
      padding: 0 5px 5px;
      margin: 0; }
      .content__code-snippets > .highlight > pre.highlight, .content__code-snippets .code-snippet > .highlight > pre.highlight {
        margin: 0;
        padding: 16px 24px 24px;
        font-size: 12px;
        line-height: 18px;
        line-height: 18px; }
        .content__code-snippets > .highlight > pre.highlight *, .content__code-snippets .code-snippet > .highlight > pre.highlight * {
          font-family: "SF Mono", monospace !important; }
    .content__code-snippets > .highlight {
      border-radius: 12px; }
  @media (min-width: 1300px) {
    .content h1, .content h2 {
      padding-right: 50%; }
    .content h3 {
      margin-right: max(calc(400px + 80px), calc(40% + 80px)); }
    .content__section {
      -ms-grid-columns: minmax(400px, 60%) minmax(400px, 40%);
      grid-template-columns: minmax(400px, 60%) minmax(400px, 40%);
      gap: 80px; }
    .content__text {
      margin-bottom: 0; } }

@media (max-width: 1024px) {
  .header__sidebar-toggler {
    display: flex; }
  .header__logo-wrapper {
    display: none; }
  .header__search-wrapper {
    justify-content: flex-end;
    gap: 16px; }

  .lang-selector__select {
    display: inline-block;
    visibility: visible; }
  .lang-selector__list {
    display: none;
    visibility: hidden; }

  .page__sidebar {
    position: fixed;
    top: 70px;
    margin-left: 0;
    height: calc(100vh - 70px);
    width: 100vw !important;
    left: -101vw !important;
    z-index: 1;
    -webkit-transition: .2s all;
    transition: .2s all;
    background-color: var(--main-bg); }
  .page__sidebar-toggle {
    display: none; }
  .page.sidebar-full-width-show .page__sidebar {
    left: 0 !important;
    margin-left: 0 !important; }

  .content {
    padding: 24px; } }
.dot {
  flex-shrink: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: inherit;
  margin-left: 5px;
  line-height: 0;
  /* Override any inherited line-height */
  padding: 0;
  vertical-align: middle;
  position: relative;
  /* Isolate from surrounding layout */
  overflow: hidden;
  /* Prevent parent influence on size */ }
