@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size:100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
img, embed, object, video { max-width: 100%; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }

/* BASE
----------------------------------------------------------------------------------------*/

*{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
html,
body{
    position:relative;
    min-height: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    font-family: 'Roboto', sans-serif;
}
strong{
    font-weight: 500;
}
i{
    font-style: italic;
}
li{
    cursor: pointer;
}
code,pre{
    font-family: 'Source Code Pro', monospace;
}
small{
	color: #777A7A;
    font-size: 18px;
}
img {
  max-width: 300px;
  max-height: 200px;
}
code{
  padding: 0 !important;
}
pre {
  margin: 0;
  display: none;
}
details {
    border-color: #d2d2ff;
    background-color: #ebf2ff;
    border: .1rem solid #0000001a;
    border-radius: 0.4rem;
    font-size: 18px;
    margin: 2rem;
	margin-bottom: 0;
	cursor: pointer;
	font-weight: 500;
}
summary{
	padding: 1rem 2rem;
}


.overflow-hidden{
    position: relative;
    overflow: hidden;
}
.content a{
    color: #00a8e3;
    text-decoration: none;
}
.content a:hover{
    text-decoration: underline;
}
p, .content ul, .content ol{
    font-size: 14px;
    color: #777A7A;
    margin-bottom: 16px;
    line-height: 1.6;
    font-weight: 300;
}
p{
    font-size: 18px;
	font-weight: 350;
	color: #1c1e21;
	margin-top: 16px;
}
.content h1{
    font-size: 2em;
    color: #034c8f;
    padding-top: 2.5em;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-top-width: 0;
    /* margin-top: 0; */
    /* margin-bottom: 1.3em; */
    clear: both;
	

    margin-top: 1.5em;
    margin-bottom: 0.8em;
}


.higlighted{
    background-color: rgba(0,0,0,0.05);
    padding: 3px;
    border-radius: 3px;
}

/* LEFT-MENU
----------------------------------------------------------------------------------------*/

.left-menu{
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    box-sizing: border-box;
    background-color: #f4f5f8;
    overflow-x: hidden;
    font-size: 18px;
}
.left-menu .content-infos {
    position: relative;
    padding: 12px 13.25%;
    margin-bottom: 20px;
}
.left-menu .info {
    position: relative;
    font-size: 14px;
    margin-top: 5px;
    color: #777A7A;
}
.left-menu .info b {
    font-weight: 500;
    color: #034c8f;
}
.content-logo{
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.425em 11.5%;
    padding-right: 0;
}
.content-logo img{
    display: inline-block;
    max-width: 70%;
    vertical-align: middle;
}
.content-logo span{
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    color: #323F4C;
    font-size: 1.1em;
}
.content-menu{
    margin: 2em auto 2em;
    padding: 0 0 100px;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 28px;
}
.content-menu ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.content-menu ul li:not(.main-item):hover,
.content-menu ul li.active{
    background-color:#DCDEE9;
}
.content-menu ul li:hover a,
.content-menu ul li.active a{
    color: #00a8e3;
}
@media (hover: none) {
    .content-menu ul li:not(.active):hover {
        background-color: inherit;
    }
    .content-menu ul li:not(.active):hover a {
        color: #777A7A;
    }
}
.content-menu ul li a{
    padding: 12px 13.25%;
    color: #777A7A;
    letter-spacing: 0.025em;
    line-height: 1.1;
    display: block;
    /* text-transform: capitalize; */
}

/* CONTENT-PAGE
----------------------------------------------------------------------------------------*/

.content-page {
    position: relative;
    box-sizing: border-box;
    margin-left: 300px;
    z-index: 2;
    background-color: #fff;
    min-height: 100%;
    padding-bottom: 1px;
}
.content-code{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #323f4c;
    border-color: #323f4c;
}
.content {
    position: relative;
    z-index: 30;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content table,
.content aside,
.content dl,
.content ul,
.content ol,
.content .central-overflow-x {
    margin-right: 5%;
    padding: 0 28px;
    box-sizing: border-box;
    display: block;
    /* max-width: 680px; */
}
.content .central-overflow-x {
    margin-right: calc(50% + 28px);
    margin-left: 28px;
    padding: 0;
    overflow-y: hidden;
    max-width: 100%;
    display: block;
}
.content p .central-overflow-x {
    margin-right: 0;
    margin-left: 0;
}
.break-word {
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.content ul,
.content ol {
    padding: 0 44px;
}
.tabs,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 15px;
    margin-top: 2.5em;
    margin-bottom: 0.8em;
    color: #034c8f;
    /* text-transform: uppercase; */
}
.content h2{
    font-size: 1.333em;
	margin-top: 0;
}
.content h4{
    color: #00a8e3;
    margin-top: 0;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 0.2em;
}
.content-page .content p,
.content-page .content pre {
    /* max-width: 680px; */
}
.content pre,
.content blockquote {
/*     background-color: #323f4c;
    border-color: #323f4c; */
    color: #fff;
    padding: 10px;
    margin: 0;
    clear: right;
    box-sizing: border-box;
}
.content pre code, .content pre {
    font-size: 12px;
    line-height: 1.5;
}
.content blockquote,
.content pre,
.content pre code{
    padding-top: 0;
    margin-top: 0;
}

.content table {
    font-size: 0.85em;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
}
.content table tr:last-child {
    border-bottom: 1px solid #ccc;
}
.content table th {
    font-size: 0.925em;
    padding: 5px 18px 5px 0;
    border-bottom: 1px solid #ccc;
    vertical-align: bottom;
    text-align: left;
    line-height: 1.6;
}
.content table td {
    padding: 5px 18px 5px 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #777A7A;
}


.sub-menu { 
   display: none;
   padding-left: 2.5em;
   /* font-size: 16px; */
} 
.clean-btn {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    padding: 0;
}
.toggleButton {
    align-items: center;
    border-radius: 50%;
    height: 100%;
    justify-content: center;
    transition: background var(--ifm-transition-fast);
    width: 100%;
}
.lightToggleIcon, .darkToggleIcon{
    z-index: 99999; 
	fill: #70B7FD; 
	color: #fff; 
	position: fixed; 
	top: 15px; 
	border: 0; 
	right: 15px;
}
.lightToggleIcon{
	display: none;
	stroke: black;
}


.content-section{
	display: block;
}

.gallery {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.items {
    position: relative;
    flex: 0 0 auto;
    margin: 0 10px;
}
.caption {
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
}



/* burger-menu-icon
----------------------------------------------------------------------------------------*/
.burger-menu-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    right: 26px;
    top: 26px;
    display: none;
}
.burger-menu-icon .line {
    fill: none;
    stroke: #000;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.burger-menu-icon .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.burger-menu-icon .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.burger-menu-icon .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
html.menu-opened .burger-menu-icon .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
html.menu-opened .burger-menu-icon  .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
html.menu-opened .burger-menu-icon  .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}


/* DARK CONTENT VERSION
----------------------------------------------------------------------------------------*/

body.dark-content .content h1,
body.dark-content .content h2,
body.dark-content .content h3,
body.dark-content .content h4,
body.dark-content .content h5,
body.dark-content .content h6,
body.dark-content .content p,
body.dark-content .content table,
body.dark-content .content ul,
body.dark-content .content ol,
body.dark-content .content aside,
body.dark-content .content dl,
body.dark-content .content ul,
body.dark-content .content ol {
    margin-right: 0;
    max-width: 100%;
}
body.dark-content .content-page .content p,
body.dark-content .content-page .content pre {
    max-width: 100%;
}
body.dark-content .content-page {
    background-color: #323f4c;
}
.tabs,
body.dark-content .content h1,
body.dark-content .content h2,
body.dark-content .content h3,
body.dark-content .content h4,
body.dark-content .content h5,
body.dark-content .content h6 {
    color: #59C3C3;
}
body.dark-content small {
    color: #D6F0F0;
}
body.dark-content p {
    color: #D6F0F0;
}
body.dark-content .content table td {
    color: #D6F0F0;
}
body.dark-content .content thead {
    color: #417179;
}

/* RESPONSIVE
----------------------------------------------------------------------------------------*/

@media only screen and (max-width:980px){
    .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content table, .content ul, .content ol, .content aside, .content dl, .content ul, .content ol {
        margin-right: 0;
    }
    .content .central-overflow-x {
        margin: 0;
        padding: 0 28px;
    }
    .content-code{
        display: none;
    }
    .content pre, .content blockquote {
        margin: 20px 0;
        padding: 10px;
        width: auto;
        float: none;
    }
    .content blockquote {
        display: block;
    }
    .content pre code {
        margin-top: 0;
    }
	.gallery {
		display: grid;
		justify-content: center;
	}
}

@media only screen and (max-width:680px){
    html {
        scroll-padding-top: 83px;
    }
    html.menu-opened {
        overflow: hidden;
    }
    .left-menu {
        position: static;
        z-index: auto;
        width: auto;
        overflow: visible;
        pointer-events: auto;
        background: transparent;
        border-right: 0;
    }
    .left-menu .content-menu {
        position: fixed;
        width: min(88vw, 360px);
        max-width: 88vw;
        z-index: 10030;
        top: 0;
        bottom: 0;
        left: 0;
        right: auto;
        background-color: #fff;
        margin: 0;
        overflow-x: hidden;
        padding-top: 83px;
        padding-bottom: 20px;
        transform: translateX(-105%);
        pointer-events: auto;
        border-right: 1px solid #d7dfec;
    }
    .left-menu .content-menu ul {
        position: relative;
    }
    .left-menu .mobile-menu-closer {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10025;
        background-color: rgba(50, 63, 76, .5);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    html.menu-opened .left-menu .mobile-menu-closer {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    html.menu-opened .left-menu .content-menu {
        transform: translateX(0);
    }
    .left-menu .content-logo {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10040;
        background-color: #f4f5f8;
        pointer-events: auto;
    }
    .content-logo .logo {
        margin-left: 50px;
    }
    .content-page{
        margin-left: 0;
        padding-top: 83px;
    }
    .burger-menu-icon {
        display: block;
        z-index: 8;
        right: 12px;
        top: 14px;
        width: 42px;
        height: 42px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.8);
    }

}


/* BROWSER AND NON-SEMANTIC STYLING
----------------------------------------------------------------------------------------*/

.cf:before, .cf:after { content: ""; display: block; }
.cf:after { clear: both; }
.ie6 .cf { zoom: 1 }

.github-corner:hover .octo-arm {
	animation: octocat-wave 560ms ease-in-out
}

@keyframes octocat-wave {
	0%,
	100% {
		transform: rotate(0)
	}
	20%,
	60% {
		transform: rotate(-25deg)
	}
	40%,
	80% {
		transform: rotate(10deg)
	}
}

@media (max-width:500px) {
	.github-corner:hover .octo-arm {
		animation: none
	}
	.github-corner .octo-arm {
		animation: octocat-wave 560ms ease-in-out
	}
}
@media only screen and (max-width:680px){ 
	.github-corner > svg {
		left: 14px !important;
		right: auto !important;
		top: 14px !important;
		bottom: auto !important;
		transform: none !important;
		stroke: black;
		z-index: 8 !important;
	}
}

.tabs {
    margin-bottom: 20px;
}

.tab-link {
    display: inline-block;
    padding: 15px 50px;
    cursor: pointer;
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}

.tab-link.active {
    border-bottom-color: #007bff;
    font-weight: bold;
}

.tab-content {
    display: none;
}

/* MODERN DOCS UI OVERRIDES
----------------------------------------------------------------------------------------*/
:root {
	--doc-accent: #52a8ff;
	--doc-accent-2: #00d2d3;
	--doc-bg-dark: #0f1720;
	--doc-surface-dark: #162331;
	--doc-text-dark: #d9f2ff;
	--doc-border-dark: #274258;
}

.left-menu {
	backdrop-filter: blur(8px);
	border-right: 1px solid #e2e8f0;
}

.left-menu .content-menu {
	margin-top: 1.2em;
}

.content-logo {
	padding-top: 1.2em;
	padding-bottom: 1em;
}

.doc-search-wrap {
	padding: 0 13.25%;
	margin-top: 8px;
}

#doc-search {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d7dfec;
	border-radius: 10px;
	font-size: 14px;
	outline: none;
}

#doc-search:focus {
	border-color: var(--doc-accent);
	box-shadow: 0 0 0 3px rgba(82, 168, 255, 0.2);
}

.quickstart {
	margin: 0 28px 24px;
	padding: 16px 18px;
	border-radius: 14px;
	border: 1px solid #dbe7ff;
	background: linear-gradient(135deg, #f3f9ff 0%, #eef7ff 100%);
}

.quickstart h2 {
	margin: 0 0 10px;
	padding: 0;
}

.quickstart ol {
	margin: 0;
	padding-left: 18px;
}

.quickstart li {
	margin-bottom: 8px;
	line-height: 1.5;
	color: #375169;
}

.content pre {
	position: relative;
	border-radius: 12px;
	border: 1px solid rgba(96, 165, 250, 0.24);
	background: #0a121a;
	padding-top: 34px;
}

.copy-code-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	border: 1px solid #34526e;
	background: #112131;
	color: #bde3ff;
	padding: 4px 10px;
	border-radius: 8px;
	font-size: 12px;
	cursor: pointer;
}

.copy-code-btn:hover {
	background: #173149;
}

body.dark-content .left-menu {
	background: var(--doc-bg-dark);
	border-right-color: #1f3041;
}

body.dark-content .content-logo span,
body.dark-content .content-menu ul li a {
	color: #c6deef;
}

body.dark-content .content-menu ul li:not(.main-item):hover,
body.dark-content .content-menu ul li.active {
	background-color: #1f3142;
}

body.dark-content #doc-search {
	background: #111e2b;
	border-color: #274258;
	color: var(--doc-text-dark);
}

body.dark-content .quickstart {
	border-color: var(--doc-border-dark);
	background: linear-gradient(135deg, #102030 0%, #13283b 100%);
}

body.dark-content .quickstart li {
	color: var(--doc-text-dark);
}

.req-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
}

.req-badge.required {
	background: #ffe7e7;
	color: #a63a3a;
}

.req-badge.optional {
	background: #e8f4ff;
	color: #1f5e95;
}

.code-tabs {
	margin: 6px 28px 0;
	display: flex;
	gap: 8px;
}

.code-tab-btn {
	border: 1px solid #36516b;
	background: #112131;
	color: #b7e0ff;
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 12px;
	cursor: pointer;
}

.code-tab-btn.active {
	background: #1c3a53;
	border-color: #5aa7ff;
}

.try-request-box {
	margin: 20px 28px 0;
	padding: 16px;
	border: 1px solid #d3e6ff;
	border-radius: 12px;
	background: #f7fbff;
}

.try-request-box select {
	width: 100%;
	max-width: 380px;
	padding: 8px 10px;
	border-radius: 8px;
	border: 1px solid #bfd8f7;
	margin-bottom: 10px;
}

.try-request-box label {
	color: #1f3c58;
	font-weight: 500;
}

body.dark-content .req-badge.required {
	background: #4c2a2a;
	color: #ffd1d1;
}

body.dark-content .req-badge.optional {
	background: #1e3950;
	color: #cde9ff;
}

body.dark-content .try-request-box {
	background: #102030;
	border-color: #2a445d;
}

body.dark-content .try-request-box select {
	background: #0e1d2b;
	color: #d8ecff;
	border-color: #31506b;
}

body.dark-content .try-request-box label {
	color: #d8ecff;
}

.funcaptcha-helper {
	margin: 18px 28px 8px;
}

.funcaptcha-helper-panel {
	margin-top: 12px;
	padding: 14px;
	border-radius: 12px;
	border: 1px solid #d6e7ff;
	background: #f7fbff;
}

.funcaptcha-version-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 10px 0;
}

.funcaptcha-version-buttons button,
.funcaptcha-site-toggle {
	border: 1px solid #bdd7f5;
	background: #eef6ff;
	color: #1c3f61;
	padding: 7px 10px;
	border-radius: 8px;
	font-size: 13px;
	cursor: pointer;
}

.funcaptcha-version-buttons button.active {
	border-color: #5aa7ff;
	background: #ddecff;
}

.funcaptcha-version-output {
	margin: 8px 0 0 !important;
}

.funcaptcha-site-list {
	display: grid;
	gap: 8px;
	margin-top: 10px;
}

.funcaptcha-site-toggle {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.funcaptcha-site-toggle.open .funcaptcha-site-toggle-icon {
	transform: rotate(45deg);
}

.funcaptcha-site-content {
	margin-top: 6px;
	padding: 10px 12px;
	border-radius: 10px;
	border: 1px solid #d6e6f8;
	background: #ffffff;
}

.funcaptcha-site-content ul {
	padding-left: 18px;
	margin: 0;
}

.funcaptcha-helper-note {
	margin: 10px 0 0 !important;
	font-size: 14px !important;
}

body.dark-content .funcaptcha-helper-panel {
	background: #102030;
	border-color: #2a445d;
}

body.dark-content .funcaptcha-version-buttons button,
body.dark-content .funcaptcha-site-toggle {
	background: #14293b;
	border-color: #2f5574;
	color: #d6ecff;
}

body.dark-content .funcaptcha-version-buttons button.active {
	background: #1b3a54;
	border-color: #5aa7ff;
}

body.dark-content .funcaptcha-site-content {
	background: #0e1d2b;
	border-color: #27445c;
}

/* DOCS REWORK (RU FIRST)
----------------------------------------------------------------------------------------*/
@media only screen and (min-width:681px) {
	.left-menu {
		width: 330px;
	}

	.content-page {
		margin-left: 330px;
	}
}

.content-menu {
	max-height: calc(100vh - 150px);
	overflow-y: auto;
	padding-bottom: 24px;
}

.content-menu ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
}

.sub-menu {
	padding-left: 0;
}

.sub-menu li a {
	padding-left: 18%;
	font-size: 14px;
}

.nested-menu-item > .nested-menu-toggle {
	position: relative;
	font-weight: 500;
}

.nested-menu-item > .nested-menu-toggle:after {
	content: "+";
	position: absolute;
	right: 14%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.7;
}

.nested-menu-item > .nested-menu-toggle.open:after {
	content: "-";
}

.nested-sub-menu {
	display: none;
	padding-left: 0;
	margin-left: 12px;
	border-left: 1px solid rgba(82, 168, 255, 0.28);
}

.nested-sub-menu li a {
	padding-left: 24%;
	font-size: 13px;
}

.content-section {
	padding-bottom: 32px;
}

.content h1 {
	font-size: 34px;
	line-height: 1.15;
	margin-top: 22px;
}

.content h2 {
	font-size: 24px;
	margin-top: 18px;
}

.content p {
	font-size: 16px;
	line-height: 1.7;
}

.content table {
	width: calc(100% - 56px);
	margin-left: 28px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(148, 163, 184, 0.3);
	border-radius: 12px;
	overflow: hidden;
}

.content table th,
.content table td {
	padding: 10px 12px;
}

.content table tr:last-child {
	border-bottom: 0;
}

.content pre {
	display: block;
	margin: 10px 28px 16px;
}

.content pre.code-tab-content {
	display: none;
}

.content pre.code-tab-content[data-tab="curl"] {
	display: block;
}

#try-request-output {
	margin: 12px 0 0;
}

.extensions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
	margin: 0 28px;
}

.extension-card {
	display: block;
	padding: 14px;
	border-radius: 12px;
	border: 1px solid #d0e3ff;
	background: #f5faff;
	color: #1e4064 !important;
	font-weight: 500;
	text-decoration: none !important;
}

.extension-card:hover {
	transform: translateY(-2px);
	border-color: #8bbcff;
}

body.dark-content .content table {
	background: rgba(15, 28, 40, 0.7);
	border-color: #2b445c;
}

body.dark-content .extension-card {
	background: #122537;
	border-color: #2a4861;
	color: #d4ebff !important;
}

body.dark-content .burger-menu-icon .line {
	stroke: #d9ebff;
}

@media only screen and (max-width:680px) {
	.overflow-hidden {
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
	}

	.content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.burger-menu-icon {
		position: fixed !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		z-index: 10001 !important;
		right: 12px !important;
		top: 12px !important;
		width: 42px;
		height: 42px;
		border-radius: 10px;
		padding: 0;
		background: rgba(255, 255, 255, 0.88);
	}

	.burger-menu-icon svg {
		display: none;
	}

	.burger-menu-icon::before {
		content: "\2630";
		font-size: 27px;
		line-height: 1;
		color: #17212b;
	}

	html.menu-opened .burger-menu-icon::before {
		content: "\2715";
		font-size: 22px;
	}

	body.dark-content .left-menu .content-logo {
		background-color: #0f1720;
	}

	body.dark-content .burger-menu-icon {
		background: rgba(17, 33, 49, 0.92);
	}

	body.dark-content .burger-menu-icon::before {
		color: #d9ebff;
	}

	body.dark-content .github-corner > svg {
		fill: #70B7FD !important;
		color: #d9ebff !important;
	}
}

@media only screen and (max-width:980px) {
	.left-menu {
		width: 300px;
	}

	.content-page {
		margin-left: 300px;
	}

	.content table {
		width: calc(100% - 28px);
		margin-left: 14px;
	}
}

@media only screen and (max-width:680px) {
	.left-menu {
		position: static;
		width: auto;
		background: transparent;
		border-right: 0;
		backdrop-filter: none;
	}

	.left-menu .content-menu {
		width: min(88vw, 360px);
		max-width: 88vw;
	}

	body.dark-content .left-menu .content-menu {
		background-color: #0f1720;
		border-left: 1px solid #1f3041;
	}

	body.dark-content .left-menu .content-menu ul li a {
		color: #c6deef;
	}

	.content-page {
		margin-left: 0;
	}

	.content h1 {
		font-size: 28px;
	}

	.content h2 {
		font-size: 22px;
	}

	.code-tabs {
		flex-wrap: wrap;
	}
}