


.chatContainer{    

    position:absolute;
    
    height: auto;
    width: 350px;    
    right: 200px;
 
    bottom: 90px;
    border-style: none;   

}

.botTitle {
       
    background-color: #fbf8f3;
    color: #1b1a1a;
    margin-bottom: 3px;
    border-radius: 5px;
    height: 40px;
    text-align: center;
    line-height: 40px;    
    box-shadow: -5px -5px 50px 15px #e1868e;
    width: 450px;
}




.iconocerrar {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

.nombreActor{
   color: darkgray;
}

.actorBot{  
    padding-left: 150px;
}

.burbujaMensaje {
    color: white;
    width: 100%
}

tr:nth-child(even){   
}
tr:nth-child(odd){  
}

.cajaMensajeChat{
    margin-top: 10px;
    border-radius: 8px;
    height: 30px;
    border-color: #f5c6cb;
    box-shadow: -3px -3px #a7e1f0;
    max-width: 400px;
}


.chat-message22 ul {
 
    padding: 0px;
    margin: 0px;
    margin-top:10px;
    
}

ul{
  border-radius: 0px;  
  list-style-type: none;
    margin: 0;
    padding: 0;     
}

div.primerosCharsMensaje{
    
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  display: block;
    
}

.botMessageList li {
  border-radius: 0px;  
  list-style-type: none;
    margin: 0;
    padding: 0;
    background-color:rgb(237,237,237);
}

li.mensajesApp{
  border-radius: 10px;  
  list-style-type: none;
    margin: 0;
    padding: 10px;
    margin-top: 5px;
    background-color:rgb(237,237,237);
}

.btnMensajeSelecc{
    position: relative; 
}


.panelSoluciones {
    display: block;
    margin-top: 5px;
}

/*contenedorBotonSol{
    
   margin-top: 10px;
}*/


.mensajeUsuario{
    float:left;    
}

.mensajeBot{
    margin-top: 20px;
    float:right;
    padding-left: 60px;
}



.chatAvatarBot{      
    margin-bottom: 10px;
}

.chatAvatarUsuario{      
    margin-bottom: 10px;
}

.imagenAvatar{
    position: relative;
    float: right;
    width: 50px;      
    z-index:10;
}

.fechaMsg{
    font-size: 9px;   
    font-style: italic;
    color: graytext;
}

.fechaMsgUsr{
    padding-left: 40px;
}

.fechaMsgBot{
    padding-right: 40px;
    float:right;
}

.chat-message2 {
    background-color: orange;
    color:blue;
    border-color: rgb(168,168,35);
}

.chat-list{
    color:blue;
   
}

.botonSol{
    margin-left: 10px;
    margin-bottom: 10px;
    
}

@media (max-width: 1024px){
.botcard{
    height: 300px !important;  
    }
}

.botcard{
    
  width: 400px;
  height: 500px;
    
  max-height: 700px;
  max-width: 1000px;
    
 /* background-color: green; */
/*float: left;  */
  overflow-x: hidden;
  overflow-y: scroll;
  border: 3px solid ; 
  border-color: #6c757d;
  
  border-radius: 10px; color:#000; 
  background-color: white; 
   
    resize: both;
   
    min-height: 400px;
    min-width: 450px;



}

.tituloSol{
    background-color: rgb(237,237,237);   
    color: #534040;
    border-radius: 5px;
    padding : 5px 15px 5px 15px;
    
    font-size: 14px;  
    font-weight: bold;
    
    display: inline-block;
}

.chatBotIcon{
    width: 200px;
    height: 100px;   
    bottom: 0; 
    right: 0; 
    position: absolute; 
    margin-bottom:50px;    
}

#Pensando{
   color:white;
   text-align: center;
   vertical-align: center;
    font-size: 18px;
   background-color: #c2bbbc;
}

.cursorPuntero{
     cursor: pointer;
}
.cajaMensajeChat{
 width: 90%
}

.messageBody{
  margin-bottom: 20px;
    
    
}

.chatfooter {
   width:100%; 

    width: 500px;
}



    



.order-table-even-row td {
    color:  black;
}



.chat-message22 {
  
 
  border-radius: 15px;
  background: #9f9f9f;

  padding: 20px;
  position: relative;
  margin-right: 30px;
  box-shadow: 5px 5px lightgray;
}

.chat-message33 {
  align-content: center;
  width: 200px;
  border-radius: 15px;
  background: white;
 
  padding: 20px;
  margin-left: 30px;
  position: relative;
  box-shadow: 5px 5px grey;
}

.chat-message33 .burbujaMensaje{
      color: #534040;
    
}

.chat-message-bottom-left22:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid #f5c6cb;
  border-right: 15px solid transparent;
  border-top: 15px solid #f5c6cb;
  border-bottom: 15px solid transparent;
  right: -16px;
  top: 0px;
}

.chat-message-bottom-left33:before {
  content: "";
  width: 0px;
  height: 0px;   
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 0px;
   
}



