._chat_2vdt7_1 {
    background-color: red;
    position: fixed;
    bottom: 10px;
    left:10px;
    height: 30vh;
    width: 400px;
    z-index: 1;
    overflow-x: auto;
    padding: 10px;
    color: white;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

._chat_2vdt7_1 > div {
    flex-grow: 1;
    overflow-y: auto;
    margin-bottom: 10px;
    font-family: monospace;
    font-size: 15px;
    line-height: 20px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.9);
}

._chat_2vdt7_1 > input {
    padding: 10px;
    color:white;
    background-color: rgba(0,0,0,0.2);
    border: none;
    border-radius: 5px;
    
}

._username_2vdt7_37 {
    font-weight: bold;
    color:yellow;
    display: inline-block;
    margin-right: 5px;;
}

._system_2vdt7_44 ._username_2vdt7_37, ._system_2vdt7_44 ._comment_2vdt7_44{
    color:aqua
}


._comment_2vdt7_44 {}