.field_disabled {
	pointer-events: none;
	opacity: 0.5;
}

.btn-payment_action {
	padding: 5px 15px !important;
}

.btn-payment_action.btn-success:hover,
.btn-payment_action.btn-success[disabled],
.btn-payment_action.btn-success:focus {
	background-color: rgb(255 255 255 / 30%);
	color: #2dba67;
	border-color: rgba(0, 0, 0, 0.3);
}

.btn-payment_action.btn-danger {
	border: 1px solid #e51646;
	color: #e51646;
	background: #ffd0d087;
}

.btn-payment_action.btn-danger:hover,
.btn-payment_action.btn-danger[disabled],
.btn-payment_action.btn-danger:focus {
	background-color: rgb(255 255 255 / 30%);
	color: #e51646;
	border-color: rgba(0, 0, 0, 0.3);
}

.ui-state-active,
.ui-widget-content .ui-state-active {
	background: #e51646bd !important;
}

.d-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.m-0 {
	margin: 0 !important;
}

.ucwords {
	text-transform: capitalize;
}



/* message section */

.message_section div.container {
	width: 100% !important;
}

div.msg_main_row {
	justify-content: center;
	background: #f3f3f3;
	border-radius: 5px;
	box-shadow: 0px 5px 10px 0px #c3c3c366;
	flex-wrap: wrap;
	padding: 5px;
}

.p-0 {
	padding: 0 !important;
}

.chatList_search_wrapper label {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.chatList_search_wrapper label i {
	position: absolute;
	left: 10px;
	color: #555;
	font-size: 15px;
}

.chatList_search_wrapper label input {
	padding-left: 30px;
}

.chat-list-container {
	position: relative;
}

.chat-list-container ul {
	margin: 0;
	padding: 0;
	max-height: 74vh;
	min-height: 74vh;
	overflow: auto;
}

.chat_list_no_user {
	text-align: center;
	margin: 10px;
}

li.chatList_row {
	display: flex;
	background: #ffffff;
	padding: 5px;
	margin: 2px;
	border-radius: 5px;
	transition: ease .1s;
	-webkit-transition: ease .1s;
	-moz-transition: ease .1s;
	-ms-transition: ease .1s;
	-o-transition: ease .1s;
	border-bottom: 2px solid #ffffff;
	cursor: pointer;
}

li.chatList_row:hover,
li.chatList_row.active {
	box-shadow: 0px 3px 5px -2px #4c4b4b;
	border-bottom: 2px solid #e51646;
	background: #e9e9e9;
}

li.chatList_row div.chatList_image {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

li.chatList_row div.chatList_image div {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

li.chatList_row div.chatList_image div img {
	height: 55px;
	width: 55px;
	border-radius: 50%;
	border: 1px solid #5c5c5c5c;
	cursor: pointer;
}

li.chatList_row div.chatList_name {
	width: 55%;
	padding: 5px;
	margin-top: 5px;
}

li.chatList_row div.chatList_name span.user_name {
	font-weight: 600;
	font-size: 13px;
	color: #404040;
	cursor: pointer;
}

li.chatList_row div.chatList_name div.last_message {
	margin-top: 3px;
	color: #7e7e7e;
}

li.chatList_row div.chatList_unread {
	width: 25%;
	padding: 3px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


li.chatList_row div.chatList_unread div.unread_counter_box {
	text-align: center;
	width: 20px;
	height: 20px;
	background: #e51646;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}

li.chatList_row div.chatList_unread div.no_unread_message {
	height: 20px;
}

.chatList_timeStamp {
	margin-top: 3px;
	color: #7e7e7e;
	font-size: 11px;
}

.empty_conversion {
	width: 100%;
	height: 100%;
}

.conversion_empty_message_container,
.conversion_empty_message_container * {
	min-height: 85vh;
}

.empty_conversion img {
	width: 100%;
	height: 100%;
}

.online_status {
	color: #7e7e7e;
}

.is_online {
	color: #248f0b;
}

.conversion_main_box {
	margin: 0 5px;
}

.conversion_head {
	background: #fff;
	display: flex;
	width: 100%;
	border-radius: 5px;
	margin: 0 3px;
}

.conversion_head .msg_user_img {
	width: 15%;
	display: flex;
	justify-content: center;
}

.conversion_head .msg_user_img div {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 5px;
	border: 1px solid #e51646;
	padding: 1px;
}

.conversion_head .msg_user_img div img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.conversion_head div.msg_user_name {
	width: 60%;
	display: flex;
	flex-direction: column;
	padding: 10px 0px;
	justify-content: center;
}

.conversion_head div.msg_user_name div.username {
	font-size: 16px;
	font-weight: 700;
}

.conversion_head div.msg_user_name div.is_online {
	display: flex;
	align-items: center;
}

.conversion_head div.msg_user_name div.is_online span.online_indicator {
	width: 10px;
	height: 10px;
	background: #43d321;
	content: '';
	display: block;
	border-radius: 50%;
	margin-right: 5px;
	box-shadow: 1px 0px 7px 1px #2bf72bde;
}

.conversion_head div.conversion_action {
	width: 25%;
	display: flex;
	justify-content: end;
	align-items: center;
}

.conversion_head div.conversion_action div {
	position: relative;
	margin-right: 50px;
}

.conversion_head div.conversion_action i {
	font-size: 20px;
	cursor: pointer;
}

.conversion_action ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 25px;
	list-style: none;
	background: white;
	width: 100px;
	left: -47px;
	box-shadow: 3px 4px 17px 2px #6c6c6c36;
	border-radius: 5px;
	display: none;
	z-index: 1;
}

.conversion_action ul.active {
	display: block;
}

.conversion_action ul li {
	padding: 5px;
	text-align: center;
	margin-bottom: 3px;
	cursor: pointer;
	transition: ease-in-out .2s;
	-webkit-transition: ease-in-out .2s;
	-moz-transition: ease-in-out .2s;
	-ms-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
}

.conversion_action ul li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.conversion_action ul li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 0px;
}

.conversion_action ul li:hover {
	background: #e5164617;
}

.conversion_message_body {
	background: #fff;
	display: flex;
	width: 100%;
	border-radius: 5px;
	margin: 0 3px;
	flex-direction: column;
	margin-top: 5px;
}

.conversion_message_box {
	min-height: 65vh;
	max-height: 65vh;
	padding: 5px;
}

.conversion_message_row {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

.conversion_message_row .message_item {
	display: flex;
	margin-bottom: 20px;
	position: relative;
}

.conversion_message_row .message_item .bubble {
	padding: 5px;
	border-radius: 5px;
	color: #323232;
	min-width: 25px;
	position: relative;
}

.conversion_message_row .message_item .msg_timestamp {
	color: #7e7e7e;
}

.conversion_message_row .message_item div.msg_box {
	max-width: 80%;
	word-break: break-all;
	position: relative;
}

.conversion_message_row .message_item.system_message {
	justify-content: center;
}

.message_item.system_message .msg_box {
	background: #271b3b99;
	padding: 10px 25px;
	margin: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 0px #00000021;
	border: 1px solid #a9a9a9a6;
	text-align: center;
	color: #fff;
}

.message_item.system_message .msg_box div.message_text {
	font-size: 15px;
	color: #fff;
}

.message_item.system_message .msg_box div.msg_timestamp {
	color: #e5e1e1;
}

.message_item.system_message div.bubble {
	padding: 0;
}

.conversion_message_row .message_item.left {
	justify-content: left;
}

.message_item.left .msg_box {
	padding: 3px 10px;
	margin-left: 3px;
}

.message_item.left .msg_box .bubble {
	background: #ededed;
}

.message_item.left div.msg_timestamp,
.message_item.right div.msg_timestamp {
	position: absolute;
	bottom: -17px;
	min-width: 130px;
}

.message_item.left div.msg_timestamp {
	left: 10px;
	text-align: left;
}

.conversion_message_row .message_item.right {
	justify-content: end;
}

.message_item.right div.msg_timestamp {
	right: 5px;
	text-align: right;
}

.message_item.right .msg_box {
	padding: 3px 10px;
	margin-right: 3px;
}

.message_item.right .msg_box .bubble {
	background: #e9305bc7;
	color: #fff;
}

.read_status_img_wrapper img {
	/* width: 15px; this size for the read status */ 
	width: 12px;
	margin-left: 5px;
}

.read_status_img_wrapper img.unread {
	width: 12px;
}

.conversion_input_container {
	background: #f3f3f3;
}

.conversion_input_box {
	background: #fff;
	margin-top: 25px;
	display: flex;
	border-radius: 5px;
	width: 100%;
	padding: 5px;
}

.conversion_input_icon_wrapper {
	width: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.conversion_input_icon_wrapper .small_icon_btn {
	width: 30px;
	height: 30px;
	background: #e51646;
	color: #fff;
	font-size: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0px 0px 9px 2px #87707091;
	z-index: 5;
}

.conversion_input_wrapper {
	width: 80%;
	display: flex;
	align-items: center;
}

.conversion_input_wrapper textarea {
	margin: 0;
	margin: 0;
	max-width: 100%;
	min-width: 100%;
	height: 40px;
	min-height: 40px;
	background-color: #F3F4F7;
	border: none;
	font-size: 16px;
	line-height: 20px;
	border-radius: 8px;
	font-size: 16px;
	padding: 8px 18px;
}

.back_to_chatList_container_for_small_device {
	display: none;
}

/* message responsive */

@media screen and (max-width: 650px) {
	.msg_main_row div.col-sm-8 {
		display: none;
	}

	.back_to_chatList_container_for_small_device {
		width: max-content;
		padding: 0;
		margin-bottom: 15px;
		font-size: 15px;
		padding: 10px;
		background: #eee;
		border-radius: 5px;
		font-weight: 600;
		cursor: pointer;
		margin-left: -15px;
	}

	.conversion_head .msg_user_img {
		width: 20%;
	}

	.conversion_head div.msg_user_name {
		width: 55%;
		padding-left: 10px;
	}

	.message_item.system_message .msg_box {
		padding: 10px;
	}

	.conversion_message_box {
		min-height: 60vh;
		max-height: 60vh;
	}

	.chat-list-container ul {
		min-height: 70vh;
		max-height: 70vh;
	}

	.file_input_icon_wrapper input {
		padding: 0 !important;
	}

	.conversion_head div.conversion_action div {
		margin-right: 35px;
	}

	.conversion_input_icon_wrapper {
		width: 15%;
	}

	.conversion_input_wrapper {
		width: 70%;
	}

	.conversion_input_icon_wrapper {
		width: 15%;
	}
}

.deleted_msg .bubble {
	background: #d13c3c !important;
	color: #fff !important;
}

.deleted_msg_icon {
	color: #d13c3c;
	margin-right: 5px;
}

.message_action_ul {
	position: absolute;
	top: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f3f3f3;
	width: 150px;
	box-shadow: 3px 4px 17px 2px #6c6c6c36;
	color: #555;
	border-radius: 5px;
	z-index: 9;
}

.message_item.left ul.message_action_ul {
	left: 20px;
}

.message_item.right ul.message_action_ul {
	right: 20px;
}

.message_action_ul li {
	padding: 5px;
	text-align: center;
	margin-bottom: 3px;
	cursor: pointer;
	transition: ease-in-out .2s;
	-webkit-transition: ease-in-out .2s;
	-moz-transition: ease-in-out .2s;
	-ms-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
}

.message_action_ul li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.message_action_ul li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 0px;
}

.message_action_ul li:hover {
	background: #e5164617;
}

.message_item div.message_text a {
	color: #fff;
	text-decoration: underline;
}

.msg_loader {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
}

.message_item.unread {
	margin-top: 25px;
}

.message_item.unread::before {
	width: 90%;
	content: 'Unread Messages';
	position: absolute;
	top: -30px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #7c7272;
	border-bottom: 0.3px solid #9591916e;
	margin-left: 5%;
}


.conversion_message_box div.slimScrollBar,
.chat-list-container div.slimScrollBar {
	background: rgb(189 189 189) !important;
}

.msg_load_more_loader {
	display: flex;
	align-items: center;
	justify-content: center;
}

.msg_load_more_loader img {
	width: 20%;
	max-width: 120px;
}

.file_input_icon_wrapper {
	position: relative;
	overflow: hidden;
}

.file_input_icon_wrapper input {
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	padding: 15px;
}

.image_attachment {
	max-width: 300px;
}

.file_attachment a {
	color: #fff !important;
	text-decoration: underline;
}

.message_item.left div.file_attachment a {
	color: #000 !important;
}

.message_item.awaiting_approval {
	margin-bottom: 40px;
}

.message_item.awaiting_approval div.bubble {
	border: 1px solid #3fb7ed;
}

.msg_timestamp .awaiting_approval {
	color: #3fb7ed;
	margin-right: 5px;
	font-size: 13px;
}

.noSelectable {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
  supported by Chrome, Edge, Opera and Firefox */
}

.message_conversion_date_separator {
	width: 100%;
	text-align: center;
	color: #7c7272;
	position: relative;
	background: #fff;
}

.message_conversion_date_separator::before {
	content: ' ';
	position: absolute;
	background: #9591916e;
	height: 1px;
	top: 8px;
	z-index: 1;
	width: 35%;
	left: 7%;
}

.message_conversion_date_separator::after {
	content: ' ';
	position: absolute;
	background: #9591916e;
	height: 1px;
	top: 8px;
	z-index: 1;
	width: 35%;
	right: 7%;
}

.user_plus_icon_wrapper {
	position: absolute;
	bottom: 10px;
	right: 35px;
}

.user_plus_icon_wrapper span i {
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.user_plus_icon_wrapper span {
	width: 40px;
	height: 40px;
	background: #e51646;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	box-shadow: 2px 5px 12px 1px #aba0a0ad;
	cursor: pointer;
}

.user_plus_icon_wrapper span:hover i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.message_user_search_input_wrapper label {
	width: 100%;
	position: relative;
}

.message_user_search_input_wrapper label i {

	position: absolute;
	font-size: 17px;
	color: #a2a2a2;
	top: 9px;
	left: 10px;
}

.message_user_search_input_wrapper label input {
	padding-left: 30px;
}

.search_message_user_ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	max-height: 75vh;
	overflow: auto;
}

.search_message_user_ul li {
	margin-bottom: 3px;
	cursor: pointer;
	border-bottom: 2px solid #f9f9f9;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.search_message_user_ul li:hover {
	border-bottom: 2px solid #e51646;
}

.list_load_more_container {
	text-align: center;
	padding: 10px;
}

.list_load_more_container:hover {
	border-bottom: 2px solid #f9f9f9 !important;
}

.list_load_more_container button {
	margin: 0;
	padding: 5px 10px !important;
	outline: none !important;
	border: none;
	background: #e51646;
	color: #fff;
	text-shadow: none;
	box-shadow: 3px 3px 15px -3px #6c65656b;
	margin-bottom: 0 !important;
}

.list_load_more_container button:hover,
.list_load_more_container button:focus {
	color: #fff;
}

.search_message_user_ul {
	margin-bottom: 5px;
}

.search_message_user_wrapper {
	background: #f9f9f9;
	border-radius: 5px;
	display: flex;
	padding: 2px;
	width: 100%;
}

.search_user_img_wrapper {
	width: 10%;
	max-width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
}

.search_user_img_wrapper div {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.search_user_img_wrapper img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.search_user_name_wrapper {
	padding-left: 10px;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
}

.searchUserModel div.modal-header {
	display: flex;
	justify-content: space-between;
}

.chat_list_category_wrapper {
	height: 35px;
	margin-bottom: 5px;
	margin-top: 6px;
}

.chat_list_category_group {
	display: flex;
	width: 100%;
	height: 100%;
}

.chat_list_category {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-bottom: 2px solid #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
}

.chat_list_category:nth-child(1) {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: .5px solid #dddddd8f;
}

.chat_list_category:nth-child(2) {
	border-radius: 0;
	border-right: .5px solid #dddddd8f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.chat_list_category:nth-child(3) {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0;
}

.chat_list_category:nth-child(3) {
	border-bottom-left-radius: 0px;
}

.chat_list_category.active {
	color: #e51646;
	font-weight: 600;
	border-bottom: 2px solid #e51646;
}

.sender_info {
	width: 25px;
	margin-top: 5px;
}

.sender_image_wrapper {
	height: 22px;
	width: 22px;
	border-radius: 50%;

}

.sender_image_wrapper img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}

.msg_box.pl-0 {
	padding-left: 0 !important;
}

.chat-list-container ul div.msg_load_more_loader {
	height: 45px;
}

.chat-list-container ul div.msg_load_more_loader img {
	width: 100%;
	max-width: 100px;
}

.message_action_wrapper {
	position: absolute;
	top: 2px;
	cursor: pointer;
	display: none;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}

.left div.message_action_wrapper {
	right: 0px;
}

.right div.message_action_wrapper {
	left: -5px;
}

.message_action_wrapper i {
	color: gray;
}

.message_item:hover .message_action_wrapper {
	display: block;
}

.message_sending_progress_wrapper {
	margin-top: 2px;
	background: #ffff;
	box-shadow: 3px 3px 10px -1px #55555542;
}

.message_sending_progress_wrapper div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 10px;
	background: white;
	border: 1px solid #eee;
	z-index: 5;
	height: 100%;
	font-weight: 600;
}

.message_sending_progress_wrapper img {
	width: 100px;
}

.hightLightMessage {
	animation: 1s 5 hightLight;
	-webkit-animation: 1s 5 hightLight;
	animation-timing-function: ease-in, linear, ease-out;
}

@keyframes hightLight {
	0% {
		opacity: 50%;
	}

	100% {
		opacity: 100%;
	}
}

.avatar>img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}