.messageInputtxt{
	width: 100%;
    /* height: 100%; */
    min-height: 40px;
    min-width: 150px;
    border-style: groove;
    border-width: 3px;
    max-height: 100px;
    resize: vertical;
    overflow-x: hidden;
    box-sizing: border-box;
    direction: rtl;
    display: block;
    border-radius: 3px;
    border: 1px solid #F7E98D;
    font: 25px arial, cursive;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-synthesis: subpixel-antialiased;
    background: linear-gradient(#F9EFAF, #F7E98D);
    background: -o-linear-gradient(#F9EFAF, #F7E98D);
    background: -ms-linear-gradient(#F9EFAF, #F7E98D);
    background: -moz-linear-gradient(#F9EFAF, #F7E98D);
    background: -webkit-linear-gradient(#F9EFAF, #F7E98D);
    line-height: 1;

}

.action_inMSg{
    cursor: pointer;
}

#replayDiv{
    position: absolute;
    top: -70px;
    background-color: cadetblue;
    width: calc(100% - 30px);
    height: 70px;
    padding: 15px;
    margin-right: 15px;
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top: 3px solid red;
    overflow: hidden;
}

#replayDiv #removeButton{
    position: absolute;
    top: 0px;
    left: 10px;
    cursor: pointer;
}

.repalyItem{
    height: 100%;
}


.actionButtons{
    position: relative;
    bottom: -10px;
    /* display: block; */
    width: 150px;
    left: 10px;
    background-color: grey;
    padding: 10px;

}
.repedMsg{
    background-color: gray;
    border-radius: 5px;
    cursor: pointer;
}
.repedMsg .messegeText{
    font-size: 1vw;
}


#wa{
    overflow: hidden;
}


.beforDrop{
	width: 100%;
    /* height: 100%; */
    min-height: 40px;
    min-width: 150px;
    border-style: groove;
    border-width: 3px;
    max-height: 100px;
    resize: vertical;
    overflow-x: hidden;
    box-sizing: border-box;
    direction: rtl;
    display: block;
    font: 25px arial, cursive;
    transition: box-shadow 0.5s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-synthesis: subpixel-antialiased;
	border: 3px solid #aaaaaa;
}


.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    cursor: pointer; /* "hand" cursor*/

}


.chatTable table{
    margin-right: -15px;
    min-width: 100%;
    margin-left: -5px;
    min-height: 100%;
}

.chatTable tbody{
   background-color: white;
   border-collapse: separate;
   border-spacing: 1em;

}

.messegeImg{
	max-width: 100%;
  object-fit: contain;
	cursor:pointer;
}
.chatTable_td{
	    border: none;
	    border-radius: 15px;
	    background-color: blue;
	    padding: 10px;
	    color:white;
	    height: auto;
}

.hide_me{
    display: none;
}
.show_endicator{    
    position: absolute;
    bottom: 20px;
    left: 25%;
    color: red;
}





.textAutoAlign{
    text-align: -webkit-auto;
    text-align: -moz-auto;

}

.msginfStyle{
    font-size: 0.8vw;
}
