.facebook {
	position: relative;
}

.facebook .fbchat-header {
	position: relative;
	height: 70px;
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
}

.fbchat-header .modal-title.pull-left.fb-title {
	display: flex;
	align-items: center;
	width: 60%;
}

.fbchat-header .fb-chat-left-arrow {
	margin-right: 16px;
}

.fbchat-header .fb-chat-left-arrow img {
	width: 22px;
}

.fbchat-header .modal-title-img {
	display: inline-block;
	position: relative;
}

.fbchat-header .fb-title-img img,
.fbchat-header .fb-received-img img {
	position: relative;
	overflow: hidden;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	z-index: 1;
	object-fit: cover;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.fbchat-header .header-content {
	padding-left: 10px;
}

.fbchat-header .header-content span {
	color: #14171a;
}

.fbchat-header .fb-header-icon {
	width: 40%;
}

.fbchat-header .fb-online-icon {
	display: flex;
	justify-content: flex-end;
}

.fbchat-header .fb-icon-custom img {
	object-fit: cover;
	object-position: right;
	width: 118px;
	height: intrinsic;
}

.right-part .modal-body.fbchat-body {
	position: relative;
	padding: 0 20px 10px 15px;
}

.fbchat-footer {
	position: relative;
	width: 100%;
}

.fbchat-footer img {
	height: auto;
	width: 100%;
}

.fbchat-body {
	padding: 10px 0;
	min-height: 453px;
}

.fbchat-body .message-avatar {
	position: absolute;
	bottom: 0;
}

.right-part .modal-body.fbchat-body .message-received .message-container {
	padding-left: 35px;
}

.fbchat-body .message-received .message-avatar img {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	object-fit: cover;
}

.fbchat-body .message-received .message-text {
	background-color: #e6ecf0;
	color: #14171a;
	border-radius: 20px;
	padding: 6px 10px;
	max-width: 240px;
	min-height: 36px;
	word-break: break-word;
}

.right-part .modal-body.fbchat-body .message-sent .message-container {
	padding-right: 0;
}

.fb-sent {
	border-radius: 20px;
	border-color: #1da1f2;
	background: #0084ff;
	padding: 6px 10px;
	max-width: 240px;
	min-height: 36px;
	word-break: break-word;
}

.fb-sent p {
	color: #ffffff;
}

.message .message-footer {
	position: relative;
	font-size: 11px;
	line-height: 18px;
	color: #8899a6;
	margin-bottom: 6px;
	float: right;
	padding: 0 !important;
}

.right-part .modal-body .message-footerItem img {
	position: absolute;
	height: 11px;
	width: 11px;
	border-radius: 50%;
	opacity: 0.4;
	right: -10px;
	bottom: -7px;
}

.right-part .modal-body .message-footerItem img.img-rounded {
	height: 14px;
	width: 14px;
	opacity: 1;
	right: -13px;
}

img.msg-seen {
	opacity: 1 !important;
}

.right-part.tablet_view #download.facebook-chat {
	width: 459px;
}

.desktop_view .fbchat-header .modal-title .fb-chat-left-arrow,
.tablet_view .fbchat-header .modal-title .fb-chat-left-arrow {
	display: none;
}

.desktop_view .fbchat-header,
.tablet_view .fbchat-header {
	position: relative;
	width: auto;
	padding: 12px 0 12px 12px;
	height: auto;
	margin: 0 12px;
	box-shadow: none;
}

.desktop_view .fbchat-header .fb-header-icon,
.tablet_view .fbchat-header .fb-header-icon {
	display: none;
}

.desktop_view .fbchat-header .modal-title.pull-left.fb-title,
.tablet_view .fbchat-header .modal-title.pull-left.fb-title {
	align-items: flex-start;
}

.desktop_view .fbchat-header .fb-title-img img,
.tablet_view .fbchat-header .fb-title-img img {
	height: 60px;
	width: 60px;
	object-fit: cover;
}

.desktop_view .fbchat-header .fb-contant,
.tablet_view .fbchat-header .fb-contant {
	padding-left: 12px;
	margin-top: 7px;
}

.desktop_view .fbchat-header .fb-contant span,
.tablet_view .fbchat-header .fb-contant span {
	font-size: 16px;
	color: #385898;
}

.desktop-view .fbchat-body .message-received .message-avatar img,
.tablet-view .fbchat-body .message-received .message-avatar img {
	height: 28px;
	width: 28px;
}

.desktop_view .modal-body.fbchat-body,
.tablet_view .modal-body.fbchat-body {
	position: relative;
	padding: 0 20px 10px 15px;
}

.desktop_view .facebook-chat .all_header_wp {
	display: none;
}

.right-part.desktop_view #download.facebook-chat {
	width: 683px;
}

.tablet_view .fbchat-footer img.fbchat-desktop-footer,
.fbchat-footer img.fbchat-desktop-footer,
.desktop_view .fbchat-footer img {
	display: none;
}

.desktop_view .fbchat-footer img.fbchat-desktop-footer {
	display: block;
}

.fb-post-body {
	position: relative;
	background: #ffffff
}

.fb-post-body .top {
	position: relative;
	background: #ffffff;
	padding: 12px;
	color: #333333;
	font-size: 12px;
	z-index: 9999;
}

.fb-post-body .top .img {
	margin-right: 8px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.name {
	display: inline-block;
	vertical-align: middle;
}

.fb-post-body .top .name strong {
	font-size: 14px;
	color: #000000;
	display: inline-block;
	margin-bottom: 3px;
}

.fb-post-body .top .name .date {
	color: #616770;
	font-size: 12px;
}

.fb-post-body .top .name .date img {
	margin-left: 3px;
	display: inline-block;
	margin-top: -2px;
	vertical-align: middle;
}

.fb-post-dots {
	display: inline-block;
	float: right;
}

.fb-post-dots span {
	width: 4px;
	height: 4px;
	background: #5c5c5e;
	display: inline-block;
	border-radius: 50%;
}

.fb-post-body .text-message {
	padding: 0 12px;
	display: block;
}

.tweet-img-grp {
	position: relative;
	margin: 18px 0 0 0;
	height: 300px;
	width: 100%;
	display: block;
	overflow: hidden;
}

.tweet-img-grp .tweet-img {
	position: relative;
	height: 100%;
	width: 100%;
	float: left;
	border: 1px solid #ffffff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

.tweet-img-grp.multi-one .tweet-img.tweet-img1 {
	display: inline-block;
}

.tweet-img-grp.multi-two,
.tweet-img-grp.multi-three,
.tweet-img-grp.multi-four {
	height: 300px;
}

.tweet-img-grp.multi-two .tweet-img.tweet-img1,
.tweet-img-grp.multi-two .tweet-img.tweet-img2 {
	height: 100%;
	width: 50%;
	display: inline-block;
}

.tweet-img-grp.multi-two .tweet-img.tweet-img1,
.tweet-img-grp.multi-two .tweet-img.tweet-img2 {
	height: 100%;
	width: 50%;
	display: inline-block;
}

.tweet-img-grp.multi-three .tweet-img.tweet-img1 {
	height: 100%;
	width: 50%;
	display: inline-block;
}

.tweet-img-grp.multi-three .tweet-img.tweet-img2,
.tweet-img-grp.multi-three .tweet-img.tweet-img3 {
	height: 50%;
	width: 50%;
	display: inline-block;
}

.tweet-img-grp.multi-four .tweet-img.tweet-img1,
.tweet-img-grp.multi-four .tweet-img.tweet-img2,
.tweet-img-grp.multi-four .tweet-img.tweet-img3,
.tweet-img-grp.multi-four .tweet-img.tweet-img4 {
	height: 50%;
	width: 50%;
	display: inline-block;
}

.tweet-img-grp.multi-five .tweet-img.tweet-img1,
.tweet-img-grp.multi-five .tweet-img.tweet-img2 {
	height: 67%;
	width: 50%;
	display: inline-block;
}

.tweet-img-grp.multi-five .tweet-img.tweet-img3,
.tweet-img-grp.multi-five .tweet-img.tweet-img4,
.tweet-img-grp.multi-five .tweet-img.tweet-img5 {
	height: 33%;
	width: 33.33%;
	display: inline-block;
}

.fbpost-video {
	position: relative;
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	display: block;
	margin-top: 10px;
	overflow: hidden;
}

.fbpost-video .video {
	position: relative;
	height: 100%;
	width: 100%;
	background-size: cover;
	display: inline-block;
}

.fbpost-video .video:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 85px;
	width: 85px;
	background-image: url(../../static/img/facebook-video-play-icon.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.fb-like-comment-row {
	position: relative;
	z-index: 9999;
	background: #fff;
	padding: 10px 12px;
}

.fb-likes,
.left-fb-row {
	display: inline-block;
}

.fb-likes a p {
	font-size: 13px;
	display: inline-block;
	vertical-align: text-top;
	margin: 0;
	line-height: 21px;
	color: #606770;
}

.right-fb-row {
	display: inline-block;
	float: right;
}

.right-fb-row a,
.right-fb-row p {
	color: #606770;
}

.fb-post-body .txtbottom {
	position: relative;
	margin: 0 12px;
	border-top: 1px solid #dadde1;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
}

.fb-post-body .txtbottom .text-bottom-wrap {
	width: 33.33%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.fb-post-body .txtbottom .text-bottom-wrap img {
	margin-right: 5px;
}

.desktop_view .all_header_wp {
	display: none;
}

.right-part.desktop_view #download.facebook.fb-post {
	width: 502px;
}

.desktop_view .tweet-img-grp {
	height: 400px;
}

.desktop_view .fbpost-video {
	height: 505px;
}

.desktop_view .fb-post .fb-likes img {
	height: 18px;
	width: 18px;
}

.desktop_view .fb-post-body .txtbottom .text-bottom-wrap img {
	margin-right: 7px;
}

.fb-videocall .all_header_wp {
	position: relative;
	z-index: 10;
}

.fb-videocall-android-header {
	position: relative;
}

.fb-videocall-android-header .video-header {
	position: relative;
	padding: 10px 22px;
	display: block;
	width: 100%;
}

.fb-videocall-android-header .video-header img {
	width: 100%;
	height: auto;
	display: block;
}

.fb-videocall-android-header {
	display: block;
}

.fb-videocall-ios-header {
	display: none;
}

.fb-videocall-body {
	height: 520px;
}

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

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

.fb_profile_call_2 {
	background-image: url(../../static/img/insta-profile-2.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 90px;
	height: 140px;
	top: 95px;
	right: 15px;
	left: unset;
	display: block;
}

.fb-filter-icon {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%);
}

.fb-filter-icon img {
	width: 25px;
}

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

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

.fb-video-footer-icon {
	position: relative;
	width: 80%;
	bottom: 30px;
	z-index: 99;
	margin: 0 auto;
}

.fb-video-footer-icon img {
	width: 100%;
	height: auto;
	display: block;
}

.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;
	width: 50%;
	height: 50%;
}

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

.clearfix {
	display: none;
}

.message-message {
	padding-top: 12px;
	display: block;
}