.chatBox{
	position: relative;
	margin: 1%;
	padding: 10px 10px;
	border: 1px solid #ececec;
	border-radius: 1px;
	max-height: 80vh;
	min-height: 50vh;
    overflow: scroll;
}


.inputum{
	background-color: #ececec;
	padding:2%;
	
	left: 0;
	bottom: 0;
	width: 100%;
}


.w3-input{
    padding:10px;
    display:inline;
    border-radius: 4px 4px 4px 4px;
    border:1px solid #ccc ; 
    width:80%; 
    
   /* margin: 1px auto !important;*/
}

 .response{
     display: inline-block;
    background: #ccc;
    border: 1px solid #ccc;
 	padding:2%;
	color: black;
 	border-radius:  20px;
     max-width: 80%;
 }
 .response a{
    
    color: black  ;
    display: block;/* Change it as per your requirement. */
    
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    white-space: initial;
 }
 .request{
     display: inline-block;
    border: 1px solid #ccc;
    background: #ccc;
 	margin-top: 5px;
 	padding:2%;
 	/*width: 40%;*/
 	color: black;
 	border-radius: 20px;
 	float: right;
   max-width: 80%;
     
 
    
 }
 .request a{
     /*
    position: relative;
    display: inline-block;
     
        
    overflow: hidden;
    white-space: initial;*/
    color: black;
    display: block;/* Change it as per your requirement. */
    
    height: 100%;
    
    white-space: nowrap;
    overflow: hidden;
    white-space: initial;
 }
 .btun{
 	position: absolute;
 	right: 2.5%;
 	bottom: 22%;
 }
 
 .btn-chat{
    background-color: transparent;
    position: fixed !important;
    bottom: 5px !important;  
    left: 0px;      
    z-index: 9999;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: rgb(0, 85, 184);
    border-radius: 50%;
    color:white;
    font-size: 20px;
 }
 .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: #333;
    color: white;
  }

  /*contenido*/
  .car {
   display: block;
   background-color: transparent;
   position: fixed;
   bottom: 50px;

   z-index: 999999;
   width: 350px;
   height: 400px;


}

.vertical-scrollable {
   /*
  position: absolute;
   top: 120px;
  / bottom: 100px;

   left: 180px;*/
   width: 100%;
   height: 300px;
   overflow-y: scroll;
   padding: 5px;
   background-color: white;
}


.head {
   
   position: relative;
   background-color: rgb(99, 99, 99);
   border-radius: 15px 15px 0px 0px;
   height: 70px;
   width: 100%;
   padding: 5px;
   text-align: left;
   color: white;
   font-size: 18px;
   padding: 10px;
   display: flex;
   
}

.inp {
   text-align: left;
   display: block;
   background-color: white;
   height: 50px;
   width: 100%;
}

.btnSend {
   border: 0;
   background-color: white;
   color: #333;
   width: 15%;
   height: 90%;
   border-radius: 5px;
   font-size: 25px;
}
.btnSend:hover {
   background-color: #ff5600;
   color: white;
  
}

.cont {
   display: inline-block;
   width: 100%;
   margin-top: 5px;
   /* height: 100%;*/
}
.pntActivo{
   border-radius: 50%;
   width: 8px;
   height: 8px;
   margin: 10px 6px 0px 3px;
   background: rgb(60, 246, 79);
  

}
.closebtn {
  /* float: right;*/
   font-size: 21px;
   font-weight: 700;
   line-height: 1;
   color: #000;
   text-shadow: 0 1px 0 #fff;
  /* opacity: .2;*/
   position: absolute;
   top: 2.2px;
   left: 320px;
   background-color: transparent;
   border: none;
   color: white;
   font-weight: 100;
   
}
.avatar{
   width: 50px;
   height: 50px;
   border-radius: 50%;
   background-color: #333;
   background-image: url(../imgs/chat/pexels-jopwell-2422293.jpg);
}
.btnChatOpt{
   padding-left: 15px !important;
   padding-right: 15px !important; 
   margin-top: 5px !important;
   color: white !important;
   background-color: rgb(0, 85, 184);
}
.btnChatOpt:hover{
   background-color: white;
   color: white;
}