html {
    scroll-behavior: auto;
}

body {
    overflow-x: hidden;
    color: #455167;
    font-family: "Noto Sans", sans-serif !important;
    font-size: 14px !important;
}

tt {
    font-family: "Inconsolata", monospace;
}

.help-page h1,
.help-page .h1,
.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3,
.help-page h4,
.help-page .h4,
.help-page p,
.help-page ol,
.help-page form,
.help-page strong,
.help-page-table th,
.help-page-table p,
.optional-params-table
{
    font-family: "Noto Sans", sans-serif;
}

.help-page pre.wrapped {
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    padding: 8px;
    border-radius: 4px;
}

.help-page pre, #actual-main-content pre {
    font-family: "Inconsolata", monospace;
    background-color: #f4f9fc;
    font-size: 14px;
    width: fit-content;
}

.help-page #actual-main-content.home pre {
    width: auto;
}

.help-page .warning-message-container {
    margin-top: 20px;
    padding: 0 8px;
    color: #525252;
    background: #EFDCA9;
    border: 1px solid #CCCCCC;
}

.help-page-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0 0 32px 0;
    font-family: "Noto Sans", sans-serif;
}

.help-page-table th, .optional-params-table th {
    text-align: left;
    font-weight: bold;
    padding: 5px 6px 5px 6px;
    border-bottom: 1px solid #D4D4D4;
}

.help-page-table th {
    padding: 8px 0;
}

.optional-params-table td {
    padding: 8px;
    vertical-align: top;
}

.help-page-table td {
    padding: 8px 0;
    vertical-align: top;
}

.help-page-table td:first-of-type {
    padding-right: 8px;
}


.help-page-table pre,
.help-page-table p {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 14px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1600px;
}


@media (min-width: 1200px) {
    .flex-container .description {
        width: 50%;
        min-width: 464px;
    }
    .flex-container .base-url {
        width: 40%;
        min-width: 464px;
        max-width: 576px;
    }
    .flex-container .api-uri {
        width: 50%;
    }
    .flex-container .api-code-sample {
        width: 40%;
    }
}

@media (max-width: 1200px) {
    .flex-container .description {
        width: 80%;
        min-width: 464px;
    }
    .flex-container .base-url {
        width: 80%;
        min-width: 464px;
        max-width: 576px;
    }
    .flex-container .api-uri {
        width: 80%;
    }
    .flex-container .api-code-sample {
        width: 80%;
    }
}

@media (max-width: 860px) {
    .flex-container .description {
        width: 80%;
        min-width: 344px;
        max-width: 400px;
    }
    .flex-container .base-url {
        width: 80%;
        min-width: 344px;
        max-width: 400px;
    }
}


.flex-container .api-name {
    width: 100%;
}


.help-page .parameter-annotations {
    padding-right: 32px;
}

.optional-params-table td.option-name, .optional-params-table td.default-value, .optional-params-table td.min-max{
    width: 15%;
}

.optional-params-table td.description {
    width: 50%;
}

.help-page a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #186DDC;
}

.help-page h1,
.help-page .h1 {
    font-size: 36px;
    line-height: normal;
    color:#494949;
}

.help-page h2,
.help-page .h2 {
    font-size: 24px;
}

.help-page h3,
.help-page .h3 {
    font-size: 20px;
}

#body.help-page {
    font-size: 14px;
    line-height: 143%;
    color: #494949;
    position: absolute;
    z-index: 1;
}

.help-page a {
    color: #186DDC;
    text-decoration: none;
}

.left-nav-bar-short{
    overflow: unset;
}

.left-nav-bar-long{
    overflow: hidden;
}

#left-nav-bar {
    background-color: #EDF5FA;
    position: sticky;
    top: 0;
    max-width: 300px;
    min-width: 300px;
    width: 300px;
    padding-right: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px){
    #left-nav-bar{
        min-width: 264px;
    }
}

ul#controllers, ul#glossary-navbar-content {
    margin: 0;
}


.left-nav-bar-short ul#controllers, .left-nav-bar-short ul#glossary-navbar-content {
    overflow-y: hidden;
}
.left-nav-bar-long ul#controllers, .left-nav-bar-long ul#glossary-navbar-content {
    overflow-y: scroll;
}

#left-nav-bar h4 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 25px;
    color: #233B5A;
}

#left-nav-bar ul {
    list-style: none;
    padding-inline-start: 0;
    padding-right: 14px;
}


#left-nav-bar ul li {
    margin-top: 10px;
    padding-left: 26px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.2px;
    font-weight: 400;
    color: #627089;
}

#left-nav-bar ul li a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.2px;
    font-weight: 400;
    color: #627089;
    transition: all 0.2s ease-in-out;
}

#left-nav-bar ul li a:hover {
    color: #186DDC;
    text-decoration: none;
}

#left-nav-bar ul li a.selected{
    color: #186DDC;
    font-weight: 600;
}

#left-nav-bar ul li ul li{
    padding-left: 0;
}




#actual-main-content {
    padding: 64px;
}

@media (max-width: 860px){
    #actual-main-content {
        max-width: 720px;
    }

    .collapsible-content .content-inner {
        max-width: 520px;
    }
}

@media (min-width: 860px) AND (max-width: 1020px){
    #actual-main-content {
        max-width: 760px;
    }

    .collapsible-content .content-inner {
        max-width: 600px;
    }
}

@media (min-width: 1020px) AND (max-width: 1200px) {
    #actual-main-content {
        max-width: 840px;
    }

    .collapsible-content .content-inner {
        max-width: 640px;
    }
}

@media (min-width: 1200px) AND (max-width: 1600px){
    #actual-main-content {
        max-width: 1080px;
    }

    .collapsible-content .content-inner {
        max-width: 760px;
    }
}

@media (min-width: 1600px){
    #actual-main-content {
        max-width: 1200px;
    }

    .collapsible-content .content-inner {
        max-width: 800px;
    }
}


#actual-main-content h1, #actual-main-content h2 {
    font-family: 'Noto Sans', sans-serif;
    line-height: 40px;
    font-weight: 700;
    color: #233B5A;
}

#actual-main-content h1 {
    font-size: 32px;
}

#actual-main-content h2 {
    font-size: 28px;
}

#actual-main-content p.below-h1-h2 {
    color: #717781;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}

#actual-main-content h3 {
    color: #233B5A;
    letter-spacing: -0.1px;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

h3.after-hash {
    display: inline-block;
    margin-left: 4px;
}

#actual-main-content h4 {
    letter-spacing: -0.1px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 25px;
    color: #233B5A;
}

#actual-main-content p.below-h3 {
    color: #535564;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}

#actual-main-content p.api-description:last-of-type {
    margin-bottom: 16px;
}

#actual-main-content .content-inner h4:first-of-type {
    margin-top: 12px;
}

.glossary-content {
    font-family: 'Noto Sans', sans-serif;
}

.glossary-content .definitions-cluster {
    margin-bottom: 32px;
}

.glossary-content ul{
    list-style-type: none;
    margin-top: 16px;
    margin-bottom: 32px;
}

#actual-main-content.glossary-content h4{
    margin-top: 10px;
}

.api-page h3.param-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
}



/* custom api doc elements */
.call .api-name p.call-hash{
    color: #186DDC;
    display: inline-block;
    margin-left: -18px;
    margin-bottom: 0;
    font-size: 22px;
    letter-spacing: -0.1px;
    line-height: 30px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

.help-page .api-name .capsule{
    padding: 16px;
    border-radius: 4px;
    line-height: 1.75em;
    margin-bottom: 8px;
}

.help-page .api-name .blue-capsule{
    border: 1px solid #186DDC;
}

.help-page .api-name .bluer-capsule{
    border: 2px solid #2274b4;
    color: #2274b4;
}

.help-page .api-name .bluer-capsule a {
    color: #2274b4;
}


.help-page .blue-capsule p.path {
    font-family: "Inconsolata", monospace;
}

.help-page .blue-capsule p.method {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0;
}

.note{
    font-weight: bold;
}

.pgHd {
    height: 120px !important;
    padding: 12px;
    background: #186DDC;
    /*justify-content: space-between;*/
}

.pgHd .logo{
    width: 100px;
    height: auto;
    margin: 10px 5px 0 10px;
}

.pgHd .tagline{
    margin-top: 6px !important;
}

.pgHd .tagline a{
    font-weight: 400;
    font-size: 23px;
    font-family: "Noto Sans", sans-serif;
    text-shadow: none;
    color: #fff;
    opacity: 0.7;
}

#version-dropdown {
    display: inline-block;
    float: right;
    margin-right: 4px;
    margin-top: 2px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}


#version-dropdown-menu {
    width: 60%;
}

i.dropdown-caret {
    float: right;
    margin-top: 4px;
    margin-left: 4px;
}

#version-dropdown a.dropdown-item {
    padding: 4px 8px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #565656;
}

#version-dropdown .dropdown-toggle::after {
    display: none;
}

button#dropdownMenuButton, button#dropdownMenuButton:not(:disabled):not(.disabled):active, button#dropdownMenuButton:not(:disabled):not(.disabled).active {
    color: white;
    border: 1px solid white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 8px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-align: left;
}


button#dropdownMenuButton:hover {
    background-color: #2274b4;
}



.dropdown-menu.show {
    z-index: 100;
    position: absolute !important;
    top: 36px !important;
    left: 0 !important;
    will-change: none !important;
    transform: none !important;
    background-color: #EDF5FA;
}

.dropdown-menu.show{
    position: absolute !important;
    top: 36px !important;
    left: 16px !important;
    right: 0 !important;
}

button[data-toggle="tooltip"] {
    background-color: transparent;
    border: none;
    color: #186DDC;
    padding: 0;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #186DDC;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #186DDC;
}

a.get-started {
    border: 2px solid #186DDC;
    border-radius: 4px;
    padding: 8px 12px;
}

ul.change-log {
    list-style: none;
    padding-left: 40px;
}

ul.change-log li {
    margin-bottom: 8px;
}

/* end custom api doc elements */


/* Contact page */

input[type="text"], textarea#comment{
    background: #FFFFFF;
    font-family: "Noto Sans", sans-serif;
    display: block;
    border: 1px solid #dce2ec;
    border-radius: 4px;
    color: #2F3246;
    width: 100%;
    height: 45px;
    line-height: 1.5;
    font-weight: 500;
    max-width: none;
    vertical-align: middle;
    font-size: 16px;
    outline: none;
    letter-spacing: 0.01em;
    box-shadow: none;
    transition: border 0.15s ease-in-out, box-shadow 0.15s ease-in-out, color 0.15s ease-in-out, background-color 4000s linear;
}

button#submit-comment {
    background: #186DDC;
    font-size: 15px;
    font-weight: 600;
    float: right;
    padding: 0 26px;
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
    min-width: 140px;
    margin-bottom: 10px;
    border-radius: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0 none;
    position: relative;
}

#actual-main-content form .form-control {
    font-size: 14px !important;
}

/* end contact page */



/* Use cases & change log pages */
ul#use-cases-navbar-content li ul li {
    padding-left: 8px;
}

ul#use-cases-navbar-content li ul li.intro {
    padding-left: 0;
}

.left-nav-bar-use-cases .user-persona {
    font-style: italic;
    color: #233B5A;
    font-size: 15px;
}

#actual-main-content.use-case-content .context, #actual-main-content.use-case-content .building-integration {
    margin-left: 32px;
}

@media (max-width: 860px){
    #actual-main-content.use-case-content{
        padding: 64px 48px;
    }

    #actual-main-content.use-case-content .context, #actual-main-content.use-case-content .building-integration {
        margin-left: 0;
    }
}

.use-case-content .step p,  .use-case-content .step ul li{
    color: #535564;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}

.use-case-content .step h5{
    font-weight: 700;
    font-size: 1em;
}

.use-case-content .step p, .use-case-content ul.inside-paragraph li {
    font-weight: 400;
}

.use-case-content pre.request {
    margin-bottom: 32px;
    width: fit-content;
}

@media (min-width: 1208px){
    #actual-main-content.use-case-content .code-card{
        width: 576px;
    }
}

@media (max-width: 1208px){
    #actual-main-content.use-case-content .code-card{
        width: 464px;
    }

    .use-case-content pre.request {
        width: 464px;
    }
}

@media (max-width: 860px){
    #actual-main-content.use-case-content .code-card{
        width: 420px;
    }
}

#actual-main-content.use-case-content pre{
    color: #808080;
    background-color: #f4f9fc;
    font-family: "Inconsolata", monospace;
}

#actual-main-content.use-case-content .code-card pre.response {
    margin-bottom: 0;
    width: 100%;
    border: none;
    padding: 0;
}

.context {
    display: inline-block;
}

/* end use cases page */

/* Vertical collapse */
input[type='checkbox'] {
    display: none;
}

.lbl-toggle {
    display: block;
    color: #186DDC;
    font-weight: normal;
    cursor: pointer;
    border-radius: 7px;
    transition: all 0.25s ease-out;
    margin-top:8px;
}

.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 5000px;
}

.toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.content-inner {
    margin:0 0 32px 16px;
}
/* end vertical collapse */


/* badge styles */
button.attribute-badge, div.attribute-badge{
    color: white;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 2px 8px;
    margin: 8px 0;
    font-size: 11px;
    background-color: lightgrey;
}

div.attribute-badge{
    margin: 0;
}

button.deprecation-warning {
    background-color: #BFDEF6;
    color: #186DDC;
    padding: 4px 8px;
}

button.deprecation-warning:hover{
    color: #186DDC;
}

button.authorized-for-org, div.attribute-badge.org {
    background-color: #444;
}

button.partner, div.attribute-badge.partner {
    background-color: #888;
}

button.authenticated, div.attribute-badge.authenticated {
    background-color: #2274b4;
}

button.paging, div.attribute-badge.paging {
    background-color: #8ec4ea;
}

button.deprecated, div.attribute-badge.deprecated {
    background-color: #000;
}
/* end badge styles */


/* code sample styles */

.help-page .sample-content {
    display: block;
    font-family: "Inconsolata", monospace;
}

.sample-content pre.wrapped{
    padding: 0;
    border: none;
    background-color: transparent;
    color: #808080;
    font-size: 14px;
}

.code-card {
    color: #808080;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: "Inconsolata", monospace;
    padding: 0 !important;
    height: 100%;
}

.code-card-header {
    background-color: #dfe6ed;
    border-bottom: 1px solid #ddd;

    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;

    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    font-weight: 700;
}

.code-card-header span{
    width: 8%;
    position: relative;
    left: calc(100% - 144px);
    margin-right: 1.5em;
    color: #bababa;
}

.code-card-header span.use-cases{
    left: calc(100% - 176px);
}

.code-card-header i {
    float: right;
    padding: 4px;
    font-weight: 700;
    color: #808080;
}

.code-card-body {
    background-color: #f4f9fc;
    padding: 1.5rem;
}

.container-of-scrollbar-content i {
    font-weight: 700;
    color: #808080;
}

button.copy-url-to-clipboard {
    background-color: transparent;
    border: none;
    color: #186DDC;
    margin-top: 0;
    float: right;
}

button.copy-url-to-clipboard.bluer {
    color: #2274b4;
}

button.copy-url-to-clipboard i {
    font-weight: 700;
}

button.copy-sample-to-clipboard{
    position: relative;
    top: -28px;
    left: calc(100% - 32px);
    background-color: transparent;
    border: none;
}

button#copy-base-url-to-clipboard {
    float: right;
    background-color: transparent;
    border: none;
    padding-right: 0;
    padding-top: 0;
}
/* end code sample styles */

/* general styles */
.bold {
    font-weight: bold;
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-16{
    margin-bottom: 16px;
}

.mt-32{
    margin-top: 32px;
}

.mr-64 {
    margin-right: 64px;
}

.ml-64 {
    margin-left: 64px;
}

.ml-sixth {
    margin-left: 16.6666%;
}

.pb-32 {
    padding-bottom: 32px;
}

.break-all-words {
    word-break: break-all;
}

.same-line {
    display: inline-block;
}

.ipad-width {
    width: 768px;
}

@media (min-width: 1208px){
    .narrow-60 {
        width: 60%;
    }
}

@media (min-width: 860px){
    .invisible-above-860 {
        display: none;
    }
}

@media (min-width: 1208px){
    .invisible-above-1208 {
        display: none;
    }
}

@media (min-width: 1400px){
    .invisible-above-1400 {
        display: none;
    }
}

span.monospace {
    font-family: "Inconsolata", monospace;
}

.thick-dark {
    border-top: 2px solid #ddd;
    margin-bottom: 64px;
}

.lighter-header-text {
    color: #808080;
}

p.inline {
    display: inline;
}

.invisible {
    display: none;
}

.paragraph-title {
    font-weight: bold;
    margin: 0;
}

a.back-link {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
}

/* end general styles */


/* scrollbar styles and mechanics */
::-webkit-scrollbar {
    width: 16px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px grey;
}

::-webkit-scrollbar-thumb {
    background: #186DDC;
}

::-webkit-scrollbar-thumb:hover {
    background: #2274b4;
}

/* container of header + scrollbar + scrollable content  */
.container-absolute-height-setter {
    height: 448px;
}

.container-relative-height-setter {
    height: 100%;
}
.container-of-header-scrollbar-content {
    height:100%;
    position: relative;
}

/* header above scrollbar and scrollable content */
.header-above-scrollbar {
    height:50px;
}

/* container for scrollbar + scrollable content */
.container-of-scrollbar-content{
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 36px;
    width: 100%;
    position: absolute;
    top: 0;
}

/* scrollbar section */
.scrollbar
{
    position: relative;
    max-height: 100%;
    overflow: auto;
    margin-top: -22px;
}

/* scrollable content */
.scrollable-content {
    height: 100%;
}

/* end scrollbar styles and mechanics */


/* custom xxl size */

@media (min-width: 1620px) {
    .help-page .container {
        max-width: 1536px;
    }
}

.help-page .col-xxl-1, .help-page .col-xxl-2, .help-page .col-xxl-3, .help-page .col-xxl-4, .help-page .col-xxl-5, .help-page .col-xxl-6, .help-page .col-xxl-7, .help-page .col-xxl-8, .help-page .col-xxl-9, .help-page .col-xxl-10, .help-page .col-xxl-11, .help-page .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
    min-height: 1px;
}

@media (min-width: 1620px) {
    .help-page .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .help-page .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .help-page .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .help-page .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .help-page .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .help-page .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .help-page .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .help-page .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .help-page .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .help-page .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .help-page .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .help-page .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .help-page .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .help-page .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .help-page .order-xxl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .help-page .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .help-page .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .help-page .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .help-page .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .help-page .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .help-page .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .help-page .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .help-page .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .help-page .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .help-page .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .help-page .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .help-page .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .help-page .offset-xxl-0 {
        margin-left: 0;
    }
    .help-page .offset-xxl-1 {
        margin-left: 8.333333%;
    }
    .help-page .offset-xxl-2 {
        margin-left: 16.666667%;
    }
    .help-page .offset-xxl-3 {
        margin-left: 25%;
    }
    .help-page .offset-xxl-4 {
        margin-left: 33.333333%;
    }
    .help-page .offset-xxl-5 {
        margin-left: 41.666667%;
    }
    .help-page .offset-xxl-6 {
        margin-left: 50%;
    }
    .help-page .offset-xxl-7 {
        margin-left: 58.333333%;
    }
    .help-page .offset-xxl-8 {
        margin-left: 66.666667%;
    }
    .help-page .offset-xxl-9 {
        margin-left: 75%;
    }
    .help-page .offset-xxl-10 {
        margin-left: 83.333333%;
    }
    .help-page .offset-xxl-11 {
        margin-left: 91.666667%;
    }
}

#actual-main-content label {
    color: #233B5A;
    letter-spacing: -0.1px;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

#feedbackToast {
    position: absolute;
    top: 600px;
    left: 120px;
    width: 280px;
    height: 60px;
    z-index: 100;
    padding: 16px 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #e8e8e8;
    background-color: white;
    text-align: center;
}

.feedback-link {
    border:1px solid #186DDC;
    padding: 16px 8px;
    background-color: white;
    border-radius: 4px;
    width: 160px;
    z-index: 1000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
}