#localesPlace {
    background-color: #333;
    text-align: center;
    display: block;
    width: 100vw;
    margin-top: 20px;
    padding-bottom: 20px;
}

#PMlocales {
    padding-top: 20px;
    display: flex;
    width: 90%;
    margin-left: 5vw;
    flex-wrap: wrap;
}

.content {
    width: 24.5%;
    text-align: center;
    margin: 3px .25%;
    display: inline-block;
    cursor: copy;
}

.curs-copy{
    cursor: copy;
}

.insertedLocalesInput {
    width: 96%;
    padding: 2%;
    height: 35px;
    resize: none;
    margin: 0%;
    border: 0;
    cursor: copy;
    color: #fff;
    background-color: #444;
}

.insertedLocalesInput::-webkit-scrollbar {
    width: 3px;
}

.insertedLocalesInput::-webkit-scrollbar-thumb {
    background-color: #111;
}

.insertedLocalesInput:focus-within {
    outline: none;
}

.mainInputBtns{
    width: 40px;
    height: 30px;
    background-color: #333 !important;
    font-size: 20px !important;
}

.mainInputBtns:hover{
    background-color: #222 !important;
}

.mainLocalesRemove{
    background-color: #444 !important;
}

.mainInputBtns span{
    font-size: 12px;
}

.copyLclsBtn {
    width: 100%;
    margin: 0px;
    padding: 0;
    border: 0;
    background-color: #222;
    font-weight: 500;
    padding-bottom: 5px;
    cursor: copy;
    color: white
}

.copyLclsBtn:hover {
    background-color: #888;
    color: #000;
}

.copyLclsBtn:active {
    background-color: #222;
}

.noOfLocalesSpan {
    margin-left: 5px;
    margin-right: 5px;
}

.warningOff {
    display: none;
}

.warningOn {
    display: inline-flex;
    height: 10px;
}

.misspelled {
    margin-top: 15px;
    display: none;
    width: 90%;
    align-items: center;
}

.areaText {
    margin-left: 5px;
    min-height: 25px;
    max-height: 25px;
    padding-top: 5px;
    width: 60%;
    color: white;
    text-indent: 5px;
    border: 0;
    resize: none;
    display: inline-flex;
    align-content: flex-end;
    background-color: #444;
}

.PMnames{
    margin-top: 15px;
    width: 90%;
    align-items: center;
    display: inline-flex;
}

#missingWarn {
    width: 20px;
    margin-left: 5px;
}

.misspelledFlex {
    display: inline-flex;
}

.desaturated {
    background-color: #393939;
    color: #666
}

.desaturated:hover {
    background-color: #666;
}

.desaturated:active {
    background-color: #555;
}

.red-button{
    background-color: red;
    color: white;
}

.red-button:hover {
    background-color: #ce0000;
}

.red-button:active {
    background-color: #ff4d4d;
}