@media screen and (max-width: 600px) {
  .whatsapp-container {
    width: 374px !important;
    right: 1px !important;
  }
  .whatsapp-chat{
	height: 300px !important;
  }
}
.whatsapp-container {
    width: 400px;
    height: 50px;
    position: absolute;
    right: 10px;
    bottom: 300px;
}
.whatsapp-container img {
	vertical-align: unset;
}
.whatsapp-chat {
	display: flex;
	flex-direction: column;
	height: 260px;
	background: #f1f0e8;
}
.whatsapp-chat-header {
	display: flex;
	cursor: pointer;
}
.whatsapp-profile {
	width: 100%;
	background: #036055;
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0px 10px;
	position: relative;
}
.whatsapp-profile .whatsapp-pp {
	width: 50px;
	display: inline-block;
	border-radius: 50%;
	margin-left: 32px;
}
.whatsapp-profile .whatsapp-arrow {
	display: inline-block;
	width: 30px;
	position: absolute;
	top: 19px;
	cursor: pointer;
}
.whatsapp-profile h2 {
	display: inline;
	line-height: 60px;
	vertical-align: bottom;
	color: #fff;
	font-size: 15px;
}
.whatsapp-profile span {
	color: #ccc;
	position: absolute;
	top: 40px;
	left: 100px;
	font-size: 10px;
}
.whatsapp-right .whatsapp-icon {
	display: inline-block;
	width: 25px;
	margin-left: 10px;
}
.whatsapp-profile .whatsapp-left {
	flex: 1;
}

.whatsapp-chat-box {
	background: url('/view/whatsappchat/bg.jpeg');
	background-attachment: fixed;
	padding-left: 20px;
	overflow-y: scroll;
	flex: 1;
}
.whatsapp-chat-box .whatsapp-img_chat {
	width: 280px;
}

.whatsapp-chat-r {
	display: flex;
}
.whatsapp-chat-r .whatsapp-sp {
	flex: 1;
}

.whatsapp-chat-l {
	display: flex;
}
.whatsapp-chat-l .whatsapp-sp {
	flex: 1;
}

.whatsapp-chat-box .whatsapp-mess {
	max-width: 380px;
	background: #F7FCF6;
	padding: 10px;
	border-radius: 10px;
	margin: 5px 0px;
	cursor: pointer;
}
.whatsapp-chat-box .whatsapp-mess p {
	word-break: break-all;
	font-size: 15px;
}
.whatsapp-chat-box .whatsapp-mess-r {
    background: #E2FFC7;
}
.whatsapp-chat-box .whatsapp-emoji {
	width: 20px;
}
.whatsapp-chat-box .whatsapp-check {
	float: right;
}
.whatsapp-chat-box .whatsapp-check img {
	width: 20px;
}
.whatsapp-chat-box .whatsapp-check span {
	color: #888;
	font-size: 12px;
	font-weight: 700px;
}

*::-webkit-scrollbar {
	width: 5px;
}
*::-webkit-scrollbar-track {
	background: #f1f1f1;
}
*::-webkit-scrollbar-thumb {
	background: #aaa;
}
*::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.whatsapp-chat-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 60px;
	position: relative;
	cursor: pointer;
}
.whatsapp-chat-footer textarea {
	display: block;
	flex: 1;
	width: 100%;
	height: 55px;
	border-radius: 60px;
	margin: 3px;
	padding: 5px;
	outline: none;
	font-size: 15px;
	padding-left: 44px;
	padding-right: 90px;
	border: 2px solid #ccc;
	color: #555;
	resize: none;
}
.whatsapp-chat-footer .whatsapp-mic {
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}

.whatsapp-chat-footer .whatsapp-emo{
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 10px;
	top: 12px;
}
.whatsapp-chat-footer .whatsapp-icons {
	position: absolute;
	right: 70px;
	top: 10px;
}
.whatsapp-chat-footer .whatsapp-icons img{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 5px;
}