.android-msg {
	position: relative;
}

.android-msg .android-header .status-bar {
	background-color: #ffffff;
}

.android-msg-header {
	position: relative;
	padding: 15px 20px;
	display: flex;
	align-items: center;
}

.android-msg-header .reciver-name {
	position: relative;
	padding-left: 20px;
	width: 300px;
}

.android-msg-header .reciver-name p {
	font-size: 18px;
	line-height: normal;
	color: #35393c;
	margin: 0;
	font-weight: 700;
}

.all_footer_wp .android-msg-footer {
	position: relative;
	width: 100%;
	display: block;
	padding: 10px 0;
}

.all_footer_wp .android-msg-footer img {
	width: 100%;
	height: auto;
}

.right-part .modal-body.android-msg-body {
	padding: 18px 8px 0px 8px;
	min-height: 520px;
}

.conversation-line {
	position: relative;
	padding: 8px 40px;
	background: #f8f9fb;
	display: block;
	width: 100%;
	text-align: center;
}

.conversation-line p {
	margin: 0;
	line-height: normal;
	font-weight: 600;
	color: #9a9c9d;
	font-size: 12px;
}

.message {
	position: relative;
	margin-bottom: 15px;
}

.right-part .modal-body.android-msg-body .message-container {
	max-width: 80%;
}

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

.right-part .modal-body.android-msg-body .message-sent .message-footer {
	padding-right: 0;
	text-align: right;
}

.right-part .modal-body.android-msg-body .message-received .message-avatar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 1;
}

.android-msg-body .message-avatar,
.android-msg-body .message-avatar.default-bg {
	background: #1a76ef;
}

.message-avatar.pink-bg {
	background: #ff63b7;
}

.message-avatar.green-bg {
	background: #5cb972;
}

.message-avatar.orange-bg {
	background: #ed675c;
}

.message-avatar.yellow-bg {
	background: #fec834;
}

.message-avatar.purpole-bg {
	background: #af5cf6;
}

.right-part .modal-body.android-msg-body .message-received .message-avatar img {
	height: auto;
	width: 22px;
	margin-left: -1px;
}

.text-messenger-android-text {
	background-color: #f2f3f5;
	border: none;
	box-shadow: none;
	border-radius: 24px;
	padding: 11px 15px;
}

.text-messenger-android-text p {
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
}

.right-part .modal-body.android-msg-body .message-sent .message-footer {
	padding-right: 20px;
	text-align: right;
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	color: #000;
}

.text-messenger-android-sent .text-messenger-android-text {
	background-color: #d2e4fc;
}

.text-messenger-android-sent .text-messenger-android-text p {
	color: #2254a2;
}

.ios-header {
	display: block;
}

.ios-header .status-bar {
	background: #f5f5f5;
}

.iphone-msg-header {
	position: relative;
	padding: 8px 20px;
	background: #f5f5f5;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.iphone-msg-header .iphone-msg-header-back {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.iphone-msg-header .modal-title {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
}

.iphone-msg-header .modal-title .modal-title-img {
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to top, #a2a8b4, #898d98);
}

.iphone-msg-header .modal-title .modal-title-img img {
	height: auto;
	width: 40px;
	position: relative;
	left: 0;
	top: 1px;
}

.iphone-msg-header .modal-title .modal-title-img.image-uploaded {
	background: #ffffff;
}

.iphone-msg-header .modal-title .modal-title-img.image-uploaded img {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.iphone-msg-header .modal-title .reciver-name {
	position: relative;
	margin-top: 3px;
	color: #000000;
	font-weight: 600;
	display: inline-block;
}

.iphone-msg-header .modal-title .reciver-name:before {
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	right: -10px;
	transform: translate(0, -50%) rotate(45deg);
	height: 7px;
	width: 7px;
	border: 1px solid #000000;
	border-left: none;
	border-bottom: none;
	display: block;
}

.all_footer_wp .iphone-msg-footer {
	position: relative;
	width: 100%;
	display: block;
	padding: 10px 0;
}

.all_footer_wp .iphone-msg-footer img {
	width: 100%;
	height: auto;
}

.main_iphone_titel_msg {
	position: relative;
	display: block;
	text-align: center;
	margin: 8px 0 15px 0;
}

.modal-body.iphone-msg-body {
	padding: 10px 0;
	min-height: 520px;
}

.main_iphone_titel_msg p {
	display: block;
	color: #949494;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}

.main_iphone_titel_msg p span {
	display: inline-block;
}

.main_iphone_titel_msg p span.msg-time {
	margin-left: 7px;
}

.right-part .modal-body.iphone-msg-body .is-not .message-container {
	min-height: auto;
}

.right-part .modal-body.iphone-msg-body .message-received .message-container {
	padding-left: 28px;
}

.right-part .modal-body .message-sent .message-container {
	padding-left: 0px;
	padding-right: 28px;
}

.right-part .modal-body.iphone-msg-body .message-bubble {
	position: relative;
}

.right-part .modal-body.iphone-msg-body .text-messenger-received .text-messenger-text {
	background: #e6e6ea;
	border-radius: 18px;
	padding: 7px 12px;
}

.text-messenger-text-img img {
	background-repeat: no-repeat;
	background-size: contain;
	left: -10px;
	position: absolute;
	bottom: 0;
	top: unset;
	width: auto;
	height: auto;
}

.right-part .modal-body.iphone-msg-body .text-messenger-sent .text-messenger-text {
	color: #fff;
	background-color: #36d45d;
	border-radius: 18px;
	padding: 7px 12px;
	z-index: 1;
}

.right-part .modal-body.iphone-msg-body .text-messenger-sent .text-messenger-text p {
	color: #ffffff;
}

.text-messenger-text-sent-img img {
	background-repeat: no-repeat;
	background-size: contain;
	width: auto;
	height: auto;
	position: absolute;
	bottom: 0;
	right: -9px;
	top: unset;
}