.agentJoined{
    color: var(--main-color);
    font-weight: bold;
    text-decoration-line: underline;
}
.responseMessageImg{
    width: var(--received-message-avatar-width) !important;
    background:white !important;
}
.liveResponseMessageCont{
    margin-left: 3%;
}
.chatEndedMsg{
    color: var(--gray-color);
    font-weight: bold;
    margin: 20px;
    display: inline-block;
    width: 90%;
    text-align:center;
}
.customerJoined{
    color: var(--gray-color);
    font-weight: bold;
    margin: 20px;
    display: inline-block;
    width: 90%;
    text-align:center;
}
