body {
    font-family: 'Outfit';
    margin: 0;
}

.listing-status.status-failed {
    background: #b30000;
}
.body-img {
    width: calc(100% - 60px);
    padding: 30px;
}
.header {
    height: 600px;
    background: linear-gradient(16deg, #0e2b54, #0e2b54);
    position: relative;
}
.red {
    color: red;
}

.btn_live{
  padding-right: 18px;
  margin: 0px;
  margin-top: -5px;
  margin-bottom: -30px;
  background: white;
  display: inline-block;
  color: black;
  border-radius: 8px;
  padding-left: 16px;
  padding-top: 4px;
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 23px;
  margin-left: 18px;
  vertical-align: 7px;
}

span.live-icon{
    display: inline-block;
    position: relative;
    top: calc(50% - 5px);
    background-color: red;
    width: 10px;
    height: 10px;
    margin-left: 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    z-index: 1;
}
.live-icon:before{
      content: '';
      display: block;
      position: absolute;
      background-color: rgba(255, 0 , 0,.6);
      width: 100%;
      height: 100%;
      border-radius: 50%;
      animation: live 2s ease-in-out infinite;
      z-index: -1;
}
@keyframes live {
  0% {
    transform: scale(1,1);
  }
  100% {
    transform: scale(3.5,3.5);
    background-color: rgba(255, 0, 0,0);
  }
}


img.foot-logo {
    width: 55px;
    margin-bottom: -17px;
    display: inline-block;
}
.lc {
    text-align: center;
}

.pc {
    font-weight: 400;
    font-size: 40%;
    display: block;
    margin-top: -18px;
    margin-bottom: 30px;
}

.body-p textarea {
    width: 450px;
    display: inline-block;
    outline: none;
    resize: none;
    border: none;
    background: black;
    color: white;
    padding: 5px;
    height: 33px;
    vertical-align: -9px;
    margin-left: 10px;
    font-family: monospace;
    overflow: hidden;
    font-size: 20px;
}

.regen-button {
    margin-left: 10px;
    background: #0e2b54;
    color: white;
    border: none;
    padding: 6px 12px;
    font-family: 'Outfit';
    vertical-align: 2px;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
}

span.large {
    font-size: 97px;
    display: block;
}
.header-title {
    color: white;
    text-align: center;
    font-size: 23px;
}

.solutions-image {
    max-width: 70px;
    vertical-align: middle;
    padding: 20px;
    image-rendering: -webkit-optimize-contrast;
}

.header-input-section {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 50%;
    width: 100%;
}

.header-title>h1 {
    margin-bottom: 15px;
}
.search-text {
    padding: 10px 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    font-family: 'Outfit';
    background: white;
    font-size: 17px;
}

.search-icon {
    font-family: 'Outfit';
    vertical-align: bottom;
    background: url(/search.png);
    background-size: 26px;
    background-repeat: no-repeat;
    background-color: black;
    width: 50px;
    background-position: center;
    height: 42px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: -1px;
    margin-left: 5px;
}

.header.header-short{
  height: 200px;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0px 23px;
}

#query-text img{
    width: 50px;
    margin-left: 15px;
    vertical-align: sub;
}
.solutions-pending{
    filter: saturate(0) opacity(0.5);
}
.listing {
    background: #ededed;
    padding: 25px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
}

.listing-title {
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
}

.listing-sim {
    color: #484848;
    max-width: 780px;
}
.rating-negative {
    background: #970000;
}
.listing-rating {
    color: white;
    position: absolute;
    top: 50%;
    right: 30px;
    padding: 10px;
    font-weight: 700;
    border-radius: 3px;
    transform: translateY(-50%);
}

.rating-positive {
    background: green;
}
p.warning-banner {
    text-align: center;
    font-size: 23px;
    background: #850000;
    color: white;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 6px;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #f21513;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

#loading {
    text-align: center;
}

#loading-text-below {
    margin-top: 50px;
    color: #5a5a5a;
    font-size: 19px;
}

#loading-text {
    font-size: 19px;
}

.divider {
    text-align: center;
    margin-bottom: 15px;
}

.divider p:before, .divider p:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: "\a1";
    background-color: #a5a5a5;
}
.divider p:before {text-align: right;margin-left: -52%;}

.divider p{
    position: relative;
    width: 100%;
    font-size: 20px;
}

.divider p:after {
    margin-left: 2%;
}

.nav-item {
    color: white;
    display: flex;
    z-index: 9999;
    flex-wrap: wrap;
}

.site-title {
    font-weight: 700;
    font-size: 24px;
    color: white;
    text-decoration: none;
}

.header-bar {
    padding: 18px;
    display: flex;
    max-width: 1000px;
    z-index:9999;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}

a.nav-menu-item {
    margin: 0 20px;
    color: white;
    margin-top: 15px;
    text-decoration: none;
}

.listing-address {
    margin: 10px 0px;
    line-height: 22px;
}

.listing-status {
    display: inline-block;
    background: green;
    color: white;
    vertical-align: super;
    margin-left: 10px;
    padding: 5px;
    font-size: 13px;
    border-radius: 3px;
}

.body-p {
    font-size: 18px;
    word-break: break-word;
}

.body-p {
    font-size: 18px;
}

.code-p {
    font-family: monospace;
    padding-left: 25px;
    font-size: 16px;
}

.code-p small {
    margin-top: 10px;
    display: inline-block;
    color: #5e5e5e;
}

span.orange {
    color: #d71d00;
}

span.purple {
    color: purple;
}

span.blue {
    color: blue;
}

span.dblue {
    color: #000054;
}

span.green {
    color: darkgreen;
}

span.red {
    color: #bb0000;
}

@media(max-width: 540px){
    .search-text {
        display: block;
        margin: 0 auto;
        margin-bottom: 12px
    }
    .header-title{
        font-size:21px;
    }
    img.foot-logo {
    padding-top: 40px;
}
}

@media(max-width: 355px){
    .header-title{
        font-size:18px;
    }
}

@media(max-width:430px){
    .nav-menu{
        margin-top: 8px;
        display: block;
        width: 100%;
    }   
    a.nav-menu-item{
        margin-left:0px;
    }
    .body-img{
      width: 100%;
      padding:0px;
    }
    #query-text{
      margin-top:90px;
    }
    .listing-status{
      display: block;
      margin-left:0px;
      width: fit-content;
      margin-top:10px;
    }
    .listing-rating{
      position: relative;
      transform: none;
      left: 0px;
      margin-top: 12px;
      text-align: center;
    }
}

.section-flex-half {
    display: flex;
    flex-wrap: wrap;
}

.flex-left, .flex-right {
    flex-basis: calc(50% - 60px);
    padding: 30px;
    align-self: center;
}

.flex-text > h2 {
    font-size: 54px;
    /* color: white; */
    margin-bottom: 0px;
}

.flex-text > p {
    font-size: 21px;
    /* color: white; */
    line-height: 32px;
}
.white-font{
  color:white;
}

.header-section {
    max-width: 950px;
    margin: 0 auto;
}

.flex-image {
  width: 100%;
}

.demo-textarea {
    border-radius: 0px;
    border: 1px solid #0e2b54;
    width: calc(100% - 8px);
    min-height: 125px;
    resize: none;
    font-family: 'Outfit';
    font-size: 20px;
    padding: 15px;
}

.demo-textarea:focus{
    border:  1px solid #0e2b54;
    outline: none;
}

.demo-form .button {
    padding: 9px 20px;
    background: #0e2b54;
    color: white;
    border: none;
    border-radius: 1px;
    font-family: 'Outfit';
    font-size: 17px;
    cursor: pointer;
    margin-top: 5px;
    width: calc(100% + 24px);
}

.status-message {
    margin: 10px 0px;
    background: #8c0000;
    color: white;
    padding: 7px 7px;
    display: none;
    border-radius: 3px;
}
.button:disabled{
  background: gray;
}

div#success-bar {
    padding: 11px;
    color: black;
    margin: 5px 0;
    font-family: monospace;
    background: #dfdfdf;
    width: 100%;
}

.label-class{
  background: black;
  color: white;
  padding: 3px 5px;
  border-radius: 3px;
  margin-bottom: 3px;
  display: inline-block;
}

.label-flag{
  background: #8c0000;
}

.section-flex-half, .section-quote, .section-tab{
  max-width: 950px;
  margin: 0 auto;
}
.section-full {
  width: calc(100% - 50px);
}

.section-full {
    padding: 50px 25px;
}

.bg-blue {
    background: #0e2b54;
    color: white;
}

.section-quote {
    text-align: center;
    
}

.quote-text > .cite{
    font-style: italic;
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.emphasis {
    font-size: 61px;
    display: block;
    font-style: normal;
}

.emphasis-inline{
  font-size: 61px;
  font-style: normal;
}

.statistic{
  font-size: 27px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 32px;
}

.pos{
  color: green;
}

.e-close{
  margin-bottom: 15px;
}

.quote-text {
    font-size: 25px;
}

.tab-bar {
    margin: 0 25px;
    margin-bottom: -30px;
}

.tab-button {
    background: white;
    border: 1px solid;
    padding: 14px 16px;
    border-radius: 2px;
    margin-right: -5px;
    font-family: 'Outfit';
    border-bottom: none;
    cursor: pointer;
    font-size: 17px;
}

.integration-code {
    border-radius: 3px;
    margin: 0 25px;
    display: block;
}

.tab{
  display: none;
}

.tab-active{
  display: block;
}

.tab-button.active {
    background: #0d1117;
    border: 1px #0d1117 solid;
    color: white;
}

.section-heading{
  font-size: 45px;
  margin: 15px 25px;
  font-weight: 700;
  text-align: center;
}

.section-buttons {
    margin-top: 55px;
}

.section-buttons a, .nav-button {
    color: white;
    padding: 15px 20px;
    border: 1px solid white;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 700;
}

.section-buttons a:hover, .nav-button:hover {
    background: white;
    color: #0e2b54;
    transition: background 0.2s linear, color 0.2s linear;
}

a.invert {
    background: white;
    color: #0e2b54;
}

.section-buttons a.invert:hover{
    color: white;
    background: transparent;
}

.body-example-label-neg, .body-example-label-pos {
    background: #960000;
    color: white;
    padding: 3px 7px;
    border-radius: 3px;
    margin-left: 12px;
    font-family: 'Outfit';
}

span.body-example-label-pos{
  background: #006805;
}

.body-p-example {
    font-size: 18px;
    background: black;
    color: white;
    padding: 8px;
    width: auto;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    line-height: 32px;
    margin-top: 0px;
}
.body-p-dataset {
    font-style: italic;
    font-family: monospace;
    font-size: 16px;
}

.body-p-dataset b {
    margin-right: 5px;
    font-style: normal;
}


.body-graph-bar-item {
    height: 20px;
    display: inline-block;
    background: #0e2b54;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 5px;
}

.body-graph {
    max-width: 500px;
    margin: 0 auto;
}

.body-graph-bar {
    display: block;
    margin-top: 10px;
}

.body-graph-bar-label {
    width: 106px;
    display: inline-block;
    text-align: right;
}

span.body-graph-bar-value {}

span.body-graph-bar-value {
    vertical-align: middle;
    font-size: 14px;
    margin-left: 6px;
}

.body-p-example.incorrect {
    background: #960000;
}

.body-example-label-neg-bias {
    background: white;
    color: black;
    padding: 3px 7px;
    border-radius: 3px;
    margin-left: 12px;
    font-family: 'Outfit';
}

.footer {min-height: 150px;background: #0f2b54;margin-top: 50px;display: flex;flex: 3;color: white;flex-wrap: wrap;padding: 0px calc((100% - 1000px) / 2);}

.col-3 {flex: 1;min-width: 250px;padding: 30px 30px;position: relative;}

.footer-link > a {
    color: white;
    margin-top: 10px;
    display: block;
    text-align: right;
    text-decoration: none;
}

.col-1 {
    flex: 3;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.footer-link > a:hover{
    text-decoration: underline; 
}


.method {
    display: inline-block;
    background: green;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 3px;
    font-family: monospace;
    font-size: 17px;
    font-weight: 700;
    margin-right: 11px;
}

.api-url {
    display: inline-block;
}

span.route-url-text {
    color: white;
    font-family: monospace;
}

.route-cat {background: #0e2b54;padding: 13px;border-radius: 5px;}

.expandable-text {
    background: white;
    padding: 20px;
    display: none;
}

.api-route-title {
    font-weight: 700;
    color: black;
    font-size: 29px;
    font-family: monospace;
}

.api-route-desc {
    font-family: monospace;
    color: black;
    margin-top: 6px;
    font-size: 16px;
}

.route-field-label {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}

.api-route-field {
    color: black;
    padding-left: 19px;
    /* border-top: 1px solid #cfcfcf; */
    padding-bottom: 5px;
    margin-top: 5px;
}

.route-field-type {
    display: inline-block;
    color: #646464;
    vertical-align: 0.5px;
    margin-left: 7px;
}

.api-route-field * {
    font-family: monospace;
}

.api-route-fields {
    margin-top: 22px;
}

.route-field-desc {
    margin-top: 2px;
}

.field-title {
    color: black;
    font-family: monospace;
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: 700;
}

.api-route-headers {
    margin-top: 10px;
    color: black;
    font-family: monospace;
    font-weight: 700;
}

span.example-value {
    font-family: monospace;
    background: black;
    color: white;
    padding: 2px 8px;
    border-radius: 2px;
    font-weight: 500;
    float: right;
}

.route-field-category {
    color: black;
    font-family: monospace;
    font-size: 23px;
    margin-bottom: 8px;
    font-weight: 700;
    padding-left: 10px;
    border-top: 1px solid #cfcfcf;
    padding-top: 7px;
}

.route-category-wrapper {
    margin-bottom: 11px;
}

.curl-box {
    background: black;
    padding: 13px;
    color: white;
    font-family: monospace;
    border-radius: 5px;
}

span.curl-req-syn {
    font-family: monospace;
    color: #13da00;
}

span.curl-data-syn {
    font-family: monospace;
    color: #45ff33;
    margin-left: 25px;
}

span.curl-back-syn {
    font-family: monospace;
    color: #b06fff;
}

span.curl-data-curl {
    font-family: monospace;
    color: #ffffff;
}

.example-titie {
    font-size: 22px;
    color: black;
    font-family: monospace;
    margin-bottom: 5px;
}

.route-example-request {
    padding-left: 7px;
}

.api-route-example {
    margin-top: 22px;
}

.route-example-response {
    padding-top: 5px;
    padding-left: 7px;
    margin-top: 12px;
    border-top: 1px solid #cfcfcf;
    font-family: monospace;
}

span.json-key-syn {
    font-family: monospace;
    color: #c5c513;
    margin-left: 25px;
}

.api-route-response {
    padding: 10px 0px;
}

.expand-arrow:before{
    content: "▼"!important
}
.api-route-fields {
    padding: 10px 0px;
}

p.or-text {
    color: black;
    font-family: monospace;
    font-size: 20px;
    margin: 4px 4px;
}

.arrow {
    display: inline-block;
    float: right;
    color: white;
    font-size: 18px;
    margin-top: 4px;
    margin-right: 10px;
}

.arrow:before {
    content: "◀";
}

.display {
    display: block;
}
canvas#chartz {}@media(max-width: 810px){
    .flex-text > h2{
        font-size: 35px;
        margin-top: 0px;
    }
    .section-quote img{
        width: 100%;
    }
    .header{
        height: 500px;
    }
}
@media(max-width: 500px){
    .flex-left, .flex-right{
        flex-basis: 100%;
        padding: 25px;
    }
    .header{
        height: auto;
    }
    .flex-image{
        max-width: 250px;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }
    .flex-right{
        padding-top:0px;
    }
    .flex-left{
        padding-bottom: 0px;
    }
    .demo-textarea{
        width: calc(100% - 30px);
    }
    .demo-form div{
        width: calc(100% - 20px)!important;
    }
    .demo-form input{
        width: 100%!important;
    }
    .emphasis {
        font-size: 45px!important;
    }
    .quote-text{
        font-size: 22px;
    }
    .section-quote{
        font-size: 22px!important;
        display: block;
        word-break: keep-all;
        line-break: strict;
        -webkit-column-break-inside: avoid;
    }
    .col-3:nth-child(2){
        display: none;
    }
    .col-3:nth-child(1){
        padding-top: 0px;
    }
    .section-buttons a{
        display: block;
        margin-right: 0px;
    }
    .section-buttons a:nth-child(2){
        margin-top: 20px;
        margin-bottom: -25px;
    }
    .section-heading{
        font-size: 30px!important;
        margin: 0px;
    }

    .header-bar{
        margin-top: 60px;
        overflow-x: hidden;
    }
    .nav-item:nth-child(1){
        margin-top: 0px;
        display: block;
        position: absolute;
        top: -60px;
        background: #004dba;
        width: calc(100% - 15px);
        height: 45px;
        left: 0px;
        text-align: left;
        padding-top: 15px;
        padding-left: 15px;
    }
    .nav-menu{
        text-align:right;
        display: block;
        width: 100%;
        margin-top: 8px;
    }
    .section-tab .section-heading{
        margin-bottom: 20px;
        font-size: 35px!important;
    }
    .tab-button{
        margin-bottom: 10px;
    }
    span.route-url-text{
        margin-top: 10px!important;
        display: block;
        word-break: break-all;
    }
    .curl-box{
        word-break: break-all;
    }
    .header-title>h1{
        margin-bottom: 30px;
        padding: 0px 10px;
    }
    .body-h{
        font-size: 27px;
    }
    .body-graph-bar-label{
        display: block;
        text-align: left;
        margin-left: 5px;
    }
    .header-title a{
        margin-top: -30px!important;
    }
    .body-p textarea{
        margin: 10px auto;
        width: 100%;
        
    }
    span.large{
        font-size: 60px;
    }
}


html {
    overflow-x: hidden;
}

.r-item {max-width: 850px;margin: 0 auto;display: flex;padding: 20px 0px;border-bottom: 1px solid #c2c2c2;border-radius: 6px;/* border-top: 1px solid #b9b9b9; */}

.r-title {font-weight: 700;font-size: 38px;}

.r-desc {font-size: 21px;margin-left: 5px;}

.r-cta {margin-top: 15px;margin-left: 5px;color: white;background: #0e2b54;display: inline-block;padding: 11px;border-radius: 3px;font-weight: 700;}

.r-cta a {color: white;text-decoration: none;}

.r-img {float: right;}