html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  background: #f8f8f8;
  padding-top: 60px;
}
@media (max-width: 640px) {
  body {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  body {
    padding-top: 40px;
  }
}

* {
  font-family: "Varela Round", sans-serif;
  color: #333333;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1080px) {
  .container {
    width: 460px;
    max-width: 100%;
  }
}

h1 {
  margin: 0;
  margin-top: 25px;
  font-weight: normal;
  font-size: 55px;
  color: #222222;
}

p {
  margin: 0;
  margin-top: 45px;
  color: #333333;
  font-size: 18px;
}

nav {
  background: #30333c;
  height: 60px;
  user-select: none;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  overflow-x: auto;
}

nav .links {
  margin: 0 20px;
  display: flex;
}
nav .links .spacer {
  flex: 1;
}

nav .links a {
  display: inline-block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
  color: #e8e8e8;
  padding: 0 20px;
}
nav .links a:hover {
  color: #c0a0fa;
}
nav .links a:active {
  transform: translateY(1px);
}

nav .logo {
  position: relative;
  float: left;
  margin-right: 30px;
}

nav .logo svg {
  width: 32px;
  height: 30px;
  position: absolute;
  top: 14px;
  left: 20px;
}
nav .logo svg g {
  fill: rgba(255, 255, 255, 0.15);
}

nav .logo a {
  margin-left: 70px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin-top: 1px;
  font-size: 20px;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.75);
}
nav .logo a:hover span {
  color: #c0a0fa;
}
nav .logo a span {
  color: #f8f8f8;
  z-index: 1;
  display: inline-block;
}
nav .logo a span:active {
  transform: translateY(1px);
}

@media (max-width: 720px) {
  nav .logo {
    margin-right: 20px;
  }

  nav .links {
    margin: 0 10px;
  }

  nav .links a {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  nav {
    height: 50px;
  }

  nav .logo {
    margin-right: 0;
  }

  nav .logo svg {
    top: 10px;
    width: 28px;
  }

  nav .logo a {
    margin-left: 60px;
    height: 50px;
    line-height: 50px;
  }
  nav .logo a span {
    display: none;
  }

  nav .links a {
    padding: 0 8px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  nav {
    height: 40px;
  }

  nav .logo a {
    margin-left: 50px;
  }

  nav .logo svg {
    width: 24px;
    top: 4px;
    left: 16px;
  }

  nav .links a {
    padding: 0 4px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Code Pro"), local("SourceCodePro-Regular"), url("/static/fonts/SourceCodePro.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Varela Round";
  font-style: normal;
  font-weight: 400;
  src: local("Varela Round Regular"), local("VarelaRound-Regular"), url("/static/fonts/VarelaRound.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Tomorrow Night Blue Theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Tomorrow Comment */
.hljs-comment,
.hljs-quote {
  color: #7285b7;
}

/* Tomorrow Red */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-literal,
.hljs-deletion {
  color: #ff9da4;
}

/* Tomorrow Orange */
.hljs-number,
.hljs-type,
.hljs-meta,
.hljs-link {
  color: #ffc58f;
}

/* Tomorrow Yellow */
.hljs-built_in,
.hljs-builtin-name,
.hljs-params,
.hljs-attribute {
  color: #ffeead;
}

/* Tomorrow Green */
.hljs-title,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #d1f1a9;
}

/* Tomorrow Blue */
.hljs-string,
.hljs-section {
  color: #bbdaff;
}

/* Tomorrow Purple */
.hljs-keyword,
.hljs-selector-tag {
  color: #ebbbff;
}

.hljs {
  display: block;
  overflow-x: auto;
  background: #002451;
  color: white;
  padding: 0.5em;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.sidebar {
  position: fixed;
  top: 60px;
  bottom: 0;
  z-index: 10;
  background: #ffffff;
  border-right: 2px #efefef solid;
  width: 310px;
  overflow-y: scroll;
  will-change: scroll-position;
}
.sidebar section {
  margin-bottom: 18px;
}
.sidebar section.hidden {
  display: none;
}
.sidebar section h2 {
  font-size: 16px;
  color: #222222;
  margin: 0;
  font-weight: normal;
  margin-top: 18px;
  margin-bottom: 8px;
  padding-left: 24px;
}
.sidebar section ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar section ul ul li a {
  padding-left: 30px;
  user-select: none;
}
.sidebar section ul li.group {
  position: relative;
}
.sidebar section ul li.group.open:before {
  transform: rotate(315deg);
}
.sidebar section ul li.group.open:hover {
  border-right: 8px #f6f4fb solid;
}
.sidebar section ul li.group > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sidebar section ul li.group:before {
  position: absolute;
  pointer-events: none;
  top: 8px;
  left: 11px;
  width: 4px;
  height: 4px;
  content: " ";
  transform: rotate(225deg);
  transform-origin: 2px 4px;
  border-left: 2px #c0a0fa solid;
  border-bottom: 2px #c0a0fa solid;
  transition: transform 180ms;
  will-change: transform;
}
.sidebar section ul li.group:not(.open) ul {
  display: none;
}
.sidebar section li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #6832ab;
  font-size: 12px;
  cursor: pointer;
  border-left: 5px solid;
  border-left-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  transition: border-left-width 100ms;
}
.sidebar section li a.hidden {
  display: none;
}
.sidebar section li a:hover, .sidebar section li a:focus {
  background: #f6f4fb;
}
.sidebar section li a.selected {
  background: #ebe5fc;
  color: #222222;
  border-left-color: #6832ab;
}
.sidebar section li a:focus {
  border-left-width: 7px;
  outline: none;
}
.sidebar section li a:active {
  border-left-width: 8px;
}
.sidebar section li a:last-child {
  margin-bottom: 0;
}
.sidebar section li a.disabled, .sidebar section li a.disabled:hover {
  color: #777777;
  cursor: default;
}
.sidebar input {
  display: none;
  margin-top: 20px;
  margin-left: 20px;
  padding: 4px;
  width: 80%;
  font-size: 14px;
  border: none;
}
.sidebar input, .sidebar input:focus {
  outline: none;
  border-bottom: 2px #dbd2f0 solid;
}
.sidebar .alias-message {
  display: none;
  width: 100%;
  margin: 18px 0;
  padding: 8px 24px;
  font-size: 13px;
  color: #444444;
  font-style: italic;
  background: #d5e9f9;
  line-height: 18px;
}
.sidebar .alias-message a {
  color: #6832ab;
  text-decoration: none;
}
.sidebar .versions {
  position: absolute;
  top: 12px;
  right: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 80px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
  font-size: 12px;
  border-bottom: none;
  background-color: #d8c7ff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  user-select: none;
  -webkit-user-select: none;
}
.sidebar .versions .version {
  display: none;
  border-radius: 4px;
  margin: 0;
  user-select: none;
}
.sidebar .versions .version a {
  display: inline-block;
  padding: 6px 4px;
  color: #222222;
  text-decoration: none;
  width: 100%;
}
.sidebar .versions .version.active {
  display: block;
  padding: 6px 4px;
  color: #000000;
}
.sidebar .versions .version:hover {
  background-color: #9668ff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
.sidebar .versions .version:hover, .sidebar .versions .version:hover a {
  color: #e8e8e8;
}
.sidebar .versions .version:not(.active):active {
  background-color: #704cc3;
}
.sidebar .versions:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.sidebar .versions:hover .version {
  display: block;
}

.sidebar-toggle {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 0;
  width: 60px;
  height: 40px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #30333c;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.25);
  z-index: 20;
}
.sidebar-toggle .arrow {
  width: 16px;
  height: 16px;
  border-left: 4px #e8e8e8 solid;
  border-top: 4px #e8e8e8 solid;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 25px;
  transform: rotate(-45deg);
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 2px;
  transition: transform 192ms;
  transform-origin: 37.5% 37.5%;
  will-change: transform;
}

main.docs {
  overflow-y: auto;
  margin-left: 310px;
  min-height: 100%;
}
main.docs .embed {
  display: none;
  position: relative;
  width: 740px;
  max-width: 100%;
  padding: 40px 50px 0;
}
main.docs .embed iframe {
  border: none;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
main.docs .embed iframe.focus {
  box-shadow: 0 0 1px 3px rgba(104, 50, 171, 0.35);
}
main.docs .content {
  width: 740px;
  max-width: 100%;
  padding: 40px 50px;
  will-change: transform, opacity;
  overflow-x: hidden;
}
main.docs .content.intro {
  animation: intro 200ms;
}
main.docs .content > *:last-child {
  margin-bottom: 0;
}
@keyframes intro {
  from {
    opacity: 0;
    transform: translate3d(-8px, 0px, 0px);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
main.docs a {
  color: #6832ab;
  text-decoration: none;
}
main.docs a:hover {
  color: #000000;
}
main.docs h1, main.docs h2, main.docs h3, main.docs h4, main.docs h5, main.docs ul, main.docs li, main.docs p, main.docs pre {
  margin: 0;
  padding: 0;
}
main.docs h1 {
  margin-bottom: 20px;
  font-weight: normal;
  color: #333333;
  font-size: 28px;
}
main.docs h2 {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  margin-top: 40px;
  padding-bottom: 6px;
  border-bottom: 2px #e6dafa solid;
}
main.docs h3 {
  color: #444444;
  font-size: 18px;
  font-weight: normal;
  margin: 25px 0 10px;
}
main.docs h4 {
  font-weight: normal;
}
main.docs p {
  font-size: 15px;
  line-height: 1.7;
  margin: 25px 0;
}
main.docs p.muted {
  margin: 15px;
  color: #aaaaaa;
  font-style: italic;
}
main.docs img {
  margin: 10px auto;
  border-radius: 1px;
  max-width: 70%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
main.docs img.flat {
  box-shadow: none;
}
main.docs img.wide {
  max-width: 100%;
}
main.docs code {
  color: #444444;
  font-size: 14px;
  display: inline-block;
  padding: 2px;
  background: linear-gradient(to top, rgba(235, 229, 252, 0.7), rgba(255, 255, 255, 0));
  line-height: 1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
main.docs code, main.docs code * {
  font-family: "Source Code Pro", monospace;
}
main.docs code a[data-key], main.docs a code {
  color: #6832ab;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
main.docs code a[data-key]:hover, main.docs a code:hover {
  border-bottom: 2px #c0a0fa solid;
}
main.docs pre {
  margin: 15px 0;
  padding: 2px;
  overflow-x: auto;
}
main.docs pre code {
  display: block;
  overflow-x: auto;
  background: #433a4c;
  color: #f8f8f8;
  border-radius: 5px;
  padding: 16px;
  line-height: 20px;
  border: 2px #777777 solid;
  font-size: 14px;
  letter-spacing: -0.5px;
  width: 100%;
}
main.docs pre code * {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
main.docs pre code a, main.docs pre code a[data-key] {
  color: #ffffff;
}
main.docs pre code:hover a, main.docs pre code:hover a[data-key] {
  border-bottom: 1px #777777 dashed;
}
main.docs pre code:hover a:hover, main.docs pre code:hover a[data-key]:hover {
  color: #ffffff;
  border-bottom: 1px #c0a0fa dashed;
}
main.docs pre code .hljs-comment {
  color: #aaaaaa;
}
main.docs pre code .hljs-meta {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
main.docs pre code .bash {
  color: #f8f8f8;
}
main.docs pre code.prototype .boolean {
  color: #f2506d;
}
main.docs pre code.prototype .number {
  color: #ff9505;
}
main.docs pre code.prototype .string {
  color: #44c3df;
}
main.docs pre code.prototype .table {
  color: #61c804;
}
main.docs pre code.prototype .function {
  color: #c9c43d;
}
main.docs hr {
  border: none;
  border-top: 2px #e6dafa solid;
  margin: 20px 0;
}
main.docs ul, main.docs ol {
  margin: 25px;
  list-style-type: circle;
}
main.docs ul li, main.docs ol li {
  font-size: 15px;
  margin-bottom: 6px;
  padding-left: 10px;
  line-height: 1.7;
}
main.docs ul li:last-child, main.docs ol li:last-child {
  margin-bottom: 0;
}
main.docs table {
  margin: 15px 0;
  background: #ffffff;
  border-collapse: collapse;
}
main.docs table.signature {
  margin-left: 15px;
}
main.docs table.signature tr td {
  padding: 8px;
}
main.docs table.signature tr td.pre.boolean {
  color: #f2506d;
}
main.docs table.signature tr td.pre.number {
  color: #ff9505;
}
main.docs table.signature tr td.pre.string {
  color: #44c3df;
}
main.docs table.signature tr td.pre.table {
  color: #61c804;
}
main.docs table.signature tr td.pre.function {
  color: #c9c43d;
}
main.docs table.signature tr.indent-1 td:first-child {
  padding-left: 18px;
}
main.docs table.signature tr.indent-2 td:first-child {
  padding-left: 28px;
}
main.docs table.signature tr.indent-3 td:first-child {
  padding-left: 38px;
}
main.docs table td {
  font-size: 14px;
  padding: 5px;
}
main.docs table td.pre, main.docs table td.pre a {
  font-family: "Source Code Pro";
}
main.docs table td.pre a {
  color: #6832ab;
  padding-top: 6px;
  padding-bottom: 6px;
}
main.docs table td.pre a:hover {
  color: #000000;
}
main.docs table, main.docs tr, main.docs td {
  border: 1px #e8e8e8 solid;
}
main.docs thead {
  background: #efefef;
}
main.docs thead td {
  color: #777777;
}
main.docs blockquote {
  background: #d5e9f9;
  padding: 16px;
  border-radius: 8px;
  border: 2px #bfddf6 solid;
}
main.docs blockquote p {
  margin: 0;
  font-size: 14px;
}
main.docs a.source-button {
  position: absolute;
  right: 50px;
  top: 40px;
  background-color: #d8c7ff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  border-radius: 4px;
  color: #6832ab;
  padding: 8px 16px;
}
main.docs a.source-button:hover {
  background-color: #9668ff;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  color: #e8e8e8;
}
main.docs aside {
  font-style: italic;
  color: #444444;
}

@media (max-width: 960px) {
  .sidebar {
    width: 250px;
  }
  .sidebar h2 {
    padding-left: 14px;
  }
  .sidebar li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  main.docs {
    margin-left: 250px;
  }
  main.docs .content {
    padding: 30px 40px;
  }
  main.docs .content h1 {
    font-size: 26px;
  }
}
@media (max-width: 800px) {
  .sidebar {
    width: 220px;
  }

  main.docs {
    margin-left: 220px;
  }
  main.docs .content, main.docs .embed {
    padding: 30px 30px;
  }
  main.docs .content.embed, main.docs .embed.embed {
    padding-bottom: 0;
  }
  main.docs table td {
    padding: 4px;
  }
}
@media (max-width: 720px) {
  .sidebar {
    position: fixed;
    transform: translateX(310px);
    right: 0;
    width: 310px;
    max-width: 100%;
    border-left: 2px #efefef solid;
    border-right: none;
    transition: transform 192ms;
    will-change: transform;
  }
  .sidebar.open {
    transform: translateX(0);
  }
  .sidebar.open + .sidebar-toggle .arrow {
    transform: rotate(135deg);
  }

  .sidebar-toggle {
    display: block;
  }

  main.docs {
    margin-left: 0;
  }
  main.docs .content, main.docs .embed {
    padding: 30px 20px;
  }
  main.docs .content.embed, main.docs .embed.embed {
    padding-bottom: 0;
  }
  main.docs pre, main.docs blockquote {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    border: none;
    border-radius: 0;
  }
  main.docs pre {
    padding: 0;
  }
  main.docs pre code {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
  }
}
@media (max-width: 640px) {
  .sidebar {
    top: 50px;
  }
}
@media (max-width: 480px) {
  .sidebar {
    top: 40px;
  }

  main.docs table, main.docs tbody, main.docs tr, main.docs td {
    display: block;
    border: none;
  }
  main.docs tr {
    border-bottom: 1px #e8e8e8 solid;
  }
  main.docs img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=static/css/docs.css.map */
