@import "//hello.myfonts.net/count/2c4b9d";
* {
  box-sizing: border-box;
}

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,
img,
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,
header,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "ProximaNova-Light";
  src: url("webfonts/2C4B9D_B_0.eot");
  src: url("webfonts/2C4B9D_B_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C4B9D_B_0.woff2") format("woff2"), url("webfonts/2C4B9D_B_0.woff") format("woff"), url("webfonts/2C4B9D_B_0.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("webfonts/2C4B9D_C_0.eot");
  src: url("webfonts/2C4B9D_C_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C4B9D_C_0.woff2") format("woff2"), url("webfonts/2C4B9D_C_0.woff") format("woff"), url("webfonts/2C4B9D_C_0.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("webfonts/2C4B9D_D_0.eot");
  src: url("webfonts/2C4B9D_D_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C4B9D_D_0.woff2") format("woff2"), url("webfonts/2C4B9D_D_0.woff") format("woff"), url("webfonts/2C4B9D_D_0.ttf") format("truetype");
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("webfonts/2C4B9D_E_0.eot");
  src: url("webfonts/2C4B9D_E_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2C4B9D_E_0.woff2") format("woff2"), url("webfonts/2C4B9D_E_0.woff") format("woff"), url("webfonts/2C4B9D_E_0.ttf") format("truetype");
}
:root {
  --bg-primary: #fff;
  --bg-secondary: #f8f8f8;
  --bg-tertiary: #fafafa;
  --bg-code: #eee;
  --bg-code-block: #272822;
  --text-primary: #444;
  --text-secondary: #999;
  --text-link: #de4f4f;
  --text-code: #525252;
  --border-color: #eee;
  --border-color-secondary: #ddd;
  --shadow-color: rgba(0, 0, 0, 0.1);
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg-primary: #1a1a1a;
    --bg-secondary: #252525;
    --bg-tertiary: #2a2a2a;
    --bg-code: #333;
    --bg-code-block: #1e1e1e;
    --text-primary: #e0e0e0;
    --text-secondary: #888;
    --text-link: #ff6b6b;
    --text-code: #d4d4d4;
    --border-color: #333;
    --border-color-secondary: #444;
    --shadow-color: rgba(255, 255, 255, 0.1);
  }
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary);
  background-color: var(--bg-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ProximaNova-Semibold";
  font-weight: 200;
}

em {
  font-style: italic;
}

#wrap {
  padding-top: 100px;
  padding-left: 300px;
  height: 100%;
}

#header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  font-family: "ProximaNova-Semibold";
}

#top-nav {
  height: 30px;
  line-height: 30px;
  background-color: #27272b;
}

#top-nav a {
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  #top-nav {
    background-color: #0a0a0a;
  }
}
#top-nav-links {
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 30px;
}

#top-nav-links li {
  float: left;
  margin-left: 20px;
}

#top-nav-links a {
  display: inline-block;
  height: 30px;
  padding: 0 5px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#site-nav {
  position: relative;
  height: 70px;
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--border-color);
  padding: 14px 30px;
}

#site-nav a {
  vertical-align: bottom;
}

#site-nav span {
  vertical-align: bottom;
}

#site-nav select {
  vertical-align: bottom;
}

#site-nav .sub-title {
  margin: 0 8px;
  position: relative;
  top: 1px;
}

#site-nav .logo img {
  height: 50px;
  margin-bottom: -20px;
}

#site-nav .search-box {
  position: absolute;
  right: 30px;
  top: 20px;
}

#sidebar {
  background-color: var(--bg-primary);
  position: fixed;
  z-index: 2;
  top: 30px;
  left: 0;
  bottom: 0;
  width: 300px;
  padding: 20px 30px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  font-family: "ProximaNova-Semibold";
  border-right: 1px solid var(--border-color);
  font-size: 16px;
  line-height: 1.1em;
}

#sidebar::-webkit-scrollbar {
  width: 0 !important;
}

#sidebar li {
  margin-bottom: 0.6em;
}

#sidebar a {
  color: var(--text-primary);
  text-decoration: none;
}

#sidebar a:hover {
  color: var(--text-link);
}

#sidebar a.current {
  color: var(--text-link);
}

#sidebar a.H2 {
  font-weight: bold;
}

#sidebar .categories > li > p {
  margin-top: 1.5em;
  border-top: 1px solid var(--border-color);
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 1em;
  color: var(--text-secondary);
  font-size: 0.8em;
}

#sidebar .sub-menu {
  font-family: "ProximaNova-Regular";
  padding-left: 20px;
  margin: 0.6em 0;
  font-size: 14px;
}

#sidebar .sub-menu .active {
  position: relative;
  color: var(--text-link);
}

#sidebar .sub-menu .active:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid var(--text-link);
}

#sidebar #search {
  display: flex;
  position: relative;
  align-items: center;
  border: 1px solid var(--border-color-secondary);
  border-radius: 5px;
  padding: 0.01em 16px;
  margin-bottom: 20px;
}

#sidebar #search img {
  position: absolute;
  left: 10px;
  height: 16px;
  width: 16px;
}

#sidebar #search input {
  height: 24px;
  line-height: 1.5;
  width: 100%;
  padding-left: 15px;
  background-color: transparent;
  color: var(--text-primary);
  border: none;
  font-size: 14px;
  font-family: "ProximaNova-Semibold";
}

#sidebar #search input:focus {
  outline: none;
}

@media (prefers-color-scheme: dark) {
  #sidebar #search img {
    filter: brightness(0) invert(1);
  }
}
#sidebar-mobile {
  display: none;
  margin-bottom: 20px;
}

#sidebar-mobile .search-box {
  width: 200px;
  margin-bottom: 20px;
}

#content {
  padding: 20px 30px;
  max-width: 760px;
  margin: 0px auto;
  -webkit-text-size-adjust: 100%;
}

#content em {
  font-style: italic;
}

#content strong {
  font-family: "ProximaNova-Bold";
}

#content h1 {
  margin: 15px 0;
  line-height: 1.4em;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 30px;
}

#content h2 {
  margin: 15px 0;
  line-height: 1.4em;
  font-size: 1.5em;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  position: relative;
}

#content h2 .anchor {
  opacity: 0;
  position: absolute;
  font-size: 16px;
  top: 2px;
  left: -21px;
}

#content h2:hover .anchor {
  opacity: 1;
}

#content h3 {
  margin: 15px 0;
  line-height: 1.4em;
  font-size: 1.2em;
  margin-top: 30px;
  position: relative;
}

#content h3 .anchor {
  opacity: 0;
  position: absolute;
  font-size: 16px;
  top: 2px;
  left: -21px;
}

#content h3:hover .anchor {
  opacity: 1;
}

#content h4 {
  margin: 15px 0;
  line-height: 1.4em;
}

#content h5 {
  margin: 15px 0;
  line-height: 1.4em;
}

#content h6 {
  margin: 15px 0;
  line-height: 1.4em;
}

#content p {
  margin: 15px 0;
  line-height: 1.4em;
}

#content ul {
  margin: 15px 0;
  line-height: 1.4em;
  padding-left: 1.5em;
  list-style-type: disc;
}

#content ul li {
  margin-bottom: 5px;
}

#content ol {
  margin: 15px 0;
  line-height: 1.4em;
  padding-left: 1.5em;
  list-style-type: decimal;
}

#content ol li {
  margin-bottom: 5px;
}

#content figure {
  margin: 15px 0;
  line-height: 1.4em;
}

#content a {
  color: var(--text-link);
}

#content img {
  max-width: 100%;
}

#content code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.8em;
  line-height: 1.6em;
  padding: 1px 4px;
  background-color: var(--bg-code);
  color: var(--text-code);
  margin: 0 2px;
}

#content blockquote {
  padding-left: 1.3em;
  border-left: var(--border-color) solid 0.2em;
  font-style: italic;
}

#content blockquote.warning {
  border-color: #f00;
  color: #f00;
}

#content dl {
  margin-left: 1.5em;
}

#content dl dt .name {
  font-family: monospace;
}

#content dl dt .type {
  margin-left: 0.5em;
}

#content dl dd {
  margin-left: 1.5em;
}

#content .edit-discuss-links {
  margin-top: -25px;
  margin-bottom: 40px;
}

#content table {
  margin-top: 10px;
}

#content table th {
  text-align: left;
  padding: 0 25px 0 25px;
}

#content table thead th:first-child {
  padding: 0;
}

#content table td p {
  padding: 0 25px 0 25px;
}

#content pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  line-height: 1.6em;
  margin: 20px 0;
  overflow-x: auto;
  position: relative;
  padding: 20px 30px;
}

#content pre table {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

#content pre tr {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

#content pre td {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

#content pre code {
  background-color: var(--bg-code-block);
  padding: 0;
  margin: 0;
}

#content pre .gutter {
  user-select: none;
  width: 1.5em;
  padding-right: 30px;
}

#content .highlight.html .code:after {
  font-family: "ProximaNova-Semibold";
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.75em;
  padding: 5px 10px 0;
  letter-spacing: 1.5px;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}

#content .highlight.js .code:after {
  font-family: "ProximaNova-Semibold";
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.75em;
  padding: 5px 10px 0;
  letter-spacing: 1.5px;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}

#content .highlight.bash .code:after {
  font-family: "ProximaNova-Semibold";
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.75em;
  padding: 5px 10px 0;
  letter-spacing: 1.5px;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}

#content .highlight.css .code:after {
  font-family: "ProximaNova-Semibold";
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.75em;
  padding: 5px 10px 0;
  letter-spacing: 1.5px;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}

#content .highlight.jsx .code:after {
  font-family: "ProximaNova-Semibold";
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.75em;
  padding: 5px 10px 0;
  letter-spacing: 1.5px;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}

#content .highlight.html.html .code:after {
  content: "HTML";
}

#content .highlight.js.html .code:after {
  content: "HTML";
}

#content .highlight.bash.html .code:after {
  content: "HTML";
}

#content .highlight.css.html .code:after {
  content: "HTML";
}

#content .highlight.jsx.html .code:after {
  content: "HTML";
}

#content .highlight.html.js .code:after {
  content: "JS";
}

#content .highlight.js.js .code:after {
  content: "JS";
}

#content .highlight.bash.js .code:after {
  content: "JS";
}

#content .highlight.css.js .code:after {
  content: "JS";
}

#content .highlight.jsx.js .code:after {
  content: "JS";
}

#content .highlight.html.bash .code:after {
  content: "Shell";
}

#content .highlight.js.bash .code:after {
  content: "Shell";
}

#content .highlight.bash.bash .code:after {
  content: "Shell";
}

#content .highlight.css.bash .code:after {
  content: "Shell";
}

#content .highlight.jsx.bash .code:after {
  content: "Shell";
}

#content .highlight.html.css .code:after {
  content: "CSS";
}

#content .highlight.js.css .code:after {
  content: "CSS";
}

#content .highlight.bash.css .code:after {
  content: "CSS";
}

#content .highlight.css.css .code:after {
  content: "CSS";
}

#content .highlight.jsx.css .code:after {
  content: "CSS";
}

#content .highlight.html.jsx .code:after {
  content: "JSX";
}

#content .highlight.js.jsx .code:after {
  content: "JSX";
}

#content .highlight.bash.jsx .code:after {
  content: "JSX";
}

#content .highlight.css.jsx .code:after {
  content: "JSX";
}

#content .highlight.jsx.jsx .code:after {
  content: "JSX";
}

#content > table {
  width: 100%;
  margin: 20px 0;
}

#content > table tr {
  border-top: 1px solid var(--border-color);
}

#content > table tr:nth-child(2n) {
  background-color: var(--bg-secondary);
}

#content > table th {
  font-family: "ProximaNova-Semibold";
  padding: 12px 13px;
  border: 1px solid var(--border-color);
  vertical-align: middle;
  text-align: left;
}

#content > table td {
  border: 1px solid var(--border-color);
  vertical-align: middle;
  padding: 6px 13px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.8em;
  line-height: 1.6em;
}

#content .bottom-nav {
  height: 44px;
  margin: 30px 0 25px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 25px;
}

#content .bottom-nav a {
  font-family: "ProximaNova-Semibold";
  margin: 0 5px;
}

#content .edit-link {
  text-align: center;
}

#content .edit-link a {
  color: #aaa;
  font-family: "ProximaNova-Semibold";
}

#content .edit-link a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px;
  opacity: 0.3;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

#content .field-name {
  font-weight: bold;
}

#content .field-entry {
  margin-bottom: 4rem;
}

#content .description-wrapper > p {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

#mobile-header {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: var(--bg-primary);
  display: none;
  box-shadow: 0 0 4px var(--shadow-color);
}

#mobile-header .menu-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 12px;
  background: url("../assets/images/menu.png") center center no-repeat;
  background-size: 24px;
  opacity: 0.5;
}

#mobile-header .logo {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -15px;
  background-size: 30px;
}

#mobile-header .logo img {
  width: 30px;
  height: 30px;
}

@media (prefers-color-scheme: dark) {
  #mobile-header .menu-button {
    filter: brightness(0) invert(1);
  }
}
#mobile-shade {
  z-index: 1;
  display: none;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 560px) {
  body {
    font-size: 14px;
  }
  body.sidebar-open #sidebar {
    transform: translate3d(0, 0, 0);
  }
  body.sidebar-open #mobile-shade {
    opacity: 1;
    pointer-events: auto;
  }
  #header {
    height: 40px;
  }
  #top-nav {
    display: none;
  }
  #site-nav {
    display: none;
  }
  #mobile-header {
    display: block;
  }
  #mobile-shade {
    display: block;
  }
  #sidebar-mobile {
    display: block;
  }
  #wrap {
    padding-top: 40px;
    padding-left: 0;
  }
  #sidebar {
    top: 0;
    left: 0;
    padding-top: 60px;
    border-right: none;
    box-shadow: 0 0 4px var(--shadow-color);
    transition: transform 0.3s ease;
    transform: translate3d(-120%, 0, 0);
    display: block;
  }
}
.api {
  background: var(--bg-tertiary);
}

.api h3 {
  padding: 5px 10px;
}

.api h3.api-title {
  margin: 0;
  overflow: auto;
}

.api h4 {
  font-weight: normal;
  font-style: italic;
  margin-bottom: 0.25em;
  text-decoration: underline;
  margin-left: 20px;
}

.api dl {
  margin-top: 0.25em;
}

.api dl.args {
  margin-left: 40px;
}

.api dl.constants {
  margin-left: 20px;
}

.api dt {
  margin-top: 1em;
}

.api dt .name {
  font-weight: bold;
}

.api dt .type {
  margin-left: 15px;
  font-size: 0.9em;
  font-weight: 200;
  color: var(--text-primary);
}

.api dd {
  margin-bottom: 1em;
  margin-left: 0;
}

.api .desc {
  margin: 1em;
}

.api pre {
  margin-right: 10px;
}

h3.api-title {
  padding: 5px 10px;
  margin-top: 2em;
}

.api-title .locus {
  float: right;
  font-weight: normal;
  padding-right: 5px;
  font-style: italic;
}

.api-title .subtext {
  font-size: 11px;
  text-align: left;
  clear: both;
  display: block;
  font-weight: normal;
}

.api-title .subtext > code {
  font-size: 11px;
  margin-right: 12px;
}

.api-title .src-code {
  color: #20338a !important;
  border-bottom: none !important;
}

.gutter pre {
  color: #999;
}

pre {
  color: #525252;
}

pre .function .keyword {
  color: #0092db;
}

pre .constant {
  color: #0092db;
}

pre .keyword {
  color: #e96900;
}

pre .attribute {
  color: #e96900;
}

pre .number {
  color: #ae81ff;
}

pre .literal {
  color: #ae81ff;
}

pre .tag {
  color: #2973b7;
}

pre .tag .title {
  color: #2973b7;
}

pre .tag .value {
  color: #90a959;
}

pre .change {
  color: #2973b7;
}

pre .winutils {
  color: #2973b7;
}

pre .flow {
  color: #2973b7;
}

pre .lisp .title {
  color: #2973b7;
}

pre .clojure .built_in {
  color: #2973b7;
}

pre .nginx .title {
  color: #2973b7;
}

pre .tex .special {
  color: #2973b7;
}

pre .tex .command {
  color: #90a959;
}

pre .tex .formula {
  color: #b3b3b3;
  opacity: 0.5;
}

pre .class .title {
  color: #4077bf;
}

pre .symbol {
  color: #90a959;
}

pre .symbol .string {
  color: #90a959;
}

pre .value {
  color: #90a959;
}

pre .regexp {
  color: #90a959;
}

pre .title {
  color: #a6e22e;
}

pre .string {
  color: #90a959;
}

pre .subst {
  color: #90a959;
}

pre .haskell .type {
  color: #90a959;
}

pre .preprocessor {
  color: #90a959;
}

pre .ruby .class .parent {
  color: #90a959;
}

pre .built_in {
  color: #90a959;
}

pre .sql .aggregate {
  color: #90a959;
}

pre .django .template_tag {
  color: #90a959;
}

pre .django .variable {
  color: #90a959;
}

pre .django .filter .argument {
  color: #90a959;
}

pre .smalltalk .class {
  color: #90a959;
}

pre .smalltalk .localvars {
  color: #90a959;
}

pre .smalltalk .array {
  color: #90a959;
}

pre .javadoc {
  color: #90a959;
}

pre .attr_selector {
  color: #90a959;
}

pre .pseudo {
  color: #90a959;
}

pre .addition {
  color: #90a959;
}

pre .stream {
  color: #90a959;
}

pre .envvar {
  color: #90a959;
}

pre .apache .tag {
  color: #90a959;
}

pre .apache .cbracket {
  color: #90a959;
}

pre .apache .sqbracket {
  color: #b3b3b3;
}

pre .prompt {
  color: #90a959;
}

pre .comment {
  color: #b3b3b3;
}

pre .java .annotation {
  color: #b3b3b3;
}

pre .python .decorator {
  color: #b3b3b3;
}

pre .template_comment {
  color: #b3b3b3;
}

pre .pi {
  color: #b3b3b3;
}

pre .doctype {
  color: #b3b3b3;
}

pre .deletion {
  color: #b3b3b3;
}

pre .shebang {
  color: #b3b3b3;
}

pre .coffeescript .javascript {
  opacity: 0.5;
}

pre .javascript .xml {
  opacity: 0.5;
}

pre .xml .javascript {
  opacity: 0.5;
}

pre .xml .vbscript {
  opacity: 0.5;
}

pre .xml .css {
  opacity: 0.5;
}

pre .xml .cdata {
  opacity: 0.5;
}

.highlight .hll {
  background-color: #49483e;
}

pre {
  background: var(--bg-code-block);
  color: #f8f8f2;
}

.highlight .c {
  color: #75715e;
} /* Comment */
.highlight .err {
  color: #960050;
  background-color: #1e0010;
} /* Error */
.highlight .k {
  color: #66d9ef;
} /* Keyword */
.highlight .l {
  color: #ae81ff;
} /* Literal */
.highlight .n {
  color: #f8f8f2;
} /* Name */
.highlight .o {
  color: #f92672;
} /* Operator */
.highlight .p {
  color: #f8f8f2;
} /* Punctuation */
.highlight .cm {
  color: #75715e;
} /* Comment.Multiline */
.highlight .cp {
  color: #75715e;
} /* Comment.Preproc */
.highlight .c1 {
  color: #75715e;
} /* Comment.Single */
.highlight .cs {
  color: #75715e;
} /* Comment.Special */
.highlight .ge {
  font-style: italic;
} /* Generic.Emph */
.highlight .gs {
  font-weight: bold;
} /* Generic.Strong */
.highlight .kc {
  color: #66d9ef;
} /* Keyword.Constant */
.highlight .kd {
  color: #66d9ef;
} /* Keyword.Declaration */
.highlight .kn {
  color: #f92672;
} /* Keyword.Namespace */
.highlight .kp {
  color: #66d9ef;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #66d9ef;
} /* Keyword.Reserved */
.highlight .kt {
  color: #66d9ef;
} /* Keyword.Type */
.highlight .ld {
  color: #e6db74;
} /* Literal.Date */
.highlight .m {
  color: #ae81ff;
} /* Literal.Number */
.highlight .s {
  color: #e6db74;
} /* Literal.String */
.highlight .na {
  color: #a6e22e;
} /* Name.Attribute */
.highlight .nb {
  color: #f8f8f2;
} /* Name.Builtin */
.highlight .nc {
  color: #a6e22e;
} /* Name.Class */
.highlight .no {
  color: #66d9ef;
} /* Name.Constant */
.highlight .nd {
  color: #a6e22e;
} /* Name.Decorator */
.highlight .ni {
  color: #f8f8f2;
} /* Name.Entity */
.highlight .ne {
  color: #a6e22e;
} /* Name.Exception */
.highlight .nf {
  color: #a6e22e;
} /* Name.Function */
.highlight .nl {
  color: #f8f8f2;
} /* Name.Label */
.highlight .nn {
  color: #f8f8f2;
} /* Name.Namespace */
.highlight .nx {
  color: #a6e22e;
} /* Name.Other */
.highlight .py {
  color: #f8f8f2;
} /* Name.Property */
.highlight .nt {
  color: #f92672;
} /* Name.Tag */
.highlight .nv {
  color: #f8f8f2;
} /* Name.Variable */
.highlight .ow {
  color: #f92672;
} /* Operator.Word */
.highlight .w {
  color: #f8f8f2;
} /* Text.Whitespace */
.highlight .mf {
  color: #ae81ff;
} /* Literal.Number.Float */
.highlight .mh {
  color: #ae81ff;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #ae81ff;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #ae81ff;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #e6db74;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #e6db74;
} /* Literal.String.Char */
.highlight .sd {
  color: #e6db74;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #e6db74;
} /* Literal.String.Double */
.highlight .se {
  color: #ae81ff;
} /* Literal.String.Escape */
.highlight .sh {
  color: #e6db74;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #e6db74;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #e6db74;
} /* Literal.String.Other */
.highlight .sr {
  color: #e6db74;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #e6db74;
} /* Literal.String.Single */
.highlight .ss {
  color: #e6db74;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #f8f8f2;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #f8f8f2;
} /* Name.Variable.Class */
.highlight .vg {
  color: #f8f8f2;
} /* Name.Variable.Global */
.highlight .vi {
  color: #f8f8f2;
} /* Name.Variable.Instance */
.highlight .il {
  color: #ae81ff;
} /* Literal.Number.Integer.Long */
.deprecation-notice {
  padding-left: 5px;
  border-left: 2px solid #e8400d;
  background: #fdf2ec;
}

.deprecation-notice span {
  font-weight: bold;
}

@media (prefers-color-scheme: dark) {
  .deprecation-notice {
    background: #3d1a0f;
    color: #ffb499;
  }
}
.resize-handle {
  position: fixed;
  left: 300px;
  top: 30px;
  bottom: 0;
  width: 10px;
  cursor: ew-resize;
  z-index: 3;
  background-color: transparent;
}
.resize-handle:hover {
  background-color: var(--shadow-color);
}