.navigation {
    color: #fff;
    font-size: 14px;
    display: flex;
    margin: 20px 0px;
    padding: 10px 5px;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
	position:relative;z-index:3;
}

.navigation .active {
    color: #fff;
    font-size: 14px;
    font-weight: bold;	position:relative;
	z-index:3;
}
.navigation a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	position:relative;
	z-index:1;
}
.navigation_right {
    display: flex;
    gap: 20px;	position:relative;
	z-index:1;
}
.red_alert {
    background: #ff00004d;
    border: none;
    color: #A5161A;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 11px;
    word-wrap: break-word;
    border-radius: 3px;
    margin: 10px 0px;
    color: #fff;
}
.pm_alert {
    background: #0c4a68;
    border: none;
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-size: 13px;
    margin: 10px 0px;

}
.pm_alert a { color:#fff;}

.content-bg {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    gap: 20px;
}
.right-content {
    width: 358px;
    min-width: 359px;
    max-width: 359px;
}
.thead-sidebox {
    padding: 15px 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.sidebox-content {
    box-sizing: border-box;
    background: url(../../../images/cs/sidebar.png);
    background-repeat: no-repeat;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 32px;
    position: relative;
	z-index:1;
    background-color: hsl(0deg 0% 0.78%);
    border-radius: 7px;
}


.contents-sidebox {
    font-size: 12px;
    color: #6f6f6f;
    line-height: 2;
}
.forum-content {

    margin-bottom: 60px;
    box-sizing: border-box;
    border-radius: 4px;
  
}
.thead-content {
    padding: 15px 10px;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}
.thead-content:before {content:'';} 
.thead-content a {
    color: #ffffff;
    z-index: 5;
    position: relative;
}

.subforum-category-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    gap: 30px;
    position: relative;
    z-index: 1;
    background: url(../../../images/cs/bgdzial.png);
    background-size: 1070px 100%;
    margin-bottom: 1px;
    background-repeat: no-repeat;
    background-color: #020202;

    background-position: -5px 0px;
    border-radius: 4px;
    margin-top: 7px;
}
.content-forums {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	flex-basis:100%;
}
span.name-forums a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;z-index:1;position:relative;
}
span.description-forums {
    font-weight: 500;
    font-size: 12px;
color: #6f6f6f;
	width:100%;
	padding-right:30px;position:relative;z-index:1;
}
span.subforums-forums a {
color: #6f6f6f;
    font-weight: 600;
	position:relative;z-index:1;font-size:12px;
}

span.subforums-forums {
color: #6f6f6f;
}
.subforumicon {
    height: 0;
    width: 0;
    display: inline-block;
    margin: 0 5px;
    background: none;
}

.reply-forums {
    text-align: right;
}
span.reply-reply {
    text-align: right;
    font-size: 15px;
  color: #6f6f6f;
    font-weight: 500;
}
span.reply-text {
    font-size: 12px;
color: #6f6f6f;
    font-weight: 400;
}
.information-forums {
    min-width: 190px;
}
a.subject-lastpost {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;position:relative;z-index:1;
}
span.subject-autorx {
    font-size: 12px;
color: #6f6f6f;
}
span.subject-autorx  a{
    font-size: 12px;
    color: #ffffff;
	font-weight:500;
}
.category_icon:before {
    font-family: 'FontAwesome';
    color: #fea52a;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.icon_1:before
{
	content:'\f03a';
}

.icon_8:before
{
	content:'\f121';
}
span.category_icon {
    position: relative;
}
.information-userr {
    display: inline-block;
    font-size: 15px;
    margin: 0px 5px;
    color: #434a65;
    position: relative;
}
.left-content {
    flex-basis: 100%;
    flex: 1;
}
.thead-effect {
    position: absolute;
    top: -83px;
    left: -207px;
    z-index: -1;
}

		
		