
body {
    touch-action: none;
}
html, body {
    overflow: hidden;
    background-color: #2d0240;
    font-family: "Consolas", "Courier New", monospace;
    touch-action: none;
}

#cv_main {
    position: absolute;
    top: -100000px;
    left: -100000px;
    touch-action: none;
    pointer-events: none;
    z-index: 10000;
}
#pb_tomain_0 {
    position: absolute;
    top: -100000px;
    left: -100000px;
    touch-action: none;
    pointer-events: none;
    z-index: 20100;
}
#pb_tomain_1 {
    position: absolute;
    top: -100000px;
    left: -100000px;
    touch-action: none;
    pointer-events: none;
    z-index: 20200;
}
#pb_tomain_2 {
    position: absolute;
    top: -100000px;
    left: -100000px;
    touch-action: none;
    pointer-events: none;
    z-index: 20300;
}
#pb_tomain_3 {
    position: absolute;
    top: -100000px;
    left: -100000px;
    touch-action: none;
    pointer-events: none;
    z-index: 20400;
}

#prcbox {
    font-weight: bold;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    background-color: #410436;
    color: rgb(0, 0, 0);
    border: 10px solid #a7e6ee;
    outline: none;
    text-align: center;
    user-select: none;
    border-radius: 5px;
    position: absolute;
    top: -100000px;
    left: -100000px;
    width: 200px;
    height: 50px;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 30000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    touch-action: none;
    pointer-events: none;
    z-index: 30000;
}
.textfix {
    display: inline-block;
    transform: translateY(-1.0vh);
    color: rgb(17, 11, 73);
}

#dbldiv {
    position: fixed;
    left: 50vw;
    top: 25vh;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0;
    user-select: none;
    touch-action: none;
    pointer-events: none;
    z-index: 31000;
}
.dbltext {
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    color: rgb(211, 208, 44);
    font-size: min(8vh, 6vw);
    font-weight: bold;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    white-space: pre-line;
    line-height: 1.2;
    background-color: rgba(96, 33, 212, 0.5);
    padding: 0.3em 0.6em;
    border-radius: 0.75em;
}

#keyboard-legend {
    position: fixed;
    top: -16vh;
    left: 0;
    width: 100vw;
    height: 116vh;
    padding: 1vw;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    font-family: "Consolas", "Courier New", monospace;
    font-weight: bold;
    display: none;
    justify-content: center;
    align-items: center;
    user-select: none;
    overflow: hidden;
    touch-action: none;
    z-index: 40000;
}
#keyboard-legend pre {
    margin: 0;
    text-align: left;
    line-height: 0.94;
    font-family: "Consolas", "Courier New", monospace;
    font-weight: bold;
    font-size: min(2.3vh, 4.6vw);
    max-width: 97vw;
    max-height: 97vh;
    white-space: pre-wrap;
    overflow: hidden;
}
#keyboard-legend small {
    display: block;
    font-family: "Consolas", "Courier New", monospace;
    font-weight: bold;
    font-size: 0.7em;
    opacity: 0.85;
    line-height: 1.2;
    margin-bottom: 0.8em;
}

#cv_bpress {
    position: absolute;
    top: 0;
    right: 0;
    background-color: red;
    border: 3px solid green;
    border-radius: 15%;
    opacity: 0;
    touch-action: none;
    z-index: 50000;
}

#seed_box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 16px solid green;
    border-radius: 9999px;
    background-color: silver;
    padding: 14px 20px;
    font-size: 46px;
    font-family: "Consolas", "Courier New", monospace;
    outline: none;
    display: none;
    text-align: center;
    font-weight: bold;
    width: 17ch;
    word-break: break-all;
    touch-action: none;
    z-index: 60000;
}

.printbutton_class {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30;
    height: 20;
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 26px;
    font-family: "Consolas", "Courier New", monospace;
    font-weight: bold;
    display: none;
    cursor: pointer;
    touch-action: none;
    z-index: 35000;
}
.printbutton_class:hover{
    background-color: black;
}
