.chat {
    max-height: 100%;
    padding: 0 4px;
    display: none;
    flex-direction: column;
    scrollbar-width: none;
    overflow-y: scroll;
    word-break: break-all;
}

.chatPM {
    position: absolute;
    left: 23%;
    top: 0%;
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px #00aaff;
    cursor: default;
}

.chats {
    min-height: calc(100% - 5.75rem);
    max-height: calc(100% - 5.75rem);
}


.chatInput {
    width: 84%;
    flex: 10;
}

#chatInput {
    width: 99%;
    min-height: 1.5rem;
    max-height: 1.5rem;

    position: absolute;
    bottom: 5px;
}