.main.message_page {
	padding-top: 70px;
	float: left;
	overflow: hidden;
	height: 100vh;
	width: 100%;
}
/* .post_body_left{
	margin-top: 65px !important;
} */
/* .main.message_page.main_message_page_new_top{
	padding-top: 135px;
} */

.portfolio_body_message_left {
	width: 25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 15px;
	height: 100vh;
}

.portfolio_body_message_left .post_body_left {
	padding: 15px;
	float: left;
	padding-right: 0px;
	width: 100%;
}

.friends_top.bdrBottom {
	border-bottom: 1px solid rgba(38, 135, 201, 0.1);
	padding: 10px 0 0;
	width: 97%;
	float: left;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.message-header-right-button {
	float: left;
	width: 28%;
	text-align: right;
}

.message-header-right-button a.tomsg-modal-old button.add-message i {
	display: none;
}

.message-header-right-button a.tomsg-modal-old button.add-message {
	background: rgba(38, 135, 201, 0.1);
	border: none;
	width: 104px;
	height: 34px;
	border-radius: 10px;
	font-size: 12px;
}

.message-header-right-button a.tomsg-modal-old button::before {
	content: "New Message";
}

div#message_body_left_recentactive {
	float: left;
	width: 100%;
	/* overflow-y: scroll;
  */
	height: 75vh;
}

.recentactive_message_area {
	padding: 10px 5px 10px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 100%;
	float: left;
	margin-bottom: 2px;
	height: 75px;
	display: flex;
	align-items: center;
}

.message_image-leftsidebar .common-profile-picture-2021 ul.circle-container-2021 li span.icon-Star {
	font-size: 0.8rem;
}

.recentactive_message_area.active,
.recentactive_message_area.active:hover {
	background: rgba(38, 135, 201, 0.1);
	box-shadow: none;
}

.recentactive_message_area:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

.portfolio_body_message_center {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	height: 100vh;
}

a#loadMore {
	margin: 5px auto;
	width: 160px;
	background: rgba(30, 155, 221, 0.7);
	color: #fff;
	padding: 6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: fixed;
	left: 0;
	right: 0;
	font-size: 13px;
	z-index: 1;
	text-align: center;
}

div.chat-user-single-msg.chat-user-mine.other_message {
	float: left;
	display: table;
	clear: both;
	position: relative;
	padding: 5px 0;
}

div.chat-user-single-msg.chat-user-mine.other_message::before {
	content: "";
	color: #eeeeee;
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: 20px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #eeeeee;
	border-bottom: 7px solid transparent;
}

div.chat-user-single-msg.chat-user-other.my-message {
	float: right;
	display: table;
	position: relative;
	padding: 5px 0;
	clear: both;
}

div.chat-user-single-msg.chat-user-other.my-message::after {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	content: "";
	right: 0;
	top: 15%;
}

.chat-seen-date.left-chat-seen-date.cls-ht {
	float: left;
	text-align: left;
	width: auto;
	clear: both;
	padding: 0 10px;
	position: relative;
}

.all_photo_gallery_area .chat-seen-date.left-chat-seen-date.cls-ht span {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #777777;
}

.chat-seen-date.left-chat-seen-date.cls-ht .r-hover-tooltip {
	display: none;
}

.r-hover-tooltip p {
	margin: 0;
	clear: both;
}

.chat-seen-date.left-chat-seen-date.cls-ht:hover .r-hover-tooltip {
	display: inline-block;
	position: absolute;
	right: 0px;
	background: #fafbff;
	border: 1px solid #c5cbd6;
	width: 200px;
	text-align: left;
	border-radius: 5px;
	padding: 10px 5px;
	z-index: 99;
	top: auto;
	bottom: 25px;
	font-size: 11px;
}

.chat-seen-date.right-chat-seen-date.cls-ht {
	float: right;
	text-align: right;
	width: auto;
	clear: both;
	padding: 0 10px;
	position: relative;
}

.chat-seen-date.right-chat-seen-date.cls-ht .r-hover-tooltip {
	display: none;
	position: absolute;
	right: 0px;
	width: 220px;
	text-align: left;
	border-radius: 5px;
	padding: 10px 5px;
	z-index: 99;
	top: auto;
	bottom: 25px;
	font-size: 11px;
	bottom: auto !important;
}

.chat-seen-date.right-chat-seen-date.cls-ht .r-hover-tooltip p {
	padding: 1px;
}

.chat-seen-date.right-chat-seen-date.cls-ht:hover .r-hover-tooltip {
	display: inline-block;
}

div.chat-seen-date.seen-by {
	float: right;
	margin-left: 10px;
}

.chat-user-single-msg .msg-send-option {
	display: none !important;
}

.chat-user-single-msg:hover .msg-send-option {
	vertical-align: middle;
	display: table-cell !important;
}

.msg-send-option:hover {
	display: table-cell;
	vertical-align: middle;
}

.msg-send-option .msg-send-option-dropdown {
	position: relative;
}

.msg-send-option .msg-send-option-dropdown .dropdown-menu {
	top: -57px;
	bottom: auto;
}

.msg-send-option .msg-send-option-dropdown .dropdown-menu li a i {
	margin-right: 5px;
}

.all_photo_gallery_area .my-message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a:hover,
.all_photo_gallery_area .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a:hover {
	color: #2687c9 !important;
}

div.chat-user-single-msg.chat-user-other.my-message .msg-send-option-dropdown .dropdown-menu {
	right: 0;
}

.chat-user-single-msg-text,
.chat-user-single-msg-link {
	float: left;
	display: table-cell;
	vertical-align: middle;
	margin: 0 8px;
	box-sizing: border-box;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	white-space: pre-wrap;
	word-break: break-word;
	max-width: 700px;
	font-weight: normal;
	font-size: 15px;
	line-height: 27px;
	color: #333333;
}

.react_message_body .chat-user-other .chat-user-single-msg-text,
.chat-user-single-msg-link {
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: table-cell;
	vertical-align: middle;
	background: #e3e7ea;
	margin: 0 8px;
	white-space: pre-wrap;
	word-break: break-word;
	max-width: 700px;
	padding: 2px 5px;
	border: none;
}

.react_message_body .chat-user-other .chat-user-single-msg-text img.link-msg-img,
.common-col-box.demo-class-1.we1 img.link-msg-img,
.chat-user-single-msg-link img.link-msg-img {
	width: 100%;
}

.common-col-box.demo-class-1.we1 img {
	width: 100%;
	height: 100%;
}

.all_photo_gallery_area .portfolio_body_message_center .portfolio_message21 {
	position: relative;
	width: 100%;
	float: left;
	height: calc(100vh - 90px);
}

.overthrow.nano-content.description.react_message_body {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.portfolio_message21 {
	position: relative;
	width: 100%;
	float: left;
}

.portfolio_message21 .message_area_top_heading {
	-moz-box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
	-webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
	box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
	float: left;
	height: 86px;
}

.message_image-rightsidebar.post-user-profile {
	float: left;
	position: relative;
	margin-right: 10px;
	margin-top: 11px;
}

.message_text_message_heading {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}

.message_text_message_heading h3 {
	margin: 0;
}

.message_text_message_heading h3 a {
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
}

p.message-header-count {
	margin: 0;
}

p.message-header-count span.count {
	font-size: 11px;
	line-height: 15px;
	margin-right: 8px;
}

p.message-header-count span.count svg {
	margin-left: 5px;
	position: relative;
	top: -2px;
}

.all_photo_gallery_area .portfolio_body_message_center .portfolio_message21 .message_area_top_heading .single-settings {
	float: right;
	position: relative;
	text-align: right;
	width: 200px;
	cursor: pointer;
	margin-top: 21px;
	padding-right: 20px;
}

.all_photo_gallery_area .single-settings ul.single-settings-list.dropdown-menu li .settings-edit-title svg {
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.single-settings {
	float: right;
	position: relative;
	text-align: right;
	width: 200px;
	cursor: pointer;
}

.all_photo_gallery_area .single-settings ul.single-settings-list.dropdown-menu {
	float: inherit;
	right: 0px;
	top: 23px;
	box-shadow: 0px 10px 28px rgb(0 0 0 / 22%);
	border-radius: 12px;
	padding: 10px 10px;
	z-index: 9999 !important;
	width: 190px !important;
	border: none !important;
}

.all_photo_gallery_area .single-settings ul.single-settings-list.dropdown-menu li {
	cursor: pointer;
	float: left;
	position: relative;
	width: 100%;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 13px;
	line-height: 18px;
	color: #888888 !important;
	padding: 5px 0px 6px 9px;
	transition: 0.5s;
}

.all_photo_gallery_area .single-settings ul.single-settings-list.dropdown-menu li .settings-edit-title {
	display: flex;
	align-items: center;
	justify-content: start;
}

.all_photo_gallery_area .single-settings ul.single-settings-list.dropdown-menu li .settings-edit-title span {
	margin-right: 5px;
}

.single-settings ul.single-settings-list.dropdown-menu li:last-child {
	border: none;
}

.portfolio_body_message_center .post_body_left {
	max-width: 100% !important;
	width: 100%;
	border-radius: 0 !important;
	padding: 15px;
	float: left;
	height: 100vh;
}

.message_image-leftsidebar {
	float: left;
	height: 45px;
	width: 50px;
	padding: 0px;
	margin-right: 10px;
	min-width: 50px;
	max-width: 50px;
}

.message_image-leftsidebar a {
	float: left;
	height: 50px;
	width: 100%;
}

.all_photo_gallery_area .react_message_body .my-message .msg-send-option-dropdown span.icon-top3dot,
.all_photo_gallery_area .react_message_body .msg-send-option-dropdown span.icon-top3dot {
	font-size: 0.4rem;
}

.message_text.msg_sender.msg_sender_17 {
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	position: relative;
	top: 6px;
}

.message_text.msg_sender.msg_sender_17 span {
	float: right;
	position: absolute;
	right: 15px;
	top: 2px;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	text-align: right;
	color: #777777;
}

.all_photo_gallery_area .portfolio_body_message_right .messageRight p.likes-friends {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	width: 100%;
}

.all_photo_gallery_area .portfolio_body_message_right .messageRight p.likes-friends span span.msg_right_likes {
	display: block;
	font-weight: normal;
	font-size: 14px !important;
	line-height: 19px;
	text-align: center;
	color: #999999;
	padding-bottom: 8px;
}

.all_photo_gallery_area .portfolio_body_message_right .messageRight p.likes-friends span {
	font-weight: 600;
	font-size: 17px !important;
	line-height: 23px;
	text-align: center;
	color: #333333;
	padding: 0px 9px;
	display: initial;
}

.all_photo_gallery_area .portfolio_body_message_right .messageRight .likes-friends .span-liner:after {
	position: absolute;
	content: "";
	top: -23px;
	left: 8px;
	background: #bbbbbb;
	width: 1px;
	height: 45px;
}

.message_text.msg_sender.msg_sender_17 p {
	font-size: 13px;
	line-height: 18px;
	color: #777777;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0;
}

/* .content.MsgChild .recentactive_message_area span.chat-online-status.offline {
  float: left;
  width: 12%;
  height: 30px;
  font-size: 11px;
  line-height: 15px;
  text-align: right;
  color: #777777;
} */

div#profile-img-popub .image-start-container .post_profile_pic_star-2021 .common-profile-picture-2021 span.chat-online-status.dropdown_message_avt {
	top: 5%;
	left: 15%;
}

.msg-send-date-bar {
	width: 100%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 20px 0;
}

.msg-send-date-bar-line {
	width: 50%;
	height: 1px;
	background: #eeeeee;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.msg-send-date-bar span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #90949c;
	font-size: 12px;
	padding: 5px 15px;
	min-width: 165px;
	text-align: center;
	margin-top: -2px;
}

.main.message_page .portfolio_body_message_right {
	width: 25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	height: 100vh;
}

.main.message_page .profile-card.prowrep.right-mar-pad {
	width: 100%;
	float: left;
	padding-top: 65px;
	padding-bottom: 45px;
	border: none;
}

div.profile-pic-box {
	width: 100%;
	text-align: center;
}

.avat-main17.profile_popup {
	height: 140px;
	width: 131px;
	margin: 0 auto;
	clear: both;
}

.avat-main17.profile_popup img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #ccc;
}

.profile-identity {
	width: 100%;
	text-align: center;
}

p.user-profile-name a {
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
	/* text-align: center; */
	color: #333333;
	/* zahid */
	display: flex;
    align-items: center;
    justify-content: center;
}

.main.message_page .profile_overview.w_l_100 {
	width: 90%;
	background: #ffffff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 0 auto 10px;
	clear: both;
	padding: 25px 25px 8px 25px;
	text-align: left;
}

.main.message_page .profile_overview.w_l_100 .details-card .intro_header h2 i {
	display: none;
}

.main.message_page .profile_overview.w_l_100 .details-card .intro_header h2 {
	font-weight: bold;
	font-size: 15px;
	line-height: 23px;
	color: #999999;
	margin-bottom: 10px;
}

.main.message_page .profile_overview.w_l_100 .details-card .activities-societies {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #777777;
}

.all_photo_gallery_area .messageRight .profile-pic-box {
	height: 150px;
	width: 150px;
	margin: 0 auto;
	object-fit: cover;
}

.all_photo_gallery_area .messageRight .profile-pic-box .image-start-container svg {
	margin: 0;
	height: 100%;
	width: 100%;
}

.all_photo_gallery_area .messageRight .profile-identity {
	padding-top: 20px;
}

.main.message_page .intro_header h2 {
	font-size: 15px;
	line-height: 23px;
	color: #999999;
	font-weight: bold;
	margin: 0;
}

.portfolio_message21 .message_main_area {
	float: left;
	width: 100%;
	height: 71vh;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.portfolio_message21 .message_main_area::-webkit-scrollbar {
	display: none;
}

.portfolio_message21 .message_main_area .nano {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: calc(81vh - 100px);
}

.portfolio_message21 .message_main_area #message_main_areaScroll {
	height: 100% !important;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 10px;
	width: 100%;
}

.portfolio_message21 .message-footer21 {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 99;
	background: #fff;
}

.message-page-replay.portfolio_coment_message {
	float: left;
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid #eeeeee;
	bottom: 0px;
}

.general-file.files-upload-scroll {
	width: 100%;
	float: left;
	overflow: auto !important;
	padding: 1px 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	white-space: nowrap;
}

.general-file {
	float: left;
	width: 100%;
}

.inline-attachement-icon.attachement-tom {
	float: left;
	width: 40px;
}

.attachement-main.attachement-tom {
	float: left;
	height: 50px;
	width: 50px;
	margin: 3px;
}

.attachement-main.attachement-tom .attachement-col {
	position: relative;
	height: 100%;
	width: 100%;
}

.all_photo_gallery_area .general-file .attachement-main.attachement-tom .attachement-col {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	background: #e3e7ea;
}

.attachement-main.attachement-tom .attachement-col img {
	height: 100%;
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

textarea.replay_message_text.main {
	width: 87%;
	height: 50px;
	background: transparent;
	border-radius: 10px;
	padding: 10px;
	margin-left: 45px;
	padding-bottom: 0px;
}

.newmessage_bottom {
	border: none;
	margin-top: 5px;
	padding: 0;
	position: relative;
	top: auto;
	bottom: 15px;
	float: left;
	width: 100%;
}

.all_photo_gallery_area .single-chat-attachement {
	float: left;
	position: absolute;
	top: -38px;
	cursor: pointer;
}

.all_photo_gallery_area .single-chat-attachement div img {
	display: none;
}

.newmessage_bottom .shaire_coment {
	float: right;
	position: absolute;
	top: -38px;
	right: 0px;
}

.newmessage_bottom .shaire_coment button#reply_user {
	background: none;
	border: none;
	outline: none;
}

.newmessage_bottom .shaire_coment button#reply_user::after {
	content: "\e961";
	font-family: "icomoon";
	color: #2687c9;
	font-weight: bold;
	font-size: 25px;
	border: none;
}

.all_photo_gallery_area .single-settings ul.single-settings-list.dropdown-menu li:hover .settings-edit-title {
	color: #ff0000;
}

.all_photo_gallery_area .single-settings ul.single-settings-list.dropdown-menu li:hover .settings-edit-title svg path {
	fill: #ff0000;
}

.all_photo_gallery_area .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu {
	width: 115px !important;
	left: 0px !important;
	-moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 22%);
	-webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 22%);
	box-shadow: 0px 10px 28px rgb(0 0 0 / 22%);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 0px;
	border: none;
	min-width: 0px;
	top: -30px !important;
	position: absolute !important;
}

.all_photo_gallery_area .my-message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu {
	width: 115px !important;
	left: inherit !important;
	-moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 22%);
	-webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 22%);
	box-shadow: 0px 10px 28px rgb(0 0 0 / 22%);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 0px;
	border: none;
	min-width: 0px;
}

.all_photo_gallery_area .my-message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li,
.all_photo_gallery_area .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li {
	padding: 5px 8px;
}

.all_photo_gallery_area .my-message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a,
.all_photo_gallery_area .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a {
	font-size: 15px;
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 !important;
}

.all_photo_gallery_area .my-message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span,
.all_photo_gallery_area .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span {
	float: left;
	display: flex;
	align-items: center;
}

.all_photo_gallery_area .my-message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span:hover,
.all_photo_gallery_area .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span:hover {
	color: #2687c9 !important;
}

.all_photo_gallery_area .my-message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span.msg_removeMessage:hover,
.all_photo_gallery_area .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span.msg_removeMessage:hover {
	color: #ff0000 !important;
}

.all_photo_gallery_area .my-message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span.msg_removeMessage:hover svg path,
.all_photo_gallery_area .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span.msg_removeMessage:hover svg path {
	fill: #ff0000 !important;
}

.all_photo_gallery_area .my-message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span svg,
.all_photo_gallery_area .my-message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span i,
.all_photo_gallery_area .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span svg,
.all_photo_gallery_area .other_message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span i {
	margin-right: 5px;
}

.all_photo_gallery_area .other_message .demo-class-1,
.all_photo_gallery_area .demo-class-2,
.all_photo_gallery_area .demo-class-3,
.all_photo_gallery_area .demo-class-4 {
	width: 410px !important;
	float: left !important;
	padding-left: 8px !important;
	padding-right: 8px;
}

.all_photo_gallery_area .my-message .demo-class-1,
.all_photo_gallery_area .demo-class-2,
.all_photo_gallery_area .demo-class-3,
.all_photo_gallery_area .demo-class-4 {
	width: 410px !important;
	float: right !important;
	padding-right: 8px !important;
	padding-left: 14px;
}

.all_photo_gallery_area .react_message_body .other_message .common-col-box.demo-class-1 .msg-img-col {
	width: 100%;
	float: left;
	height: 250px;
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	margin: 5px 0 0 0;
}

.all_photo_gallery_area .react_message_body .my-message .common-col-box.demo-class-1 .msg-img-col {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	margin: 5px 0 0 0;
}

.all_photo_gallery_area .react_message_body .msg-send-option-dropdown {
	padding-left: 5px;
	margin-top: -4px;
}

.all_photo_gallery_area .react_message_body .my-message .msg-send-option-dropdown {
	padding-left: 5px;
	margin-top: -4px;
}

.all_photo_gallery_area .react_message_body .msg-backdrop {
	position: absolute;
	top: 0;
	left: 8px;
	right: 0;
	bottom: 0;
}

.all_photo_gallery_area .react_message_body .msg-backdrop .fa {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #2687c9;
	font-size: 40px;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.all_photo_gallery_area .react_message_body .fa-play-circle:before {
	content: "\f144";
}

.all_photo_gallery_area .thumb_upload_img {
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	object-fit: cover;
}

.all_photo_gallery_area .videoicon-overthumb {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.157);
}

.all_photo_gallery_area .videoicon-overthumb .fa {
	font-size: 26px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.all_photo_gallery_area .fa-play-circle:before {
	content: "\f144";
}

.all_photo_gallery_area .attachement-col .cancel_thumb_img {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	padding: 1px 5px;
	cursor: pointer;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	z-index: 1;
	height: 15px;
	width: 15px;
}

.all_photo_gallery_area .cancel_thumb_img .fa {
	font-size: 14px !important;
	text-align: center;
	line-height: normal;
	color: #fff;
	margin: 0 !important;
}

.attachement-main.attachement-tom {
	margin-left: 0px;
}

.all_photo_gallery_area .attachement-main-video,
.attachement-main-mp3,
.attachement-main-file {
	max-width: 100%;
	height: 80px;
	position: relative;
	padding: 4px;
	display: inline-block;
}

.all_photo_gallery_area .videoicon,
.mp3icon,
.fileicon {
	width: 35px;
	height: 40px;
	position: relative;
	background: #1e9bdd;
	text-align: center;
	color: #fff;
	font-size: 17px;
	display: inline-block;
	line-height: 40px;
	border-radius: 8px 0 0 8px;
}

.nano-content a.load-more.disable {
	display: flex;
	justify-content: center;
	align-items: center;
}

.all_photo_gallery_area .fa-music:before {
	content: "\f001";
}

.all_photo_gallery_area .attachement-main-video .cancel_thumb_img,
.attachement-main-mp3 .cancel_thumb_img,
.attachement-main-file .cancel_thumb_img {
	position: absolute;
	top: 4px;
	right: 4px;
	background: #000;
	padding: 6px 8px;
	cursor: pointer;
	border-radius: 0 8px 0 8px;
	box-shadow: -1px 1px 2px #3131318f;
	z-index: 1;
	height: 23px;
	width: 23px;
}

.all_photo_gallery_area .attachement-main-video span,
.attachement-main-mp3 span,
.attachement-main-file span {
	display: inline-block;
	padding: 10px;
	border: 1px solid #1e9bdd;
	background: #fff;
	border-radius: 0 8px 8px 0;
	word-break: break-all;
	vertical-align: top;
	font-size: 13px;
}

.all_photo_gallery_area .message_main_area .chat-user-single-msg a.filepreview {
	display: table-cell;
	padding: 0 10px 0 0;
	vertical-align: middle;
	background: #fff;
	border-radius: 8px;
	word-break: break-all;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	width: 100% !important;
	font-weight: 500;
	font-size: 1.3rem;
	color: #333333;
	display: flex;
	align-items: center;
}

.all_photo_gallery_area .mp3preview,
.filepreview {
	display: table-cell;
	padding: 0 10px 0 0;
	vertical-align: middle;
	background: #fff;
	border-radius: 8px;
	word-break: break-all;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	width: 100% !important;
	font-weight: 500;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}

.all_photo_gallery_area .chat-user-single-msg .mp3preview .fa,
.chat-user-single-msg .filepreview .fa {
	line-height: 40px;
	width: 30px;
	text-align: center;
	margin-right: 7px;
	background: transparent;
	border-radius: 5px 0 0 5px;
	color: #2687c9;
	font-size: 14px;
	position: relative;
	border-right: 1px solid #ddd;
}

.all_photo_gallery_area .chat-user-single-msg-link {
	width: 410px;
	border-radius: 18px;
}

.all_photo_gallery_area .link-msg-text {
	font-weight: 600;
	color: #333;
	padding: 0 8px 8px 12px;
	width: 100%;
	float: left;
}

.all_photo_gallery_area .link-msg-url {
	font-size: 14px;
	color: #788a98;
	padding: 0 8px 8px 12px;
	width: 100%;
	float: left;
}

.all_photo_gallery_area .link-msg-img-web-icon {
	width: 17px;
	height: 17px;
	margin-right: 10px;
}

.all_photo_gallery_area .link-msg-img {
	width: 100%;
	height: 200px !important;
	object-fit: cover;
	margin: 0 0 10px 0;
	float: left;
}

.single_post_popup button.btn.btn_left {
	position: fixed;
	z-index: 999999;
	top: 50%;
	left: 10px;
}

.all_photo_gallery_area p.message-report-ptext {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #333333;
}

.all_photo_gallery_area .message-report-btn {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}

.all_photo_gallery_area button.message-report-btn-accept {
	border: none;
	background: #1e9bdd;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 90px;
	margin-right: 5px;
	padding: 7px 30px;
}

.all_photo_gallery_area button.message-report-btn-block {
	border: none;
	background: #8596a3;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 90px;
	padding: 7px 30px;
}

.all_photo_gallery_area .new-msg-request {
	margin: 0 auto;
}

.post-added-con .succ-msg-new-post17 .alert-info {
	background: transparent;
	border-color: transparent;
	color: #333333;
}

.post-added-con .succ-msg-new-post17 .last-alert {
	text-align: center;
}

.post-added-con .succ-msg-new-post17 .message-signup-text h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 20px;
}

.post-added-con .succ-msg-new-post17 .message-signup-text h5 {
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
}

.post-added-con .succ-msg-new-post17 .notie-button.notie-element-half.notie-background-success {
	background: #1388d1 !important;
	color: #fff !important;
	border: 1px solid #1388d1;
	-moz-border-radius: 12px !important;
	-webkit-border-radius: 12px !important;
	border-radius: 12px !important;
	margin-right: 20px;
}

.notie-button.notie-element-half.notie-background-error {
	background: rgba(38, 135, 201, 0.1);
	color: #2687c9 !important;
	border: rgba(38, 135, 201, 0.1);
	-moz-border-radius: 12px !important;
	-webkit-border-radius: 12px !important;
	border-radius: 12px !important;
}

.post-added-con .modal-dialog {
	width: 575px !important;
}

.post-added-con .modal-header button.close {
	background: #333333 !important;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	opacity: 1;
	position: relative;
	top: -7px;
	right: -22px;
}

.post-added-con .modal-header button.close span {
	color: #fff;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 8px;
}

.post-added-con .modal-content .modal-body {
	padding-bottom: 30px;
}

.popover {
	z-index: 10003;
}

.bootstro-backdrop {
	opacity: 0.5;
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	filter: alpha(opacity=50);
	z-index: 10002;
	overflow: hidden !important;
}

.popover-content {
	padding: 10px 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px;
	color: #333;
	text-align: left;
}

.btn-success {
	color: #fff;
	background-color: #1388d1 !important;
	border: 1px solid #1388d1 !important;
}

.tour-tooltip-feed-filter.popover {
	left: 265px;
	top: -105px;
	z-index: 999999;
	border: none;
}

.popover.fade.left.in {
	padding: 5px;
}

.bootstro-finish-btn-wrapper {
	display: flex;
	justify-content: start;
	align-items: center;
	padding-top: 6px;
}

.popover-content .btn.btn-xs.btn-success.bootstro-finish-btn {
	padding: 5px 12px;
	margin-top: 5px;
}

.tour-tooltip-feed-category.popover.fade.left.in {
	top: -44px;
	width: 400px;
	left: 185px;
}

.tour-tooltip-post_like.popover.fade.bottom.in {
	width: 400px;
	top: 44px;
	left: -106px;
	background-color: white;
}

.flower-meg-addfriend .tour-tooltip-left-profile-progress.popover.fade.top.in {
	left: 55%;
	bottom: 100%;
	top: inherit;
	right: inherit;
	transform: translate(-10%, -5%);
}

.tour-tooltip-left-profile-progress.popover.fade.top.in {
	left: 28px;
	right: 0;
	top: -69px;
	position: absolute;
	text-align: center !important;
	max-width: auto !important;
	width: 300px;
	z-index: 1050;
}

.tour-tooltip-left-profile-progress.follow-tour.popover.fade.top.in {
	left: 0px;
}

.share-content-star-contributor .mobile-drop-17.dropdown-menu.dropCustome.sdrpmenu.content.newDrop.modal_newpost_sub17 {
	height: 255px;
}

.all_photo_gallery_area .portfolio_message .message-footer21 .message-page-replay.portfolio_coment_message .message_load .cssload-container-div.undefined15x15.common-height {
	min-height: 0px !important;
}

.all_photo_gallery_area .recentactive_message_area.user_active {
	background: rgba(38, 135, 201, 0.1);
}

.message_image-rightsidebar.post-user-profile a .image-start-container svg {
	margin: 0;
	height: 100%;
	width: 100%;
}

.fade.common-post-modal.suggestedcategorymodal.unique_message_2019_05_21.in.modal .modal-content .lbmcam_content_body .search_box_list.searchNewMsg .selecet_drop.newMsgSearch.message_search_user_2019 .post-user-profile a {
	float: left;
	height: 45px;
	width: 45px;
}

.flypost_box.model-popup-inner-17 .content-body .alert.alert-danger svg {
	margin-right: 8px;
}

div.chat-user-single-msg.chat-user-mine.other_message .chat-user-single-msg-text {
	padding: 2px 5px;
}

.all_photo_gallery_area .my-message .msg-send-option .msg-send-option-dropdown ul.dropdown-menu li a span span {
	margin-right: 5px;
}

/* New message Tab edit */

.sender_list_title {
	display: flex;
	align-items: center;
	justify-content: start;
	padding-left: 0;
	margin-bottom: 0;
}

/* .sender_list_title li {
    color: #333;
	padding: 10px;
	margin-right: 8px;
	cursor: pointer;
	font-size: 14px;
	border-bottom: 2px solid transparent;
} */

.sender_list_title li {
	color: #1388D1;
	padding: 0 10px;
	margin-right: 8px;
	cursor: pointer;
	font-size: 14px;
	border-bottom: 2px solid transparent;
	background: rgba(38, 135, 201, 0.1);
	border-radius: 10px;
	height: 34px;
	line-height: 34px;
	margin-bottom: 5px;
}


/* 
.sender_list_title li {
    color: #333;
	padding: 10px;
	margin-right: 8px;
	cursor: pointer;
	font-size: 14px;
	border-bottom: 2px solid transparent;
} */

.sender_list_title li:last-child {
	margin-right: 0;
}

.sender_list_title li.activeClass {
	border-bottom: 2px solid #1388d1;
	color: #1388d1;
	border-radius: 0px;
	padding: 12px 10px;
	line-height: 0;
	margin-bottom: 0px;
	background: none;
	position: relative;
	top: 2px;
}


/* STARTS: user-verification-badge-css 
--------------- Zahidul Islam ---------------
*/

p.user-profile-name a .user_verification_badge {
	height: 12px;
    width: 12px;
    margin-left: 1px;
}
p.user-profile-name a .user_verification_badge .user_verification_svg_icon {
	display: flex;
	align-items: center;
}
/* .all_photo_gallery_area.all_photo_gallery_area_new_top {
    margin-top: 136px;
} */
.clear_both_css{
	clear: both !important;
}
/* .friends_top.bdrBottom{
	margin-top: 65px !important;
} */
.profile_card_prowrep_right_mar_pad_invest_top,
.friends_top_bdrBottom_invest_top,
.message_area_top_heading_invest_top{
	margin-top: 65px;
	
}