*,
:before,
:after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

body,
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Helvetica Neue", "Ubuntu", sans-serif;
  color: #1a1a1a;
  font-size: 14px;
  height: 100%;
  margin: 0;
  background-color: #fff;
}

p {
  line-height: 1.5;
  margin: 0 0 10px;
}

a {
  color: inherit;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}

h2,
h3,
h4 {
  font-weight: 300;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  max-width: 100%;
}

/* Remove border on IE */
a img {
  border: 0;
}

strong {
  font-weight: 600;
}

.docs {
  display: flex;
}

.docs__endpoint {
  display: grid;
  grid-template-columns: 1fr minmax(500px, 1fr);
  margin: auto;
}

.docs__endpoint__copy {
  padding: 5rem 7.25rem;
  border-bottom: 1px solid #e8e8e8;
  min-width: 0;
}

.docs__endpoint__examples {
  background: #303546;
  padding: 5rem;
  border-bottom: 1px solid #3b4053;
}

@media (max-width: 1600px) {
  .docs__endpoint__examples {
    padding: 3rem 2rem;
  }
  .docs__endpoint__copy {
    padding: 3rem 2rem;
  }
}
@media (max-width: 900px) {
  .docs__endpoint {
    grid-template-columns: 1fr;
  }
  .docs__endpoint__examples {
    background: #fff;
    border-color: #e8e8e8;
    overflow: auto;
  }
  .docs__endpoint__copy {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.docs__endpoint__copy {
  display: flex;
  justify-content: center;
}

.docs__endpoint__copy__content {
  width: 100%;
}
.docs__endpoint__copy__content h2 {
  font-size: 35px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1.75rem;
  color: #1a1a1a;
}
.docs__endpoint__copy__content h3 {
  font-size: 21px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1.85rem;
  color: #05a081;
}
.docs__endpoint__copy__content h3 code {
  white-space: initial;
}
.docs__endpoint__copy__content h4 {
  font-size: 26px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.75rem;
  color: #1a1a1a;
}
.docs__endpoint__copy__content ul,
.docs__endpoint__copy__content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2rem;
}
.docs__endpoint__copy__content table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 2rem;
}
.docs__endpoint__copy__content table td {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 0;
  display: table-cell;
  padding-right: 10px;
}
.docs__endpoint__copy__content table td:last-of-type {
  padding-right: unset;
}
.docs__endpoint__copy__content table thead td {
  font-weight: 400;
}
.docs__endpoint__copy__content code {
  background: rgba(232, 232, 232, 0.25);
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 0 0.5rem;
  white-space: nowrap;
}
.docs__endpoint__copy__content a {
  text-decoration: none;
  color: #05a081;
  font-weight: 500;
}

.docs__endpoint__examples__sticky {
  position: sticky;
  top: 1rem;
}

@media (max-width: 1200px) {
  body {
    position: relative;
    top: 60px;
  }
  .docs__endpoint {
    position: relative;
    padding-top: 60px;
    margin-top: -60px;
  }
}
.docs__example:not(:last-child) {
  margin-bottom: 1.5rem;
}

.docs__example__bar,
.docs__example__body {
  padding: 1rem 2rem;
}

.docs__example__bar {
  font-size: 15px;
  font-weight: 500;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #3b4053;
  color: white;
  text-transform: uppercase;
  padding: 1.25rem 2.5rem;
  overflow-x: auto;
}

.docs__example__bar__title {
  margin-right: 1rem;
}

.docs__example__bar__buttons {
  display: flex;
}
.docs__example__bar__buttons select,
.docs__example__bar__buttons button {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.25rem;
  background: #42485c;
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 500;
}
.docs__example__bar__buttons select:not(:last-child),
.docs__example__bar__buttons button:not(:last-child) {
  margin-right: 1rem;
}
.docs__example__bar__buttons select {
  appearance: none;
  background-image: image-url(https://static.pexels.com/0/assets/api/select-icon-509455bfd8bfabb0556b9cb1c2135dfd78a25357c13e63e1658b7395dd7fb175.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 1.35rem top 50%, 0 0;
  background-size: 0.65rem auto, 100%;
  padding-right: 3rem;
}

.docs__example__body {
  padding: 1.75rem 3rem;
  background: #363b4d;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: auto;
  max-height: calc(100vh - 9rem);
}
.docs__example__body * {
  font-family: monaco, Consolas, "Lucida Console", monospace;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: none;
}
.docs__example__body .rouge-gutter {
  padding: 0;
}
.docs__example__body .rouge-code {
  padding-left: 1.25rem;
}

.docs__example--no-line-numbers .rouge-gutter {
  display: none;
}
.docs__example--no-line-numbers .rouge-code {
  padding-left: 0;
}

.docs__nested-table {
  border-radius: 15px;
  list-style: none;
  border: 1px solid rgba(232, 232, 232, 0.5);
  padding: 0;
  overflow: hidden;
  margin-bottom: 4rem;
}

.docs__nested-table__item {
  padding: 2rem 2.5rem;
}
.docs__nested-table__item span,
.docs__nested-table__item p {
  color: #1a1a1a;
}
.docs__nested-table__item .docs__nested-table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.docs__nested-table__item:not(:last-child) {
  border-bottom: 1px solid rgba(232, 232, 232, 0.5);
}
.docs__nested-table__item:nth-child(odd) {
  background: #f9f9f9;
}
.docs__nested-table__item:nth-child(odd) .docs__nested-table__item {
  background: #fff;
}
.docs__nested-table__item:nth-child(even) .docs__nested-table__item {
  background: #f9f9f9;
}

.docs__nested-table__item__title {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.docs__nested-table__item__title span {
  font-size: 22px;
}
.docs__nested-table__item__title em {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  color: #a6aaad;
  margin-left: 0.5rem;
}
.docs__nested-table__item__title em p {
  color: #a6aaad;
  display: inline;
}

.docs__nested-table__item__desc p:last-child {
  margin-bottom: 0;
}

.docs__nested-table__item__visibility-button {
  border: 1px solid #e8e8e8;
  font-size: 15px;
  text-transform: uppercase;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  color: #9e9e9e;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.docs__nested-table__item__visibility-button .rd__svg-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  transition: 0.15s transform ease-in-out;
  transform: rotate(45deg);
}
.docs__nested-table__item__visibility-button[data-open=true] .rd__svg-icon {
  transform: rotate(90deg);
}

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

.docs__example__body {
  color: #f8f8f2;
}

.docs__example__body .c {
  color: #75715e;
} /* Comment */
.docs__example__body .err {
  color: #960050;
  background-color: #1e0010;
} /* Error */
.docs__example__body .k {
  color: #66d9ef;
} /* Keyword */
.docs__example__body .l {
  color: #ae81ff;
} /* Literal */
.docs__example__body .n {
  color: #f8f8f2;
} /* Name */
.docs__example__body .o {
  color: #f92672;
} /* Operator */
.docs__example__body .p {
  color: #f8f8f2;
} /* Punctuation */
.docs__example__body .ch {
  color: #75715e;
} /* Comment.Hashbang */
.docs__example__body .cm {
  color: #75715e;
} /* Comment.Multiline */
.docs__example__body .cp {
  color: #75715e;
} /* Comment.Preproc */
.docs__example__body .cpf {
  color: #75715e;
} /* Comment.PreprocFile */
.docs__example__body .c1 {
  color: #75715e;
} /* Comment.Single */
.docs__example__body .cs {
  color: #75715e;
} /* Comment.Special */
.docs__example__body .gd {
  color: #f92672;
} /* Generic.Deleted */
.docs__example__body .ge {
  font-style: italic;
} /* Generic.Emph */
.docs__example__body .gi {
  color: #a6e22e;
} /* Generic.Inserted */
.docs__example__body .gs {
  font-weight: bold;
} /* Generic.Strong */
.docs__example__body .gu {
  color: #75715e;
} /* Generic.Subheading */
.docs__example__body .kc {
  color: #66d9ef;
} /* Keyword.Constant */
.docs__example__body .kd {
  color: #66d9ef;
} /* Keyword.Declaration */
.docs__example__body .kn {
  color: #f92672;
} /* Keyword.Namespace */
.docs__example__body .kp {
  color: #66d9ef;
} /* Keyword.Pseudo */
.docs__example__body .kr {
  color: #66d9ef;
} /* Keyword.Reserved */
.docs__example__body .kt {
  color: #66d9ef;
} /* Keyword.Type */
.docs__example__body .ld {
  color: #e6db74;
} /* Literal.Date */
.docs__example__body .m {
  color: #ae81ff;
} /* Literal.Number */
.docs__example__body .s {
  color: #e6db74;
} /* Literal.String */
.docs__example__body .na {
  color: #a6e22e;
} /* Name.Attribute */
.docs__example__body .nb {
  color: #f8f8f2;
} /* Name.Builtin */
.docs__example__body .nc {
  color: #a6e22e;
} /* Name.Class */
.docs__example__body .no {
  color: #66d9ef;
} /* Name.Constant */
.docs__example__body .nd {
  color: #a6e22e;
} /* Name.Decorator */
.docs__example__body .ni {
  color: #f8f8f2;
} /* Name.Entity */
.docs__example__body .ne {
  color: #a6e22e;
} /* Name.Exception */
.docs__example__body .nf {
  color: #a6e22e;
} /* Name.Function */
.docs__example__body .nl {
  color: #f8f8f2;
} /* Name.Label */
.docs__example__body .nn {
  color: #f8f8f2;
} /* Name.Namespace */
.docs__example__body .nx {
  color: #a6e22e;
} /* Name.Other */
.docs__example__body .py {
  color: #f8f8f2;
} /* Name.Property */
.docs__example__body .nt {
  color: #f92672;
} /* Name.Tag */
.docs__example__body .nv {
  color: #f8f8f2;
} /* Name.Variable */
.docs__example__body .ow {
  color: #f92672;
} /* Operator.Word */
.docs__example__body .w {
  color: #f8f8f2;
} /* Text.Whitespace */
.docs__example__body .mb {
  color: #ae81ff;
} /* Literal.Number.Bin */
.docs__example__body .mf {
  color: #ae81ff;
} /* Literal.Number.Float */
.docs__example__body .mh {
  color: #ae81ff;
} /* Literal.Number.Hex */
.docs__example__body .mi {
  color: #ae81ff;
} /* Literal.Number.Integer */
.docs__example__body .mo {
  color: #ae81ff;
} /* Literal.Number.Oct */
.docs__example__body .sa {
  color: #e6db74;
} /* Literal.String.Affix */
.docs__example__body .sb {
  color: #e6db74;
} /* Literal.String.Backtick */
.docs__example__body .sc {
  color: #e6db74;
} /* Literal.String.Char */
.docs__example__body .dl {
  color: #e6db74;
} /* Literal.String.Delimiter */
.docs__example__body .sd {
  color: #e6db74;
} /* Literal.String.Doc */
.docs__example__body .s2 {
  color: #e6db74;
} /* Literal.String.Double */
.docs__example__body .se {
  color: #ae81ff;
} /* Literal.String.Escape */
.docs__example__body .sh {
  color: #e6db74;
} /* Literal.String.Heredoc */
.docs__example__body .si {
  color: #e6db74;
} /* Literal.String.Interpol */
.docs__example__body .sx {
  color: #e6db74;
} /* Literal.String.Other */
.docs__example__body .sr {
  color: #e6db74;
} /* Literal.String.Regex */
.docs__example__body .s1 {
  color: #e6db74;
} /* Literal.String.Single */
.docs__example__body .ss {
  color: #e6db74;
} /* Literal.String.Symbol */
.docs__example__body .bp {
  color: #f8f8f2;
} /* Name.Builtin.Pseudo */
.docs__example__body .fm {
  color: #a6e22e;
} /* Name.Function.Magic */
.docs__example__body .vc {
  color: #f8f8f2;
} /* Name.Variable.Class */
.docs__example__body .vg {
  color: #f8f8f2;
} /* Name.Variable.Global */
.docs__example__body .vi {
  color: #f8f8f2;
} /* Name.Variable.Instance */
.docs__example__body .vm {
  color: #f8f8f2;
} /* Name.Variable.Magic */
.docs__example__body .il {
  color: #ae81ff;
} /* Literal.Number.Integer.Long */
.docs__sidebar {
  background: #f9f9f9;
  min-height: 100vh;
  min-width: 300px;
}
.docs__sidebar .main-nav-bar__logo {
  font-size: 19px;
  line-height: 1;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 1.5rem 2rem;
}
.docs__sidebar .main-nav-bar__logo__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.docs__sidebar .main-nav-bar__logo__img svg {
  border-radius: 8px;
  height: 40px;
  width: 40px;
}
.docs__sidebar .main-nav-bar__logo__text {
  margin-left: 1rem;
}
.docs__sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.docs__sidebar ul li {
  display: block;
}
.docs__sidebar ul ul li a {
  padding-left: 4rem;
}
.docs__sidebar ul li a {
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #9e9e9e;
  text-decoration: none;
}
.docs__sidebar ul li a .rd__svg-icon {
  margin-left: 0.5rem;
  fill: #9e9e9e;
  width: 17px;
  height: 17px;
}
.docs__sidebar ul li a[data-active], .docs__sidebar ul li a:hover {
  background: rgba(232, 232, 232, 0.5);
  color: #1a1a1a;
}
.docs__sidebar ul li a[data-active] .rd__svg-icon, .docs__sidebar ul li a:hover .rd__svg-icon {
  fill: #1a1a1a;
}
.docs__sidebar ul li a[data-child-active=true] {
  color: #1a1a1a;
}
.docs__sidebar ul li a[data-child-active=true] .rd__svg-icon {
  fill: #1a1a1a;
}
@media (max-width: 1200px) {
  .docs__sidebar {
    min-height: 0;
    min-width: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .docs__sidebar .docs__sidebar__ham {
    display: block;
  }
  .docs__sidebar .main-nav-bar__logo {
    padding: 0;
  }
  .docs__sidebar .docs__sidebar__content {
    display: none;
  }
  .docs__sidebar .docs__sidebar__content {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    height: calc(100vh - 60px);
  }
  .docs__sidebar[data-active] .docs__sidebar__content {
    display: block;
  }
}

.docs__sidebar__ham {
  background: none;
  border: none;
  display: none;
}

.docs__sidebar__content {
  background: #f9f9f9;
  width: 100%;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: auto;
}

.rd__svg-icon svg {
  width: 100%;
  height: 100%;
}

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