.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: #4DA91C;
    border: 1px solid #4DA91C;
 	padding:2%;
	color: #fff;
 	border-radius:  20px;
     max-width: 80%;
 }
 .response a{
    
    color: #fff;
    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: #fff;
 	border-radius: 20px;
 	float: right;
    max-width: 80%;
     
 
    
 }
 .request a{
     /*
    position: relative;
    display: inline-block;
     
        
    overflow: hidden;
    white-space: initial;*/
    color: #fff;
    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: sticky;
    bottom: 5px;        
    z-index: 9999;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: #4DA91C;
    border-radius: 50%;
    color:white;
    font-size: 20px;
 }
 .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: red;
    color: white;
  }

  .btn-chat {
   display: none;
}