::selection{
  color: #fff;
  background: #119762;
}


/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
	scrollbar-width: thin;
	/*scrollbar-color: #3b3b3b #0e6341;*/
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 5px;
}

*::-webkit-scrollbar-track {
	/*background: #0e6341;*/
}

*::-webkit-scrollbar-thumb {
	/*background-color: #3b3b3b;*/
	border-radius: 50px;
	/*border: 3px solid #0e6341;*/
}

body.modal-open .blur-bg {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}

.empty-box {
	position: relative;
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
}

.form-message {
	resize: none;
	min-height: 150px;
}
.header_crumbers {
	position: relative;
	width: 100%;
	min-height: 50px; 
}

.body-content {
	padding: 0px;
	position: relative;
	width: 100%;
	min-height: auto;
}

.layout_dashboard {
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 20px; 
	min-height: 80vh; 
}

.menu___left_dashboard2 {
	position: relative;
	width: 100%;
	height: auto;
}
.menu___left_dashboard2 ul {
	padding: 0px;
}
.menu___left_dashboard2 ul li {
	list-style-type: none;
}
.menu___left_dashboard2 ul li a {
	position: relative;
	display: block;
	line-height: 40px;
	color: #777 !important;
	padding: 0px 4px;
	text-decoration: none !important;
}
.menu___left_dashboard2 ul li a span {
	display: inline-block; 
	position: absolute;
	right: 10px;
}
.menu___left_dashboard2 ul li a i {
	display: inline-block;
	margin-top: 4px;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: rgba(13,155,70,1);
	background: rgba(13,155,70,0.1);
	-webkit-transition: all 0.3s linear;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.menu___left_dashboard2 ul li a:hover i,
.menu___left_dashboard2 ul li a:hover {
	color: #fff !important;
	background: rgba(13,155,70,1);
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.menu___left_dashboard2 .active i {
	color: #fff !important;
	background: rgba(13,155,70,0.8);
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
} 
.menu___left_dashboard2 .active .menu_left {
	color: #313131 !important;
	background: rgba(13,155,70,0.1);
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.navbar_left_menu {
	position: relative;
	width: 16%;
	height: 100%;
	background: #ffffff;
	padding: 10px;
	padding-top: 20px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	   -ms-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
}

.content_dashboard {
	position: relative;
	width: 84%;
	max-width: 100%;
	height: 100%; 
	padding: 20px;
	padding-top: 0px;
	transition: all 0.2s linear;
}

.header_account {
	background: #fff;
	width: 100%;
	min-height: 45px;
	padding: 10px;
	position: relative;
	margin-top: -10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 19px 0px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.header_account .input-group {
	background: #e9edf2;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.header_account .form-control {
	background: transparent;
	border: 0px;
}
.header_account i {
	display: inline-block;
	width: 30px;
	height: 38xp;
	line-height: 35px;
}
.menu_dashboard {
	position: relative;
	width: 100%;
	height: auto;
	text-align: right;
	padding: 0px 20px; 
}
.menu_dashboard i { 
	font-size: 22px;
	color: #8599ab;
} 
.menu_dashboard a { 
	display: inline-block; 
	text-decoration: none !important;
} 
a.noticed {
	display: inline-block;
	margin-right: 10px;
}
a.noticed:nth-of-type(2) i {
	font-size: 28px;
}
.wrapp_mini_name {
	display: inline-block;
	position: relative;
	bottom: -5px;
}
.wrapp_mini_name small {
	display: inline-block; 
	text-align: left;
	line-height: 16px;
}
.wrapp_mini_name small span {
	display: block; 
	font-weight: 200;
	font-size: 100%;
}
.img_mini_porf {
	position: relative; 
	margin-right: 8px;
	float: left;
	clear: both;
	width: 35px;
	height: 35px;
	overflow: hidden;
	background: #e8e8e8;
	border: 1px solid #083533;
	margin-left: 10px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.menutop_main .active {
	background: transparent !important;
}

.wrapp_mini_name span img {
	display: block;
	width: 35px;
	height: 35px;    
}
@supports (object-fit: cover) {
  .wrapp_mini_name span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
}
 
.dropdown-menu { 
	position: absolute;
	z-index: 9999 !important;
  min-width: 215px;
  padding: 10px;
  text-align: right;
  right: 10px;
  margin-top: 0px;
  transform-origin: top;
  animation-fill-mode: forwards; 
  /*transform: scale(0.9, 0.7) translateY(-20px); 
  transition: all 80ms ease;*/
}
 
.open > .dropdown-menu {
  transform: scale(1, 1) translateY(0);  
} 

.dropdown-menu > li a {
	display: inline-block;
	text-align: left;
	position: relative;
	width: 100%;
	font-size: 15px;
	color: #718a8e !important;
}
.dropdown-item:hover,
.dropdown-item:visited,
.dropdown-item:focus,
.dropdown-item:active {
	color: #333 !important;
	background: transparent !important;
}
.dropdown-menu > li a i {
	display: inline-block;
	float: right;
	position: relative;
	margin-top: -6px;
	margin-left: 10px;
}

.viewers_locations {
	position: relative;
	width: 100%;
	min-height: 140px;
	margin-top: 21px;
	padding: 15px;
	border: 1px; 
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.viewers_color-0{
	 background: rgb(108,219,160);
background: linear-gradient(126deg, rgba(108,219,160,1) 1%, rgba(51,136,75,1) 62%);  
}
.viewers_color-1{
	background: rgb(160,139,253);
	background: linear-gradient(126deg, rgba(160,139,253,1) 28%, rgba(128,118,253,1) 62%); 
}
.viewers_color-2{
	background: rgb(254,172,143);
	background: linear-gradient(126deg, rgba(254,172,143,1) 28%, rgba(255,136,101,1) 62%);  
}
.viewers_locations small {
	display: inline-block;
	margin-bottom: 7px;
}
.progress-bar-activities {
	margin-bottom: 6px;
}
.progress-bar-activities .progress {
	margin-top: 8px;
	height:10px; 
	margin-left: 25px; 
	margin-right: -15px;
}
.progress-bar { 
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.bg-bar-3 {
	background: #9e8cfd;
}
.bg-bar-2 {
	background: #feac8f;
}
.bg-bar-1 {
	background: #67ce7a;
}

.article_menus {
	position: relative; 
	width: 100%; 
	background: #ecfbf4;
	padding: 6px;
	margin-bottom: 10px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
} 
.article_menus i {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #0d9b46;
	line-height: 30px;
	color: #fff;
	z-index: 10;
	text-align: center;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.article_menus a {
	display: block;
	font-weight: bolder;
	font-size: 15px;
}
.article_menus small {
	font-size: 10px;
	line-height: 14px;
	margin-left: 6px;
	color: #2eb66f
}

.article_menus span {
	display: inline-block; 
	font-weight: bold;
	margin-right: 8px;
	line-height: 30px;
	color: #0d9b46;
}

.viewers_statics p {
	font-weight: 700;
} 
.viewers_statics small  {
	color: #a7a7a7;
	font-weight: 700;
}

.bloxk_headers {
	position: relative;
	width: 100%;
	height: inherit;
	color: #fff;
}
.bloxk_headers p {
	display: inline-block;
	margin-bottom: -16px;
	margin-top: 20px;
}
.bloxk_headers h3 {
	font-weight: 900;
}

.bloxk_headers i {
	display: inline-block;
	position: absolute;
	right: 20px;
	font-size: 45px;
	color: rgba(255,255,255,0.3);
}
.bloxk_headers a {
	display: inline-block;
	position: absolute;
	right: 20px;
	font-size: 14px;
	bottom: -20px;
	background: #72b874;
	padding: 0px 16px;
	line-height: 30px; 
	color: #333 !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.viewers_color-1 a{ 
	background: #cfb8ff; 
	color: #333 !important;
}
.viewers_color-2 a {
	background: #fec3b0; 
	color: #333 !important;
}

.lastest_reviews {
	position: relative;
	width: 100%;
	min-height: 100px; 
}
 
.lastest_reviews ul {
    padding: 0px;
}

.lastest_reviews li {
	list-style-type:none;
	background-color: #f2f2f2;
	width:100%;
	height:40px; 
	line-height: 40px;
	margin-bottom: 6px;
	position: relative;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.lastest_reviews li:nth-last-child {
	margin-bottom: -10px;
}
.lastest_reviews li a {
	display: inline-block;
	background: #0d9b46;
	line-height: 25px; 
	float: right;
	margin-top: 6px;
	margin-right: 8px;
	padding: 0px 16px;
	color: #fff !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.lastest_reviews li span {
	background: #0d9b46;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff !important;
	font-weight: bold;
	margin-right: 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.lastest_reviews h5 {
	display: block;
	width: 100%;
	position: relative;
	font-weight: bolder;
	padding: 0px 20px;
	margin-bottom: 16px;
}
.lastest_reviews h5 a {
	display: inline-block;
	float: right;
}
.lastest_reviews h5 a i{
	display: inline-block;
	background: #f3f3f3;
	margin-left: 8px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #0d9b46 !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}


.most_recent_sub {
	width: 100%;
	height: auto;
	padding: 4px;
	background: #edf5ed;
	margin-bottom: 8px;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}

.small_article_img {
	position: relative;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: #b5b5b5;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.most_recent_sub .col-9 {
	padding-left: 10px;
}
.most_recent_sub small {
	color: #868686;
	display: inline-block;
	line-height: 10px;
}
.most_recent_sub a {
	text-decoration: underline !important;
	display: block;
}
.most_recent_sub a i {
	float: right;
	display: inline-block;
	line-height: 38px;
	width: 38px;
	height: 38px;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.img_fluid_add {
	position: relative;
	width: 100%;
	height: 100px; 
	background: #f3f3f3;
	overflow: hidden;
	margin-bottom: 12px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.img_fluid_add img {
	display: block;
	width: 100%;
	height: 100px;
	object-fit: cover;
	object-position: center;
}
.small_article_img img {
	display: block;
	width: 100%;
	height: 50px;
	pointer-events: none; 
}
@supports (object-fit: cover) {
  .small_article_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
  .img_fluid_add img {
  	display: block;
  	width: 100%;
  	height: 100px;
  	object-fit: cover;
  	object-position: center;
  }
}

.notifications_list {
	position: relative;
	width: 100%;
	padding: 0px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.notifications_list li {
	padding: 8px;
	background: #f3f3f3;
	list-style-type: none;
	margin-bottom: 15px;
}
.notifications_list li a {
	color: #27ae7d !important;
}
.notifications_list li h5{
	display: block;
}
.notifications_list li h5 span {
	display: inline-block;
	float: right;
	font-size: 16px;
	color: #999;
	position: absolute;
	right: 10px;
}
.notifications_list small {
	display: inline-block;
	margin-top: -5px;
}
.icons_not {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	text-align: center;
	border: 1px solid #fff;
	color: #999;
	margin-right: 10px;
	background: #fff;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.profile__img_insert {
	position: relative;
	width: 100%;
	min-height: 300px;
	background: #fff;
	margin-top: 21px; 
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.profile__img_insert .form-control {
	margin-bottom: 12px;
}

.img___edit_wrapped {
	width: 100%;
	height: 300px; 
	overflow: hidden;
	background: #f3f3f3 url('../img/empty-img.jpg')no-repeat center 100%;
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: bottom;
	position: relative;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.img___edit_wrapped img {
	display: block;
	width: 100%;
	height: 50px;  
	object-fit: cover;
	object-position: center; 
}
@supports (object-fit: cover) {
  .img___edit_wrapped img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	-o-object-position: center; 
  }
}

.img_icon_edit {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #fff;
	display: block;
	line-height: 50px;
	padding-top: 5px;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 10;
	text-align: center;
	line-height: 50px;
	color: #00a651 !important;
	font-size: 23px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.img_icon_edit:hover {
	transform: scale(1.1);
}

.img_icon_edit input {
	display: none;
}

.profile_edit_details {
	padding: 20px;
}
.field i {
	line-height: 45px;
	color: #48bb78;
}
.field .form-control{
	background: transparent !important;
}
.field button {
	line-height: 28px;
	margin-top: 2px;
}
.popup_none .close {
	opacity: 1;
	position: absolute;
	right: 20px;
	top: 20px;
}

.icons {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}
.icons a {
	display: inline-block; 
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
}
.icons a:nth-last-child { 
	margin-right: 0px;
}
.headitProfile {
	position: relative;
	display: block;
	width: 100%;
}

.headitProfile a {
	display: inline-block;
	text-align: right;
	float: right;
	color: #48bb78 !important;
}

.profile_edit_details label {
	font-weight: bold;
}

.profile_edit_details p {
	font-weight: normal;
	color: #666;
}
.slider_reg {
	position: absolute;
	bottom: 50px;
	right: 0px;
	left: 0px;
	height: 200px; 
	overflow: hidden;
}

.slider_reg .item  {
	position: relative;
	height: 200px;
	width: 100%;
	background: #fff;
	padding: 10px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat; 
}
.slider_reg .item:after  {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	display: block;
	content: '';
	right: 0px;
	bottom: 0px;
	top: 0px;
	background: rgba(0,0,0,0.4);
	z-index: 2;
}
.text-small-blog {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	left: 0px;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	z-index: 8; 
	height: auto;
	background: #004721;
}
.text-small-blog a { 
	color: #fff !important;
}

.profile_edit_blocks {
	position: relative;
	width: 100%;
	min-height: 210px;
	background: #fff;
	text-align: center;
	margin-top: 20px;
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.profile_edit_blocks img {
	display: block;
	margin: 0 auto;
	pointer-events: none;
	width: 80px;
	margin-top: 21px;
	margin-bottom: 21px;
}
.profile_edit_blocks small {
	display: block;
	width: 80%;
	margin: 0 auto; 
	color: #6f6f6f;
}
.profile_edit_blocks a {
	display: inline-block;
	margin: 0 auto; 
	margin-top: 20px; 
	background: #b6ffda;
	color: #1d7c46 !important;
	padding: 0px 10px;
	line-height: 30px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.header-feeds {
	background: #083533;
	position: relative;
	padding: 20px 0px;
	border-bottom: thin solid #878787;
}
.header-feeds .news_heading {
	background: none !important; 
}

.feed_body_content {
	position: relative;
	width: 700px;
	max-width: 100%;
	min-height: 100px;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.feed_body_content:hover {
	border: 1px solid #878787;
}
.feed_body_content .content_single {
	position: relative;
	width: 100%;
	min-height: 100px;
	max-height: 420px;
	overflow: hidden; 
	margin-bottom: 10px;
	background: #f2f2f2 url('../img/feed-img/bg-post.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.feed_body_content .content_single img { 
	display: block;
	min-height: 200px;
	max-height: 420px; 
	height: 100%; 
	object-fit: contain;
	object-position: center;
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	pointer-events: none;
}
.feed_body_content .text-btm-modal a {
	background: #f2f2f2 !important;
}
.feed_body_content .text-btm-modal .shareBtn {
	 
}
.btn-xs {
	padding: 0px 10px;
	font-size: 10px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.prof_img_sm {
	width: 30px;
	height: 30px;
	background: #333 !important;
	border: 1px solid #838383;
	margin-right: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.prof_img_sm img {
	width: 100%;
	display: block;
	-o-obejct-fit: cover;
	-o-object-position: center;
	pointer-events: none;
}
.mini_profile_small button {
	position: absolute;
	right: 10px;
	border: 0px;
	background: #30b888;
	font-size: 14px;
	color: #fff;
	padding: 0px 10px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}


.page_views #my-video {
	position: relative;
	display: block;
	margin: 0 auto;
	min-height: 120px; 
	height: auto;
	width: auto; 
	max-width: 100%;
	object-fit: fill;
}
.tingle-modal--visible .tingle-modal-box {
	animation: scale .2s cubic-bezier(.68, -.55, .265, 1.55) forwards;
}

@keyframes scale {
	0% {
		opacity: 0;
		transform: scale(.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}


label.cabinet{
	display: block;
	cursor: pointer;
	border: 1px solid #c2c2c2;
	line-height: 10px;
	margin-top: -6px;
	text-align: center;
	padding-top: 8px;
}
.cabinet figure {
	position: relative;
	width: 230px;
	max-width: 100%;
}
.cabinet figure figcaption {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 36px;
	color: #acacac;
	text-align: center;
	z-index: 99;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

label.cabinet input.file{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	margin-top: -30px;
}
.cr-slider-wrap {
	display: none;
}
.nav-item .icons_modal {
	display: inline-block;
	font-size: 30px;
	margin-top: 2px;
	line-height: 38px;
	width: 38px;
	text-align: center;
	position: relative;
}
.nav-item .icons_modal span {
	position: absolute;
	font-weight: normal;
	font-size: 12px;
	top: 2px;
	right: -2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: red;
	line-height: 18px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
#upload-demo{ 
	width: 100%;
	height: 420px; 
	background-image: url('../img/feed-img/bg-post.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
#cropImagePop .modal-content {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
#cropImagePop .modal-body {
	background: #f3f3f3;
	padding: 0px;
}
#cropImagePop .modal-header  {
	background: #27ae7d;
	border-bottom: 0px;
}
#cropImagePop .close {
	z-index: 99;
	font-size: 28px;
}
#my-video {
	position: relative;
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	min-height: 269px;
	max-height: 420px;
	max-width: 100%;
	object-fit: fill;
}

@media (min-width: calc(100vh * 1.77)){
	#my-video{
		text-align: center;
		padding-bottom: 0;
	}
}

#my-video iframe {
	position: absolute;
	object-fit: cover;
	width: auto;
	height: auto;
}
@media (min-width: calc(100vh * 1.77)){
	#my-video iframe{
		position: relative;
		object-fit: fill;
		height: auto;
	}
}
@media (max-width: 768px ){ 
	.content_single img {
		align-items: center;
		vertical-align: middle;
	} 
	.content_dashboard {
		padding: 0px;
	}
	.nav-item .icons_modal {
		display: none;
	}
	@supports (object-fit: cover) {
		.content_single img {
			width: 100%;
			height: 400px;
			object-fit: cover;
			-o-object-position: center;
		}
	}
}
/*
video{
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}*/

.chat_section {
	position: relative;
	width: 100%;
	min-height: 400px;
	background: #fff;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.chat_menu_right {
	position: relative;
	padding: 10px;
	width: 100%;
	max-height: inherit;
	overflow-y: auto;
}
.chat_search {
	position: relative;
	width: 100%;
	padding: 0px;
	background: #fff;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;  
}
.chat_search .input-group-addon {
	line-height: 38px;
	padding: 0px 15px;
}
.chat_search .form-control {
	border: 0px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;  
}
.members_list a {
	display: block;
	position: relative;
}
.members_list ul {
	padding: 0px;
	display: block;
	position: relative;
	overflow: auto;
	min-height: 100px;
	max-height: 420px;
}

.members_list ul li {
	list-style-type: none;
	padding: 6px;
	border-bottom: thin solid #c7c7c7;
}
.members_list ul li:last-child {

	border-bottom: none;
}
div.wrapped_prf_sm  {
	position: relative;
	width: 40px;
	height: 40px; 
	
}
.oflline_msg {
	position: absolute;
	bottom: 2px;
	right: 10px;
	font-size: 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #838383;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;  
}
.members_list div.wrapped_prf_sm img {
	display: block;
	width: 100%;
	-o-obejct-fit: cover;
	-o-object-position: top;
	pointer-events: none; 
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;  
}
div.img_profiles {
	position: relative;
	width: 40px;
	height: 40px; 
	z-index: 0;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;  
	overflow: hidden;
}
@supports(object-fit: cover){

	.members_list div.wrapped_prf_sm img {
		display: block;
		width: 100%;
		-o-obejct-fit: cover;
		-o-object-position: top;
	}
}
.text_name_list {
	position: relative;
	font-size: 100%;
	padding-left: 8px;
}

.text_name_list h5 { 
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: -6px;
}

.text_name_list small { 
	display: block;
	line-height: 12px;
	color: #666;
}
.members_list .active {
	background: #eff6fc;
}
.wrapped_prf_sm .online {
	position: absolute;
	bottom: 0px;
	right: -5px;
	z-index: 2;
	background: #4ad277;
}

.wrapped_prf_sm .offline {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #838186;
	width: 10px;
	height: 10px;
	z-index: 2;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;  
}
.times {
	position: absolute;
	right: 10px;
	font-size: 10px; 
	color: #a29fa5;
}
.empty_boxes img {
	pointer-events: none;
}
.empty_boxes h2 {
	font-weight: bolder;
	color: #888;
}
.chatting_box {
	position: relative;
	width: 100%;
	min-height: 628px;
	max-height: 87vh; 
	border-right: thin solid #dbdbdb;
}

.no-guiter .col-lg-3{
	padding-left: 0px;
}

.no-guiter .col-lg-9 {
	padding-right: 0px;
}
.chat_header {
	position: relative;
	width: 100%;
	min-height: 50px;
	padding: 10px;
	padding-bottom: 0px;
}
.chat_history {
	position: relative;
	width: 100%; 
	background: #fff url('../img/background-chat.png');
	overflow-y: auto;
	border-top: thin solid #dbdbdb;
	min-height: 510px;
	max-height: 70vh; 
	padding-bottom:22px; 
}

.header_profile_chat {
	position: relative;
	width: 100%;
}
.header_profile_chat h4 {
	font-size: 18px;
	display: inline-block;
	line-height: 45px;
	margin-left: 10px;
}

.chat_message_box {
	position: relative;
	width: 100%;
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.chat_message_box .col-10,
.chat_message_box .col-2 {
	padding: 0px;
}
.chat_message_box textarea {
	resize: none;
	max-height: 55px;
	padding-left: 50px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.chat_message_box textarea:hover,
.chat_message_box textarea:focus,
.chat_message_box textarea:active {
	border-color: #dbdbdb;
}
.wrapped_text_icons {
	position: relative;
}
.wrapped_text_icons i {
	position: absolute;
	display: inline-block;
	width: 50px;
	text-align: center;
	cursor: pointer;
	line-height: 55px;
	color: #a2a2a2;
}
.chat_message_box .btn {
	height: 55px;
	background: #1ca39c;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.chat_message_box .btn:active,
.chat_message_box .btn:focus {
	border: 0px;
}
.wrapped_chat_rightTop_btn {
	position: relative;
}
.wrapped_chat_rightTop_btn button {
	border: 0px; 
	border: 1px solid #2a9989;
	color: #2a9989;
	padding: 0px 10px;
	line-height: 25px;
	display: inline-block;
	font-size: 13px;
	background: #fff;
	margin-top: 8px;
	-webkit-transition: all 0.2s linear;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;  
}
.wrapped_chat_rightTop_btn button:hover,
.wrapped_chat_rightTop_btn button:active,
.wrapped_chat_rightTop_btn button:focus {
	background: #2a9989;
	color: #fff;
}

.chat_list_box {
	position: relative;
	width: 100%;
	min-height: 20px;
	padding: 20px;  
	padding-bottom: 0px;
	clear: right;
	display: table;
}
.chat_message_left small {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 60px;
	color: #b3b3b3;
}
.chat_message_right small {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 65px;
	color: #b3b3b3;
}
.chat_message_left {
	position: relative; 
	display: table;
	min-width: 50px;
	max-width: 80%; 
	min-height: 20px;
}
.chat_message_right {
	position: relative; 
	display: table;
	min-width: 50px;
	max-width: 80%; 
	min-height: 20px;
	float: right;
	clear: left;
	text-align: right;
	padding: 0px;
}
.chat_message_right .wrapped_prf_sm {
	margin-left: 12px;
}
.message_text {
	position: relative;
	margin-top: -12px;
	margin-left: 12px;
	font-size: 14px;
	color: #666;
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;  
}
.chat_message_right  .message_text { 
	background: #effbef; 
}
.activities_chat {
	position: absolute;
	width: 94%;
	min-height: 145px;
	border-top: thin solid #dbdbdb;
	bottom: 0px;
	padding: 10px;
}
.activities_chat h5 {
	font-size: 16px;
	font-weight: 700;
}
.activities_chat ul {
	display: block;
	padding: 0px;
	position: relative;
}

.activities_chat ul li {
	list-style-type: none;
	font-size: 14px;
	display: block;
	width: 100%;
	line-height: 25px;
	color: #787878;
}

.activities_chat ul li span {
	float: right;
	font-weight: 900;
	color: #1ca39c;
}

.create_post_section {
	position: relative;
	padding: 10px 0px;
}
.wrapped_create_post_area {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #fff;
	margin-top: 12px;
	padding: 20px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em; 
}

.create_post_f {
	position: relative;
}
.create_post_f .btn {
	border: 1px solid #666; 
}

.create_post_f .btn i { 
	margin-right: 10px;
}

.view_more {
	position: relative;
	display: inline-block;
	line-height: 25px;
	background: #4aca9c;
	color: #fff !important;
	padding: 0px 10px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em; 
}

.block_prod_list {
	position: relative;
	width: 100%;
	min-height: 200px;
	border: thin solid #e3e3e3;
	text-align: center;
	padding-bottom: 10px;
	overflow: hidden;
	margin-bottom: 21px;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}

/*Map Styling*/
#map-canvas{
	border: groove 3px #ccc;
	height: 400px;
	width: 100%;
}
.heading_prd_list {
	display: block;
	width: 100%;
}

.heading_prd_list  a {
	float: right;
	display: inline-block;
	color: #fff !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em; 
}

.block_prod_list p {
	display: inline-block;
	line-height: 38px;
	margin-bottom: 0px;
	font-weight: 800;
	color: #888;
}
.block_prod_list small {
	display: block;
	padding: 0px 10px;
	margin-bottom: 10px;
	color: #7f7f7f
}
.block_prod_list .wrappedImage_prd {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: #f4f4f4;
}

.block_prod_list .wrappedImage_prd img {
	position: relative;
	width: 100%;
	height: 100px;
	object-fit: cover;
	object-position: center;
}

.empty_boxes {
	position: relative;
	width: 600px;
	max-width: 100%;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	margin-top: 50px;
	color: #717171; 
}
.empty_boxes h1 { 
	font-size: 22px;
	margin-top: 50px;
}
.empty_boxes i {
	font-size: 96px;
	color: #a2a2a2;
}

.modal#statusSuccessModal .modal-content,
.statusErrorsModal .modal-content {
	border-radius: 30px;
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
}
.modal#statusSuccessModal .modal-content svg,
.statusErrorsModal .modal-content svg {
	width: 100px;
	display: block;
	margin: 0 auto;
}
.modal#statusSuccessModal .modal-content .path,
.statusErrorsModal .modal-content .path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
}
.modal#statusSuccessModal .modal-content .path.circle,
.statusErrorsModal .modal-content .path.circle {
	-webkit-animation: dash 0.9s ease-in-out;
	animation: dash 0.9s ease-in-out;
}
.modal#statusSuccessModal .modal-content .path.line,
.statusErrorsModal .modal-content .path.line {
	stroke-dashoffset: 1000;
	-webkit-animation: dash 0.95s 0.35s ease-in-out forwards;
	animation: dash 0.95s 0.35s ease-in-out forwards;
}
.modal#statusSuccessModal .modal-content .path.check,
.statusErrorsModal .modal-content .path.check {
	stroke-dashoffset: -100;
	-webkit-animation: dash-check 0.95s 0.35s ease-in-out forwards;
	animation: dash-check 0.95s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}
	100%{
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes dash {
	0% {
		stroke-dashoffset: 1000;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
@keyframes dash-check {
	0% {
		stroke-dashoffset: -100;
	}
	100% {
		stroke-dashoffset: 900;
	}
}
.box00{
	width: 100px;
	height: 100px;
	border-radius: 50%;
}


















































@media(max-width: 768px){
	.chatting_box {  
		border-right: none;  
		min-height: 420px;
		max-height: 420px; 
		 
	}
	.chat_section {
		margin-top: -21px;
	}
	.members_list {
		display: none;	
	}
	.chat_message_left {
		width: 80%;
	}
	.chat_message_box .btn span {
		display: none;
	}
	.activities_chat {
		display: none;
	}
	.container {
		padding: 20px 20px;
		width: 100%;
		position: relative;
	}
	.wrapped_chat_rightTop_btn button:first-child {
		display: none;
	}
	.no-guiter .col-lg-3{
		padding-left: 15px;
	}

	.no-guiter .col-lg-9 {
		padding-right: 15px;
	}
}

 
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
	/*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;*/
	background-image: none !important;
}
@media(max-width: 992px ){ 
	.navbar_left_menu {
		margin-left: -28%;
		overflow: hidden;
	}
	.content_dashboard {
		width: 100%;
		margin-left: 12%;
	}
	.content_dashboard {
		width: 100%;
	}
	.header_account form {
		display: none;
	}
}
@media(max-width: 768px ){ 
	.navbar_left_menu {
		margin-left: -28%;
	} 
	.content_dashboard {
		width: 100%; 
	}
	#myFooter {
		position: relative !important;
	}
	.menu_dashboard {
		text-align: left;
	}
	.menu_dashboard .ion-chevron-down {
		display: none;
	}
}