* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

@font-face {
    font-family: Inconsolata;
    src: url(Inconsolata-Bold.ttf);
}

@font-face {
    font-family: monofonto;
    src: url("monofonto rg.otf");
}

#completeb {
    box-shadow: 0px 0px 0px 3px #558bff, 0px 0px 0px 5px #000000, 4px 4px 8px #000000, inset 1px 1px 2px #FFFFFF;
}

.nbutton {
    border-radius: 2px;
    /*background-color: #C0C0C0;*/
    background: linear-gradient( #FFFFFF 0%,  #dae6ff 49%,  #c5d7ff 50%, #a2beff 100%);
    box-shadow: 0px 0px 0px 2px #9fbdff, 0px 0px 0px 4px #000000, 4px 4px 8px #000000, inset 1px 1px 2px #FFFFFF;
    padding-left:20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-shadow: 0px 0px 8px #FFFFFF;
    margin: 5px;
    border: none;
}

.noticebox {
    width: 350px;
    margin: auto;
}

#notice {
    display: none;
}

.nbutton:active {
    background: linear-gradient( #FFFFFF 0%,  #bed3ff 49%,  #a0beff 50%, #82a7ff 100%);
    box-shadow: 0 0px 15px 4px #008cffc0, 0px 0px 0px 3px #0051ff, 0px 0px 0px 5px #000000, 4px 4px 8px #000000;
}

.wltxt {
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    padding-left: 15px;

}

#man_area {
    position: absolute;
    left: 36px;
    top: 40px;
    width: 170px;
    height: 220px;
}

#outer_man_area {
    position: fixed;
    display: none;
    right: 0;
    bottom: 0;
    width: 250px;
    height: 300px;
}

#outer_man_area::before {
    z-index: -3;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: -20px;
    background-color: #ffffff40;
    box-shadow: 0px 0px 0px 2px #000000;
    border-radius: 2px;
    color:white;
    box-shadow: inset 0 0 8px 8px #FFFFFF20, 0px 0px 0px 2px #2b75ff, 0px 0px 0px 4px #000000, 0px 0px 20px #58a0ff;

}

.lbutton {
    float: left;
    display: block;
    width: 60px;
    padding-left:20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;


    border-radius: 2px;
    /*background-color: #C0C0C0;*/
    background: linear-gradient( #FFFFFF 0%,  #dae6ff 49%,  #c5d7ff 50%, #a2beff 100%);
    box-shadow: 0px 0px 0px 2px #9fbdff, 0px 0px 0px 4px #000000, 4px 4px 8px #000000, inset 1px 1px 2px #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:900;
    font-size: 20px;
    color: black;
    text-shadow: 0px 0px 8px #FFFFFF;
    margin: 5px;
    border: none;
}

.lbutton:active {
    background: linear-gradient( #FFFFFF 0%,  #bed3ff 49%,  #a0beff 50%, #82a7ff 100%);
    box-shadow: 0 0px 15px 4px #008cffc0, 0px 0px 0px 3px #0051ff, 0px 0px 0px 5px #000000, 4px 4px 8px #000000;
}

.shift {
    font-weight:normal;
    width: inherit;
    margin-left: 3px;
    font-size: 10px;
    color: #404040;
    height: 0px;
    margin-top: -4px;
    
}

#capskey {
    font-size: 15px;
    font-weight: 900;
}

.jbutton {
    float: left;
    background: transparent;

    font-family: Inconsolata;
    
    width: 53px;
    height: 51px;
    border: none;
    position: relative;

    font-size: 20px;
    color: black;
    text-shadow: 0px 0px 8px #FFFFFF;
    /*background-color: #C0C0C0;*/
    
}

.jbutton::before {
    z-index: -4;
    top:0;
    left:0;
    border-radius: 2px;
    content: "";
    margin: 5px;
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: linear-gradient( #FFFFFF 0%,  #dae6ff 49%,  #c5d7ff 50%, #a2beff 100%);
    box-shadow: 0px 0px 0px 2px #9fbdff, 0px 0px 0px 4px #000000, 4px 4px 8px #000000, inset 1px 1px 2px #FFFFFF;
}

.jbutton:active:before {
    background: linear-gradient( #FFFFFF 0%,  #bed3ff 49%,  #a0beff 50%, #82a7ff 100%);
    box-shadow: 0 0px 15px 4px #008cffc0, 0px 0px 0px 3px #0051ff, 0px 0px 0px 5px #000000, 4px 4px 8px #000000;
}

.word {
    min-width: fit-content;
    float:left;
    padding: 5px;
    margin-right: 20px;
}

#prompt {
    display: none;
}

#askletter_prompt {
    display: none;
}

.lettergrid {
    display: inline-block;
    /*display: grid;*/
    width: fit-content;
     
  grid-template-columns: auto auto auto auto auto auto  auto auto auto auto;


    padding: 6px;
    justify-content: center; align-items: center;

}

.bkwnd {
    background: #00000080;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}


.keyboard {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 800px;
    height: 255px;
    scale: 1.5;
    transform-origin: 0% 100%; -webkit-transform-origin: 0% 100%; -ms-transform-origin: 0% 100%; -moz-transform-origin: 0% 100%;
}

.keyboardrow {
    height: 51px;
}

.promptwindow {
    margin: auto;
    margin-top: 80px;
    justify-content: center; align-items: center;
    
    padding: 6px;
}

.dcontainer {
    background-color: #232b57d0;
    box-shadow: 0px 0px 0px 2px #000000;
    border-radius: 2px;
    color:white;
    box-shadow: inset 0 0 8px 8px #FFFFFF20, 0px 0px 0px 2px #2b75ff, 0px 0px 0px 4px #000000, 0px 0px 20px #58a0ff;
}

.inputbox {
    font-size: 20px;
    margin: 4px;
    padding: 4px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    border-radius: 2px;
    background-color: #00000050;
    border: none;
    outline: none;
    color:white;
    box-shadow: 0px 0px 0px 2px #000000;
}

.standardtxt {
    margin:6px;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.letter {
    color:#000000d5;
    position: relative;
    margin: 5px;
    float: left;
    text-align: center;
    text-shadow: 0px 0px 12px #0051ff36;
    width: 40px;
    font-family: Inconsolata;
    font-size: 45px;
    padding-top: 20px;
    margin-bottom: 0px;
    height: 45px;
}

.letter::after {
    position: absolute;
                    bottom: -15px; 
                    width: 100%; 
    content: "";
    display: block;
    height: 7px;
    border-radius: 3px;
    background: linear-gradient( #FFFFFF 0%,  #dae6ff 49%,  #c5d7ff 50%, #a2beff 100%);
    box-shadow: 0px 0px 0px 2px #9fbdff, 0px 0px 0px 4px #000000, 4px 4px 8px #000000, inset 1px 1px 2px #FFFFFF;
}

.symbol {
    color:#000000d5;
    width: fit-content;
    margin: 4px;
    float: left;
    text-align: center;
    min-width: 40px;
    font-family: Inconsolata;
    font-weight: bold;
    font-size: 64px;
    margin-left: -5px;
    margin-top:14px;
    height: 0px;
}

#wordarea {
    padding: 10px;
    margin:20px;
    margin-top: 0px;
    padding-top: 0px;
    width:fit-content;
    
    margin-right: 300px;
}

#toprow {
    background-color: #e0e0e0;
    box-shadow: inset 0 0 8px 8px #FFFFFF;
    border-bottom: solid 3px #000000;
    width: 100vw;
    display: flex;
}

#toprowbuttons {

    padding: 5px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

#rightaln {
    padding: 5px;
    width: 400px;
    float: left;
}

#batterybox {
    float: left;
    width: 30px;
    height: 45px;
}

.batteryinfo {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-left: 5px;
    float: left;
    margin-top: 14px;

}

#battery {
    width: 10px;
    height: 22px;
    position: absolute;
    background-color: #00FF00;
    bottom: 2px;
    left: 2px;
}

#batteryoutline {
    position: relative;
    width: 14px;
    height: 26px;
    border: solid 3px #000000;
    top: 5px;
    left: 5px;
}

#batteryterm {
    background-color: black;
    position: relative;
    width: 10px;
    height: 3px;
    top: 5px;
    left: 10px;
}

#systeminfo {
    height: 45px;
    padding: 5px;
    border: solid 1px #000000;
}

#mainbody {
    background:linear-gradient(#FFFFFF, #8cb1ff);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0px;
}

/* OSK*/
