html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}


/*Page layout*/
.main {
    position: relative;
    display: flex;
    flex-direction: column;
    /*top: 80px;*/
    left: 0;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.page {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100%;
    overflow: auto;
}

.page-content {
    position: relative;
    flex: 1;
    padding: 40px 30px 30px;
    max-width: 70%;
}

/*Navigation*/
.page-navigation {
    position: relative;
    width: 300px;
    padding: 30px;
    overflow-y: hidden;
    background: #ebeff3;
}

.category-nav-head {
    color: #4f4f4f;
    font-weight: 500;
    padding-left: 0;
    height: auto;
    padding-bottom: 10px;
}

.category-nav {
    color: #4f4f4f;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.category-nav-btn{
    font-weight: 700;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    border: 2px solid gray;
}

li {
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 42px;
    font-size: 14px;
    margin-bottom: 5px;
}

a.nav {
    position: relative;
    color: #828282;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

li a.nav.active {
    background: #0d6efd;
    border-radius: 4px;
    color: white;
}


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

footer {
    /* margin-top: auto;*/
    min-height: 50px;
}

body {
    margin-bottom: 60px;
    font-size: 14px;
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

a{
    text-decoration: none;
}

.tool-heading{
    padding-right:5px;
}

.p-note{
    margin-bottom: 5px;
}

.form-control.no-validate:valid {
    border-color: #ced4da;
    padding-right: .75rem;
    background: none;
}

.required{
    color: rgba(255,0,0,.6);
}

.required:after {
    color: rgba(255,0,0,.6);
    content: "required";
    font-size: 10px;
    padding: 5px;
    position: relative;
    top:-6px;
}


.param-name {
    font-weight: 700;
    color: #3b4151;
    font-family: sans-serif;
    font-size: 16px;
    margin-right: 0.75em;
}

.param-type{
    color:#3b4151;
    font-family:monospace;
    font-size:12px;
    font-weight: 600;
}

.param-in{
    color:gray;
    font-family:monospace;
    font-size:12px;
    font-style:italic;
    font-weight: 600;
}

p{
    margin-bottom:0px;
}

.data-source-details {
    background: hsla(0,0%,100%,.8);
    box-shadow: 1px 1px 3px 3px rgb(0 0 0 / 10%);
    padding: 1rem !important;
    margin-bottom: 0.5rem !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important;
}

.extrata-btn{
    background:transparent;
    border:2px solid gray;
    border-radius: 4px;
    box-shadow:0 1px 2px rgb(0 0 0 / 10%);
    color: #3b4151;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 23px;
    transition: all .3s;
}

.clear-btn{
}

.extrata-btn:hover {
    box-shadow: 0 0 5px rgb(0 0 0 /30%);
    color: #3b4151;
}

.extrata-btn[disabled] {
    cursor: not-allowed;
    opacity: .3;
}


.execute-wrapper {
    padding: 20px;
    text-align: right;
    display: flex;
    padding: 15px;
}

.execute-btn{
    width: 100%;
    padding: 8px 40px;
    background-color: #4990e2;
    border-color: #4990e2;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    font-size: 14px;
    font-weight: 700;
    transition: all .3s;
}

.execute-btn:hover {
    box-shadow: 0 0 5px rgb(0 0 0 /30%);
}

.execute-btn[disabled] {
    cursor: not-allowed;
    opacity: .3;
}

.btn-group
.execute-btn:first-child {
    border-radius: 4px 0 0 4px;
    flex: 1;
}

.btn-group
.extrata-btn:last-child {
    border-radius: 0 4px 4px 0;
    flex: 1;
}


.post-btn-group
.btn {
     flex: inherit;
     border-bottom: 0;
}

.post-btn-group
.btn:last-child {
    border-radius: 0 4px 4px 0;
    flex: 1;
}

.post-btn-group
.btn:last-child {
    border-radius: 0 4px 4px 0;
    flex: 1;
}

.post-btn-group > .btn:nth-child(n+3) {
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.post-btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    box-shadow: none;
}



.btn-red {
    border-color: #ff6060 !important;
    color: #ff6060 !important;
}

.logout{
    text-decoration:none;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.authorize {
    align-items:center;
    border-color: #49cc90 !important;
    color: #49cc90 !important;
    width: 140px;
    margin-right: 5px;
}

.bundle-select-dropdown{
    max-height: 500px;
    overflow-y: auto;
}

.dropdown-item{
    padding: 0 1rem;
}

.section-header {
    background: hsla(0,0%, 100%, .8);
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    display: flex;
    min-height: 50px;
    padding: 8px 20px;
    align-items: center;
}

.section-sub-header {
    justify-content: space-between;
    display: flex;
    margin-bottom:6px;
    align-items: center;
}

.tab-header{
    justify-content: space-between;
    display: flex;
    align-items:center;
    flex: 1;
}

.response-header {
    display: flex;
    min-height: 50px;
    padding: 8px 20px;
    align-items: center;
}

.header-text{
    color:#3b4151;
    flex:1;
    font-size: 14px;
    margin:0;
    align-items: center;
}

.header-text-server-response {
    color: #3b4151;
    flex: 1;
    font-family: sans-serif;
    font-size: 14px;
    margin: 0;
    align-items:center;
}

pre {
    margin: 0px;
    overflow: hidden;
    display: block;
    overflow-x: auto;
    padding: 0.5em 3em 0.5em 0.5em;
    background: rgb(51,51,51);
    color: white;
    text-wrap: pretty;
    font-family: monospace;
    font-size: 12px;
    font-weight: 600;
}

.code-box {
    display: block;
    position: relative;
    box-sizing: border-box;
    overflow-wrap: break-word;
}


.json{
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: rgb(51,51,51);
    color: white;
    word-wrap: break-word;
    border-radius: 4px;
    font-family: monospace;
    font-size: 12px;
    font-weight: 600;
    hyphens: auto;
    margin: 0;
    /* white-space: pre-wrap ;*/
    word-break: break-word;
    max-height: 500px;
    overflow: auto;
    word-break: break-word;
}

.tryItOutJson {
    margin-bottom: 40px;
    word-break: break-word;
}

.try-it-out {
    background: white;
}

.param-form-des-col {
    margin-bottom: 2em;
    width:75%;
}

.param-description {
    font-size: 15px;
}

.param-form-textarea {
    max-width: 340px;
    width: 100%;
    margin-top: 10px;
}

.noborder {
    border-width: 0px !important;
    border-style: none;
    border: none;
}

.bg-colour-Get {
    background: rgba(97,175,254,.1);
    border-color: #61affe;
}
.bg-colour-Post {
    background: rgba(73,204,144,.1);
    border-color: #49cc90;
}

.accordion-summary {
    all: inherit;
    border-bottom: 0;
    cursor: pointer;
    flex: 1;
    padding: 0;
}

.accordion-summary-method {
    border-radius: 3px;
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    min-width: 80px;
    padding: 6px 0;
    text-align: center;
    text-shadow: 0 1px 0 rgb(0 0 0 / 10%);
}

.accordion-header-text {
    align-items: center;
    color: #3b4151;
    display: flex;
    font-family: monospace;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    word-break: break-word;
}

.accordion-header-subtext {
    font-size: 14px;
}

.summary-Get {
    background: #61affe;
}

.summary-Post{
    background: #49cc90;
}

.accordion-nohighlight{
    color:black;
}

/*.spinner-border{
    visibility: hidden;
}*/

.spinner-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.post-file {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin: 5px 0;
    min-width: 100px;
    padding: 8px 10px;
}

.post-text {
    background: hsla(0,0%,100%,.8);
    border: none;
    border-radius: 4px;
    color: #3b4151;
    font-family: monospace;
    font-size: 12px;
    font-weight: 600;
    min-height: 280px;
    outline: none;
    padding: 10px;
    width: 100%;
    width: 100%;
}

.accord-button-Get {
    background: rgba(97,175,254,.1);
    border-color: #61affe;
}

.accord-button-Post {
    background: rgba(73,204,144,.1);
    border-color: #49cc90;
}

.accord-button-Post:focus {
    background: rgba(73,204,144,.1);
    border-color: #49cc90;
    box-shadow: 0 0 0 0.25rem rgb(45 102 54 / 25%);
}

.accord-button-Get:focus {
    background: rgba(97,175,254,.1);
    border-color: #61affe;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
}

.name-header {
    display: flex;
    flex: 1;
    align-items: flex-start;
    justify-content: flex-start;
    margin:10px;
}

.copy-to-clip {
    align-items: center;
    background: #7d8293;
    border: none;
    border-radius: 4px;
    bottom: 10px;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 110px;
    width: 30px;
}

.copy-to-clip-icon {
    border: none;
    flex-grow: 1;
    flex-shrink: 1;
    height: 25px;
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" aria-hidden="true"><path fill="%23fff" fill-rule="evenodd" d="M4 12h4v1H4v-1zm5-6H4v1h5V6zm2 3V7l-3 3 3 3v-2h5V9h-5zM6.5 8H4v1h2.5V8zM4 11h2.5v-1H4v1zm9 1h1v2c-.02.28-.11.52-.3.7-.19.18-.42.28-.7.3H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h3c0-1.11.89-2 2-2 1.11 0 2 .89 2 2h3c.55 0 1 .45 1 1v5h-1V5H3v9h10v-2zM4 4h8c0-.55-.45-1-1-1h-1c-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1H5c-.55 0-1 .45-1 1z"/></svg>') 50% no-repeat
        
}

.copy-request {
    right: 10px;
}

.download-json {
    border:none;
    align-items: center;
    background: #7d8293;
    border-radius: 4px;
    bottom: 10px;
    color:#fff;
    display:flex;
    font-family:sans-serif;
    font-size: 14px;
    font-weight:600;
    height:30px;
    justify-content:center;
    padding: 5px;
    position: absolute;
    right:20px;
    text-align:center;
}

.broker-badge {
    border-radius: 0.9rem;
}

.info-badge {
    border-radius: 0.9rem;
    padding: 0.25em 0.65em;
    font-size: .55em;
    color: black;
    margin-left: 4px;
    border: 1px solid #999;
    background-color: transparent;
}

.info {
    align-items: flex-start;
    display: flex;
}


.post-text-area {
    background: hsla(0,0%,100%,.8);
    border: none;
    border-radius: 4px;
    color: #3b4151;
    font-family: monospace;
    font-size: 12px;
    font-weight: 600;
    min-height: 280px;
    outline: none;
    padding: 10px;
    width: 100%;
    max-height: 500px;
}

.header-div {
    align-items: flex-end;
    justify-content: space-between !important;
    display: flex !important;
    padding-bottom: 0px !important;
}

.btn-font{
    font-size:14px;
}

.input-header{
    padding-bottom: 7px;
}

.info-div{
    margin: 10px;
}

.json-key{
    color:white;
}

.json-value {
    color: rgb(211, 99, 99);
}

.json-string {
    color: rgb(162, 252, 162);
}

.svg-padlocks {
    width: 22px;
    height: 22px;
    display: flex;
    padding-left: 6px;
}

.created-by-pill {
    background-color: #fcbb05;
    padding: 3px 10px 2px;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
}

/*Error page*/
.full-page {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #ebeff3 url(./../assets/data-pattern.svg) no-repeat center bottom;
    background-size: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-container {
    background: white;
    box-shadow: 0px 5px 15px rgba(0, 62, 97, 0.1);
    border-radius: 10px;
    width: 400px;
    max-width: 400px;
    padding: 50px 30px;

    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.message-container__title {
    color: #121212;
    font-weight: 700;
    font-size: 24px;

    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}

.message-container__description {
    text-align: center;
    color: #828282;
    padding: 0 30px;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;

    font-weight: 400;
    font-size: 16px;
}


.step {
    padding: 7px;
}

li {
    height: auto;
}

/*testing*/
.example-call {
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    font-weight: 400;
}

.example-call:hover {
    box-shadow: 0 .5rem 1rem rgba(.1,.1,.1,.15) !important;
    border-radius: 0.8rem !important;
    background-color: white;
    color:black;
}

.tag-name {
    color: orangered;
}
.attribute-name {
    color:#8cea39;;
}
.attribute-value {
    color: yellow;
}

.footerlinkscontent {
    font-size: 15px !important;
}

    .footerlinkscontent h1 {
        font-size: 1.75rem !important;
    }

    .footerlinkscontent h3 {
        font-size: 1.25rem !important;
        font-weight: 100 !important;
    }

    .footerlinkscontent .ol-float {
        margin-top: 25px;
    }

 