@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');
@import url('https://kodhus.com/kodhus-ui/kodhus-0.1.0.min.css');
@import url("//cdn.web-fonts.ge/fonts/bpg-arial/css/bpg-arial.min.css");



a,a:hover{
	text-decoration: none !important;
	color: #333;
}

h2.h2_topic{
	font-size: 22px !important;
	padding: 5px 0px 10px 0px;
}


#editedinfoofapost {
    padding: 2px 10px;
    font-size: 13px;
    margin: 3px 0px 3px 0px;
    font-family: "BPG Nino Mtavruli Bold", sans-serif;
	font-style: italic;
	min-width: 100%;
}
.upload_container{
	display: flex;
	border: 1px solid #dee2e6;
	border-radius: 6px;
}
.upload_container div{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.choose-fname{
	min-height: 35px;
	width: 100%;
	padding: 5px 8px;
	border-top: 1px solid #8080802d;
	border-bottom: 1px solid #8080802d;
	border-radius: none;
	color: #000;
	margin: 3px 0px 3px 0px;
}
.choose-f{
	padding: 5px 8px;
	border: 1px solid #8080802d;
	border-radius: 6px 0px 0px 6px;
	color: #000;
	margin: 3px 0px 3px 3px;
}
.choose-start{
	padding: 5px 8px;
	border: 1px solid dodgerblue;
	border-radius: 0px 6px 6px 0px;
	color: dodgerblue;
	margin: 3px 3px 3px 0px;
}

.choose-f:hover{
	background: #f1f1f1;
}
.choose-start:hover{
	background: dodgerblue;
	color: #fff;
}

.alertbox{
	position: fixed;
	right: 20px;
	top: auto;
	bottom: 20px;

	z-index: 999;
	background: dodgerblue !important;
	color: #fff;
	border: 1px solid dodgerblue;
	border-radius: 6px;
	min-height: 50px;
	padding: 10px;
  }
  .alert_avatar{
	background: #ddd;
	min-height: 50px;
	min-width: 50px;
	max-width: 50px;
	border-radius: 50%;
	margin-top: -37px;
	float: right;
	border: 1px solid dodgerblue;
  }
  .alert_avatar img{
	  max-width: 100%;
	border-radius: 50%;
  }
iframe{
	max-width: 100%;
}



.display_attachment{
    background: #f2f2f2;
    border-radius: 6px;
    padding: 1px 0px;
}
.display_attachment a{
    padding: 7px 10px;
    display:block;
    text-align: left;
    text-decoration:none;
    font-size: 14px;
    margin:2px;
    background: #f2f2f2;
    border-radius: 6px;
    word-wrap: break-word;
}
.display_attachment a:hover{
    background: #ddd;
}
.attachments_title{
    color:#333;
    font-weight: bold;
    padding: 5px 2px;
}

.topic_textarea{
	padding: 10px;
	margin: 5px -15px;
}

.tag-container {
	border: 1px solid #00000032;
	border-radius: 3px;
	background: #fff;
	flex-wrap: wrap;
	align-content: flex-start;
	padding: 3px;
	margin-bottom: 15px;
}
.tag {
	height: 25px;
	margin: 2px;
	padding: 5px 6px;
	border: none;
	border-radius: 6px;
	background: dodgerblue;
	display: flex;
	align-items: center;
	color: #fff;
	cursor: default;
}
.tag i {
  font-size: 16px;
  color: #fff;
  margin-left: 5px;
}
.tag-container input {
  padding: 5px;
  font-size: 16px;
  border: 0;
  outline: none;
  font-family: 'Rubik';
  color: #333;
  flex: 1;
}

input{
display:block;
}

.tags_container_withkeys{
	background: #fff;
    position:relative;
}
.scrolltags{
    overflow-x:scroll;
    white-space: nowrap;
    display:flex;
}
#tags_to_save2{
	background: #fff;
    padding:4px;
    max-height: 50px;
}
.keep_or_remove{
	background: #fff;
	position: absolute;
    right:0;
}
.keep_or_remove i:hover{
	background: #f2f2f2;
}
.keep_or_remove i{
	font-size: 21px;
    padding: 8px 5px;
}



a.CatsTag {
	margin: 2px;
	border: none;
	border-radius: 6px;
	background: dodgerblue;
	align-items: center;
	color: #fff;
	cursor: default;
	padding: 3px 12px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
}


.tag2 {
	height: 25px;
	margin: 2px;
	border: none;
	border-radius: 6px;
	background: dodgerblue;
	align-items: center;
	color: #fff;
	cursor: default;
}

.tag2 i {
  font-size: 16px;
  color: #fff;
  margin-left: 5px;
}

.utsb{
	background: #f2f2f2;
    padding: 5px 7px 8px 7px;
    overflow-x: scroll;
    white-space: nowrap;
}
.suggested_utags{
	background: dodgerblue;
    font-size: 13px;
    color: #fff;
    padding:5px;
    border-radius: 6px;
}

.w3-dark-grey{
margin: 20px 0px;
}

blockquote {
	padding: 0px;
    border: 1px solid #f2f2f2;
    background: #fbfbff;
}
blockquote p{
	padding: 10px;
    font-size: 14px;
    margin:0;
}
.quote_by{
	background: #f2f2f2;
    width:100%;
    border: none;
    text-align: left;
    padding: 7px 10px;
    text-transform: uppercase;
    font-size:14px;
}
.quote_by i{
	margin-right: 5px;
}

.codeby{
	background: #f2f2f2;
    width:100%;
    border: none;
    text-align: left;
    padding: 7px 10px;
    text-transform: uppercase;
    font-size:14px;
}

.precode {
	padding: 0px;
	color: #2e2e2e;
	font-size: 15px;
	margin: 0 0 15px;
	border: 1px solid #eef;
}

.cssHigh{
	padding: 15px;
	background-color: #fbfbff;
	font-size: 14px;
}

.spoiler{
	background: #fff;
}
.colapse_triger{
	background: #f2f2f2;
	width:100%;
	border: none;
	text-align: left;
	padding: 7px 10px;
	text-transform: uppercase;
	font-size:14px;
}
.colapse_triger i{
	margin-right: 5px;
}
.spoiler_body{
	padding: 7px 10px 15px 10px;
	border: 1px solid #f2f2f2;
	font-size: 14px;
	background: #fbfbff;
}

.post_options{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 2px;
    max-width: 160px;
    width:160px;
    position: absolute;
    margin-top: 45px;
	margin-left:10px;
	top:0;
	z-index: 10;
}
.post_options a{
	display: block !important;
    padding: 7px 10px;
    color: #333;
    text-decoration:none;
    border-top: 1px solid #eef;
    border-radius: 4px;
	width: 100%;
}
.post_options a:hover{
	background: #f7f7f7;
}

@media(max-width:380px){
	.upload_container{
		flex-wrap:wrap;
	}
	.choose-start{
		border-radius: 0px 0px 6px 6px !important;
		width: 100% !important;
		margin: 0px 3px 3px 3px !important;
	}
	.choose-f{
		border-radius: 6px 6px 0px 0px !important;
		width: 100% !important;
		margin: 3px 3px 0px 3px !important;
		background-color: #f6f6f6;
		border: 1px solid #ddd !important;
	}
}


@media(max-width:1230px){
	#navbar{
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
}

/* Header/Blog Title */
.header {
  padding: 0px;
  font-size: 14px;
  text-align: center;
  background: white;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.topnav {
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topnav a {
  font-family: 'BPG Arial Caps';
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 14px;
  margin: 7px 0px;
  border-radius: 29px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav .login-container a span{
	font-size: 14px;
	margin-right: 5px;
}
.topnav .login-container a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topnav .login-container {
  float: right;
}

.topnav a.active {
	background-color: transparent;
	color: #000;
	padding: 0px;
	margin: 0px;
	padding: 10px 16px;
	text-decoration: none;
	margin: 7px 0px;
}

#logo{
	font-size: 22px;
	font-weight: 600;
	font-family: Arial;
}
#reglink{
	background-color: #eee;
	color: black;
}
#reglink:hover{
	background-color: #ddd;
	color: black;
}
	
.bg-reglink{
	background-color: #5cb85c !important;
	color: #fff !important;
	margin-left: 3px !important;
	border-radius: 29px;
	padding: 8px !important;
}
.bg-reglink:hover{
	background-color: #499349 !important;
	color: #fff !important;
}


.bg-loglink{
	background-color: #1b6dc1;
	color: #fff !important;
	margin-right: 6px !important;
	border-radius: 29px;
	padding: 8px !important;
}
.bg-loglink:hover{
	background-color: #488acd !important;
	color: #fff;
}
	
.container{
	max-width: 1200px;
	margin: auto;
}
a.logolink{
	padding:1px !important;
}
a.logolink:hover{
	background: transparent;
}
input[name="q"]{
	background: #eee;
	padding: 10px;
	border: 0px solid #333;
	border-radius: 20px;
	margin: 10px auto;
	width: 300px;
	font-size: 14px;
	padding: 9px 16px;
}

	@media(min-width:800px) and (max-width:920px){
		input[name="q"]{
			width: 230px;
		}
		.serty-percent{
			width: 30%;
		}
		.flex-left{
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}
		.flex-right{
			display: flex;
			justify-content: flex-end;
			align-items: center;
		}
		.flex-center{
			display: flex;
			justify-content: center;
			align-items: center;
		}
	}
	
	#nav-triger{
		padding: 2px 2px 2px 6px;
		text-align: center;
		cursor: pointer;
		
	}
	.card-header .pull-right{
		cursor: pointer;
	}
	#nav-triger .material-icons{
		font-size: 40px;
		color: #1b6dc1;
	}
	.bold{
		font-weight: bold;
		color: #1b6dc1;
	}
	img{
		max-width: 100%;
	}
	.active-post-items{
		display: flex;
		align-items: center;
	}
	.active-post-items img{
		border-radius: 50%;
	}
	a.active-post-items{
		text-decoration: none !important;
	}
	.lxp-image{
		max-width: 40px !important;
		min-width: 40px !important;
		margin-right: 10px
	}
	.lxp-counts{
		padding: 5px;
		background: transparent;
		border-radius: 6px;
		margin-left: 5px;
		font-weight: 500;
		color: #999;
		border: 1px solid #ddd;
	}
	.border_bottom{
		border-bottom: 2px solid #f2f2f2;
	}
	.border_top{
		border-top: 2px solid #f2f2f2;
	}
	.border_left{
		border-left: 2px solid #f2f2f2;
	}
	.border_right{
		border-right: 2px solid #f2f2f2;
	}

	.cat-tag{
		background: #fff;
		padding: 7px 15px;
		display: flex;
		border-left: 1px solid #f2f2f2;
		border-right: 1px solid #f2f2f2;
		border-top: 1px solid #f2f2f2;
		justify-content: space-between;
		align-items: center;
	}
	.cat-tag:hover, .lastxpost:hover, .qapi:hover{
		background: #f7f7f7;
	}
	.lastxpost{
		background: #fff;
	}
	.allcats{
		padding: 10px 10px;
		background: #fff;
		
	}
	.allcats a{
		text-decoration: none;
		color: #333;
	}
	.catfolder-icon{
		max-width: 30px;
		display: flex;
		align-items: center;
		margin-left: -7px;
		margin-right: -5px;
		border-radius: 50%;
	}

	.catfolder-icon i{
		font-size: 26px;
	}
	.catfolder-icon span{
		font-size: 24px;
	}

	.tag-title{
		width: 100%;
		padding: 0px 10px
	}
	
	.slog{
		margin-left: -16px;
		margin-right: -16px;
		color: #fff;
		font-size: 17px;
		text-align: center;
		background-color: #0cbaba;
		background-image: url('../images/main_banner.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	@media (min-width:441px){
		.slog {
			padding: 100px;
		}
	}
	@media (max-width: 440px){
		.slog {
			padding: 60px;
		}
	}
	@media(max-width: 992px){
		#header-sized-space{
			min-height: 65px;
		}
		.central-block{
			margin: 0px;
			max-width: 100%;
		}
		.pagination-body{
			padding: 15px 15px 5px 15px;
			margin-bottom: 20px;
		}
		.transformer{
			position: fixed;
			left:0;
			top: 0;
			background: #fff;
			height: 100%;
			z-index: 1200;
			border-right: 1px solid #f2f2f2;
			max-width: 100%;
		}
		.logreg{
			display: none !important;
		}
		.icon-to-hide{
			display: none !important;
		}
		.search-box{
			display:none !important;
		}
		.breadcrumb-container{
			margin-top: 15px;
			margin-left: -10px !important;
			margin-right: -10px !important;
		}
		#logo_def{
			display:none !important;
		}
		.triger-headcats{
			display: none !important;
		}
		
		.paddingzero{
			padding-left: 0px !important;
			padding-right: 0px !important;
		}
		
		.topic-container {
    		margin: 0px -15px !important;
    		padding: 0px;
		}
		.topic-container .h2_topic{
			padding: 10px;
		}
		
		
	}








	
	@media(min-width: 992px){
		#header-sized-space{
			min-height: 80px
		}
		.pagination-body{
			padding: 15px 15px 5px 15px;
			border-radius: 0px 0px 9px 9px;
		}
		#nav-triger{
			display: none;
		}
		.only-desktop{
			display: none;
		}
		.topic-container {
    		margin: 0px -15px;
    		padding: 0px;
		}
		#left_triger{
			display: none;
		}
		/*If user logged in */
		#small_logo{
			display:none;
		}
		#just-10pspace{
			display: none !important;
		}

		.breadcrumb-container_wider {
			margin-left: 0px !important;
			margin-right: 0px !important;
		}
        
	
	}


    @media(max-width: 1223px) and (min-width: 992px)
    {
        .breadcrumb-container, .central-block{
            padding-left: 10px !important;
		}
        .paddingzero{
            padding-right: 0px !important;
        }
    }



	.pod-main-question{
		background: #fff;
		padding: 15px 20px;
		margin: 0px -15px;
	}
	.all_post_items_container{
		margin: 0px -15px;
		padding: 2px 0px;
	}
	.item-avatar{
    	background: #666;
        min-width: 65px;
        min-height: 65px;
        max-width: 65px;
        max-height: 65px;
        border-radius: 50%;
    }
	.item-avatar img{
		border-radius: 50%;
	}
	
	
	
	.post-avatar{
    	background: #666;
        min-width: 120px;
        min-height: 120px;
        max-width: 120px;
        max-height: 120px;
        border-radius: 50%;
		
		margin: auto;
    }
	.post-avatar img{
		border-radius: 50%;
	}
	
	.post-left{
		padding: 15px 10px;
	}
	
    .mq-avatar{
      max-width: 90px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-right: 0px solid #ccc;
    }
    .last-stat{
      max-width: 90px;
      display: flex;
      justify-content: right;
      padding: 0px !important;
      position: relative;
      border-left: 0px solid #ccc;
      min-width: 90px;
    }
.last-stat .div-abs{
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  bottom:0;
   display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.div-abs div{
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px 10px
}
.real-count{
  background: #333;
  padding: 1px 5px;
  Font-family: Arial;
  color: #f1f1f1;
  font-size: 12px;
  border-radius: 3px;
}
.real-count2{
  background: #fff;
  padding: 2px 5px;
  Font-family: Arial;
  color: #333;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.qam-bosy a{
  color: #333;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.qapi{
    border: 0px solid #ccc;
	margin: 0px 0px 3px 0px !important;
	background: #fff;
	padding: 10px;
}
.dateandcat{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  padding: 2px 0px;
	margin-top:3px;
}
.dateandcat div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.by_posted a{
  display: line-block;
  font-size: 12px
}
span.by{
  margin-right: 4px;
  font-size: 12px
}
.dateandcat .material-icons{
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.post-mtiem-date{
  margin: 0px 4px;
}

.mqa-tags a{
  padding: 2px 5px;
  background: #333;
  display: inline-block;
  border-radius: 3px;
  font-size: 11px;
  color: #f2f2f2;
  margin-right: 3px;
}
@media(max-width: 540px){
  .mq-avatar{
    display: none;
  }
}
.aq_text{
		color: #269abc;
	}
	.aq_text h2{
		font-size: 25px;
	}
	.pod-main-question{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.total-all-questions{
		min-width: 100%;
		padding: 10px;
	}
	.footer-center-by{
		display: flex;
		align-items: center;
		color: #333;
		font-weight: bold
	}
	.footer-center-by a{
		color: #000 !important;
	}
	.pagination-body{
		background: #fff;
		padding: 15px 15px 5px 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	a.page-link{
		color: #6c757d !important;
	}
	span.staticons{
		font-size:40px !important;
		color: #1b6dc1 !important;
	}
	.stat-count{
		background-color: #fff;
		padding: 2px 5px;
		max-width:50px;
		margin: auto;
		border-radius: 6px;
		color: #1b6dc1;
		font-weight:bold;
	}
	.main-link{
		padding: 4px 10px;
		color: #666 !important;
	}
	.border-bottom{
		border-bottom: 1px solid #f2f2f2;
	}
	.search-button{
		background: transparent;
		color: #1b6dc1;
		font-size: 14px;
		padding: 5px;
		margin-left: -40px;
		border-radius: 19px;
		font-weight: 600 !important;
	}
	.search-button2{
		background: #6699FF;
		color: #fff;
		font-size: 14px;
		border-radius: 19px;
		padding: 3px;
		margin-left: -35px;
	}
	.viewf-twosides{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.post-text{
		padding: 15px;
	}

	.topic-container .row{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	
	
	
	
	
	
	
	
	/* START POST STYLE */
	.post{
	background: #fff;
}
.post-header{
    display: flex;
    border-radius: 0px;
    align-items: center;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.post-header div{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.post-header a.avatar{
	padding: 10px;
    max-width: 70px;
}
a.avatar img{
	border-radius: 50%;
    max-width: 100%;
}
.post{
	background: #fff;
}
.hp-left{
    width: 100%;
}
.post-time{
	min-width: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.post-time span{
	font-size: 12px;
}
a.post_uname{
	padding: 10px 5px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.uname-post{
	margin-top: -10px; 
}
a.post-triger{
    width: 30px;
    background: #f3f3f3;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
    min-width: 30px !important;
    min-height: 30px !important;
	cursor: pointer;
}
.post-content{
	padding: 15px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.post-footer{
	padding: 5px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.post-footer, .post-footer a{
	display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.post-footer a{
	width: 33%;
    color: #333;
    padding: 10px;
}
.post-footer a:hover{
	background: #f7f7f7;
}
.post-footer i{
	margin-right: 4px;
}

.no_notifications{
	background: #fff;
    padding: 10px 20px;
    text-align: center;
    text-transform: Normal;
    font-weight: 300;
    Font-family: Arial;
    font-size: 14px;
    border: 1px solid #ddd;
    color: #444;
    margin: 5px;
}



@media(min-width:800px){
	.post{
    	display: flex;
    }
    .post-header{
		min-width: 200px;
		max-width: 200px;
        border-color: #fff;
        display: block !important;
        border-radius: 0px !important;
        border-left: 1px solid #f2f2f2;
        border-right: 0px solid #f2f2f2;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
    }
    .post-content{
    	min-height: 180px;
        padding: 20px;
        border-top: 1px solid #f2f2f2;
        border-left: 1px solid #f2f2f2 !important;
		font-size: 15px !important;
    }
    .post-footer {
    	border-left: 1px solid #f2f2f2 !important;
    }
    .hp-left{
    	display: block !important;
    }
    .post-header a.avatar{
    	max-width: 110px !important;
    }
    .post_uname, a.avatar{
    	max-width: 100px !important;
        margin: auto;
    }
    .post-time{
    	padding: 10px;
        margin: 10px;
        font-size: 14px;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        min-width: 205px;
    }
    .post-time span{
    	margin-right: 5px;
        font-size: 18px;
    }
    .post-triger{
    	position: absolute;
        top: 10px;
        left: 10px;
    }
    .post-header{
    	position: relative;
    }
    
}

@media(max-width:440px){
  .post-actionss_name{
    display: none;
  }
}
	.header_avatar{
		max-width:60px;
		margin: 0px 0px -2px -2px !important
	}
	.header_avatar img{
		max-width:100%;
		border-radius: 50%;
		margin: -6px -12px -6px -10px;
		min-width: 48px;
		min-width: 48px;
	}
	.notification span{
		font-size:28px !important;
		
	}
	.notification{
		padding:4px 7px !important;
		min-width: 41px !important;
		min-height: 40px !important;
		max-width: 41px !important;
		min-height: 40px !important;
		background: #f2f2f2;
		margin-right: 15px !important;
		position: relative;
		cursor: pointer;
		
	}
	.notification .badge{
		position: absolute;
		top: -1px !important;
		right:-4px !important;
		left: auto;
		font-size: 12px !important;
	}
	
	
	@media(max-width:360px){
		.logo-block{
			display: none !important;
		}
	}
	
	@media(min-width:600px) and (max-width:992px){
		.logo-block{
			display: flex;
			justify-content: center;
		}
		.serty-percent{
			width: 33%;
		}
	}
	
	@media(max-width:600px){
		.logo-block{
			display: flex;
			justify-content: left !important;
			width: 100%;
			padding-left: 10px;
		}
	}
	
	
	.flex-right{
		display: flex;
		justify-content: right;
	}

	
	.bg-coral{
		background-color:coral;
		font-weight:100;
	}
	.bg-dodger{
		background-color:dodgerblue;
		font-weight:100;
	}

	.u_links{
		background-color: #fff;
		max-width: 200px;
		width: 200px;
		position: absolute;
		right:0;
		border-radius: 0px 0px 6px 6px;
		border: 1px solid #ccc;
		padding: 3px;
		
	}
	.u_links a{
		color: #333;
		display: flex;
		align-items: center;
		text-align:left;
		border-top: 0px solid #ccc;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		background: #fff;
		padding: 7px 5px;
	}
	.u_links a:hover, .u_links a.active:hover{
		background: #f1f1f1;
	}
	.u_links a span{
		margin-right: 5px;
		font-size: 18px;
	}
	.relative{
		position: relative;
	}

	.dropdowns-container{
		position: fixed;
		width: 100%;
		top:65px;
		z-index: 100;
	}
	.u_links a.active{
		background: #f6f6f6;
	}
	
	
	.notifications-box{
		background-color: #fff;
		max-width: 260px;
		width: 260px;
		position: absolute;
		right: 50px;
		left: auto;
		border-radius: 0px 0px 6px 6px;
		border: 1px solid #ecf2f7;
		padding: 0px;
		
	}
	.nb-header{
		background-color: #ecf2f7;
		padding: 8px 10px;
		display: flex;
		align-items: center;
		font-size: 14px;
	}
	.nb-footer{
		background-color: #ecf2f7;
		padding: 8px 10px;
		text-align: center;
		font-size: 14px;
		display: block;
	}
	.nb-content{
		overflow-y: auto;
		max-height: 270px;
		scrollbar-width: 5px;
	}
		
	.nb-content .nf-item{
		display: flex;
		align-items: center;
		text-decoration: none;
	}
	.nb-content .nf-item:hover{
		background: #fafafa;
	}
	.notifications_icons{
		width: 60px;
		max-width: 60px;
	}
	.notifications_icons span{
		background-color: #f6f6f6;
		padding: 5px;
		color: #333;
		margin:10px;
	}
	.notifications-message-text{
		font-size: 13px;
		color: #333;
	}

	.unread{
		color: dodgerblue !important;
	}


	.categories-logged{
		max-width: 300px;
		position: fixed;
		top: 65px;
	}
	
	
	
	.header-categories{
		position: absolute;
		right:0;
		top: 1px;
		border: 1px solid #ddd;
		border-radius: 0px 0px 6px 6px;
		overflow-y: auto;
		max-height: 270px;
		
		
		overflow-y: scroll;
		scrollbar-color: #ddd #fff;
		scrollbar-width: thin;
	}
	.header-categories .allcats{
		border-radius: 6px;
	}
	#login_cats{
		top:0;
	}
	/*END POST STYLE*/



	 /* toggle switch */
	 .switch {
		position: relative;
		display: inline-block;
		width: 50px;
		height: 26px;
	  }
	  
	  .switch input { 
		opacity: 0;
		width: 0;
		height: 0;
	  }
	  
	  .switch-slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: .4s;
		transition: .4s;
	  }
	  
	  .switch-slider:before {
		position: absolute;
		content: "";
		height: 17px;
		width: 17px;
		left: 4px;
		bottom: 5px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	  }
	  
	  input:checked + .switch-slider {
		background-color: #15ca20;
	  }
	  
	  input:focus + .switch-slider {
		box-shadow: 0 0 1px #15ca20;
	  }
	  
	  input:checked + .switch-slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	  }
	  
	  /* Rounded sliders */
	  .switch-slider.round {
		border-radius: 34px;
	  }
	  
	  .switch-slider.round:before {
		border-radius: 50%;
	  }
	  
/* Alpesh 16-08-2023 */
.chat-forum-section .all_post_items_container {padding: 0 !important; margin: 0; border: none !important;}
.chat-forum-section .slog{margin: 20px 0}
.chat-forum-section .card-header{padding: .75rem 0; color: #109948}
.chat-forum-section .div-abs div{padding: 5px 0 5px 10px; }
.chat-forum-section .material-icons{color: #109948}
.chat-forum-section .real-count{background: #109948; padding: 1px 10px;}
.chat-forum-section .bold{color: #109948}
.chat-forum-section .search_tags a.active, .chat-forum-section .search_uort a.active{background: #109948; color: #eef; border: 1px solid #109948 !important;}
.chat-forum-section .card-body{padding: 1.25rem 0;}
.chat-forum-section .form-control{height: 40.5px;}
.chat-forum-section .breadcrumb-container{margin: 0 0 20px !important}
.chat-forum-section .gutters-sm .card-body h6{margin: 0 !important}
.chat-forum-section .gutters-sm .col-md-4 .card-body{padding-bottom: 0}
.chat-forum-section .gutters-sm .col-md-8 .card-body{padding: 1.25rem}
.chat-forum-section .topic-container{margin: 0 !important}
.chat-forum-section .post-content {min-height: 196px;}
.chat-forum-section .post-time{margin: 0}
.chat-forum-section .post{margin: 0 0 20px;}
.chat-forum-section ul.pagination li .page-link:hover{color: #FFF !important}
.chat-forum-section .gutters-sm .col-md-4 .card .card-body{padding-bottom: 20px;}
.chat-forum-section .search_uort{margin: -5px 0 -5px 0px}
.chat-forum-section .btn{color: #fff !important}
.chat-forum-section .flex-lg-nowrap .paddingzero .e-navlist ul.nav{margin: 0;padding: 0;list-style: none; display: block;}
.chat-forum-section .flex-lg-nowrap .paddingzero .e-navlist ul.nav li{list-style: none}
.chat-forum-section .flex-lg-nowrap .col.paddingzero .col.mb-3 .card .card-body{padding: 1.25rem}
.chat-forum-section .flex-lg-nowrap .col.paddingzero .col.mb-3 .card .card-body .e-profile ul.nav-tabs{margin: 0;padding: 0;list-style: none;}
.chat-forum-section .flex-lg-nowrap .col.paddingzero .col.mb-3 .card .card-body .e-profile ul.nav-tabs li{list-style: none}
.chat-forum-section .flex-lg-nowrap .col.paddingzero .col-12.col-md-3 .card .card-body{padding: 1.25rem}

.chatforumrightside{padding: 0 20px;border: 1px solid #f1f1f1;}
.chatforumrightside .block_statistics{padding: 10px 0}
.chatforumrightside span.staticons{color: #109948 !important;}
.chatforumrightside .stat-count{color: #109948}
