#panelChat {
    max-width: 100%;
    /* text-align: center; */
    margin: 0 auto;
    padding-left: 2px;
    padding-right: 2px;
}

.panelBodyChat {
    min-height: 266px;
    max-height: 370px;
    text-align: left;
    border-style: solid;
    border-radius: 5px;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #9CFF00;
    padding: 10px;
    border-radius: 5px;
}

.panelFooterChat {
    background-color: #FFF;
    padding: 20px;
    text-align: center;
    border-color: #fff;
    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: 220px !important;
    overflow: auto;
    min-height: 120px;
}

.panelBodyChatIndependiente {
    min-height: 400px;
    max-height: 500px;
    overflow: auto;
    text-align: left;
    border-color: #00127e;
    border-style: solid;
    border-width: 10px;
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    #panelChat {
        max-width: 95%;
        margin: 0 auto;
        margin-top: 25px;
    }
}
