/* .div-chat{
    border-color: #112144;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;    
    max-width: 100%;
}

#divChat{
    background-color: #fff;
    
} */

#panelChat {
    max-width: 95%;
    text-align: center;
    margin: 0 auto;
    padding-left: 2px;
    padding-right: 2px;
}

.panelBodyChat {
    /* min-height: 300px;
    max-height: 479px; */
    /* height: 73vh; */
    text-align: left;
    border-style: solid;
    /* border-width: 1px; */
    border-radius: 5px;
    /* margin-top: 5px; */
    background-color: #fff;
    border-style: solid;
    border-width: 3px;
    border-color: #004D87;
    padding: 10px;
    border-radius: 10px;
}

.panelFooterChat {
    background-color: #FFF;
    padding: 20px;
    text-align: center;
    border-color: #004D87;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-top: 5px;
}

.cardMensaje {
    margin: 5px;
    text-align: left;
    text-overflow: ellipsis;
    /* width: 235px; */
    width: 95%;
}

.cardBodyChat {
    padding: 5px;
}

.cardTitleChat {
    margin-bottom: 2px;
}

#btnEnviarMensajeChat {
    padding: 5px 20px;
    margin-top: 7px;
    border-radius: 5px;
}

#divContentChat {
    max-height: 270px !important;
    min-height: 270px !important;
    /* height: 37vh; */
    overflow: auto;
}

.panelBodyChatIndependiente {
    min-height: 400px;
    max-height: 500px;
    overflow: auto;
    text-align: left;
    border-color: #004D87;
    border-style: solid;
    border-width: 10px;
    background-color: #fff;
}