/* grid.css */

/* Container */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row{
    margin-left: -5px;
    margin-right: -5px;
    overflow: auto;
}

[class^="col-"] {
    float: left;
    padding: 0 5px;
    min-height: 1px;
}

/* .columns */
.col-xxl-1, .col-xl-1, .col-lg-1 .col-md-1, .col-sm-1, .col-xs-1 { width: 8.333333%; }
.col-xxl-2, .col-xl-2, .col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 { width: 16.666667%; }
.col-xxl-3, .col-xl-3, .col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 { width: 25%; }
.col-xxl-4, .col-xl-4, .col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 { width: 33.333333%; }
.col-xxl-5, .col-xl-5, .col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 { width: 41.666667%; }
.col-xxl-6, .col-xl-6, .col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 { width: 50%; }
.col-xxl-7, .col-xl-7, .col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 { width: 58.333333%; }
.col-xxl-8, .col-xl-8, .col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 { width: 66.666667%; }
.col-xxl-9, .col-xl-9, .col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 { width: 75%; }
.col-xxl-10, .col-xl-10, .col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 { width: 83.333333%; }
.col-xxl-11, .col-xl-11, .col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 { width: 91.666667%; }
.col-xxl-12, .col-xl-12, .col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 { width: 100%; }

/* Paddings */
.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

/* Margins */
.mar5 {
    margin: 5px;
}

.mar10 {
    margin: 10px;
}

.mar15 {
    margin: 15px;
}

/* Paddings Left */
.padLeft5 {
    padding-left: 5px;
}

.padLeft10 {
    padding-left: 10px;
}

.padLeft15 {
    padding-left: 15px;
}

/* Paddings Right */
.padRight5 {
    padding-right: 5px;
}

.padRight10 {
    padding-right: 10px;
}

.padRight15 {
    padding-right: 15px;
}

/* Paddings Top */
.padTop5 {
    padding-top: 5px;
}

.padTop10 {
    padding-top: 10px;
}

.padTop15 {
    padding-top: 15px;
}

/* Paddings Bottom */
.padBottom5 {
    padding-bottom: 5px;
}

.padBottom10 {
    padding-bottom: 10px;
}

.padBottom15 {
    padding-bottom: 15px;
}

/* Margins Left */
.marLeft5 {
    margin-left: 5px;
}

.marLeft10 {
    margin-left: 10px;
}

.marLeft15 {
    margin-left: 15px;
}

/* Margins Right */
.marRight5 {
    margin-right: 5px;
}

.marRight10 {
    margin-right: 10px;
}

.marRight15 {
    margin-right: 15px;
}

/* Margins Top */
.marTop5 {
    margin-top: 5px;
}

.marTop10 {
    margin-top: 10px;
}

.marTop15 {
    margin-top: 15px;
}

/* Margins Bottom */
.marBottom5 {
    margin-bottom: 5px;
}

.marBottom10 {
    margin-bottom: 10px;
}

.marBottom15 {
    margin-bottom: 15px;
}

/* Responsive .columns */
@media screen and (max-width: 1400px) {
    .col-xxl-1 { width: 100%; }
    .col-xxl-2 { width: 100%; }
    .col-xxl-3 { width: 100%; }
    .col-xxl-4 { width: 100%; }
    .col-xxl-5 { width: 100%; }
    .col-xxl-6 { width: 100%; }
    .col-xxl-7 { width: 100%; }
    .col-xxl-8 { width: 100%; }
    .col-xxl-9 { width: 100%; }
    .col-xxl-10 { width: 100%; }
    .col-xxl-11 { width: 100%; }
    .col-xxl-12 { width: 100%; }
}

@media screen and (max-width: 1200px) {
    .col-xl-1 { width: 100%; }
    .col-xl-2 { width: 100%; }
    .col-xl-3 { width: 100%; }
    .col-xl-4 { width: 100%; }
    .col-xl-5 { width: 100%; }
    .col-xl-6 { width: 100%; }
    .col-xl-7 { width: 100%; }
    .col-xl-8 { width: 100%; }
    .col-xl-9 { width: 100%; }
    .col-xl-10 { width: 100%; }
    .col-xl-11 { width: 100%; }
    .col-xl-12 { width: 100%; }
}

/* Responsive .columns */
@media screen and (max-width: 991px) {
    .col-lg-1 { width: 100%; }
    .col-lg-2 { width: 100%; }
    .col-lg-3 { width: 100%; }
    .col-lg-4 { width: 100%; }
    .col-lg-5 { width: 100%; }
    .col-lg-6 { width: 100%; }
    .col-lg-7 { width: 100%; }
    .col-lg-8 { width: 100%; }
    .col-lg-9 { width: 100%; }
    .col-lg-10 { width: 100%; }
    .col-lg-11 { width: 100%; }
    .col-lg-12 { width: 100%; }
}

/* Responsive .columns */
@media screen and (max-width: 768px) {
    .col-md-1 { width: 100%; }
    .col-md-2 { width: 100%; }
    .col-md-3 { width: 100%; }
    .col-md-4 { width: 100%; }
    .col-md-5 { width: 100%; }
    .col-md-6 { width: 100%; }
    .col-md-7 { width: 100%; }
    .col-md-8 { width: 100%; }
    .col-md-9 { width: 100%; }
    .col-md-10 { width: 100%; }
    .col-md-11 { width: 100%; }
    .col-md-12 { width: 100%; }
}

/* Responsive .columns */
@media screen and (max-width: 576px) {
    .col-sm-1, .col-xs-1 { width: 100%; }
    .col-sm-2, .col-xs-2 { width: 100%; }
    .col-sm-3, .col-xs-3 { width: 100%; }
    .col-sm-4, .col-xs-4 { width: 100%; }
    .col-sm-5, .col-xs-5 { width: 100%; }
    .col-sm-6, .col-xs-6 { width: 100%; }
    .col-sm-7, .col-xs-7 { width: 100%; }
    .col-sm-8, .col-xs-8 { width: 100%; }
    .col-sm-9, .col-xs-9 { width: 100%; }
    .col-sm-10, .col-xs-10 { width: 100%; }
    .col-sm-11, .col-xs-11 { width: 100%; }
    .col-sm-12, .col-xs-12 { width: 100%; }
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/material-icons.12a47ed5fd5585f0f422.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url(/static/media/material-symbols-outlined.9bb582d7dbb7d708ff92.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}
input[type=checkbox]{
    margin: 0;
}

input[disabled]{
    background: lightgray;
    cursor : not-allowed;
}

select{
    background: white;
}

.form-group{
    width: 100%;
    padding: 6px;
}

.form-group > input:first-child,
.form-group > textarea:first-child,
.form-group > select:first-child,
.form-group > label:first-child {
    margin-top: 0px;
}

.form-group > input:not([type='checkbox']):not([type='button']),
.form-group > textarea,
.form-group > select,
.form-group > label {
    display: block;
    margin-top: 8px;
    width: 100%;
}

.form-group > input[type='checkbox'] {
    display: inline-block;
    margin-top: 8px;
}

.form-group > input[type='checkbox'] + label {
    display: inline-block;
    width: auto;
    margin-left: 5px;
    margin-right: 10px;
}

.form-control{
    border: 1px solid var(--control-outline-color-light);
    padding: 8px;
    border-radius: 3px;
}

.form-control:focus{
    outline: none;
    box-shadow: 0 0 3px var(--control-outline-color-light);
}

.btn{
    outline: none;
    padding: 8px 12px;
    border-radius: 0px;
    background: var(--btn-primary-color);
    border: 1px solid var(--btn-primary-border);
    color: var(--btn-primary-text-color);
    font-weight: 600;
    cursor: pointer;
    border-radius: 3px;
    width: auto;
}

.btn:hover{
    outline: none;
    background: var(--btn-primary-color-hovered);
    border: 1px solid var(--btn-primary-border-hovered);
}
:root {
    --font-family: 'helvetica';

    --background-color-light: #d5d5d5;
    --background-color-dark: #282828;

    --btn-primary-color:#d51010;
    --btn-primary-color-hovered:#e62828;
    --btn-primary-border:#ae4646;
    --btn-primary-border-hovered:#c40808;
    --btn-primary-text-color: #ffffff;

    --separator-line-dark:#010101;
    --separator-line-light:#e8e8e8;

    --cardbox-color: #ffffff;

    --text-color-light: #000000;
    --text-color-dark: #ffffff;

    --link-color-light: #595959;
    --link-color-dark: #cecece;

    --switch-checked-bg : #2fb524;
    --switch-unchecked-bg : #b30606;
    --switch-button-color : #ffffff;

    --control-outline-color-light : #c0c0c0;
    --control-outline-color-dark : #c0c0c0;

    --menu-item-selected-bg-color: #bd0404;
    --menu-item-hovered-bg-color: #7d3434;
    --menu-item-border-color: #ffffff;
    --menu-item-text-color: var(--link-color-dark);
    --menu-item-text-color-hovered: var(--text-color-dark);

    --topbar-height : 50px;
    --sidemenu-width : 250px;
    --sidemenu-closed-width : 80px;
}
* {
    box-sizing: border-box;
}

html{
    overflow: hidden;
}

body {
    margin: 0;
    font-family: var(--font-family);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color : var(--text-color-light);
    background: var(--background-color-light);
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

br {
    content: "";
    margin: 4px 0;
    height: 50px;
    width: 100%;
    line-height: 0;
    display: block;
}

.content-center{
    max-width: 1140px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex-inline {
    display: inline-flex;
}

.flex-vertical-center {
    align-items: center;
}

.flex-horizontal-center {
    justify-content: center;
}

.flex-space-between{
    justify-content: space-between;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li > a{
    color: var(--menu-item-text-color);
}

li > a:hover{
    color: var(--menu-item-text-color-hovered);
    background: var(--menu-item-hovered-bg-color);
}

li.selected > a{
    color: var(--menu-item-text-color-hovered);
    background: var(--menu-item-selected-bg-color);
}

ul li > a {
    display: block;
    width: 100%;
}

.menu-vertical li{
    margin : 5px;
}

.menu-vertical li > a{
    padding: 12px;
}

.cardbox{
    width: 100%;
    padding: 15px;
    background: var(--cardbox-color);
    margin-bottom: 15px;
}
.cardbox-title {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 15px 0;
}

.cardbox-title:before {
    content: "";
    background: var(--separator-line-light);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 6px;
}

.cardbox-title > * {
    margin-right: 5px;
}

div.hamburger {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35px;
    box-sizing: border-box;
    cursor: pointer;
}

div.hamburger span {
    transition: transform .3s;
    display: block;
    width: 100%;
    height: 3px;
    margin: 3px 0;
    background-color: #e1e1e1;
}

div.hamburger.hamburger_open span:first-child {
    transition: transform .3s;
    transform: translateY(calc(100% + 6px)) rotate(45deg);
}

div.hamburger.hamburger_open span:nth-child(2) {
    transition: opacity .3s;
    opacity: 0;
}

div.hamburger.hamburger_open span:last-child {
    transition: transform .3s;
    transform: translateY(calc(-100% - 6px)) rotate(-45deg);
}

.content-main {
    float: left;
    overflow: auto;
}

.content-vertical-align{

}

.dark-bg {
    background : var(--background-color-dark);
}

.dark, .dark-bg {
    color : var(--text-color-dark);
}

.light {
    background : var(--background-color-light);
}

.light, .light-bg {
    color : var(--text-color-light);
}

a, a.light, a.light-bg {
    text-decoration: none;
    color : var(--link-color-light);
    font-weight : 600;
}

a:hover, a.light:hover, a.light-bg:hover{
    color : var(--text-color-light);
}

a.dark, a.dark-bg{
    color : var(--link-color-dark);
}

a.dark:hover, a.dark-bg:hover{
    color : var(--text-color-dark);
}

.react-json-view{
    margin-bottom: 6px;
}

.pretty-json-container > .object-content > .object-key-val >.object-container >.object-content >.object-key-val {
    border: none !important;
    padding: 0 !important;
}

.pretty-json-container > .object-content > .object-key-val >.object-container > .object-content {
    margin-left: 0 !important;
}

.pretty-json-container > .object-content > .object-key-val > span {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.pretty-json-container > .object-content > .object-key-val >.object-container >.object-content > .variable-row{
    padding-left: 4px !important;
}

.pretty-json-container > .object-content > .object-key-val >.object-container >.object-content > .variable-row > span {
    display:none !important;
}

.pretty-json-container > .object-content > .object-key-val >.object-container >.object-content >.object-key-val > span > span > span > span {
    display: none !important;
}

.pretty-json-container > .object-content > .object-key-val >.object-container >.object-content >.object-key-val > span > .object-meta-data >.copy-to-clipboard-container{
    display: inline-block !important;
}

.UnderlinableInput{
    position: relative;
}

.UnderlinableInput .UnderlinableInputSpanText {
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 13px;
    font-family: inherit;
    padding: 9px;
    pointer-events : none;
}

.UnderlinableInputMatch {
    color: black;
}

input{
    font-size: 13px;
    font-family: var(--font-family);
}

.UnderlinableInput .UnderlinableInputMatch{
    background: black;
    color: white;
}

.message-box {
    width: 100%;
    padding: 15px;
}

.message-box-error {
    background: #d22121;
    color: white;
}

.message-box-success {
    background: #aedbae;
}

.message-box {
    position: relative;
}
.message-box .message-box-close {
    position: absolute;
    height: 20px;
    width: 20px;
    top : -8px;
    right : -10px;
    background : white;
    display : block !important;
    padding: 4px;
    line-height: 8px;
    text-align: center;
    border-radius: 10px;
    border:lightgray solid 1px;
    cursor: pointer;
    color : grey;
    font-weight: 600;
}

.message-box .message-box-close:hover {
    color : red;
}

.message-box .message-box-close:before {
    content: 'x';
}

/*# sourceMappingURL=main.1aabc6d9.css.map*/