.topper-bar{
	padding: 10px 0px;
	background-color: var( --topbarbackground ) ;
}
.topper-bar a{
	color: var( --topbarcolor ) ;
}
.site-header{
	padding: 10px 0px;
	background-color: var( --headerbackground ) ;
}
.footer-language{
	padding: 10px 0px;
	background-color: var( --lastfooterbackground ) ;
}
.change_lang_floated > a{
	display: inline-block;
	vertical-align: middle;
	background-color: rgba( 0, 0, 0, 0.136 );
	padding: 5px 5px;
	border-radius: 5px;
	margin: 0px 5px;
	color: #fff;
}
.change_lang_floated > a img{
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2px;
}
.home-topper-cats > a{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	color: var( --topbarcolor ) ;
	
}
.home-topper-cats > a > img{
	width: 20px;
	height: 20px;
	border-radius: 3px;
	display: inline-block ;
	vertical-align: middle;
}
.home-topper-cats > a > img,.home-topper-cats > a > i{
	margin: 0px 3px;
}
.footer-container{
	padding: 30px 0px;
	background-color: var( --footerbackground ) ;
}
.footer-links{
	background-color: var( --footerbackground ) ;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-container a{
	color: var( --footercolor ) ;
}
.footer-links a{
	display: block;
	padding: 10px;
	background-color: rgba( 0, 0, 0, 0.189 ) ;
	border-radius: 5px;
	margin-bottom: 10px;
}
.blocks-main-title{
	background-color: var( --mainblocksbackground ) ;
	color: var( --mainblockscolor ) ;
	padding: 20px;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 35px;
}
.inpages-pages{
	padding: 30px;
}
.inpages-pages .blocks-main-title{
	
}
.inpages-pages .blocks-main-content{
	
}
.cat-home-selectors{
	margin: 10px 0px;
	padding: 5px 0px;
	overflow-x: scroll;
	white-space: nowrap;
	overflow-y: hidden;
}
.cat-home-selectors > a{
	display: inline-block;
	vertical-align: middle;
	padding: 2px 20px;
	border: 0.5 rgba( 0, 0, 0, 0.323 ) solid;
	border-radius: 5px;
	background-color: var( --buttonsbackground ) ;
	color: var( --buttonscolor ) ; ;
}
.cat-home-selectors > a img{
	width: 22px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 2px;
	border-radius: 5px;
}
.cat-home-selectors > a:hover{
	color: var( --buttonscolor ) ; ;
}
.cat-home-selectors > a.active{
	background-color: var( --buttonsactivebackground )  ;
	color: var( --buttonsactivecolor )  ;
}
.cat-home-selectors > a.active:hover{
	color: var( --buttonsactivecolor )  ;
}
.add_advert_button{
	background-color: var( --buttonsactivebackground )  ;
	color: var( --buttonsactivecolor )  ;
	height: 40px;
	padding: 0px;
	text-align: center;
	width: 100%;
	border: 0px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	line-height: 40px;
}
.add_advert_button:hover{
	color: var( --buttonsactivecolor )  ;
}
.padd-t-b-inside{
	margin-top: 15px;
	margin-bottom: 15px;
}
.forms-contents{
	padding: 30px;
	margin: 60px auto;
	max-width: 800px;
	border-radius: 40px;
	box-shadow: 0px 0px 60px rgba( 0, 0, 0, 0.066 ) ;
}
.input-cont{
	padding: 10px 30px;
	border-radius: 40px;
	margin: 15px auto;
	width: 100%;
	background-color: #fff;
	color: #333;
	font-size: 12pt;
	box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.066 ) ;
	border: 0px;
	height: 52px;
	text-align: start;
	border: 1px #ededed solid;
}
#main_clac_result{
	padding: 10px 30px;
	border-radius: 40px;
	margin: 20px auto;
	width: 100%;
	background-color: #fff;
	color: #333;
	font-size: 12pt;
	box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.066 ) ;
	border: 0px;
	height: 52px;
	text-align: start;
	display: block;
}
textarea.input-cont{
	height: 130px;
}
.btn-app{
	display: inline-block;
	vertical-align: middle;
	padding: 15px 40px;
	border-radius: 40px;
}
.notics{
	padding-top: 60px;
}





/*////////////////  profile  /////////////////////*/
.user_im_cc{
	position: relative;
	margin-bottom: 60px;
	z-index: 1;
	border-radius: 10px 10px 0px 0px;
	margin-top: 10px;
}
.user_im_cc .cover-cc-right{
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	border-radius: 10px 10px 0px 0px;
}
.user_im_cc .profile-cc-right{
	width: 100px ;
	height: 100px;
	position: absolute;
	bottom: -51px;
	right: calc( 50% - 50px );
	border-radius: 50%;
	box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.234 ) ;
	z-index: 2;
	border: 2px #fff solid;
	background-color: #fff;
}
.user_info_right > h2{
	display: block;
	background-color: #fff;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	color: var(  --theme-color ) ;
}
.upload_results{
	margin-top: -10px;
}












/*///////////// register ////////////////*/
.inlinr-selector-radio{
	margin: 25px 0px;
	text-align: center;
}
.inlinr-selector-radio > label{
	display: inline-block;
	margin: 0px 10px;
	vertical-align: middle;
	cursor: pointer;
}
.inlinr-selector-radio > label > span{
	display: block;
	background-color: var( --buttonsbackground ) ;
	color: var( --buttonscolor ) ;
	padding: 20px 30px;
	border-radius: 40px;
}
.inlinr-selector-radio > label > input{
	display: none;
}
.inlinr-selector-radio > label > input:checked + span{
	background-color: var( --buttonsactivebackground )  ;
	color: var( --buttonsactivecolor )  ;
}
.notics{
	text-align: center;
	margin-bottom: 25px;
}
.notics span{
	display: inline-block;
	vertical-align: middle;
	padding: 10px 30px;
	color: #fff;
	background-color: #a1740c ;
	border-radius: 40px;
}
.code-input{
	letter-spacing: 20px;
	text-align: center;
}
.register-steps{
	display: none;
}
.register-steps.active{
	display: block;
}
.error-forms{
	border: 2px #f52222 solid !important;
	background-color: #fbb0b0 !important;
}
[do_logout]{
	cursor: pointer;
}
.desktop-menu > ul > li > a{
	margin-top: 20px;
	color: #fff;
}
/*///////payment//////////////*/
.payment-cc{
	display: none;
}
.payment-cc.active{
	display: block;
}
.payment_changer{
	background-color: var( --buttonsbackground )  ;
	color: var( --buttonscolor )  ;
	padding: 4px 20px;
	text-align: center;
	border: 0px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 35px;
	line-height: 40px;
	margin: 10px 5px;
}
.payment_changer.active{
	background-color: var( --buttonsactivebackground )  ;
	color: var( --buttonsactivecolor )  ;
}
h2.heads{
	background-color: var( --buttonsactivebackground )  ;
	color: var( --buttonsactivecolor )  ;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-radius: 15px;
}
.bank-item{
	margin-bottom: 10px;
}
.bank-item img{
	width: 250px;
	height: auto;
	border-radius: 10px;
}
.bank-item h2{
	color: var( --buttonsactivebackground )  ;
	font-size: 11pt;
	margin-bottom: 10px;
}
.bank-it-rows > span,.bank-it-rows > b{
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
	margin: 10px 0px;
	font-size: 10pt;
	border-radius: 5px;
	background-color: #fff ;
	color: #333;
}













/*users*/
.user_group_header{
	margin-top: 15px;
}
.user_dropdown_content img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
	border: 5px rgba( 0,0,0,0.1 ) solid;
}
.user_dropdown{
	min-width: 200px;
}
.user_dropdown > li{
	display: block;
	margin: 0px 5px;
}
.user_dropdown > li a {
	display: block;
	padding: 10px 10px;
	background-color: #f4f4f4 ;
	border-radius: 3px;
	margin: 5px 0px;
}
.btn-style-d{
	background-color: var( --buttonsbackground )  ;
	color: var( --buttonscolor )  ;
}
.btn-style{
	background-color: var( --buttonsactivebackground )  ;
	color: var( --buttonsactivecolor )  ;
}
.btn-style:hover{
	color: var( --buttonsactivecolor )  ;
}





/*search*/
#search_form{
	display: inline-block;
	width: 100%;
	max-width: 600px;
}
#search_form input{
	display: block;
	border: 0px;
	border-radius: 5px;
	font-size: 11pt;
	height: 40px;
	width: calc( 100% - 90px ) ;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 15px;
}
#search_form button{
	background-color: var( --buttonsactivebackground )  ;
	color: var( --buttonsactivecolor )  ;
	height: 40px;
	padding: 0px;
	text-align: center;
	width: 85px;
	border: 0px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
}
.search_button:hover{
	color: var( --buttonsactivecolor )  ;
}
.search_bar{
	padding-top: 15px;
}



/*////////add advert ///////////////////*/
.terms-sections-scroll{
	margin: 20px auto;
	max-height: 500px;
	overflow-y: scroll;
}
.div-radio-checkers{
	margin: 15px 0px;
	clear: both;
}
.div-check-checkers{
	margin: 15px 0px;
	clear: both;
}
.div-radio-checkers > span{
	display: block;
	margin-bottom: 15px;
}
.inline-radios{
	display: inline-block;
	vertical-align:	middle;
	margin: 0px 10px;
}
body[dir=rtl] .inline-radios:first-child{
	margin-right: 0px;
}
body[dir=ltr] .inline-radios:first-child{
	margin-left: 0px;
}
.adverts_sections{
	display: none;
}
.adverts_sections.active{
	display: block;
}
.big_notics{
	padding: 35px 0px;
	text-align: center;
}
.big_notics > .big_notics_content{
	display: inline-block;
	padding: 20px 30px ;
	border-radius: 40px;
	background-color: #e1bf6f ;
	color: #85610e ;
	box-shadow: 0px 0px 20px rgba( 0, 0, 0, 0.066 ) ;
}
.columns .column-thumbnail > img{
	width: 41px;
	height: 41px;
	border-radius: 10px;
	margin-top: 12px;
}

/*adverts*/
body[st=list] .post-cc{
	display: block;
	position: relative;
	padding: 10px;
	margin: 10px 0px;
	box-shadow: 0px 0px 10px rgba( 0,0,0,0.1 ) ;
	border-radius: 10px;
	width: calc( 50% - 15px ) ;
	margin-bottom: 50px;
}
body[st=list][dir=rtl] .post-cc{
	float: right;
}
body[st=list][dir=rtl] .post-cc:nth-child(odd){
	margin-left: 30px;
}
body[st=list][dir=ltr] .post-cc:nth-child(odd){
	margin-right: 30px;
}
body[st=list][dir=ltr] .post-cc{
	float: left;
}
body[st=list] .post-cc .post_image a{
	display: block;
}
body[st=list] .post-cc .post_image img{
	height: 120px;
	width: auto;
	margin-bottom: -10px;
	border-radius: 10px;
}
body[st=list][dir=rtl] .post-cc .post_image{
	float: right;
	margin-left: 10px;
}
body[st=list][dir=ltr] .post-cc .post_image{
	float: left;
	margin-right: 10px;
}
body[st=list] .post-cc .post_text{
	position: relative;
	height: 120px;
}
body[st=list] .post-cc .post_text a > h2{
	padding-bottom: 60px;
}
body[st=list][dir=rtl] .post-cc  .more-infoes{
	right: 0px;
}
body[st=list][dir=ltr] .post-cc  .more-infoes{
	left: 0px;
}
body[st=list] .post-cc  .more-infoes{
	position: absolute;
	bottom: -40px;
	padding: 5px 10px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 10px 5px rgba( 0,0,0,0.05 ) ;
}
body[st=list][dir=rtl] .post-cc .post_text{
	margin-right: 130px;
}
body[st=list][dir=ltr] .post-cc .post_text{
	margin-left: 130px;
}
.post-cc  .more-infoes > a , .post-cc  .more-infoes > span{
	display: inline-block;
	vertical-align: middle;
	background-color: #f7f7f7 ;
	padding: 5px 10px;
	border-radius: 10px;
	color: #494949 ;
	font-size: 8pt;
	margin: 2px 0px;
}
.post-cc  .more-infoes > a i , .post-cc  .more-infoes > span i{
	color: var( --buttonsactivebackground )  ;
	margin: 0px 5px;
}

/*/////////post//////////////*/
.post-slider{
	margin-bottom: 30px;
	margin-top: 30px;
}
.post-slide-item > img{
	max-width: 100%;
	height: auto;
	padding: 15px;
	background-color: #f4f4f4;
	display: inline-block;
	border-radius: 40px;
}
.post-slide-item{
	text-align: center;
}

.slick-dots{
  text-align: center;
}
.slick-dots > li{
  display: inline-block;
  margin: 2px 5px;
}
.slick-dots > li > button{
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: var( --buttonsbackground ) ;
  font-size: 0px;
}
.slick-dots > li.slick-active > button{
  background-color: var( --buttonsactivebackground ) ;
}
h2.post_title{
	display: block;
	padding: 20px 0px;
	font-size: 14pt;
	margin-bottom: 5px;
}
.more-infoes-post > a ,.more-infoes-post > span{
	display: inline-block;
	vertical-align: middle;
	background-color: #f7f7f7 ;
	padding: 5px 10px;
	border-radius: 10px;
	color: #494949 ;;
}
.more-infoes-post > a i , .more-infoes-post > span i{
	color: var( --buttonsactivebackground )  ;
	margin: 0px 5px;
}
.post-body{
	padding: 15px;
	border-radius: 40px;
	background-color: #fff ;
	margin-bottom: 40px;
	border-top: 3px var( --theme-color ) solid;
}
.styled-button{
	background-color: var( --buttonsactivebackground )  ;
	color: var( --buttonsactivecolor )  ;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 40px;
}
.styled-button:hover{
	background-color: var( --buttonsbackground )  ;
	color: var( --buttonscolor )  ;
}
.comment-area{
	display: block;
	margin-bottom: 30px;
	border-radius: 40px;
	height: 100px;
	background-color: #fff ;
	width: 100%;
	border: 0px;
	padding: 15px;
}
#commenter-form{
	display: block;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.main-comment-holder{
	margin-bottom: 20px;
	margin-top: 20px;
}
.comment_holder{
	display: inline-block;
	width: 100%;
}
.comment-img{
	width: 50px;
	margin: 5px 5px;
	display: inline-block;
	vertical-align: top;
}
.comment-img > img{
	width: 100%;
	height: auto;
	border-radius: 50%;
	border: 5px var( --theme-color ) solid;
	background-color: #fff;
}
.comment-text{
	width: calc( 100% - 70px  );
	padding: 5px 10px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
}
.comment-text h2{
	color: var( --buttonsactivebackground )  ;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 15px;
	margin-bottom: 10px;
}
.comment-text p{
	display: block;
	color: #353535 ;
	font-size: 12pt;
	margin-bottom: 10px;
}
.comment-text span{
	display: block;
	color: #606060 ;
	font-size: 8pt;
}
.comment-text > button{
	display: inline-block;
	vertical-align: middle;
	background-color: rgba( 0, 0, 0, 0.095 ) ;
	color: rgba( 127, 127, 127, 0.595 );
	padding: 1px 10px;
	border-radius: 10px;
	margin-top: -20px;
	font-size: 10pt;
}
.comment-text > button:hover{
	color: var( --buttonsactivecolor )  ;
	background-color: var( --buttonsactivebackground )  ;
}
#comment_data{
	position: relative;
	color: #3d3d3d ;
}
#comment_data > button{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: #790505 ;
	color: #fff;
	font-size: 6pt;
	border-radius: 50%;
}
body[dir=rtl] .sub-comments{
	position: relative;
	padding-right: 40px;
	margin-top: 10px;
}
body[dir=ltr] .sub-comments{
	position: relative;
	padding-left: 40px;
	margin-top: 10px;
}
.sub-comments .comment-img > img{
	position: relative;
	z-index: 2;
}
.sub-comments .comment-img{
	position: relative;
	margin-top: 0px;
	padding-top: 30px;
}
.sub-comments .comment-img:after{
	display: block;
	height: 50px;
	width: 1px ;
	background-color: #a0a0a0 ;
	z-index: 1;
	right: 50%;
	top: 0px;
	content: '';
	position: absolute;
}
.main-container-post{
	padding-bottom: 0px;
}
.block-title-upp{
	display: block;
	margin-bottom: 0px;
	padding-top: 10px;
	color: var( --bodycolor ) ;
	font-weight: bold;
}
.insidebar-items > a{
	display: block;
	width: calc( 50% - 5px );
	overflow: hidden;
}
.insidebar-items > a img{
	border-radius: 10px;
	width: 100%;
}
body[dir=rtl] .insidebar-items > a:nth-child(odd){
	margin-left: 10px;
}
body[dir=ltr] .insidebar-items > a:nth-child(odd){
	margin-right: 10px;
}
.load-more-cc > button{
	display: inline-block;
	margin: 40px auto;
	display: block;
	padding: 10px 45px;
	font-size: 12pt;
}
.load-more-cc > button i{
	font-size: 12pt;
}
.load-more-cc > button:disabled{
	background-color: #adadad;
	color: #565656 ;
	opacity: 0.5 ;
}
.ads-holders:after{
	display: block;
	content: "" ;
	clear: both;
}
.post-extras{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.unders_buttons{
	color: #8f95a3;
	min-width: 125px;
	cursor: pointer;
	border-radius: 30px;
	background-color: #fff;
	padding: 25px auto ;
	text-align: center;
	border: 2px var( --theme-color ) solid;
	margin-right: 5px;
	font-size: 12pt;
	margin-left: 5px;
}
.unders_buttons:hover{
	background-color: var( --theme-color );
	color: #fff;
}
.post-extras > button,.post-extras > a{
	border: 1px solid #f2f4fa;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	color: #8f95a3;
	position: relative;
	text-align: center;
	min-width: 125px;
	white-space: pre-wrap;
	cursor: pointer;
	border-radius: 30px;
	background-color: #fff;
	padding: 20px auto ;
	text-align: center;
	border: 2px var( --theme-color ) solid;
	margin-right: 5px;
	margin-left: 5px;
}
.post-extras > button i,.post-extras > a i{
	vertical-align: middle;
	font-size: 16pt;
	color: var( --theme-color ) ;
	margin: 0px 5px;
}
.post-extras > button span ,.post-extras > a span{
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	font-size: 10pt;
	color: #565656 ;
}
.post-extras > button:hover,.post-extras > a:hover{
	background-color: var( --theme-color );
	color: #fff;
}
.post-extras > button:hover i , .post-extras > button:hover span,.post-extras > a:hover i , .post-extras > a:hover span{
	color: #fff;
}
.inuser_inn > button{
	display: inline-block;
	padding: 5px 20px;
	background-color: var( --buttonsactivebackground );
	color: var( --buttonsactivecolor );
	border-radius: 40px;
	margin-top: 10px;
	width: 100%;
}
.inuser_inn > button:hover{
	background-color: var( --buttonsactivecolor );
	color: var( --buttonsactivebackground );
}
.handel_follow.home-small-follow{
	padding: 2px 15px;
	font-size: 10pt;
	margin-top: 5px;
}
.call_phone{
	display: inline-block;
	border: 1px solid #f2f4fa;
	color: var( --theme-color );
	position: relative;
	text-align: center;
	min-width: 125px;
	cursor: pointer;
	border-radius: 30px;
	background-color: #f2f2f2;
	padding: 8px 40px ;
	text-align: center;
	border: 2px var( --theme-color ) solid;
	margin: 20px auto;
}
/*popups*/
.dynamic-pop-ups{
	position: fixed;
	z-index: 100 ;
	right: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	text-align: center;
	display: none;
	overflow: auto;
}
.dynamic-pop-ups:after{
	position: fixed;
	z-index: 101 ;
	right: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background-color: rgba( 0, 0, 0, 0.516 ) ;
	content: "";
	display: block;
}
.dynamic-pop-ups-cc{
	min-width: 300px;
	max-width: 70%;
	min-height: 250px;
	margin: 0px auto;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 20px rgba( 0, 0, 0, 0.174 ) ;
	position: relative;
	z-index: 102;
	display: inline-block;
	text-align: start;
	padding-bottom: 30px;
}
.pops-content{
	overflow-y: scroll;
	max-height: calc( 80vh - 50px );
	min-width: 350px;
	padding: 0px 25px;
}
.pops-shadows-title  > span{
	display: block;
	padding: 10px 10px;
	background-color: var( --bodybackground );
	color: var( --blockscolor ) ;
	font-size: 12pt;
	margin-bottom: 30px;
	border-radius: 30px 30px 0px 0px;
}
.pops-shadows-title > button{
	display: block;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background-color: #f64141 ;
	color: #fff;
	margin: -10px;
}
.fix-b-in .input-cont{
	margin-bottom: 10px;
	margin-top: 10px;
	box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.011 );
}
.main-sidebar-cc > h2{
	border-radius: 25px;
	background-color: var( --mainblocksbackground ) ;
	color: var( --mainblockscolor ) ;
	padding: 10px 10px;
	text-align: center;
	margin-top: 15px;margin-bottom: 5px;
}
.start-h-c-search{
	border-radius: 25px;
	padding: 10px 10px;
	text-align: center;
	margin-top: 15px;margin-bottom: 5px;
	width: 100%;
}
.imaged-side-countent{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: flex-start;
}
.imaged-side-countent >a{
	display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
	width: calc( 50% - 8px );
	text-align: center;
	margin: 4px;
}
/*////////////profile/////////////////*/
.user_li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.user_li > li{
	display: block;
}
.user_li > li > a{
	display: block;
	padding: 5px 10px;
	text-align: center;
	background-color: var( --buttonsbackground ) ;
	color: var( --buttonscolor ) ;
	border-radius: 15px;
	margin-bottom: 10px;
}
.user_li > li > a.active{
	background-color: var( --buttonsactivebackground )  ;
	color: var( --buttonsactivecolor )  ;
}
.user_ccocco{
	margin-top: 15px;
	margin-bottom: 15px;
}
.profile-heads{
	color: var( --mainblocksbackground );
	font-weight: bold ;
	font-size: 14pt;
	margin-bottom: 20px;
}
.notification-holder > a{
	display: block;
	margin: 15px 0px;
	padding: 10px ;
	background-color: var( --buttonsbackground ) ;
	color: var( --buttonscolor ) ;
	border-radius: 10px;
}
.notification-holder > a[readed="false"]{
	background-color: var( --buttonsactivebackground )  ;
	color: var( --buttonsactivecolor )  ;
}
.notification-holder > a span{
	display: block;
	font-weight: bold;
	font-size: 12pt;
}
.notification-holder > a b{
	display: block;
	font-weight: lighter;
	font-size: 10pt;
}
.follow-content{
	margin: 10px 0px;
	padding: 10px;
	border-radius: 10px;
	border-top: 1px var( --theme-color ) solid;
	background-color: #fcfcfc ;
	color: --theme-color ;
}
.follow-content >span , .follow-content > small{
	display: inline-block;
	vertical-align: bottom;
	font-size: 11pt;
}
.follow-content > small{
	font-size: 9pt;
	color: #aaaaaa ;
}
.cancle-follows{
	display: block;
	width: 40px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	border-radius: 10px;
	background-color: #f35c5c ;
	color: #fff ;
	margin: 0px 5px;
}
.edit-follows{
	display: block;
	width: 40px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	border-radius: 10px;
	background-color: #c1c1c1 ;
	color: #fff ;
	margin: 0px 5px;
}
select.s_class{
	width: 150px;
	background-color: #fff;
	padding: 2px 10px;
	border-radius: 15px;
	font-size: 10pt;
	border-top: 1px var( --buttonsactivebackground ) solid;
}
/*///////chat////////////*/
#message-content > input{
	height: 60px;
	width: calc( 100% - 80px );
	display: inline-block;
	vertical-align: middle;
}
#message-content > button{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	color: var( --buttonsactivecolor ) ;
	background-color: var( --buttonsactivebackground ) ;
	box-shadow: 0px 0px 20px rgba( 0, 0, 0, 0.066 );
}
body[dir=rtl] #message-content > input{
	margin-left: 15px;
}
body[dir=ltr] #message-content > input{
	margin-right: 15px;
}
.messages-content{
	height: calc( 100vh - 200px ) ;
	padding: 10px 30px;
	border-radius: 40px;
	margin: 20px auto;
	width: 100%;
	background-color: #fff;
	color: #333;
	font-size: 12pt;
	box-shadow: 0px 0px 20px rgba( 0, 0, 0, 0.066 );
	border: 0px;
	text-align: start;
	margin-bottom: 10px;
	overflow-y: scroll;
}
.to-container-cc img{
	width: 50px ;
	height: 50px;
	border-radius: 50%;
	margin: 0px 10px;
	box-shadow: 0px 0px 20px rgba( 0, 0, 0, 0.066 );
	display: inline-block;
	vertical-align: middle;
}
.to-container-cc h2{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11pt;
}
.to-container-cc{
	margin-bottom: 5px;
}
.chats-holders-it > button{
	width: 100%;
	padding: 10px 20px;
	background-color: #fff ;
	border-radius: 20px;
	position: relative;
	margin-bottom: 15px;
	text-align: start;
	box-shadow: 0px 0px 20px rgba( 0, 0, 0, 0.066 );
}
.chats-holders-it > button img{
	width: 50px ;
	height: 50px;
	border-radius: 50%;
	margin: 0px 10px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
}
.chats-holders-it > button h2{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11pt;
}
.chats-holders-it > button span{
	position: absolute;
	top: -4px;
	background-color: #a63043;
	color: #fff;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 10pt;
	border-radius: 50%;
}
body[dir=rtl] .chats-holders-it > button span{
	left: -4px;
}
body[dir=ltr] .chats-holders-it > button span{
	right: -4px;
}
.msg-holders-it{
	margin: 15px 0px;
}
.msg-holders-it:after{
	display: block;
	clear: both;
	content: "";
}
.msg-holders-it-cc{
	max-width: 80%;
	padding: 15px;
	box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.066 );
	border-radius: 35px;
	min-width: 150px;
}
.other-msg{
	background-color: #f5f5f8 ;
}
.min-msg{
	background-color: #e3e3fc ;
}
.msg-holders-it-cc > b{
	display: block;
	margin-bottom: 5px;
	font-size: 11pt;
}
.msg-holders-it-cc > span{
	display: block;
	font-size: 9pt;
	color: #6b6b6b ;
}
.h404{
	margin-top: 50px;
	text-align: center;
	padding-bottom: 30px;
}
.h404 > h1{
	font-size: 30pt;
	margin-bottom: 50px;
	color: var( --buttonsactivebackground )  ;
	text-align: center;
}
.sitemaplvl1 > a{
	font-size: 14pt;
	font-weight: bold;
	display: block;
}
.sitemaplvl2 > a{
	font-size: 12pt;
	display: block;
	margin-right: 15px;
}
.sitemaplvl3 > a{
	font-size: 11pt;
	display: block;
	margin-right: 35px;
}
.sitemaplvl1 ,.sitemaplvl2 ,.sitemaplvl3 {
	padding: 3px;
	margin: 3px;
	background-color: rgba( 0, 0, 0, 0.15 ) ;
	border-radius: 3px;
}
.user_more_info{
	margin: 20px auto;
}
.user_more_info > span{
	display: block;
	padding: 5px 10px;
	background-color: #eaeaea ;
	border-right: 2px #d8d8d8 solid;
	border-left: 2px #d8d8d8 solid;
	border-radius: 15px;
	margin: 10px 0px;
}
.user_more_info > span:after{
	display: block;
	clear: both;
	content: "" ;
}
.online_status_online{
	color: #099918 ;
}
.online_status_offline{
	color: #9b0808 ;
}
.user_post_section{
	padding: 10px;
	margin-top: 30px;
	border-radius: 40px;
	background-color: #f9f9f9 ;
	margin-bottom: 10px;
}
.user_post_section_right img{
	width: 100px ;
	height: 100px;
	border-radius: 50%;
	border-top: 3px var( --theme-color ) solid;
}
.user_post_section_left{
	width: calc( 100% - 110px ) ;
}
.user_post_section_left > span,
.user_post_section_left > button{
	display: block;
	margin: 5px 0px;
}
.veri-ic{
	color: var( --theme-color ) ;
}
.st-b-1{
	background-color: var( --buttonsbackground ) ;
	color: var( --buttonscolor ) ;
}
.st-b-1:hover{
	background-color: var( --buttonsactivebackground )  ;
	color: var( --buttonsactivecolor )  ;
}
.st-b-2{
	background-color: var( --buttonsactivebackground )  ;
	color: var( --buttonsactivecolor )  ;
}
.st-b-2:hover{
	background-color: var( --buttonsbackground ) ;
	color: var( --buttonscolor ) ;
}
.inlinw-bad-b{
	display: inline-block;
	vertical-align: middle;
	margin: 3px;
	padding: 5px 20px;
	border-radius: 30px;
}
.star_box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
	margin-bottom: 30px;
}
.star_box > button{
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
	color: #b5b5b5 ;
	font-size: 19pt;
	padding-top: 15px;
	padding-bottom: 15px;
}
.star_box > button.active_star{
	color: #f5af2d ;
}
.rating-starss > span{
	display: inline-block;
	vertical-align: middle;
	color: #cccccc ;
}
.rating-starss > span.gold{
	color: var( --buttonsactivebackground ) ;
}
.user_left_sss{
	margin: 20px 0px;
	padding: 20px;
	border-radius: 40px;
	box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.011 );
	overflow: auto;
	background-color: #fff;
}
.follow-content > small {
	display: block !important;
}
.last-inliners > span , .last-inliners > a{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 10pt;
	margin: 5px;
}
.last-inliners img{
	width: 30px;
	height: auto;
}
.control-post{
	text-align: center;
}
.control-post > button{
	display: inline-block;
	padding: 5px 10px;
	margin: 5px;
}




















































@media all and (max-width: 768px) {
	.home-topper-cats{
		white-space: nowrap;
		overflow-y: scroll;
	}
	.user_group_header.float-left{
		float: none !important;
		width: 100%;
	}
	body[st=list] .post-cc{
		margin: 0px !important;
		width: auto;
		float: none !important;
		margin-bottom: 15px !important;
	}
	body[st=list] .post-cc .post_image,body[st=list] .post-cc .post_image img{
		width: 50px;
		height: 50px;
	}
	body[st=list] .post-cc .post_text{
		height: auto;
	}
	body[st=list][dir=rtl] .post-cc .post_text{
		margin-right: 60px;
	}
	body[st=list][dir=ltr] .post-cc .post_text{
		margin-left: 60px;
	}
	.post-cc .post_text a > h2{
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		padding-bottom: 0px !important;
	}
	body[st=list] .post-cc .more-infoes{
		position: relative;
		clear: both;
		bottom: auto;
		right: auto;
	}
	.post-cc .more-infoes > a, .post-cc .more-infoes > span {
		padding: 0px 2px;
		font-size: 9pt;
		margin: 2px -2px;
	}
	.comment-text{
		padding-bottom: 35px;
	}
	.comment-text > button{
		position: relative;
		bottom: -30px;
	}
	.forms-contents{
		padding: 30px 10px;
	}
	.toggler-front > label {
		font-size: 9pt;
		margin: 0px -6px;
	}
	.inpages-pages{
		padding: 15px 0px;
	}
	.in-cc-tabs{
		text-align: center;
		margin-bottom: 15px;
	}
	.m-b-3{
		margin-bottom: 15px;
	}
	.chats-holders{
		width: 100%;
		overflow-x: scroll;
		white-space: nowrap ;
	}
	.chats-holders > div{
		width: auto;
		display: inline-block;
		padding: 15px ;
	}
	.chats-holders > div > button{
		width: auto;
		display: inline-block;
	}
	#main-side-bar-right{
		order: 3 ;
	}
	.extra_data_butts{
		margin-bottom: 15px;
	}
	.post-extras > button , .post-extras > a{
		margin-bottom: 10px;
	}
	.user_li {
		overflow-x: scroll;
		white-space: nowrap;
	}
	.user_li > li{
		display: inline-block;
		vertical-align: middle;
	}
	.user_group_header{
		margin-top: 0px;
	}
	
	
	
}