html {
  position: relative;
  min-height: 100%}

h1 {
  font-size: 3rem;
  line-height: 54px;
  letter-spacing: -1px;
  margin: 0;
  padding: 0px 0px 0px 0px;
  animation: fadeInDown 0.6s;
  animation-delay: 0.2s;
}

h2 {
  font-size: 2rem;
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.2rem;
  line-height: 24px;
  margin-top: 30px;
  font-weight: 900;
}

h3 code {
  font-weight: 400;
  background-color: rgba(47, 128, 237, 1);
  color: white;
  line-height: 1.6rem;
}

h4 {
  font-family: "Lato", "Helvetica Neue", sans-serif;
  color: inherit;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: 1px;
  font-weight: 900;
}

h4 code {
  background-color: rgba(47, 128, 237, 1);
  color: white;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 1rem;
  padding: 4px 8px;
  line-height: 2rem;
  border-radius: 4px;
}

h5 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 900;
}
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #191A2D;
  line-height: 1.45rem;
  margin: 0;
}

p {

}
code {
  font-family: 'Fira Mono', Monaco, 'Andale Mono', 'Ubunto mono', monospace;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 2px 4px;
  margin: 0 1px;
  font-size: 90%;
  color: rgba(47, 128, 237, 1);
  background-color: rgba(47, 128, 237, .1);
  border-radius: 4px;
  overflow-wrap: normal;
  word-wrap: break-word;
}

a {
  color: rgba(47, 128, 237, 1);
  text-decoration: none;
}
a:hover {
  color: #2875DE;
  text-decoration: underline;
}

pre {
  font-family: 'Fira Mono', Monaco, 'Andale Mono', monospace;
  color: rgba(51, 51, 51, 1);
  border: 1px solid rgba(51, 51, 51, .2);
  border-radius: 4px;
  padding: 12px;
  word-break: break-all;
  word-wrap: break-word;
  margin-top: -4px;
  background-color: rgba(51, 51, 51, .05);
}

pre code{
  font-family: 'Fira Mono', Monaco, 'Andale Mono', monospace;
  font-weight: 500;
  line-height: 1.4rem;
  font-size: .9rem;
  color: rgba(51, 51, 51, 1);
  background: none;
  letter-spacing: -.25px;
  padding: 0px;
}


.header-button-group {
  margin: 24px 0px 0px 0px;
}

.header-button-group .link {
  color: #fff;
  margin: 24px 0px 0px 0px;
  display: block;
}

a.button, input.button {
  color: #2F80ED;
  background: #fff;
  border-radius: 48px;
  border: 1px solid #2f80ed;
  padding: 10px 14px 11px 14px;
  font-weight: bold;
  font-size: 14px;
  margin: 0px 8px 8px 0px;
  position: relative;
  white-space: nowrap;
}

a.button:hover, input.button:hover {
  top: 1px;
  color: #fff;
  background-color: #2F80ED;
  text-decoration: none;
}
a.button:active, input.button:active {
  background-color: #2F80ED;
}

a.button.primary {
  color: #fff;
  background-color: #2F80ED;
}
a.button.primary:hover {
  top: 1px;
  background-color: #2875DE;
  text-decoration: none;
}
a.button.primary:active {
  background-color: #2469C7;
}

footer {
  background-color: #efefef;
  padding: 5vh 8vh 1vh 6vw;
  border-top: 1px solid #efefef;
}

footer a {
  color: #2F80ED;
}

.footer-brand-img img {
  height: 48px;
}
.footer-logo-container {
  margin-bottom: 32px;
}

:target:before {
  content: "";
  display: block;
  height: 115px;
  margin: -60px 0 0;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 101px;
  background-color: #0c1a31;
  color: #9d9d9d;
  padding: 20px;
}

.footer-identity {
  width: 200px;
  margin: 0px 0px 42px -15px;
}

footer li {
  line-height: 250%;
  font-size: .85rem;
}

.footer img {
  width: 98px;
  margin-bottom: 12px;
}
.footer p {
  margin: 0;
}
.container .text-muted {
  margin: 5px 0 0;
}
.container img {
  max-width: 100%}
.main {
  padding: 20px;
}
.main ul li {
  list-style: none;
  position: relative;
}
.main ul li:before {
  content: '\b7\a0';
  font-size: 17px;
  position: absolute;
  right: 100%}
.main ul.toc li:before {
  content: none;
}
.main.container, .main .doc.container {
  margin-top: 15px;
}
.toc li {
  list-style-type: none;
}
.toc li, .toc ul {
  margin-bottom: 6px;
}
.nav li {
margin: 16px 24px 10px;
}
.nav li.current a {
  color: white;
}
.nav li a {
  padding: 0 0 4px 0;
}
.navbar-header>button {
  margin-top: 15px;
}

main {
  margin-bottom: 3rem;
}

main div.first-tab,
main div.second-tab {
  margin-top: 0px;
  display: none;
  padding: 20px 0 0;
}

main input {
  display: none;
}

main label {
  color: #2F80ED;
  background: #fff;
  border-radius: 48px;
  border: 1px solid #2f80ed;
  padding: 6px 11px 6px 12px;
  font-weight: bold;
  font-size: .8rem;
  margin: 0px 8px 8px 0px;
  position: relative;
  display: inline-block;
  text-align: center;
}

main label:hover {
  top: 1px;
  color: #fff;
  background-color: #2F80ED;
  text-decoration: none;
  cursor: pointer;
}

main input:checked + label {
  color: #fff;
  background-color: #2F80ED;
}

#tab1:checked ~ div.first-tab,
#tab2:checked ~ div.second-tab,
#tab3:checked ~ div.first-tab,
#tab4:checked ~ div.second-tab {
  display: block;
}

.press {
  color: #fff;
  background: linear-gradient(252.29deg, #112442 0%, #081326 100%);
}

.press-articles h3 {
  margin-top: 0px;
}

/* fontawesome icons */
.svg-inline--fa {
  margin: 0px 4px;
}

/*
  Placeholder icon so that the fontawesome icons don't shift text
  when they load.
  See https://fontawesome.com/how-to-use/performance-and-security#async-loading-indicators
*/
body .navbar .icon-placeholder  {
  display: inline-block;
  width:20px;
  margin-right: 4px;
}

.fontawesome-i2svg-active body .navbar .icon-placeholder {
  display: none;
}

@media (min-width: 992px) {
  .main {
  padding-right: 40px;
  padding-left: 40px;
}

.container {
  max-width: 1156px;
  padding: 0;
}
.sidebar.docs-sidebar {
  position: fixed;
  max-width: 275px;
  width: 25%;
  top: 57px;
  bottom: 0;
  padding: 20px;
  padding-bottom: 100px;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #eee;
}

.docs-main {
  margin-top: 57px;
  padding-top: 40px;
}

.footer-right {
text-align: right;
}

.error-header {
  height: 100vh;
}

}
.navbar-header {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 3px;
}
.navbar-nav {
  margin-top: 5px;
}
.navbar-brand-img img {
  height: 32px;
}
.navbar-brand-img {
  padding: 12px;
  float: left;
}
ul.pagination li:before {
  content: none;
}
.navbar {
  background-color: #0c1a31;
}
.alert {
  background-color: #FFE046;
  color: #526252;
  border: none;
  margin: 13px 0 0;
  padding: 5px;
  text-align: center;
}
h1 code, h2 code, h3 code, h4 code, h5 code {
  text-transform: none;
}

.title {
  font-weight: 900;
  font-size: 2.25rem;
}

.screenshot {
  border: solid 1px black;
  margin-bottom: 5px;
}
figure {
  margin: 10px 0 20px 0;
  background-color: #fff;
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  border-radius: 8px;
}
figcaption {
  margin-top: 25px;
}

figcaption h4 {
  text-transform: none;
  letter-spacing: 0px;
  color: #666;
}

figure>img {
  display: block;
  margin: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
}

.container-docs {
  min-height: 1000px;
}

.content {
  max-width: 1156px;
  margin: 0 auto;
}

.content p {
  font-size: 1rem;
  line-height: 1.54rem;
  margin-top: 0;
}

.content h2 {
  font-size: 1.8rem;
  line-height: 32px;
  font-weight: 900;
  margin-bottom: 0;
}

.content h3 {
  font-size: 1rem;
  margin: 1.8rem 0 inherit 0;
  font-weight: 700;
}

.content h4 {
  font-size: 1rem;
  margin: -1px 0 32px 0;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 1rem;
  font-weight: 900;
}

.content h4 p {
  font-weight: 700;
}

.content h5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(130, 130, 130, 1);
  margin-bottom: -2rem;
}

hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border: 0;
    border-top: 1px solid #eee;
}

blockquote {
  padding: 0 20px;
  color: rgba(130, 130, 130, 1);
  margin: 20px 0 0 0;
  border-left: 4px solid rgba(224, 224, 224, 1);
}

blockquote p {
  color: rgba(130, 130, 130, 1);
  font-size: .8rem;
}


/*test*/
label {
  clear: both;
  display: block;
  font-weight: bold;
  padding: 0.8em 0 0.2em 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input, button {
  float: left;
  font-size: 1em;
  padding: 3px 6px;
  margin: 0;
  border: 1px solid #333;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  width: 15em;
  background-color: #fff;
  border-right: 0 none;
  border-radius: 3px 0 0 3px;
}

button {
  position: relative;
  background-color: #aaa;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}

.copied::after {
  position: absolute;
  top: 12%;
  right: 110%;
  display: block;
  content: "copied";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  background-color: #22a;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  -webkit-animation: showcopied 1.5s ease;
          animation: showcopied 1.5s ease;
}

@-webkit-keyframes showcopied {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

@keyframes showcopied {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

/*end test*/

@keyframes offset {
  to {
  stroke-dashoffset: 0;
}
0% {
  opacity: 1;
}
66% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}
@keyframes fadein {
  0% {
  opacity: 0;
}
66% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
@-moz-keyframes fadein {
  from {
  opacity: 0;
}
to {
  opacity: 1;
}
}
@-webkit-keyframes fadein {
  from {
  opacity: 0;
}
to {
  opacity: 1;
}
}
@-o-keyframes fadein {
  from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

@media (max-width: 992px) {
  img.value {
  display: none;
}
/*# sourceMappingURL=main.css.map */
