body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

.whatsapp {
	position: relative;
	font-family: "Open Sans", sans-serif !important;
	overflow: hidden;
	overflow: hidden;
}

.whatsapp.whatsapp-chat .android-header .status-bar {
	background: #054c44;
}

.whatsapp-chat .wp-android {
	display: block;
}

.whatsapp-chat .wp-ios {
	display: none;
}

.desktop_view .whatsapp-chat .wp-ios {
	display: none;
}

.whatsapp-chat .ios-header {
	display: block;
}

.whatsapp .wp-android-header .modal-header {
	position: relative;
	display: flex;
	align-items: center;
	background: #075e54;
	padding: 9px 10px 9px 5px;
	min-height: 56px;
	width: 100%;
	border: none;
}

.wp-android-header .whatsapp-arrow-img {
	margin-top: 3px;
	width: 6.3%;
}

.wp-android-header .modal-title {
	float: left;
	margin-left: 5px;
}

.wp-android-header .modal-title .modal-title-img {
	display: inline-block;
	vertical-align: middle;
}

.modal-title-img img {
	border-radius: 50%;
	overflow: hidden;
	height: 38px;
	width: 38px;
	z-index: 1;
	position: relative;
}

.wp-android-header .modal-title .header-content {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.wp-android-header .modal-title .header-content .text-name {
	font-size: 15px;
	font-weight: 700;
}

.wp-android-header .modal-title .header-content span {
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	display: block;
}

.right-part .whatsapp-chat .modal-header .pull-right .wp-desktop-header-icon {
	display: none;
}

.whatsapp-chat .wp-ios-header {
	display: block;
}

.wp-ios-header .modal-header {
	background: #f7f7f7;
	padding: 5px 20px 5px 0;
	min-height: 54px;
	display: flex;
	align-items: center;
}

.wp-ios-header .modal-header .modal-title {
	margin-left: 15px;
	float: left;
	display: flex;
	align-items: center;
}

.wp-ios-header .modal-header .modal-title-img img {
	width: 40px;
	height: 40px;
}

.wp-ios-header .modal-header .modal-title .header-content {
	padding-left: 7px;
}

.wp-ios-header .modal-header .modal-title .header-content a {
	font-size: 13px;
	font-weight: 600;
	margin-top: -3px;
}

.whatsapp.whatsapp-chat .whatsapp-body {
	background-image: url(../img/Whatsapp_background_img.png);
	background-size: auto;
	background-position: center;
	padding: 5px 0;
	min-height: 529px;
}

.whatsapp-text {
	margin: 5px 0 !important;
	padding: 6px 7px 4px 9px !important;
	border-radius: 7.3px !important;
	overflow: hidden !important;
	background: #fff !important;
	box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
	position: relative;
}

.whatsapp-body-ios .whatsapp-text {
	background: #f9f9f9 !important;
}

.whatsapp-received {
	margin-right: auto;
	padding-left: 20px !important;
	padding-right: 0 !important;
	max-width: 80% !important;
}

.whatsapp-sent {
	margin-left: auto !important;
	padding-left: 0 !important;
	padding-right: 20px !important;
	max-width: 80% !important;
}

.whatsapp-caret {
	background-color: transparent !important;
	border-color: transparent !important;
}

.whatsapp-sent .whatsapp-text {
	color: #333 !important;
	background-color: #dcf8c6 !important;
}

.whatsapp-caret {
	position: relative;
}

.received-carat img {
	background-repeat: no-repeat;
	background-size: contain;
	width: auto;
	height: 25px;
	left: -8px;
	position: absolute;
	top: 0px;
}

.sent-carat img {
	background-repeat: no-repeat;
	background-size: contain;
	width: auto;
	height: 21px;
	position: absolute;
	top: 0px;
	right: -8px;
}

.whatsapp-android .whatapp-android-footer {
	background-image: url(../img/Whatsapp_background_img.png);
	background-size: cover;
	padding-bottom: 5px;
}

.whatsapp-android .whatapp-android-footer .post_write_comment {
	padding: 0 5px !important;
	background: transparent !important;
}

.whatsapp-android .whatapp-android-footer .text_block {
	padding: 0px 48px 0 0 !important;
}

.whatsapp-android .whatapp-android-footer .comment {
	background: #fff !important;
	border: none !important;
	min-height: 40px !important;
	border-radius: 26px !important;
	padding-top: 9px !important;
}

.whatsapp-android .whatapp-android-footer .text-wrcommenttext {
	padding-left: 5px;
	font-size: 14px;
}

.whatsapp-android .whatapp-android-footer .comment .img {
	margin-top: 1px !important;
}

.whatsapp-android .whatsapp-comment-bar img {
	margin: 2px 12px 0 0;
	width: 56px;
	height: 17px;
	vertical-align: unset;
}

.whatsapp-android .whatsapp-recoder {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0px, -50%);
	border-radius: 50%;
	overflow: hidden;
}

.whatsapp-android .whatsapp-recoder img {
	width: 42px;
	height: 42px;
}

.whatsapp-android .whatsapp-text span {
	color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	height: 15px;
	line-height: 25px;
	white-space: nowrap;
}

.whatsapp-android .whatsapp-text span img {
	width: 16px;
}

.message-read-status {
	text-align: right;
	padding-left: 15px;
}

.message-status {
	display: inline-block;
	margin-left: 3px;
}

.message-status img {
	width: 16px;
}

.message-text p {
	margin-bottom: 0;
}

.message-read-status {
	display: inline-block;
	float: right;
	text-align: right;
	padding-left: 15px;
}

.whatsapp-text span {
	color: rgba(0, 0, 0, .45);
	font-size: 11px;
	height: 15px;
	line-height: 25px;
	white-space: nowrap;
}

.whatsapp.whatsapp-chat .whatapp-android-footer {
	background-image: url(../img/Whatsapp_background_img.png);
	background-size: cover;
	padding-bottom: 5px;
}

.whatsapp .whatapp-android-footer .post_write_comment {
	position: relative;
	padding: 0 5px;
	z-index: 9;
}

.txt {
	position: relative;
}

.whatsapp .whatapp-android-footer .text_block {
	padding: 0 53px 0 0 !important;
}

.whatsapp .post_write_comment .txt .text_block .comment {
	min-height: 46px;
	padding: 10px;
	background-color: #f2f3f5;
	border: 1px solid #ccd0d5;
	border-radius: 30px;
}

.whatsapp .whatapp-android-footer .comment {
	background: #fff !important;
	border: none !important;
}

#download .post_write_comment .img {
	float: left;
	margin-right: 8px;
	border-radius: 50%;
	margin-top: 2px;
	overflow: hidden;
}

.text-wrcommenttext {
	color: #8d949e;
	font-size: 15px;
	padding-left: 5px;
	line-height: 24px;
	display: inline-block;
}

.whatsapp .whatapp-android-footer .text-wrcommenttext {
	padding-left: 3px;
}

#download .post_write_comment .txt .text_block .comment .pull-right.text-right {
	text-align: right;
}

.whatsapp .whatsapp-comment-bar img {
	margin: 3px 7px 3px;
	width: auto;
	height: 19px;
	vertical-align: unset;
}

.whatsapp .whatsapp-recoder {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
	overflow: hidden;
}

.whatsapp .whatsapp-recoder img {
	width: 46px;
	height: 100%;
}

.whatsapp .whatapp-ios-footer {
	background-image: url(../img/iphone-footer-.png);
	background-size: 100%;
	height: 40px;
	display: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.whatsapp .iphone-chat {
	color: #c8c8cd;
	font-size: 15px;
	line-height: 39px;
	padding-left: 65px;
	font-weight: 100;
}

.iphone-bottom {
	position: absolute;
	bottom: 3px;
	left: -10px;
}

.iphone-green-bottom {
	right: -10px;
	left: unset;
}

.iphone-bottom img {
	width: 100%;
}

.wp-desktop-footer {
	display: none;
}

.desktop_view .whatsapp-chat#download {
	width: 977px;
}

.desktop_view .whatsapp-chat .android-header,
.desktop_view.whatsapp-chat .wp-ios-header {
	display: none;
}

.desktop_view .whatsapp-chat .wp-android-header .whatsapp-arrow-img {
	display: none;
}

.desktop_view .whatsapp .wp-android-header .modal-header {
	background: #EDEDED;
	height: 60px;
	padding: 10px 16px;
}

.desktop_view .whatsapp-chat .wp-android-header .modal-title {
	margin: 0;
}

.desktop_view .whatsapp-chat .modal-title-img img .desktop_view .wp-android-header .modal-title .header-content span.text-name,
.desktop_view .wp-android-header .modal-title .header-content span {
	color: #000000;
	font-weight: normal;
}

.desktop_view.right-part .modal-header .header-icon.pull-right {
	width: 40%;
}

.desktop_view.right-part .whatsapp-chat .modal-header .pull-right img {
	display: none;
}

.desktop_view.right-part .whatsapp-chat .modal-header .pull-right .wp-desktop-header-icon {
	display: block;
	margin-right: 15px;
}

.desktop_view .whatsapp .whatsapp-body {
	padding: 12px 0;
}

.desktop_view .whatsapp-received {
	padding-left: 82px !important;
}

.desktop_view .whatsapp-sent {
	padding-right: 82PX !important;
}

.desktop_view .whatsapp-sent .whatsapp-text,
.desktop_view .whatsapp-received .whatsapp-text {
	padding: 6px 7px 8px 9px !important;
}

.desktop_view .message-read-status {
	position: relative;
	bottom: -7px;
}

.desktop_view .whatsapp-sent,
.desktop_view .whatsapp-received {
	max-width: 67% !important;
}

.desktop_view .message-text p {
	line-height: 19px !important;
}

.desktop_view .whatsapp .whatapp-ios-footer,
.desktop_view .whatsapp .whatapp-android-footer {
	display: none !important;
}

.desktop_view .whatsapp .wp-desktop-footer {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	background-image: url(../img/wp-desktop-footer.png);
	background-position: center;
	background-size: cover;
}

.desktop_view .whatsapp-chat .wp-android {
	display: block !important;
}

.desktop_view .whatsapp-chat .wp-ios,
.desktop_view .whatsapp-chat .wp-android .android-header {
	display: none !important;
}

.whatsapp.whatsapp-videocall {
	position: relative;
}

.whatsapp-videocall .android-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 9;
	display: block;
}

.whatsapp.whatsapp-videocall .ios-header {
	display: none;
	z-index: 9;
}

.whatsapp.whatsapp-videocall .ios-header .status-bar,
.whatsapp-videocall .android-header .status-bar {
	background: rgba(0, 0, 0, 0.3);
}

.whatsapp-videocall .video-header-bottom {
	position: relative;
	padding: 10px 5px;
	min-height: 40px;
	border: none;
}

.whatsapp-videocall .video-header-bottom .wp-arw-dwn-icon {
	position: absolute;
	top: 65%;
	left: 15px;
	transform: translate(0, -50%);
}

.whatsapp-videocall .video-header-bottom .wp-arw-dwn-icon img {
	width: 17px;
}

.whatsapp-videocall .video-header-bottom .wp-group-icon {
	position: absolute;
	top: 65%;
	right: 15px;
	transform: translate(0, -50%);
}

.whatsapp-videocall .video-header-bottom .wp-group-icon img {
	width: 20px;
}

.whatsapp.whatsapp-videocall .whatsapp-body {
	background: transparent;
	min-height: 586px;
}

.wp-video-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.wp-video-box .profile_call_1 {
	background-image: url(../img/profile-1.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.profile_call_2 {
	background-image: url(../img/profile-2.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 80px;
	height: 110px;
	bottom: 65px;
	right: 15px;
	top: unset;
	left: unset;
}

.profile_call_3 {
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 5;
}

.profile_call_4 {
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50%;
	z-index: 5;
}

.whatsapp.whatsapp-videocall .whatapp-footer .post_write_comment {
	padding: 0 5px;
	background: 0 0;
}

.wp-video-footer-icon {
	width: 32.5%;
	text-align: center;
	display: inline-block;
	padding-bottom: 20px;
}

.wp-video-footer-icon:nth-child(4) {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translate(-50%);
}

.wp-video-footer-icon:nth-child(1) img {
	width: 23px;
}

.wp-video-footer-icon:nth-child(2) img {
	width: 28px;
}

.wp-video-footer-icon:nth-child(3) img {
	width: 23px;
}

.wp-video-footer-icon:nth-child(4) img {
	width: 60px;
}

.width-50 {
	width: 50% !important;
	height: 50% !important;
	background-size: cover;
	background-position: center;
}

.top-right-width-0 {
	background-size: cover !important;
	background-position: center !important;
	position: absolute;
	top: 0;
	right: 0;
	left: unset !important;
	width: 50% !important;
	height: 50% !important;
}

.whatsapp-videocall .ios-header .video-header-bottom .wp-arw-dwn-icon {
	position: absolute;
	top: 65%;
	left: 15px;
	transform: translate(0, -50%) rotate(90deg);
}

.whatsapp-videocall .ios-header .video-header-bottom .wp-group-icon img {
	height: 25px;
	width: auto;
}

.wp-ios-video-footer .wp-video-footer-icon {
	width: 32.5%;
	text-align: center;
	display: inline-block;
	padding-bottom: 40px;
}

.wp-ios-video-footer .wp-video-footer-icon:nth-child(4) img {
	width: 70px;
}

.wp-ios-video-footer .wp-video-footer-icon:nth-child(1),
.wp-ios-video-footer .wp-video-footer-icon:nth-child(2),
.wp-ios-video-footer .wp-video-footer-icon:nth-child(3) {
	position: relative;
}

.wp-ios-video-footer .wp-video-footer-icon span {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: #ffffff;
	opacity: 0.3;
}

.wp-ios-video-box .profile_call_2 {
	width: 57px;
	height: 127px;
	bottom: 100px;
	border-radius: 12px;
}

.wp-ios-video-box .profile_call_2.top-right-width-0 {
	border-radius: 0;
}