html {
    scroll-behavior: smooth;
}

body {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue',
        Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px;
    font-size: 14px;
}

a {
    color: #0071ce;
}

.header-container {
    margin: 0px;
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    height: 70px;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.documentation-link {
    float: right;
    background-color: #00b188;
    color: #ffffff;
    padding: 7px 15px;
    text-decoration: none;
    border-radius: 3px;
}

hr {
    height: 1px;
    background: #eee;
    border-style: none;
    margin-top: 10px;
}

.center {
    width: 860px;
    margin: 0 auto;
}

.header {
    width: 100%;
}

.header-button {
    margin-top: 7px;
}

.panel_right_header {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
}

.center {
    text-align: left;
}

.center .box {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #fff;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
}

.center .box table {
    width: 100%;
}

.center .box table td {
    width: 25%;
}

.center .box img {
    max-width: 96px;
    max-height: 96px;
}

.primary_button {
    color: #ffffff;
    background-color: #0071ce;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

.secondary_button {
    color: #ffffff;
    background-color: #00b188;
    border: none;
    padding: 6px 15px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}

input[type='text'],
input[type='password'] {
    padding: 8px 0px 8px 8px;
}

textarea,
input[type='text'],
input[type='password'],
input[type='file'],
select {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue',
        Helvetica, Arial, 'Lucida Grande', sans-serif;
    width: 75%;
    float: right;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

select {
    padding-left: 7px;
    width: 76.2%;
    height: 35px;
    /* -webkit-appearance: none; */
    -webkit-border-radius: 4px;
}

textarea,
select {
    border: 1px solid #e5e5e5;
}

label {
    float: left;
    margin: 5px 10px 0px 0px;
}

fieldset {
    border: 0;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 0;
    border: 1px solid #e5e5e5;
}

fieldset legend {
    font-weight: bold;
    font-size: 17px;
}

.fieldset_content {
    padding: 15px;
}

.ttl-wrapper {
    background: linear-gradient(180deg, #fbfbfb, #eee);
    padding: 10px;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: space-between;
}

.ttl {
    font-weight: bold;
    font-size: 16px;
}

.clear {
    clear: both;
}

.field {
    margin-top: 10px;
}

label.required::after {
    content: ' (*)';
    color: #ff0033;
}

label.required-one::after {
    content: ' (*1)';
    color: #ff0033;
}

label.required-two::after {
    content: ' (*2)';
    color: #ff0033;
}

.required-details {
    color: #ff0033;
    font-size: 12px;
}

.post-url {
    font-weight: normal;
}

.field span {
    font-size: 12px;
    float: right;
    width: 610px;
    margin-top: 10px;
}

.field span.material-icons {
    float: left;
    margin-top: 0;
    margin-right: 6px;
    width: 20px;
    font-size: 22px;
}

input[type='file'] {
    border: 1px solid #e5e5e5;
    padding: 5px 0px 5px 5px;
    width: 75%;
}

.container {
    display: flex;
}

.panel_left,
.panel_right {
    padding: 20px;
}

.panel_left {
    height: calc(100% - 70px);
    z-index: 1;
    position: fixed;
    padding-top: 20px;
    padding-right: 10px;
    width: 280px;
    background-color: #f8f8f8;
    border-right: 1px solid #e5e5e5;
    margin-top: 70px;
    -moz-box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.4);
    box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.4);
    overflow: scroll;
}

.panel_right {
    margin-left: 340px;
    margin-top: 60px;
}

.material-icons {
    vertical-align: middle;
}

h1,
h2,
h3 {
    color: #0071ce;
}

h2 {
    font-weight: 300;
}

.about_api {
    display: flex;
    justify-content: flex-start;
}

.about_api ul {
    float: left;
    list-style-type: none;
    margin-top: 0;
    padding: 0 15px;
}

.about_api ul > li:before {
    content: 'done';
    font-family: 'Material Icons';
    font-size: 18px;
    vertical-align: -15%;
    color: #777;
    line-height: 22px;
    margin-right: 10px;
}

.field-wrapper {
    overflow: hidden;
    display: inline-block;
}

/* Fixed sidenav, full height */

/* Style the sidenav links and the dropdown button */

.sidenav a {
    font-size: 14px;
}

.sidenav a,
.dropdown-btn {
    padding: 6px;
    text-decoration: none;
    color: #555;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.dropdown-btn {
    font-size: 15px;
}

.root {
    font-size: 18px !important;
    vertical-align: middle;
    margin-right: 10px;
    color: #777;
}

.sidenav a:hover,
.dropdown-btn:hover {
    color: #0071ce;
}

.sidenav a:hover,
.sidenav a.active {
    background-color: #e8f1fe;
}

/* Main content */

/* Add an active class to the active dropdown button */

.active {
    color: #0071ce;
    font-weight: bold;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropdown-container {
    display: none;
    border-radius: 3px;
    font-weight: 300;
    color: #555;
    overflow: hidden;
    margin-left: 30px;
    /* background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%); */
}

.dropdown-container a {
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 6px;
}

.small {
    font-size: 12px;
    color: #777;
}

/** Toggle Radio Button **/

.action-wrapper {
    display: flex;
    justify-content: space-between;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #eeeeee;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    text-align: center;
    padding: 8px 16px;
    margin-right: 0px;
    border: 1px solid #cccccc;
    /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);*/
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #0071ce;
    box-shadow: none;
    color: #fff;
    border: 1px solid #0071ce;
}
.switch-field label:first-of-type {
    border-radius: 6px 0 0 6px;
}

.switch-field label:last-of-type {
    border-radius: 0 6px 6px 0;
}

/** Page scroller **/

#goTopButton {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#goTopButton:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.api-content fieldset {
    scroll-margin-top: 80px;
}

.userfile::-webkit-file-upload-button {
    visibility: hidden;
}

.userfile::before {
    content: 'Select some files';
    display: inline-block;
    color: #fff;
    background-color: #00b188;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 10pt;
    text-align: left;
}

.userfile:hover::before {
    border-color: black;
}

.userfile:active::before {
    background-color: #00b188;
}

/* Some media queries for responsiveness */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
