:root {
    --but-dark-background: #222;
}
@font-face {
    font-family: hoi1115e;
    src: url(hoi1115e-Regular.woff2);
}
*:focus, *:focus::after {
    outline: none !important;
}
* {
    font-weight: normal !important;
    font-style: normal !important;
    transition: background 0.1s ease, box-shadow 0.1s ease;
}
a, a:visited {
    color: #000;
    display: inline-flex;
    white-space-collapse: collapse;
}
a, a:hover {
    text-decoration: none;
}
html {
    width: 100%;
    height: 100%;
    touch-action: none;
}
body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #000;
    color: #FFF;
    font-size: 16px;
    font-family: hoi1115e;
    justify-content: center;
    align-content: center;
}
#container {
    width: 800px;
    height: 540px;
    position: relative;
    margin: auto;
}
#chart {
    float: right;
}
.plotkey {
    display: block;
    background: rgba(0, 255, 255, 0.12);
    color: #333;
}
#display-jsonl-data {
    text-align: center;
    width: 160px;
    color: #666;
    background-color: #EEE;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 1);
    user-select: none;
    padding: 3px 0 8px 0;
}
#display-jsonl-data ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}
#display-jsonl-data li {
    padding: 0 0 3px 0;
}
#sidebar {
    display: block;
    float: left;
    width: 160px;
    white-space: nowrap;
}
#anr {
    top: 0;
    left: 0;
    position: absolute;
}
.back {
    max-height: 20px;
    margin-top: -10px;
    opacity: 0.25;
}
#button_a, #button_n, #button_r {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    font-size: 7em;
}
input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
label {
    padding: 3px 0 8px 0;
    width: 100%;
    color: #aaa;
    border: none;
    display: block;
    cursor: pointer;
    margin: 0;
    font-size: 1em;
    text-align: center;
    background: var(--but-dark-background);
    user-select: none;
}
label:active {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 0px 10px #fff;
    background: #066;
    box-shadow: inset 0 0 10px 6px var(--but-dark-background);
}
input:checked+label {
    background: #066;
    box-shadow: inset 0 0 10px 6px var(--but-dark-background);
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 0px 10px #fff;
    display: block;
}
#menu-plotkey {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 42px;
    font-family: hoi1115e;
    text-align: center;
    font-size: 1.5em;
    color: rgba(127, 255, 255, 0.8);
    background: rgba(0 0 0 / 0.5);
    border: 0;
    border-radius: 0;
    padding: 0 0 10px 0;
    cursor: pointer;
    z-index: 2;
}
#menu-plotkey option {
    color: #999;
    background: #000;
    border: 0;
}
.fa-solid {
    font-family: FontAwesome;
    margin-right: 12px;
}