
.chat-container {
    position: absolute;
    display: none;
    top: 55%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.chat-container input {
    outline: none;
    border-radius: 7px;
    background-color: rgb(40 45 34 / 60%);
    border: 4px solid #141414;
    padding: 10px;
    width: 250px;
    color: white;
    font-weight: bold;
    box-shadow: inset 0 -3px 0 #333;
}

.chat-container input::placeholder {
    color: white;
    font-weight: bold;
}
