html,
body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: white;
    font-size: small;
    background-color: black;
}

#initpicture {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 90%;
    /* background-color: black; */
}

.inlinetext {
    width: 3.0vh;
    position: relative;
    top: 0.5vh;
}

.inlinetext2 {
    width: 2.0vh;
    position: relative;
    top: 0.5vh;
}

.inptext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2vh;
    text-align: center;
    background-color: rgba(88, 92, 94, 0.7);
    color: white;
    border: 1px solid rgb(100, 100, 100);
    width: 10vw;
}

.inpbutton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2vh;
    text-align: center;
}

table {
    border-collapse: separate;
    border-radius: 2vh;
    -moz-border-radius: 2vh;
}

th {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2vh;
    font-weight: lighter;
    height: 1.6vw;
}

.inp {
    width: 10vh;
}

.progresstext {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
    background-color: black;
    font-family: Verdana;
    font-size: 0.9vh;
}

.fullscreen {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

textarea {
    background-color: rgba(88, 92, 94, 0.7);
    color: white;
    border: 1px solid rgb(100, 100, 100);
}

.label {
    width: 100px;
}

.label2 {
    width: 200px;
}

.button1 {
    width: 100px;
}

.invis {
    width: 5px;
}

#renderCanvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    touch-action: none;
}

#fps {
    position: absolute;
    right: 0px;
    top: 5px;
    border: none;
    color: rgb(255, 255, 255);
    cursor: default;
    background-color: rgba(255, 255, 255, 0);
    width: 25px;
}

#tooltip {
    position: absolute;
    left: 0px;
    top: 5px;
    border: 2px solid rgb(50, 200, 240);
    color: rgb(255, 255, 255);
    cursor: default;
    background-color: rgb(0, 32, 51);
}

#chart,
.chart-box {
    padding-top: 20px;
    padding-left: 10px;
    background: #1B213B;
    border: 1px solid #aaa;
    box-shadow: 0 22px 35px -16px rgba(0, 0, 0, 0.1);
}

select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-family: arial, tahoma;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

select.flat-select:focus,
select.flat-select:hover {
    border: 0;
    outline: 0;
}

.apexcharts-canvas {
    margin: 0 auto;
}