.chat-container {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.call-button {
    background: white;
    border-radius: 10px;
    border: 1px solid #FFF;
}

.call-button:hover {
    background: #CCC;
}

.close-chat-container {
    cursor: pointer;
    padding: 5px 10px;
}

.chat-container .card-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0.7rem 1rem;
}

.chat-container .messages-content {
    max-height: 50vh;
    height: 330px;
    max-width: 85vw;
    width: 420px;
    overflow-y: auto;
    font-weight: bold;
}

.msg-date {
    font-weight: normal;
    font-size: 14px;
    color: #9d9797;
}

.date-space {
    margin: 0 2px;
}


.msg-date {
    font-weight: normal;
    font-size: 14px;
    color: #9d9797;
}

.msg-content {
    font-size: 14px;
}

.support-ticket-messages-content-container {
    border: 1px solid #EEE;
    border-radius: 15px;
    padding: 15px;
}

.support-ticket-messages-content-container {
    max-height: 50vh;
    height: 330px;
    overflow-y: auto;
    font-weight: bold;
}

.support-ticket-messages-content-container .bg-image img, .chat-container .bg-image img{
    max-height: 100px;
}

.send-proposal-message{
    font-size: 25px;
    cursor: pointer;
    padding: 5px;
}

.send-proposal-message:hover i{
    font-size: 27px;
}

.send-proposal-message:hover{
    background: #eee;
    border-radius: 5px;
}