::-webkit-scrollbar {
    background: #878787;
}

::-webkit-scrollbar-thumb {
    background: #717171;
}

.wordleInputBox_NotInitialized {
    background-color: #6C6C6C;
    color: white;
    font-family: Consolas;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
}

.wordleInputBox_Unknown {
    background-color: #6C6C6C;
    color: white;
    font-family: Consolas;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
}

.wordleInputBox_NotPresentInWord {
    background-color: darkgray;
    color: white;
    font-family: Consolas;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
}

.wordleInputBox_PresentWrongSpot {
    background-color: orange;
    color: white;
    font-family: Consolas;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
}

.wordleInputBox_Correct {
    background-color: lightgreen;
    color: white;
    font-family: Consolas;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
}

.wordleInputBox_Error {
    background-color: #F76D6D;
    color: white;
    font-family: Consolas;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
}

.wordleInputBox_Readonly {
    background-color: black;
    color: black;
    font-family: Consolas;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
}

.commonText {
    color: white;
    font-family: Consolas;
    font-size: 13px;
    padding: 0px;
}

.resultBoxes_large {
    background-color: #6C6C6C;
    border: 2px solid black;
    color: white;
    font-family: Consolas;
    font-size: 12px;
    height: 400px;
    text-transform: uppercase;
    width: 200px;
}

.resultBoxes_small {
    background-color: #6C6C6C;
    border: 2px solid black;
    color: white;
    font-family: Consolas;
    font-size: 15px;
    height: 192px;
    text-transform: uppercase;
    width: 150px;
}

.resultDiv_large {
    background-color: #545454;
    border: 2px solid black;
    line-height: 1;
    margin: 0px;
    overflow-y: scroll;
    scrollbar-color: #878787 #717171;
    padding: 5px;
    width: 200px;
    height: 420px;
}

.resultDiv_word {
    color: white;
    font-family: Consolas;
    font-size: 13px;
}

.resultDiv_score {
    color: darkgray;
    font-family: Consolas;
    font-size: 11px;
}
