.cover-img .slim .slim-area {
	height: 20px !important;
}

.slim-file-hopper {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

@media(min-width:40em) {
	.slim-btn-group {
		padding-top: 2em;
	}
}

.slim {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: border-box;
}

.slim button {
	-webkit-highlight: none;
	-webkit-tap-highlight-color: transparent;
}

.slim * {
	box-sizing: inherit;
}

.slim img {
	width: 100%;
	height: auto;
}

.slim {
	position: relative;
	font-size: inherit;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
	padding-bottom: .025px;
	border-radius: 5px 5px 0 0;
}

.slim[data-state*=empty] .slim-label {
	visibility: visible;
	opacity: 1;
}

.slim[data-state*=preview] .slim-label {
	visibility: hidden;
}

.slim[data-state*=error] {
	border-radius: 5px 5px 0 0;
}

.slim>img,
.slim>input[type=file] {
	display: block !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	border: 0 !important;
}

.slim>img+input[type=file] {
	margin-bottom: 0 !important;
}

.slim>input[type=hidden] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	opacity: 0;
}

.slim .slim-label-loading {
	display: none;
}

.slim .slim-label {
	visibility: hidden;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.slim .slim-error,
.slim .slim-label,
.slim .slim-label-loading {
	max-width: 100%
}

.slim .slim-file-hopper {
	z-index: 3;
}

.slim-file-hopper {
	display: none;
}

.slim .slim-area,
.slim .slim-drip,
.slim .slim-result,
.slim .slim-status {
	border-radius: inherit;
}

.slim .slim-area {
	width: 100%;
	color: inherit;
	overflow: hidden;
}

.slim .slim-area .slim-loader {
	pointer-events: none;
	position: absolute;
	right: .875em;
	top: .875em;
	width: 23px;
	height: 23px;
	z-index: 1;
}

.slim .slim-area .slim-loader svg {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.slim .slim-area .slim-upload-status {
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
	white-space: nowrap;
	line-height: 1.65;
	font-weight: 400;
}

.slim .slim-area .slim-drip,
.slim .slim-area .slim-result,
.slim .slim-area .slim-status {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.slim .slim-area .slim-drip,
.slim .slim-area .slim-result {
	position: absolute;
}

.slim .slim-area .slim-status {
	padding: 3em 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: none;
}

.slim .slim-area .slim-drip {
	z-index: 1;
	overflow: hidden;
}

.slim .slim-area .slim-drip>span {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	margin-left: -25%;
	margin-top: -25%;
	width: 50%;
	padding-bottom: 50%
}

.slim .slim-area .slim-drip>span>span {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: .5;
	left: 0;
	top: 0;
}

.slim .slim-area .slim-result {
	overflow: hidden;
	-webkit-perspective: 1px;
}

.slim .slim-area .slim-result img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.slim .slim-area .slim-result img:not([src]) {
	visibility: hidden;
}

.slim .slim-btn-group {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	overflow: hidden;
	pointer-events: none;
}

.slim .slim-btn-group button {
	pointer-events: all;
	cursor: pointer;
}

.slim[data-ratio*=':'] {
	min-height: 0;
}

.slim[data-ratio*=':'] .slim-status {
	position: absolute;
	padding: 0 1.5em;
}

.slim[data-ratio='1:1']>img,
.slim[data-ratio='1:1']>input[type=file] {
	margin-bottom: 100%
}

.slim-btn-group {
	padding: 1.5em 0;
	text-align: center;
}

.slim-btn {
	position: relative;
	padding: 0;
	margin: 0 7.2px;
	font-size: 0;
	outline: 0;
	width: 36px;
	height: 36px;
	border: 0;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	background-position: 50%;
	border-radius: 50%
}

.slim-btn:before {
	border-radius: inherit;
	position: absolute;
	box-sizing: border-box;
	left: -3px;
	right: -3px;
	bottom: -3px;
	top: -3px;
	content: '';
	-webkit-transform: scale(.95);
	transform: scale(.95);
	opacity: 0;
	-webkit-transition: all .25s;
	transition: all .25s;
	z-index: -1;
	pointer-events: none;
}

.slim-btn:focus:before,
.slim-btn:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.slim-btn-remove {
	display: none;
}

.slim-loader-background {
	stroke: rgba(0, 0, 0, .15);
}

.slim-loader-foreground {
	stroke: rgba(0, 0, 0, .65);
}

.slim[data-state*=preview] .slim-loader-background {
	stroke: hsla(0, 0%, 100%, .25);
}

.slim[data-state*=preview] .slim-loader-foreground {
	stroke: #fff;
}

.slim-upload-status {
	padding: 0 .5em;
	border-radius: .3125em;
	font-size: .75em;
	box-shadow: 0 .125em .25em rgba(0, 0, 0, .25);
}

.cover-img .slim .slim-area {
	width: 100%;
	color: inherit;
	overflow: hidden;
	height: 223px;
	position: absolute;
	top: 0;
}

.slim-error p {
	display: inherit;
	left: 0;
	right: 0;
	text-align: center !important;
	font-size: 12px;
}

@media only screen and (min-width:1023px) {
	.profile-backgroun ul.profile-nav {
		display: block !important;
	}
}

@media only screen and (max-width:767px) {
	ul.profile-nav li a {
		padding: 8px 10px !important;
	}
}

@media screen and (max-width:480px) {
	.cover-edit-box {
		left: 43%
	}
}

@media screen and (max-width:480px) and (min-width:320px) {
	.cover-wreaper .cover-bg .slim[data-ratio*=': '] {
		min-height: 100px;
	}

	.cover-img .slim .slim-area {
		position: absolute;
		top: 0;
		height: 223px !important;
	}

	.cover-img .slim .slim-area .slim-result img {
		width: auto !important;
		height: 100% !important;
		margin: 0 !important;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.cover-img .slim-error {
		margin-top: 0 !important;
	}
}

.cover-bg .bottom-bg .profile-card.prowrep .profile-pic-box .slim-btn-edit {
	width: 30px;
	height: 30px;
}

.toltip-new-class {
	position: relative !important;
	top: inherit !important;
	right: inherit !important;
}

.toltip-new-class {
	float: right;
}

.toltip-new-class.toltip-fancy {
	top: 6px !important;
}

.toltip-font-17 {
	font-family: "Droid Sans", Arial, sans-serif;
}

.dark-tooltip.medium {
	padding: 10px;
	font-size: 14px;
	max-width: 200px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

.dark-tooltip.light {
	text-align: center;
}

.dark-tooltip.medium {
	padding: 10px;
	font-size: 14px;
	max-width: 200px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.cover-btn,
.dark-tooltip.light {
	text-align: center;
}

.dark-tooltip.light {
	text-align: center;
}

.dark-tooltip.medium {
	padding: 10px;
	font-size: 14px;
	max-width: 200px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-ms-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}

.dark-tooltip {
	display: none;
	position: absolute;
	z-index: 99;
	text-decoration: none;
	font-weight: 400;
	height: auto;
	top: 0;
	left: 0;
}

.light {
	margin-right: 6px;
}

.custom-tooltip {
	width: 240px;
	height: auto;
	padding: 10px;
	position: absolute;
	top: -45px;
	left: 19px;
	z-index: 999999999;
	border-radius: 5px;
	display: none;
	display: none;
}

.founding-badge-view .custom-tooltip {
	top: -45px;
}

.custom-tooltip-but {
	width: 50%;
	text-align: center;
	font-size: 12px;
	margin-left: 25%;
	float: left;
	margin-top: 10px;
	padding: 7px;
	cursor: pointer;
	border-radius: 5px;
}

.custom-tooltip-arrowdown {
	position: absolute;
	top: 50%;
	left: -4px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.NewCTGslide .fadein-modal-body .filter-nav .alwaysOpenthisDIV li a svg,
.contributor_cat_head {
	position: inherit !important;
}

.single_post_popup .fadein-modal-body {
	padding: 0px !important;
}

.status_content .single_post_popup button.postclose {
	position: unset !important;
	margin: 6px 0px !important;
	border: none;
	box-shadow: none;
	z-index: unset !important;
}

.status_content .single_post_popup .fadein-modal-body {
	z-index: 999999 !important;
}

.status_content .single_post_popup .postclose span {
	top: 6px;
	left: 8px;
}

.status_content .single_post_popup .popup_single_post_mobile_section .btn_left svg g {
	opacity: 1;
}

.single_post_popup .newslidepost .popup_single_post_mobile_section .post_right_side .right_popup_post_body .my_streamcontent3 .general-comment {
	top: -32px;
}

.portfolio_body .commentSlide .fadein-modal-close {
	margin-right: 23px;
}

.commentSlide .fadein-modal-body .general-comment .EditCommentSlide .fadein-modal-header div svg {
	float: left;
}

.single_post_popup .post_right_side .post-user-profile .image-start-container {
	width: 45px;
	height: 45px;
}

.newslidepost .popup_single_post_mobile_section .post_right_side .status_content .post_profile_top .image-start-container .circle-container-2021 {
	top: -11% !important;
	left: 2px;
}

.commentSlide .custom-fadein-modal .fadein-modal-header {
	width: 100%;
	padding: 15px;
	display: flex;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}

.commentSlide .fadein-modal-header svg {
	padding: 0px;
	margin-right: 10px;
	margin-top: -15px;
}

.likeuserListslide .fadein-modal-header svg {
	position: unset;
	padding: 0px;
	margin-right: 10px;
	margin-top: -4px;
}

.commentSlide .fadein-modal-header .total_like {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	padding: 0px 5px;
}

.fadein-modal-body .light_lff .common-tagline {
	display: flex;
}

.report-slide-body .post-user-profile {
	width: 45px !important;
	height: 45px !important;
}

.commentSlide .custom-fadein-modal .fadein-modal-body {
	padding: 0px 15px !important;
	position: unset;
	margin-top: 15px;
}

.commentSlide .more_comment_2339 .custom-fadein-modal .fadein-modal-body {
	padding: 0px 15px !important;
	position: unset;
}

.commentSlide .fadein-modal-body .circle-container-2021 {
	display: block;
	position: absolute;
	top: 9% !important;
	left: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	padding: 0 !important;
}

.commentSlide .fadein-modal-body .user-post-pic-holder {
	margin-top: 0px !important;
	width: 100% !important;
	height: 100% !important;
}

.commentSlide .fadein-modal-body .user-post-pic-holder img {
	margin-top: 0px !important;
	width: 100% !important;
	height: 100% !important;
}

.like-replay-wrap .last_coment_amount_reply {
	text-decoration: unset;
}

.reply_comment .comment_reply_user_avatar {
	width: 40px;
	height: 40px;
}

.commentSlide .report_slide_mobile .report_slide_mobile_titles {
	padding-top: 0px;
}

.portfolio_body_right .portfolio_body_right2 .commentSlide .fadein-modal-body .after_comment .circle-container-2021 {
	top: -23% !important;
}

.portfolio_body_right2 .commentSlide .fadein-modal-body .image-start-container {
	width: 45px;
	height: 45px;
}

.portfolio_body_right2 .commentSlide .fadein-modal-body .image-start-container .post_profile_pic_star-2021 .circle-container-2021 {
	top: -7px !important;
	left: 0px;
}

.rcommentSlide .fadein-modal-body .my_streamcontent3_right_history .my_streamcontent3_right_history_top .post_profile_pic_star-2021 .circle-container-2021 {
	top: 1px !important;
	left: 5px;
}

.portfolio_body_right .rcommentSlide .fadein-modal-body .after_comment .image-start-container .circle-container-2021 {
	top: -4px !important;
	left: -3px;
}

.account-cls .account_main_bottom_hide .livein_box .select-fullwidth::-ms-expand {
	display: none;
}

.tab-pane img#fb_loading {
	margin-left: 50%;
	transform: translateX(-50%);
}

.friends_tab_area #content {
	left: 0px !important;
}

.commentSlide .fadein-modal-body {
	position: unset !important;
}

.photosFeaturedImage .edit-featured-popup .fadein-modal-foter {
	padding: 0px !important;
	background: none !important;
	border-top: 0px;
	box-shadow: none;
	position: unset;
}

.friends_tab_area .fadein-modal-foter .action-wrap {
	padding-right: 0px !important;
	margin: 0px 10px;
}

.photosFeaturedImage .edit-featured-popup .fadein-modal-foter button.btn.btn-primary {
	position: unset !important;
}

.edit-featured-popup ul.edit-featurs-images {
	max-height: 464px;
	height: auto;
	overflow-y: auto;
}

.edit-featured-popup .edit-featurs-images li img {
	height: 140px !important;
}

.all-personal-photosmodal .fadein-modal-foter div {
	font-weight: 500;
	font-size: 12px;
	line-height: 38px;
	display: block;
	margin: 0px 10px;
	border-radius: 12px;
	text-transform: uppercase;
	height: 38px;
}

.edit-featurs-images .cssload-container-div.center15x15.featured-img-loading {
	width: 100%;
	height: 100%;
	max-height: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	display: grid;
}

.edit-featurs-images .cssload-div {
	position: unset;
	display: block;
	text-align: center;
	margin-left: 50%;
	margin-top: 31%;
}

.report_slide_mobile .report-slide-body {
	margin-bottom: 10px;
}

.profile_image_with_star .post_profile_pic_star-2021 .common-profile-picture-2021,
.post_profile_pic_star-2021 {
	background: none !important;
	margin-top: 0px !important;
}

.fadein-modal-body .circle-container-2021 {
	top: -6% !important;
}

.mobile-message-slide .infinite-scroll-component {
	overflow: inherit !important;
	max-height: 596px;
	height: 596px;
	overflow-y: auto !important;
	display: inline-block;
}


.search_box_class_new .HeadsearcMainResult .selecet_drop .image-start-container {
	width: 45px !important;
	height: 45px !important;
}

.image-start-container {
	background: none !important;
}

.search_box_class_new .HeadsearcMainResult .circle-container-2021 {
	left: -3px !important;
	top: -5px !important;
}

.mob-head-top-user-search .selecet_drop h2 {
	max-width: none !important;
}

.createnewgrup-body .report_slide_mobile_titles {
	padding-top: 0px !important;
}

.status_content .likeuserListslide .fadein-modal-body .circle-container-2021 {
	top: 10% !important;
}

.nav-notification-box .common-profile-picture-2021 {
	background: none !important;
}

.learn-about-site .liker_video_set .video-bg-class {
	position: relative;
}

.learn-about-site .liker_video_set .video-bg-class .img-responsive {
	width: 100%;
}

.learn-about-site .liker_video_set .video-bg-class .public-video-icon {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 25px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.learn-about-site .liker_video_set .video-bg-class .extra-close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.account_main .account_main_bottom_hide .livein_box .select-dropdown-one select {
	appearance: none;
}

.posts_wrapper .post_body_left .is_shared_posted .post-user-profile .circle-container-2021 {
	top: -5px !important;
	left: 1px;
}

.popup_single_post_mobile_section .likeruesrlist19 .mb-likeuser-wrap .image-start-container .circle-container-2021 {
	top: -54% !important;
}

.posts_wrapper .likeuserListslide .likeruesrlist19 .mb-likeuser-wrap .image-start-container .circle-container-2021 {
	top: -5px !important;
	left: 0px;
}

.mob-head-top-user-search .search_text_display span {
	width: max-content;
}

.single_post_popup .last_coment_amount_like {
	opacity: 1 !important;
}

.likeuserListslide .fadein-modal-body .report-slide-body {
	padding: 0px 10px;
}

.likeuserListslide .fadein-modal-body .fadein-modal-foter .more-like-user {
	width: 93%;
	margin-left: 13px;
}


.profile-navbar .ex_image_start .post_body_left .friends_tab_area-17 .image-start-container .post_profile_pic_star-2021 .circle-container-2021 {
	top: -1px !important;
	left: -6px !important;
}

.edit-21-post-modal-m .fadein-modal-body .model-popup-inner-17 .profile_info_main17 .profile_img17 {
	float: left;
}

.edit-21-post-modal-m .fadein-modal-body .model-popup-inner-17 .profile_info_main17 .com_name_main17 {
	float: left;
	margin-left: 15px !important;
}

.edit-21-post-modal-m .fadein-modal-body .model-popup-inner-17 .image-start-container {
	width: 45px;
	height: 45px;
	position: relative !important;
}

.edit-21-post-modal-m .fadein-modal-body .model-popup-inner-17 .image-start-container .circle-container-2021 {
	top: -5px !important;
	left: 0px;
}

.NewNotificationSlide .fadein-modal-body .friends_top_scroll .friends_droupdown_image {
	width: 45px !important;
	height: 45px !important;
}

.NewNotificationSlide .fadein-modal-body .friends_top_scroll .friends_droupdown_image .post_profile_pic_star-2021 .circle-container-2021 {
	top: -9% !important;
}

#input_search_area .fa-times {
	display: none;
}

.group-dashboard .single-group-category a {
	padding: 5px 5px !important;
}

.group-dashboard .group-sections.GroupYouManage .group-sections-wrap .single-group-wrap {
	min-height: 0px !important;
    position: relative;
    float: left;
    width: 100%;
    display: block;
    padding-right: 0;
    padding-bottom: 0 !important;
	padding-left:0;
}

.groupSearch .group-sections-wrap .single-group .single-group-wrap {
	padding-bottom: 60px !important;
}

.group-page-body .member_list_view .friends_info_bottom .member_owner {
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	padding: 9px 12px;
	font-size: 12px !important;
}

.group-wall .portfolio_body_right .member_list_view .friends_tab_area-17 .friends_info .post-user-profile .image-start-container .circle-container-2021 {
	top: -4px !important;
	left: -7px !important;
}

.portfolio_body .group-page-body .wall-feed-parrent .portfolio_coment .user-post-pic-holder {
	margin-top: 0px !important;
}

.portfolio_body .group-page-body .wall-feed-parrent .portfolio_coment .circle-container-2021 {
	top: -11%;
}

.group-page-body .commentSlide .fadein-modal-body .my_streamcontent2_left_icon {
	vertical-align: bottom !important;
}

.group-page-body .mobile-post-contain .new-post-slide .image-start-container .post_profile_pic_star-2021 .circle-container-2021 {
	top: 16px !important;
	left: 3px !important;
}

.portfolio_body_right2 .group-page-body .member_list_view .friends_tab_area-17 .image-start-container .post_profile_pic_star-2021 .circle-container-2021 {
	top: -8px !important;
	left: -8px !important;
}

.group-people-invite-list .more-people-item .notifications_message_image2 .post-user-profile .post_profile_pic_star-2021 .circle-container-2021 {
	left: 0px;
	top: 5px !important;
}

/* .friends_area__.post_body_left .friends_info_topcont {
	width: auto !important;
} */


.portfolio_body .portfolio_body_right .posts_wrapper11 .friends_area__.post_body_left .friends_info_topcont p {
	margin: unset !important;
}

.profile-navbar .portfolio_body_right .wall_create_post_option .post-user-profile .circle-container-2021 {
	top: 12% !important;
}

.photosFeaturedImage .all-personal-photosmodal .fadein-modal-body {
	position: unset !important;
	height: 85vh;
	float: left;
	display: inline-block;
}

.photosFeaturedImage .edit-featured-popup .fadein-modal-body {
	position: unset;
}

.privacy-top-area {
	margin: 0px;
}

.alert-success {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.share_post_cont_main17 .post_profile_pic_star-2021 .circle-container-2021 {
	top: -7px !important;
	left: -1px;
}

.is_shared_post .flypost_box .com_name_main17 {
	margin-left: 0px !important;
}
.user-message-slide .user_messge_top_heading {
	left: 0px !important;
}

.user-message-slide .user_messge_top_heading .message_image-rightsidebar {
	width: 45px !important;
	height: 45px !important;
}

.user-message-slide .user_messge_top_heading .message_image-rightsidebar .image-start-container .user-post-pic-holder {
	margin: 0px !important;
}

.user-message-slide .user_messge_top_heading .message_image-rightsidebar .image-start-container .user-post-pic-holder img {
	margin: 0px !important;
	position: unset !important;
	width: 100% !important;
	height: 100% !important;
}

.user-message-slide .user_messge_top_heading .message_image-rightsidebar .image-start-container .post_profile_pic_star-2021 .common-profile-picture-2021 {
	margin: 0px !important;
}

.user-message-slide .user_messge_top_heading .message_image-rightsidebar .image-start-container .post_profile_pic_star-2021 .circle-container-2021 {
	margin: 0px !important;
}

.EditCommentSlide .fadein-modal-header svg {
	margin-top: -5px;
}

.portfolio_dropdown .slideInRight .fadein-modal-body .usermenu-profile {
	width: 100%;
}

#react-rank-content .box_content .box_content .rank_list .rank-percent {
	padding-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#react-rank-content .box_content .box_content .rank_list .rank-user .image-start-container {
	background: none !important;
	width: 30px !important;
	height: 30px !important;
}

#react-rank-content .box_content .box_content .rank_list .rank-user .post_profile_pic_star-2021 .circle-container-2021 {
	top: -45px !important;
	left: -1px !important;
	transform: rotate(0);
	width: 100% !important;
	height: 100% !important;
}

#react-rank-content .box_content .box_content .rank_list .rank-user .user-post-pic-holder {
	position: unset !important;
}

.profile-pic-box .Beside-Profile-picture ul.circle-container-2021 {
	top: 0% !important;
	left: 5px !important;
	width: 130px !important;
	height: 130px !important;
}

.profile-pic-box .Beside-Profile-picture ul.circle-container-2021 li {
	height: 13px !important;
}

.wall_create_post_option {
	margin-top: 0px !important;
}

.wall_create_post_option .npostslideinput {
	margin-top: 0px !important;
}

.createnewpostslide .circle-container-2021 {
	top: -3% !important;
	left: 0px !important;
}

.createnewpostslide .npostslideinput {
	margin-top: -10px;
}

.posts_wrapper11 .menuabout-17 .friends_tab_area-17 .forFitfriends .friends_info .circle-container-2021 {
	top: 4px !important;
	left: -4px !important;
}


.user-message-slide .fadein-modal-header .user_messge_top_heading .image-start-container .circle-container-2021 {
	top: -5px;
	left: 2px;
}

.advancesearch_main .post_body_left .main_old .post-user-profile .circle-container-2021 {
	top: -7px !important;
	height: 45px;
	width: 45px;
	left: -4px;
}

.tabel-body-17 .block-user-content-17 .notifications_message_image2 {
	width: 45px;
	height: 45px;
	position: relative;
}

.tabel-body-17 .block-user-content-17 .edit-content .view_all_friends_bottom .totale_area2 .post_profile_pic_star-2021 .circle-container-2021 {
	top: -6px;
	left: 1px;
}

.find-friend-des .find-friend-box .tab-content .friends_tab_area_new .forFitfriendsFF .circle-container-2021 {
	top: -5px !important;
	left: 10px;
}

.friends_tab_area_new .friends_info .friends_info_top .friends_info_topcont_ext {
	width: auto !important;
	padding-left: 0px !important;
	margin-top: 0 !important;
}

.friends_tab_area_new .friends_info .image-start-container {
	width: 45px;
	height: 45px;
	float: left;
}

.friends_tab_area_new .friends_info .image-start-container .post_profile_pic_star-2021 .circle-container-2021 {
	height: 100% !important;
	width: 100% !important;
	top: -10px !important;
	left: 0px !important;
}

.change-cat-21-user-area .profile_img17 .circle-container-2021 {
	top: 39px !important;
}

.commentSlide .last_coment_amount_like {
	opacity: 1 !important;
}

.reply_comment .EditCommentReplySlide .fadein-modal-header svg {
	position: unset;
	margin-top: -5px;
	padding: 0px;
	margin-right: 10px;
}

.commentSlide .last_coment_amount_like_own .like-show-tooltip {
	min-width: 255px;
	width: 255px;
	max-width: 255px;
	margin-left: -13px;
	top: -85px !important;
}

.portfolio_header .mobile_menu_bar .profile_image .portfolio_dropdown {
	width: 40px;
	height: 40px;
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 {
	top: -4px !important;
	left: 0px !important;
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(1) {
	transform: rotate(-83deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(1) svg {
	top: 0px !important;
	right: 0px !important;
	transform: rotate(11deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(2) {
	transform: rotate(-40deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(2) svg {
	top: 0px !important;
	right: -2px !important;
	transform: rotate(2deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(3) {
	transform: rotate(-8deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(3) svg {
	top: 0px !important;
	right: -7px !important;
	transform: rotate(57deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(4) {
	transform: rotate(19deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(4) svg {
	top: 0px !important;
	right: -11px !important;
	transform: rotate(-5deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(5) {
	transform: rotate(43deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(5) svg {
	top: 0px !important;
	right: -16px !important;
	transform: rotate(-3deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(6) {
	transform: rotate(66deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(6) svg {
	top: 0px !important;
	right: -19px !important;
	transform: rotate(6deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(7) {
	transform: rotate(88deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(7) svg {
	top: 0px !important;
	right: -20px !important;
	transform: rotate(17deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(8) {
	transform: rotate(108deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(8) svg {
	top: 0px !important;
	right: -20px !important;
	transform: rotate(27deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(9) {
	transform: rotate(132deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(9) svg {
	top: 0px !important;
	right: -18px !important;
	transform: rotate(32deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(10) {
	transform: rotate(160deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(10) svg {
	top: 0px !important;
	right: -12px !important;
	transform: rotate(45deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(11) {
	transform: rotate(191deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(11) svg {
	top: 0px !important;
	right: -6px !important;
	transform: rotate(41deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(12) {
	transform: rotate(229deg);
}

.portfolio_header .mobile_menu_bar .profile_image .post_profile_pic_star-2021 .common-profile-picture-2021 .circle-container-2021 li:nth-of-type(12) svg {
	top: 0px !important;
	right: -2px !important;
	transform: rotate(29deg);
}

.portfolio_header_right_mobile .mobile_menu_bar .all_tabs .profile_image .portfolio_dropdown .fadein-modal-body .usermenu-profile-star {
	display: block;
	width: 61px;
	min-width: 61px;
	max-width: 61px;
	height: 61px;
	float: left;
	margin-right: 15px;
	margin-left: 0px;
	position: relative;
}

.portfolio_header_right_mobile .mobile_menu_bar .all_tabs .profile_image .portfolio_dropdown .fadein-modal-body .usermenu-profile-star .avater-image-2021 {
	margin-left: 0px !important;
	border-radius: 160px;
	width: 61px !important;
	height: 61px;
}

.portfolio_header_right_mobile .mobile_menu_bar .all_tabs .profile_image .portfolio_dropdown .fadein-modal-body .usermenu-profile-star .avater-image-2021 span.icon-user.user_profile_img-2021 {
  
    font-size: 5.3rem;
    height: 100%;
    width: 100%;
    float: left;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2)) !important;
}

.posts_wrapper .infinite-scroll-component .post_body_left .my_streamcontent2 .tour-tooltip-post_like {
	top: 47px;
	left: -11px;
	z-index: 1;
}

.posts_wrapper .infinite-scroll-component .post_body_left .my_streamcontent2 .tour-tooltip-post_like .arrow {
	top: -5%;
	left: 7%;
	transform: rotate(89deg);
}

.post-user-profile-details .custom-tooltip {
	z-index: 3;
	left: 6% !important;
}

a.trigger.left-caret svg {
	margin-left: 5px;
	margin-top: 0px;
}

.commentSlide .fadein-modal-body .general-comment .like-replay-wrap .tour-tooltip-post_comment_like {
	top: 160%;
	left: -10%;
}

.commentSlide .fadein-modal-body .general-comment .like-replay-wrap .arrow {
	top: -4%;
	left: 10%;
	transform: rotate(89deg);
}

.message_main_area .msg-send-option .msg-send-option-dropdown .dropdown-menu {
	left: auto !important;
	right: auto !important;
}

.account-cls .account_main .add_new_email .control-btns .btn-group {
	left: 4px;
}

.account-cls .account_main .add_new_email .permission-but-all .pull-right {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 10px 20px;
}

.portfolio_body .container.custom-container div.portfolio_body_right .portfolio_body_right2 .no-more-post {
	margin-bottom: 200px;
}

.post-user-profile-details .custom-tooltip-arrowdown {
	position: absolute;
	top: 50%;
	left: 33% !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.posts_wrapper .is_shared_posted .imgPostMain .linkPostImgview .vpost-site-icon {
	float: right;
	position: unset;
	z-index: 0;
}

.newslidepost .right_popup_post_body .my_streamcontent3 .like-replay-wrap .tour-tooltip-post_comment_like {
	top: -85%;
	left: -3%;
}

.newslidepost .right_popup_post_body .my_streamcontent3 .like-replay-wrap .tour-tooltip-post_comment_like .arrow {
	top: -5%;
	left: 7%;
	transform: rotate(89deg);
}

#post_form_modal #newPostFullBody17 .tour-tooltip-mb-wall-post-text {
	top: -29%;
}

.portfolio_coment_button .mb-cat-wrap {
	position: relative;
}

.portfolio_coment_button .mb-cat-wrap .tour-tooltip-mb-post-category {
	position: absolute;
	top: -168px;
	left: auto;
	right: 0px;
}

.portfolio_coment_button .mb-cat-wrap .tour-tooltip-mb-post-category .arrow {
	left: 70%;
	
}

.img_3_preview .imgPostMain .sharedTitleView .Linkify div {
	line-height: 32px !important;
}

.commentSlide .fadein-modal-body .general-comment .like-replay-wrap .tour-tooltip-post_comment_like {
	z-index: 1;
}

.message_main_area .my-message .msg-send-option ul.dropdown-menu {
	left: 0% !important;
}

.message_main_area .msg-send-option .msg-send-option-dropdown .dropdown-menu {
	box-shadow: 0px 0px 17px rgb(0 0 0 / 7%);
}

.commentSlide .likeuserListslide .fadein-modal-header {
	padding-bottom: 15px !important;
}

.commentSlide .custom-fadein-modal .likeruesrlist19 {
	top: 0px;
}

.custom-fadein-modal .likeruesrlist19 {
	top: 11px;
}

.report-slide-body .notifications_message_text .span-liner {
	padding: 0px 5px;
	position: relative;
}

.report-slide-body .notifications_message_text .span-liner::after {
	content: " ";
	position: absolute;
	top: 5px;
	left: 4px;
	opacity: 1;
	width: 5px;
	border-radius: 50%;
	height: 5px;
}

.imgPostMain .sharedTitleView .Linkify div {
	font-weight: bold !important;
	font-size: 20px !important;
	line-height: 23px;
}

.portfolio_body_right .imgPostMain .sharedTitleView .Linkify {
	font-weight: bold;
	font-size: 15px !important;
	line-height: 23px;
}

.vPostImLi .vPostImage .vPostImage2 {
	display: block;
	border-radius: 10px 10px 0 0;
	padding: 9px 0px !important;
}

.feed_filter_210519 .tour-tooltip-feed-filter.popover {
	top: 172%;
	left: -110px;
}

.feed_filter_210519 .tour-tooltip-feed-filter.popover .arrow {
	top: -11px;
	transform: rotate(180deg);
	left: 65%;
}

.block-button .block-user-content-17 .modal-content-bottom2 .view_all_friends_bottom .totale_area2 .add_friend {
	top: 23px !important;
}

.block-button .tabel-body-17 .block-user-content-17 {
	margin-top: 0px;
}

.img_post_1x4 .img_post_box:nth-child(1) .img_post_box_clear img {
	height: 299px;
}

.portfolio_body .container.custom-container div.portfolio_body_right .portfolio_body_right2 .no-more-post {
	margin-bottom: 0px !important;
	margin-top: 0 !important;
}

.cover_photo .newSlimForMobile2021 .cover-profile-image-21 {
	width: 100%;
}

.cover-img.cover-img21 form#cover_img .cover-photo-new img.groupCoverImages {
	min-height: 80px;
}

.portfolio_dropdown .avater-image-2021 svg {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	white-space: pre-wrap;
	text-indent: -99999px;
	word-wrap: break-word;
	display: inline-block;
	object-fit: cover;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.profile-card .profile-pic-box .profile_popup .myProfileImage {
	width: 100%;
	height: 100%;
}

.imgPostMain .sharedTitleView .Linkify code:last-child .readLessText {
	
	text-transform: lowercase;
}

.account_created_successfully span.successfully {
	margin-top: 21%;
}

.verfication_code_area {
	margin-top: 0px !important;
	margin-bottom: 31%;
}

p.no-more-post {
	float: left;
	margin-top: 10px;
	width: 100%;
}

.email_send {
	margin-bottom: 25px;
	background: none !important;
	display: grid;
}

.email_send span.email_send_svg {
	margin-right: 5px;
	vertical-align: middle;
}

.verfication_code_area .form-group input.input_otp {
	width: 45px !important;
	box-sizing: border-box;
	border-radius: 12px !important;
}

.reseneCode br {
	display: none;
}

.header_top .logo_area {
	margin-bottom: 19px !important;
}

.single-group .single-group-wrap .group-dash-photo {
	min-width: 103px;
	height: 103px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}

.login-section-min .form-group {
	margin-top: 26px;
}

.createnewpostslide .post_profile_top .post-user-profile {
	top: -20px;
}

.main_warper .profile-navbar .header_top .container.custom-container .main .top_header_right {
	display: contents;
}

.header_top .top_header_right svg {
	position: initial !important;
}

.report_slide_mobile .fadein-modal-header .fz_16 {
	display: flex;
	align-items: center;
}

.report_slide_mobile .fadein-modal-header .fz_16 svg {
	margin-right: 10px;
}

.header_top .fadein-modal-body .navbar-right svg {
	height: 100%;
    width: 100%;
    margin: 0;
}

.header_top .slideInRight .fadein-modal-body {
	padding: 92px 25px !important;
}

.login-section-min .newclass .form-group .date_of_birth_22_05_19 svg {
	top: auto !important;
	bottom: -40px;
}

.login-section-min .signup-header-name {
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	margin-top: 5px;
}

.code_wrong {
	margin-bottom: 25px;
}


.infinite-scroll-component .post-user-profile-details .post-upd-top .dropdown-menu {
	padding: 11px !important;
	right: inherit;
}

.infinite-scroll-component .post-user-profile-details .post-upd-top .dropdown-menu li {
	padding: 5px;
}

.mob-head-top-user-search .custom-fadein-modal.slideInRight.report_slide_mobile .fadein-modal-header {
	display: none;
}

.report_slide_mobile .fadein-modal-body {
	float: left;
	width: 100%;
	height: 90vh;
	padding-top: 10px !important;
}

.slideInRight .fixed-post-footer .portfolio_coment_button .category-select-area .sbtn input[type="text"] {
	cursor: pointer !important;
	opacity: 1 !important;
	font-weight: 500;
}

.slideInRight .fixed-post-footer .portfolio_coment_button .category-select-area .sbtn input[type="text"]::placeholder {
	opacity: 1 !important;
}

.slideInRight .fixed-post-footer .portfolio_coment_button .category-select-area .sbtn input {
	background: none;
	text-align: center;
}

.profile_image_with_star .post_profile_pic_star-2021 .common-profile-picture-2021,
.common-profile-picture-2021,
.post_profile_pic_star-2021 {
	position: relative !important;
}

.portfolio_body_left_friends .userView .portfolio_body_left_view_friendsimage .image-start-container {
	width: 40px;
	height: 40px;
}

.edit-21-post-modal-m.editnewslide .fadein-modal-body {
	margin-top: 0px;
}

.edit-21-post-modal-m.editnewslide .dropdown-category-filter {
	margin-left: calc(100% - 333px);
}

.edit-21-post-modal-m .flypost_content {
	margin-top: 30px;
}

.fadein-modal-body.post_comment_section {
	height: calc(100vh - 20vh) !important;
}

.portfolio_body_right2 .site-nav-mid li.virticalmenu_li {
	padding: 0px 0 0px 0 !important;
}

.advancesearch_main .site-nav-mid {
	padding-left: 0px !important;
}

.mobile-message-slide .message_area {
	height: auto;
	padding: 10px 5px;
	overflow-x: hidden;
}

.mobile-message-slide .message_text {
	float: left;
	height: auto;
	padding: 0;
	position: relative;
	width: auto;
	margin-left: 17px;
	padding: 0;
}

.mobile-message-slide .message_area img {
	margin-top: 0px;
}

.newslidemessage .lbmcam_content_body {
	margin-top: 0px;
}

.mobile-message-slide .search_box_list.searchNewMsg {
	max-width: 95%;
}

.friends_tab_area .forFitfriendsFF .friends_info_bottom a.add-friend-from-find-friends {
	
	padding: 8px 10px;
	border-radius: 8px;
	display: flex;
	align-items: center;
}

.friends_tab_area .forFitfriendsFF .friends_info_bottom a.add-friend-from-find-friends span{
	margin-right: 5px;
	border-radius: 100%;
}

a.cancel-friend-from-find-friends {
	padding: 5px 10px;
	border-radius: 8px;
	display: flex;
	align-items: center;
}

a.cancel-friend-from-find-friends span {
	margin-right: 4px
}

.group-dashboard .group-sections-wrap .react-multi-carousel-track li.react-multi-carousel-item>div>.single-group-title {
	bottom: 4px;
}

.post_body_left .status_content .my_streamcontent2_right .my_streamcontent2_like_share .dropdown-menu {
	top: -10rem;
	position: absolute;
	right: 0px !important;
	left: auto !important;
}

.passChangeDiv .account-setting-style {
	padding-top: 20px;
}

.thumb_upload_img {
	height: 100%;
	object-fit: cover;
}

.portfolio_header_right_mobile .mobile_menu_bar .all_tabs .profile_image .portfolio_dropdown .fadein-modal-body .usermenu-profile-star .avater-image-2021 svg {
	width: 100%;
	height: 100%;
	margin-top: 0px;
}

p.nofriendsyet {
	border-radius: 12px;
	padding: 20px;
	margin: 0 20px;
	float: left;
	margin-top: 20px;
}

.portfolio_body_right2 .loggedfnav.site-nav-mid li.virticalmenu_li {
	padding: 0 !important;
}

div#react-rank-content .box_content .infinite-scroll-component .box_content .rank_list .top-contributor.rank-user {
	width: 49% !important;
	height: 100%;
	display: flex;
	align-items: center;
}

div#react-rank-content .box_content .infinite-scroll-component .box_content .rank_list .top-contributor.rank-percent {
	width: 10% !important;
	font-size: 15px;
	font-weight: 600;
}

.new_star_contributor .fadein-modal-header .fz_16 svg {
	position: unset;
}

.new_star_contributor .fadein-modal-header .fz_16 p {
	padding-left: 0px;
}

.circle-container-2021>li>span {
	width: 8px !important;
}

.search-filter-head .tour-tooltip-feed-category {
	margin-top: 31%;
}

.status_content .report_slide_mobile .fadein-modal-body .flypost_content {
	margin-top: 0px;
}

.new-post-slide .unique_150519 {
	margin-top: 0px !important;
}

.edit-21-post-modal-m.editnewslide .friends_option .dropdown-category-filter {
	margin-left: calc(100% - 350px);
}

.main_warper .custom-container .portfolio_body_right2 .my_streamcontent .add_image {
	display: flex;
	align-items: center;
	justify-content: start;
	cursor: pointer;
}

.main_warper .custom-container .portfolio_body_right2 .my_streamcontent .add_image span {
	padding-left: 0px;
}

.newsharepost .flypost_content .portfolio_coment_button .category-select-area.newpostdropinfo {
	float: right;
}

.custom-fadein-modal.slideInRight.NewNotificationSlide.report_slide_mobile .fadein-modal-body {
	padding-top: 10px !important;
}

.custom-fadein-modal.slideInRight.NewNotificationSlide.report_slide_mobile.mobile-message-slide .fadein-modal-body {
	padding-top: 15px !important;
}

.account_cont_right .permission-dropdown .permisson-tik-icon {
	float: right;
	display: flex;
	margin-right: 0;
}

.account_cont_right .permission-dropdown .permisson-tik-icon span.icon-checkmark {
    display: flex;
    align-items: center;
    height: 20px;
    min-width: 20px;
    justify-content: center;
    border-radius: 6px;
    font-size: .7rem;
    margin-right: 0;
}


.block-user-content-17 .modal-content-bottom2 .modal-body.modal-body-17 {
	padding-top: 30px !important;
}

.notie-textbox-inner {
	font-size: 14px;
}

#newPostFullBody17 .fixed-post-footer .portfolio_coment_button #drag_and_drop_new_post {
	white-space: pre-wrap;
}

.custom-fadein-modal.slideInRight.mobile-post-contain .fadein-modal-body.new-post-slide .profile_info_main17 .flat-alert-container .alert.alert-danger {
	min-height: 54px !important;
	display: flex;
	align-items: center;
	padding: 6px !important;
	border-radius: 12px;
}

.portfolio_body_right4.main.status_content .is_shared_post .newsharepost .profile_info_main17 {
	padding-top: 0px;
}

.portfolio_body_right #share_content_star_contributor .search-filter-head .search-filter-box .search-filter-main {
	padding: 8px;
	align-items: center;
	justify-content: space-around;
	min-height: 58px;
}

.new_star_contributor .search-filter-main .search-filter-title {
	border: none !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 11px !important;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.portfolio_body_right #share_content_star_contributor .star-con-des {
	float: unset;
	width: auto;
}

.new_star_contributor .search-filter-main .search-filter-title {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
}

.msg-send-option .msg-send-option-dropdown .dropdown-menu li a svg {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	top: 0;
}

.message_main_area .my-message .msg-send-option ul.dropdown-menu li a {
	display: flex;
	/* align-items: flex-start; */
	align-items: center;
}

.msg-popup .video-react {
	width: 100% !important;
	height: 242px !important;
}

.demo_images.chat-image-popup .cssbox_full .videothumb-cal,
.demo_images.chat-image-popup .cssbox_full .videothumb-cal {
	height: 211px;
}

.demo_images.chat-image-popup .cssbox_full .video-react-control-bar,
.demo_images.chat-image-popup .cssbox_full .video-react-control-bar {
	float: left;
	height: 32px;
}

.user-message-slide .messageInputarea {
	z-index: 1;
}

.user_messge_top_heading .image-start-container .post_profile_pic_star-2021 .circle-container-2021 svg,
.user_messge_top {
	margin-right: 0px;
}

.imgPostMain img.linkPostAdvanceSearch2021 {
	float: left;
	width: 100%;
	object-fit: cover;
}

img.video-image-bg {
	opacity: 1;
	-webkit-filter: blur(0px);
}

.msg-img-col.videothumb-cal svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	height: 30px;
	width: 30px;
}

.custom-fadein-modal.slideInRight.user-message-slide.report_slide_mobile .fadein-modal-body.fadein-modal-body-21 {
	height: 88vh !important;
}

.cover-bg .bottom-bg .likes-friends.srat p:last-child::after {
	position: absolute;
	content: '';
	top: 5px;
	right: 0;
	width: 0px;
	height: 32px;
}

.report_slide_mobile .popup_single_post_mobile_section .post-popup-contain-details .video-post-popup-wrap .video-react-video {
	max-height: 76vh !important;
	object-fit: cover;
}
.report_slide_mobile.single_post_popup .popup_single_post_mobile_section .post-popup-contain-details .video-post-popup-wrap .video-react-video {
	max-height: 100vh !important;
	object-fit: cover;
}

.single_post_popup .custom-fadein-modal .fadein-modal-body {
	padding-top: 0px !important;
}

.main_warper .custom-container .portfolio_body_right2 .my_streamcontent .add_image span {
	padding-left: 0px;
}

.profile-backgroun .cover-bg .bottom-bg .dropdown-menu {
	padding: 10px !important;
	right: 15px;
}

.group-page-body .newslidepost .status_content .is_shared_posted .post-user-profile-details .post-upd-dropdown.bottomslidebar.open ul.dropdown-menu {
	padding: 10px !important;
	left: auto !important;
}

.group-page-body .status_content .is_shared_posted .my_streamcontent2_right.bottomslidebar ul.dropdown-menu {
	top: auto;
	padding: 10px !important;
	bottom: 83%;
}

.group-page-body .status_content .is_shared_posted .my_streamcontent2_right.bottomslidebar ul.dropdown-menu li {
	padding-bottom: 5px;
}

.popup_single_post_mobile_section .commentsandshare svg {
	margin: 0px 5px;
}

.group-page-body .report_slide_mobile .fadein-modal-body {
	height: 91vh;
}

.post_dropdown-menu {
	padding: 10px;
}

.flypost_content .multi_post_thumb_main .cancel_thumb_img i {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	/* font-size: 10px; */
	height: 15px;
	min-width: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-fadein-modal.slideInRight.mobile-post-contain .fadein-modal-body.new-post-slide .flypost_content .main form .portfolio_coment_fly_ext div#newPostFullBody17 div.popup-container-main17 .postMentionsInputBox .wall .carousel.slide .carousel-inner {
	height: 40px !important;
	max-height: 40px !important;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 5px;
	display: flex;
	align-items: center;
}

.custom-fadein-modal.slideInRight.mobile-post-contain .fadein-modal-body.new-post-slide .flypost_content .main form .portfolio_coment_fly_ext div#newPostFullBody17 div.popup-container-main17 .postMentionsInputBox .wall .carousel.slide .carousel-inner .item.active .row-fluid{
	display: flex;
	align-items: flex-start;
	justify-content: start;
}


.custom-fadein-modal.slideInRight.mobile-post-contain .fadein-modal-body.new-post-slide .flypost_content .main form .portfolio_coment_fly_ext div#newPostFullBody17 div.popup-container-main17 .postMentionsInputBox .wall .carousel.slide .carousel-inner .item.active .row-fluid .span1{
	/* min-width: 10%; */
	max-width: 10%;
	min-width: 28px;
}


.single_post_popup .custom-fadein-modal .fadein-modal-body {
	height: 92vh;
}

.feed_filter_210519 .fadein-modal-body .filter-nav .cssload-container-div .cssload-div {
	top: 50%;
}

.commentSlide .general-comment .my_streamcontent_post_date.my_streamcontent_post_date_view .friends .dropdown-menu {
	padding: 10px !important;
}

.commentSlide .general-comment .my_streamcontent_post_date.my_streamcontent_post_date_view .friends .dropdown-menu li {
	padding-bottom: 5px;
}

.commentSlide .last_coment_amount-react {
	padding: 0px 0px 0 0px !important;
}

.only-login-page .login-section .alert-error .alert.alert-danger.error-msg-area svg {
	left: 12px;
}

.demo_images.chat-image-popup .cssbox_full img.multimedia-image {
	object-fit: cover;
	height: 100%;
	max-width: 100vw;
	max-height: 100vh;
}


.react_message_body .chat-user-other.chat-user-single-msg {
	width: 100%;
}

.custom-fadein-modal.slideInRight.editnewslide.report_slide_mobile.edit-21-post-modal-m div#new-post-modal-height {
	background: transparent;
}

.custom-fadein-modal.slideInRight.editnewslide.report_slide_mobile.edit-21-post-modal-m .fadein-modal-header {
	position: initial;
}

.post21__header__top .post21__header__top__left h6 {
	white-space: nowrap;
}

.message_main_area .other_message {
	width: 100%;
}

.verfication_code_area .continue_loader .verification-continue {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.like-replay-wrap .clscommentLikeShow .last_coment_amount_like a {
	display: inline-block;
	width: 20px;
}

.like-replay-wrap {
	display: flex;
	align-items: center;
}

.reply_comment_area .like-replay-wrap {
	top: .3rem;
}

.newslidepost .popup_single_post_mobile_section .post_left_side .video-react-controls-enabled {
	display: inline-block;
}

.find-friend-box .tab-content .tab-pane #fb_loading {
	width: 27px;
	height: auto;
}

@media only screen and (min-width: 768px) {
	.feed_filter_210519 .fadein-modal-body .filter-nav .cssload-container-div .cssload-div {
		top: 6px !important;
	}

	.ff-main h2 p br {
		display: none;
	}

	.ff-main h2 p {
		text-align: center;
	}

	/* .fadein-modal-body .my_streamcontent2.main.after_comment .my_streamcontent2_right_input.main {
		width: 93% !important;
	} */

	.my_streamcontent2.main.after_comment .my_streamcontent2_right_input.main{
		min-width: 93.5% !important;
	}

	.main_warper .custom-container .portfolio_body_right2 .my_streamcontent .add_image span {
		padding-left: 0px;
	}

	.general-comment .my_streamcontent2.main.after_comment.comment_reply_row .my_streamcontent2_right_input.main.comment_reply_input_text {
		width: 90% !important;
	}

	.wall .thumbnail {
		height: 40px;
		min-width: 40px;
	}

	.imgPostImLi .img_post_1x2 .img_post_box .img_post_box_clear img {
		width: 100%;
	}

	.commentSlide .after_comment .cssload-div {
		transform: translate(-50%, -0%);
	}

	.newslidenavafter h3 {
		float: inherit;
	}

	.usermenu-profile p {
		float: inherit;
	}

	.search-filter-head .owl-carousel .owl-stage {
		top: 1px;
	}

	.custommargitop17 .custom-fadein-modal.slideInRight.user-message-slide.report_slide_mobile .fadein-modal-body.fadein-modal-body-21 {
		height: 87vh !important;
	}

	.custommargitop17 .custom-fadein-modal.slideInRight.user-message-slide.report_slide_mobile .fadein-modal-body.fadein-modal-body-21 .message_main_area {
		height: 100%;
	}

	.react_scroll_for_message .react_message_body {
		height: 97%;
	}

	.demo_images.chat-image-popup .cssbox_full .videothumb-cal,
	.demo_images.chat-image-popup .cssbox_full .videothumb-cal {
		height: 334px;
	}

	.message-page-replay.new-msg-request.portfolio_coment_message {
		top: 79vh !important;
	}

	.user_photo_gallery_area .infinite-scroll-component .show_profile_or_cover_images img {
		height: 200px;
	}

	.albumSet .photo_galari_img.photo_galari_img-17 {
		min-height: 200px;
	}

	.albumSet .photo_galari_img.photo_galari_img-17 a img {
		height: 200px !important;
	}

	.commentSlide .general-comment .my_streamcontent_post_date.my_streamcontent_post_date_view .friends .dropdown-menu {
		padding: 10px !important;
	}

	.commentSlide .general-comment .my_streamcontent_post_date.my_streamcontent_post_date_view .friends .dropdown-menu li {
		padding-bottom: 10px;
	}

	.reply_comment .my_streamcontent3.main.reply_comment_area .my_streamcontent3_right_history.main.comment_reply_row span.Linkify {
		float: left;
	}

	.infinite-scroll-component .post-user-profile-details .post-upd-top .dropdown-menu {
		padding: 10px !important;
	}

	.infinite-scroll-component .post-user-profile-details .post-upd-top .dropdown-menu li {
		padding-bottom: 10px;
	}

	.friends_area__.post_body_left .friends_info_bottom {
		margin-left: 4%;
	}

	.profile-backgroun .cover-bg .bottom-bg .dropdown-menu {
		padding: 10px !important;
	}

	.profile-backgroun .cover-bg .bottom-bg .dropdown-menu li {
		padding-bottom: 10px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
	.popup-scroll-hide_search .my_streamcontent_bottom .imgPostMain .sharedTitleView .Linkify span {
		display: block !important;
	}

	/* .my_streamcontent_bottom .imgPostMain h1.sharedTitleView span div span code {
		display: block !important;
		padding: 0px 12px !important;
	} */
}

.thumb_hover_whole_upload .cancel_thumb_img span.icon-close {
    font-size: .8rem;
}

.dontshow{
	float: left !important;
	width: 100%;
	text-align: center;
}

.search-filter-main .search-filter-title .dropdown-menu.open ul.dropdown-menu.inner li.selected a {
    width: 100%;
    justify-content: space-between;
}

.search-filter-main .search-filter-title .dropdown-menu.open ul.dropdown-menu.inner li a span.icon-checkmark{
	display: none;
	margin: 0;
    font-size: 1rem;
}

.search-filter-main .search-filter-title .dropdown-menu.open ul.dropdown-menu.inner li.selected a span.icon-checkmark {
    display: inline;
}

.disableclass{
	pointer-events: none;
	/* cursor: pointer !important; */
	/* cursor: not-allowed !important; */
   /* background-color: red !important;
	color: red !important;  */
  }
  .disableclassNoCat{
	pointer-events: none;
  }
  .disable_attachement_class{
	pointer-events: none;
	   /* background-color: red !important;
	color: red !important;  */
  }
  .singlePost_comment_section .commentsUserTop .zahid .my_streamcontent3_top_left.left3 h5.comment_userName {
    align-items: center !important;
    justify-content: start;
    flex-wrap: inherit !important;
}

.singlePost_comment_section .commentsUserTop .zahid .my_streamcontent3_top_left.left3 h5.comment_userName span.userName a.clickedUrl {
    display: flex;
    align-items: center;
}

.singlePost_comment_section .commentsUserTop .zahid .my_streamcontent_like {
    float: left;
}

.singlePost_comment_section .commentsUserTop .zahid .my_streamcontent_like span.light2 span {
    font-weight: normal;
    font-size: 12px;
}


/* STARTS: user-verification-badge-css 
--------------- Zahidul Islam ---------------
*/

.portfolio_body .portfolio_body_right .posts_wrapper11 .friends_area__.post_body_left .friends_info_topcont p > a{
	display: flex;
	align-items: center;
}

.portfolio_body .portfolio_body_right .posts_wrapper11 .friends_area__.post_body_left .friends_info_topcont .user_verification_badge {
	height: 14px;
	width: 14px;
	margin-left: 1px;
}

.sharedPostModal_userName2 a.sharedPostModal_userName2_link.sharedPostModal_userName2_verificationBadge {
    display: flex;
    align-items: center;
}

.postMentionsInputBox.sharePostModal .comment_input_class.comment_input_class--multiLine textarea {
    position: absolute !important;
    margin-left: 1px !important;
}
/* .my_streamcontent.main.video_full_page .postHead_userInfo {
    position: absolute;
    z-index: 99999999999;
}
.my_streamcontent.main.video_full_page .my_streamcontent2_left, 
.my_streamcontent.main.video_full_page .bottomslidebar, 
.my_streamcontent.main.video_full_page .my_streamcontent2_right 
{
    z-index: 99999999999999999999;
}
.popup_single_post_mobile_section .post_left_side .post-popup-contain-details{
	max-height: 100vh;
}
.video-react-controls-enabled.video-react-has-started.video-react-paused.video-react-user-inactive.video-react{
	max-height: 100vh;
}
.popup_single_post_mobile_section .post_left_side.video_post_video {
max-height: 100vh;
} */
/* .video-react-controls-enabled.video-react-has-started.video-react-paused.video-react-user-active.video-react {
    height: 100vh !important;
}
div#popup-post-details .popup_single_post_mobile_section .post_right_side {
position: absolute !important;
bottom: 0px
}; */
/* .post_left_side.video_post_video video.video-react-video {
    height: 100vh !important;
}
.post-popup-contain-details {
    height: 100vh;
} */


.post_scroll div#popup-post-details .popup_single_post_mobile_section {
    height: 100vh !important;
    position: relative;
    display: flex;
    align-items: center;
    /* float: none; */
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
	background: black;
}
.popup_single_post_mobile_section .post_left_side.video_post_video {

	height: 65vh !important;
	display: flex;
    background: black;
}
.post_scroll_main .fadein-modal-header.video_post_header {  
    position: absolute;
}
.post_scroll_main .fadein-modal-header.video_post_header span.icon-arow_left {
    z-index: 99999999;
}
.post_scroll_main .fadein-modal-header.video_post_header span.icon-arow_left:before {
    font-size: 20px;
}
.post_scroll .popup_single_post_mobile_section .post_left_side.video_post_video {
    height: 100vh !important;
   
}

.post_scroll .popup_single_post_mobile_section .post_left_side.video_post_video .post-popup-contain-details {
		overflow: inherit;
}
.my_streamcontent.main.video_full_page .postHead_userInfo {
    position: inherit;
    z-index: 99999999999;
}
.posts_wrapper .infinite-scroll-component .post_body_left .status_content .my_streamcontent.main.video_full_page .post_profile_top {
position: inherit;
}
.posts_wrapper .infinite-scroll-component .post_body_left .status_content .my_streamcontent.main.video_full_page .right_popup_post_body.video_post_body {
position: inherit;
z-index: 999999999;
}