:root {
    --markdown-text: inherit;
    --markdown-title: inherit;
    --markdown-title-font: inherit;
    --markdown-font: inherit;
    --markdown-font-size: inherit;
    --markdown-line-height: 1.5;
}

:root {
    --black: #000;
    --blue: #118cfd;
    --chalk: #c6cbd3;
    --graphite: #4f5a66;
    --green: #12ca93;
    --ivory: #f0f0f0;
    --lightGray: #f8f8f8;
    --minimumGray: #637288;
    --purple: #8470be;
    --red: #e95f6a;
    --shale: #939eae;
    --slate: #384248;
    --white: #fff;
    --yellow: #f7c543;
    --border-width: 1px;
    --border-radius: 5px;
    --border-radius-lg: calc(var(--border-radius) * 1.5);
    --box-shadow-menu-dark: 0 1px 3px rgba(0, 0, 0, 0.025), 0 2px 6px rgba(0, 0, 0, 0.025), 0 5px 10px rgba(0, 0, 0, 0.05);
    --box-shadow-menu-light: 0 5px 10px rgba(0, 0, 0, .05), 0 2px 6px rgba(0, 0, 0,.025), 0 1px 3px rgba(0, 0, 0, .025);
    --box-shadow-pill: inset 0 1px 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 2px 0 rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .05);
    --box-shadow-request: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 2px rgba(0, 0, 0, .1);
    --box-shadow-status: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -1px 2px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    --font-family-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
    --font-weight-normal: 400;
    --font-weight: 500;
    --font-weight-bold: 600;
    --button-sm: 30px;
    --button-md: 40px;
    --button-lg: 50px;
    --icon-sm: 12px;
    --icon-md: 16px;
    --icon-lg: 20px;
    --transition-fast: .15s;
    --transition-slow: .3s;
    --transition-timing: cubic-bezier(0.16, 1, 0.3, 1);
    --header-logo-height: 24px;
    --container: 1100px;
    --container-lg: 1440px;
    --hub-main-max-width: 800px;
    --hub-playground-width: 480px;
    --hub-sidebar-width: 280px;
    --hub-toc-width: 280px;
    --param-form-width: 140px;
    --dash-container-md: 1100px;
    --dash-container-lg: 1260px;
    --xxl: 120px;
    --xl: 80px;
    --lg: 40px;
    --md: 20px;
    --sm: 10px;
    --xs: 5px;
    --blue0: #002077;
    --blue10: #003290;
    --blue20: #0047aa;
    --blue30: #005dc5;
    --blue40: #0074e1;
    --blue50: #118cfd;
    --blue60: #619efe;
    --blue70: #8ab0ff;
    --blue80: #abc3ff;
    --blue90: #c8d7ff;
    --blue100: #e4ebff;
    --green0: #002e02;
    --green10: #00491f;
    --green20: #00683a;
    --green30: #008756;
    --green40: #00a874;
    --green50: #12ca93;
    --green60: #59d4a4;
    --green70: #81ddb6;
    --green80: #a3e6c8;
    --green90: #c3efda;
    --green100: #e1f7ec;
    --gray0: #12181b;
    --gray10: #242e34;
    --gray20: #384248;
    --gray30: #4f5a66;
    --gray40: #637288;
    --gray50: #7b889b;
    --gray60: #939eae;
    --gray70: #adb4c1;
    --gray80: #c6cbd3;
    --gray90: #f0f0f0;
    --gray100: #f8f8f8;
    --purple0: #110e4d;
    --purple10: #2a1f63;
    --purple20: #403278;
    --purple30: #56468f;
    --purple40: #6d5ba6;
    --purple50: #8470be;
    --purple60: #9987c9;
    --purple70: #ae9ed4;
    --purple80: #c2b5df;
    --purple90: #d6cdea;
    --purple100: #ebe6f4;
    --red0: #570000;
    --red10: #730014;
    --red20: #900027;
    --red30: #ad273c;
    --red40: #cb4452;
    --red50: #e95f6a;
    --red60: #f17c81;
    --red70: #f79799;
    --red80: #fcb1b2;
    --red90: #ffcbcb;
    --red100: #ffe5e5;
    --yellow0: #3e1d00;
    --yellow10: #5a3c00;
    --yellow20: #7d5b00;
    --yellow30: #a57d00;
    --yellow40: #cda017;
    --yellow50: #f7c543;
    --yellow60: #fcce66;
    --yellow70: #ffd885;
    --yellow80: #ffe1a4;
    --yellow90: #ffebc2;
    --yellow100: #fff5e0;
    --brown: #7a461c;
    --coral: #ff758c;
    --fuchsia: #cf66c3;
    --gold: #9d8714;
    --indigo: #6b7ede;
    --lavender: #abc3ff;
    --lime: #9ace5a;
    --olive: #837400;
    --orange: #fe8e4f;
    --pink: #e15ca5;
    --teal: #00b6e6;
    --tiffany: #00beaa;
    --bluePastel: #a8edff;
    --greenPastel: #9bfff6;
    --orangePastel: #f5bc90;
    --purplePastel: #e8d0ff;
    --redPastel: #ffc4c9;
    --yellowPastel: #ffffa7;
}
:root {
    --black: #000;
    --blue: #118cfd;
    --chalk: #c6cbd3;
    --graphite: #4f5a66;
    --green: #12ca93;
    --ivory: #f0f0f0;
    --lightGray: #f8f8f8;
    --minimumGray: #637288;
    --purple: #8470be;
    --red: #e95f6a;
    --shale: #939eae;
    --slate: #384248;
    --white: #fff;
    --yellow: #f7c543;
    --border-width: 1px;
    --border-radius: 5px;
    --border-radius-lg: calc(var(--border-radius) * 1.5);
    --box-shadow-menu-dark: 0 1px 3px rgba(0, 0, 0, 0.025), 0 2px 6px rgba(0, 0, 0, 0.025), 0 5px 10px rgba(0, 0, 0, 0.05);
    --box-shadow-menu-light: 0 5px 10px rgba(0, 0, 0, .05), 0 2px 6px rgba(0, 0, 0,.025), 0 1px 3px rgba(0, 0, 0, .025);
    --box-shadow-pill: inset 0 1px 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 2px 0 rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .05);
    --box-shadow-request: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -1px 2px rgba(0, 0, 0, .1);
    --box-shadow-status: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -1px 2px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
    --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    --font-family-mono: "SF Mono", SFMono-Regular, ui-monospace, "DejaVu Sans Mono", Menlo, Consolas, monospace;
    --font-weight-normal: 400;
    --font-weight: 500;
    --font-weight-bold: 600;
    --button-sm: 30px;
    --button-md: 40px;
    --button-lg: 50px;
    --icon-sm: 12px;
    --icon-md: 16px;
    --icon-lg: 20px;
    --transition-fast: .15s;
    --transition-slow: .3s;
    --transition-timing: cubic-bezier(0.16, 1, 0.3, 1);
    --header-logo-height: 24px;
    --container: 1100px;
    --container-lg: 1440px;
    --hub-main-max-width: 800px;
    --hub-playground-width: 480px;
    --hub-sidebar-width: 280px;
    --hub-toc-width: 280px;
    --param-form-width: 140px;
    --dash-container-md: 1100px;
    --dash-container-lg: 1260px;
    --xxl: 120px;
    --xl: 80px;
    --lg: 40px;
    --md: 20px;
    --sm: 10px;
    --xs: 5px;
    --blue0: #002077;
    --blue10: #003290;
    --blue20: #0047aa;
    --blue30: #005dc5;
    --blue40: #0074e1;
    --blue50: #118cfd;
    --blue60: #619efe;
    --blue70: #8ab0ff;
    --blue80: #abc3ff;
    --blue90: #c8d7ff;
    --blue100: #e4ebff;
    --green0: #002e02;
    --green10: #00491f;
    --green20: #00683a;
    --green30: #008756;
    --green40: #00a874;
    --green50: #12ca93;
    --green60: #59d4a4;
    --green70: #81ddb6;
    --green80: #a3e6c8;
    --green90: #c3efda;
    --green100: #e1f7ec;
    --gray0: #12181b;
    --gray10: #242e34;
    --gray20: #384248;
    --gray30: #4f5a66;
    --gray40: #637288;
    --gray50: #7b889b;
    --gray60: #939eae;
    --gray70: #adb4c1;
    --gray80: #c6cbd3;
    --gray90: #f0f0f0;
    --gray100: #f8f8f8;
    --purple0: #110e4d;
    --purple10: #2a1f63;
    --purple20: #403278;
    --purple30: #56468f;
    --purple40: #6d5ba6;
    --purple50: #8470be;
    --purple60: #9987c9;
    --purple70: #ae9ed4;
    --purple80: #c2b5df;
    --purple90: #d6cdea;
    --purple100: #ebe6f4;
    --red0: #570000;
    --red10: #730014;
    --red20: #900027;
    --red30: #ad273c;
    --red40: #cb4452;
    --red50: #e95f6a;
    --red60: #f17c81;
    --red70: #f79799;
    --red80: #fcb1b2;
    --red90: #ffcbcb;
    --red100: #ffe5e5;
    --yellow0: #3e1d00;
    --yellow10: #5a3c00;
    --yellow20: #7d5b00;
    --yellow30: #a57d00;
    --yellow40: #cda017;
    --yellow50: #f7c543;
    --yellow60: #fcce66;
    --yellow70: #ffd885;
    --yellow80: #ffe1a4;
    --yellow90: #ffebc2;
    --yellow100: #fff5e0;
    --brown: #7a461c;
    --coral: #ff758c;
    --fuchsia: #cf66c3;
    --gold: #9d8714;
    --indigo: #6b7ede;
    --lavender: #abc3ff;
    --lime: #9ace5a;
    --olive: #837400;
    --orange: #fe8e4f;
    --pink: #e15ca5;
    --teal: #00b6e6;
    --tiffany: #00beaa;
    --bluePastel: #a8edff;
    --greenPastel: #9bfff6;
    --orangePastel: #f5bc90;
    --purplePastel: #e8d0ff;
    --redPastel: #ffc4c9;
    --yellowPastel: #ffffa7;
}
:root {
    --project-color-primary: #0095D5;
    --project-color-inverse: #fff;
    --recipe-button-color: #0095D5;
    --recipe-button-color-hover: #004e6f;
    --recipe-button-color-active: #002a3c;
    --recipe-button-color-focus: rgba(0, 149, 213, 0.25);
    --recipe-button-color-disabled: #a2e3ff;
}

html {
    display: block;
}

body {
    margin: 0;
    font-family: var(--font-family);
    color: #4c555a;
}
user agent stylesheet
body {
    display: block;
    margin: 8px;
}

.main-container {
    min-height: calc(100vh - 90px);
    --markdown-font: var(--font-family);
    --markdown-font-size: 15px;
    --markdown-line-height: 1.5;
    --markdown-title-font: var(--font-family);
    --markdown-title-weight: var(--font-weight-bold);
    color: var(--graphite);
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    max-width: var(--container-lg);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.App {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-family);
}

.header {
    background-color: #006d98 ; 
    background-image: -webkit-linear-gradient(135deg,#006d98 0,#08aea0 100%);
    background-image: linear-gradient(135deg,#006d98 0,#08aea0 100%);
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    position: relative;
    z-index: 100;

    --color-primary: #0095D5;
    --color-primary-inverse: #fff;
    --color-primary-alt: #0081c9;
    --color-primary-darken-10: #0071a2;
    --color-primary-darken-20: #004e6f;
    --color-primary-alpha-25: rgba(0, 149, 213, 0.25);
    --color-link-primary: #0095D5;
    --color-link-primary-darken-10: #0071a2;
    --color-link-primary-darken-20: #004e6f;
    --color-link-primary-alpha-50: rgba(0, 149, 213, 0.5);
    --color-link-primary-alpha-25: rgba(0, 149, 213, 0.25);
    --color-link-background: rgba(0, 149, 213, 0.09);
    --color-link-text: #fff;
    --color-login-link: #118cfd;
    --color-login-link-text: #fff;
    --color-login-link-darken-10: #0272d9;
    --color-login-link-primary-alpha-50: rgba(17, 140, 253, 0.5);
}




.footer {
  background-color: #006d98 ; 
  background-image: -webkit-linear-gradient(135deg,#006d98 0,#08aea0 100%);
  background-image: linear-gradient(135deg,#006d98 0,#08aea0 100%);
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  position: relative;
  z-index: 100;

  --color-primary: #0095D5;
  --color-primary-inverse: #fff;
  --color-primary-alt: #0081c9;
  --color-primary-darken-10: #0071a2;
  --color-primary-darken-20: #004e6f;
  --color-primary-alpha-25: rgba(0, 149, 213, 0.25);
  --color-link-primary: #0095D5;
  --color-link-primary-darken-10: #0071a2;
  --color-link-primary-darken-20: #004e6f;
  --color-link-primary-alpha-50: rgba(0, 149, 213, 0.5);
  --color-link-primary-alpha-25: rgba(0, 149, 213, 0.25);
  --color-link-background: rgba(0, 149, 213, 0.09);
  --color-link-text: #fff;
  --color-login-link: #118cfd;
  --color-login-link-text: #fff;
  --color-login-link-darken-10: #0272d9;
  --color-login-link-primary-alpha-50: rgba(17, 140, 253, 0.5);
}




.menu-left {
    -webkit-box-shadow: 1px 0 0 rgb(0 0 0 / 10%);
    box-shadow: 1px 0 0 rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--hub-sidebar-width);
    flex: 0 0 var(--hub-sidebar-width);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100vh;
    overflow-y: auto;
    position: sticky;
    top: 0;
}
.menu-left {
    -webkit-box-shadow: 1px 0 0 rgb(0 0 0 / 10%);
    box-shadow: 1px 0 0 rgb(0 0 0 / 10%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--hub-sidebar-width);
    flex: 0 0 var(--hub-sidebar-width);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100vh;
    overflow-y: auto;
    position: sticky;
    top: 0;
}

@media (max-width: 1112px){
    .menu-left:not(.mobile):not(.rm-Sidebar_guides) {
        display: none;
    }
}


nav {
    display: block;
}

article.content{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    padding: 30px 31px;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: var(--hub-main-max-width);
    display: block;
    --markdown-font: var(--font-family);
    --markdown-font-size: 15px;
    --markdown-line-height: 1.5;
    --markdown-title-font: var(--font-family);
    --markdown-title-weight: var(--font-weight-bold);
    color: var(--graphite);
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 1.5;
}


article.content2{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    padding: 30px 31px;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: var(--dash-container-lg);
    display: block;
    --markdown-font: var(--font-family);
    --markdown-font-size: 15px;
    --markdown-line-height: 1.5;
    --markdown-title-font: var(--font-family);
    --markdown-title-weight: var(--font-weight-bold);
    color: var(--graphite);
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 1.5;
}


.info-code{
    -webkit-transition: opacity var(--transition-fast) var(--transition-timing);
    transition: opacity var(--transition-fast) var(--transition-timing);
    -webkit-box-shadow: calc(var(--border-width) * -1) 0 0 rgba(0,0,0,0.1),var(--border-width) 0 0 rgba(0,0,0,0.1);
    box-shadow: calc(var(--border-width) * -1) 0 0 rgba(0,0,0,0.1),var(--border-width) 0 0 rgba(0,0,0,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--hub-playground-width);
    flex: 0 0 var(--hub-playground-width);
    max-width: var(--hub-playground-width);
    position: relative;
    --markdown-font: var(--font-family);
    --markdown-font-size: 15px;
    --markdown-line-height: 1.5;
    --markdown-title-font: var(--font-family);
    --markdown-title-weight: var(--font-weight-bold);
    color: var(--graphite);
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 1.5;
}

.info-code>section{
    padding: 20px;
}


.info-code footer{
    padding: 10px;
}


.headline {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
}
.headline h1{
    font-size: 1.9em;
    font-weight: var(--markdown-title-weight);
    line-height: 1.2;
    margin: 0;
}

.APIMethod_get {
    background: #0e9b71;
    text-shadow: 1px 1px 0 #0d8d67, 0 1px 0 #0d8d67, 1px 0 0 #0d8d67;
    width: 40px;
}
.APIMethod {
    border-radius: var(--border-radius-lg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: var(--box-shadow-pill);
    box-shadow: var(--box-shadow-pill);
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 8px;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.APIMethod_url {
    font-size: 13px;
    word-break: break-all;
}


.APISection {
    margin-top: 10px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
}

.APISection strong{
    color: var(--graphite);
    font-family: var(--font-family);
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
}

.ApiParamContainer{
    background: var(--lightGray);
    border: var(--border-width) solid rgba(0,0,0,.1);
    border-radius: var(--border-radius-lg);
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
}

.ApiParamContainerBoxInt {
    color: var(--slate);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}
.ApiParamContainerBoxIntList {
    width: 100%;
}

.ApiFieldTop label{
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: var(--font-weight-bold);
}

.ApiFieldTop .tipo{
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
}

.ApiFieldBody{
    margin-top: 5px;
}
.ApiFieldBody p{
    margin-bottom: 0!important;
    margin-top: 0!important;
    color: var(--slate);
    font-size: 13px!important;
    line-height: 1.4!important;
    margin: 0;
}

.ApiField{
    border-top: 1px solid rgba(0,0,0,.1);
    color: var(--slate);
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding: 10px;
}
.ApiField:not(:only-child){
    margin-left: -10px;
    margin-right: -10px;
}
.ApiField:not(:only-child):first-child{
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    border-top: 0;
}

.ApiCode{
    background: #242e34;
    border: var(--border-width) solid rgba(0,0,0,.2);
    border-radius: var(--border-radius-lg);
    -webkit-box-shadow: var(--box-shadow-request);
    box-shadow: var(--box-shadow-request);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
}

.ApiCode .menu-top{
    box-shadow: inset 0 calc(var(--border-width) * -1) 0 rgba(0,0,0,0.1); 
}

.ApiCode .name{
    margin-right: auto!important;
    color: var(--chalk);
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    --flex-gap: var(--md);
    font-size: 12px;
}

.ApiCode .install{
    box-shadow: inset 0 calc(var(--border-width) * -1) 0 rgba(0,0,0,0.1);
    padding-bottom: 15px;

}

.ApiCode .install .APIRequest {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--slate);
    border-radius: var(--border-radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--font-family-mono);
    font-size: 14px;
    height: 30px;
    margin: 0;
    padding-left: 25px;
    position: relative;
}
.ApiCode .install .APIRequest::before{
    color: var(--chalk);
    content: '$';
    font-weight: var(--font-weight);
    left: 10px;
    line-height: 30px;
    position: absolute;
}

.ApiCode .install .APIRequest input{
    outline: 0;
    color: var(--green);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-family: inherit;
    padding: 0;
    background: 0 0;
    border: none;
}

.ApiCode .code-top {

}

.btn.btn-copy{
    border: 0;
    color: var(--chalk);
    background: 0 0;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: var(--icon-md);
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 30px;
}



.menu-top{
    display: flex;
    max-width: var(--container-lg);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.menu-top-border{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
.menu-top-border img{
    margin-left: 20px;    
    float: left;
    height: 45px;
    width: 206px;
}
.menu-top-border span{
    margin: 20px 0 0 10px;
    float: left;
    font-size: 22px;
}

.menu-top nav{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-overflow-style: none;
    overflow-x: auto;
    padding-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
    padding-top: 5px;
}

.menu-top nav a{
    text-decoration: none;
    border: var(--border-width) solid transparent;
    font-size: 1em;
    height: 30px;
    padding: 10px;
    box-shadow: none;
    background: 0 0;
}
.menu-top nav a.active{
    background: rgba(0,0,0,0.1);
}

.menu-top nav a i{
    margin-left: var(--button-icon-offset);
    font-size: var(--button-font-size);
    color: var(--white);
    opacity: .6;
}
.menu-top nav a span{
    color: var(--white);
    margin-left: 6px;
    
}

.Button {
    --button-icon-offset: -4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: var(--border-radius);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: inherit;
    font-size: var(--button-font-size);
    font-weight: var(--font-weight-bold);
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    -webkit-transition: var(--transition-fast) var(--transition-timing) background-color,var(--transition-fast) var(--transition-timing) border,var(--transition-slow) var(--transition-timing) box-shadow;
    transition: var(--transition-fast) var(--transition-timing) background-color,var(--transition-fast) var(--transition-timing) border,var(--transition-slow) var(--transition-timing) box-shadow;
    white-space: nowrap;
}


.param_child{
    background: var(--white);
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: var(--border-radius-lg);
}

.param_child .ApiField{
    display: block;
    padding: 10px;
    margin: 0 !important;
}

.green{
    color: #12ca93;
}

.red{
    color: #e95f6a;
}

.dropdown a{
    display: block;
    width: 30px;
    text-align: center;
    color: var(--chalk);
}
.dropdown>a:hover{
    color: var(--white) !important;
}

.dropdown a{
    cursor: pointer;
}


.dropdown {
    position: relative;
  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
 
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #777;
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
  }
  .dropdown-menu.show {
    display: block;
  }
  .show > a {
    outline: 0;
  }
  .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }
  @media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      right: 0;
      left: auto;
    }
    .navbar-right .dropdown-menu-left {
      right: auto;
      left: 0;
    }
  }





  .sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
  }
  .sidebar-menu > li > a {
    padding: 0 1rem;
    height: 35px;
    line-height: 35px;
    display: block;
    letter-spacing: .0125em;
    cursor: pointer;
    text-decoration: none;
    color: var(--graphite);
  }
  .sidebar-menu > li > a > .fa,
  .sidebar-menu > li > a > .glyphicon,
  .sidebar-menu > li > a > .ion {
    width: 20px;
    margin-right: 16px;
    font-size: 18px;
  }
  .sidebar-menu > li .label,
  .sidebar-menu > li .badge {
    margin-right: 5px;
  }
  .sidebar-menu > li .badge {
    margin-top: 3px;
  }
  .sidebar-menu li.header {
    padding: 5px 25px 5px 15px;
    font-size: 12px;
  }
  .sidebar-menu li > a > .fa-angle-left,
  .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 18px;
  }
  .sidebar-menu li.active > a > .fa-angle-left > a > .pull-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .sidebar-menu li.active > .treeview-menu {
    display: block;
  }
  .sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
  
  }
  .sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
  }
  .sidebar-menu .treeview-menu > li {
    margin: 0;
  }
  .sidebar-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: var(--graphite);
    font-weight: 600;
  }
  .sidebar-menu .treeview-menu > li > a.active {
      text-decoration: underline;
  }
  .sidebar-menu .treeview-menu > li > a > .fa,
  .sidebar-menu .treeview-menu > li > a > .glyphicon,
  .sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
  }
  .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left,
  .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down,
  .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
  .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
    width: auto;
  }


.btn{
    background: #4c555a;
    color: var(--white);
    text-decoration: none;

  --button-icon-offset: -4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: var(--border-radius);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font: inherit;
  font-size: var(--button-font-size);
  font-weight: var(--font-weight-bold);
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  -webkit-transition: var(--transition-fast) var(--transition-timing) background-color,var(--transition-fast) var(--transition-timing) border,var(--transition-slow) var(--transition-timing) box-shadow;
  transition: var(--transition-fast) var(--transition-timing) background-color,var(--transition-fast) var(--transition-timing) border,var(--transition-slow) var(--transition-timing) box-shadow;
  white-space: nowrap;
}


.container{
  min-height: 500px;
}


.footer .content {
    --gap: 1em;

    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap column;
    flex-flow: nowrap column;
    grid-gap: var(--gap);
    margin: 0 auto;
    max-width: 100%;
    padding: var(--gap) calc(var(--gap)/2);
    width: 1000px;
    
}

.footer h3 {
  color: #fff;
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  font-size: var(--markdown-title-size,1.25em);
  margin-bottom: 15px!important;
}

.footer ul{
  margin-bottom: 0!important;
  padding: 0;
    list-style: none;
}

.footer ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer ul li a{
  text-decoration: none;
  color: #FFF;
}

.footer .markdown-body{
  flex: 1 calc(33% - var(--gap));
  max-width: 33%;
  -webkit-text-size-adjust: 100%;
    position: relative;
    font-family: var(--markdown-font);
    line-height: var(--markdown-line-height);
    color: var(--markdown-text);
    word-wrap: break-word;
}
@media (max-width: 768px) {
  .footer .markdown-body{
    flex: 1 calc(100% - var(--gap));
    max-width: 100%; 
    display: inline;
  }
}


a{
  color: var(--graphite);
}



.col4{
  width: 33.3333333%;
  float: left;
}