.navigation {
    color: #50586c;
    font-size: 14px;
    display: flex;
    margin: 20px 0px;
    padding: 10px 5px;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.navigation .active {
    color: #50586c;
    font-size: 14px;
    font-weight: bold;
}
.navigation a {
    color: #50586c;
    font-size: 14px;
    font-weight: bold;
}
.navigation_right {
    display: flex;
    gap: 20px;
}
.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: 350px;
    min-width: 320px;
    max-width: 320px;
}
.thead-sidebox {
    padding: 10px 0px;
    font-size: 16px;
    color: #657087;
    font-weight: 500;
}
.sidebox-content {
    box-sizing: border-box;
    background: #050912;
    padding: 10px 20px;
    border-radius: 4px;
    border-top: 1px solid #0a1224;
	    margin-bottom: 20px;
}
.contents-sidebox {
    font-size: 13px;
    color: #657087;
    line-height: 2;
}
.forum-content {
    background: #050912;
    padding: 10px 23px 0px 25px;
    margin-bottom: 20px;
    border-top: 1px solid #0a1224;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
}
.thead-content {
    padding: 15px 10px;
    font-size: 19px;
    color: #ffffff;
    background: #050912;
    margin-bottom: -1px;
    z-index: 1;
    position: relative;
}
.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;
    border-top: 1px solid #0a1120;
}
.content-forums {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	flex-basis:100%;
}
span.name-forums a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}
span.description-forums {
    font-weight: 500;
    font-size: 13px;
    color: #657087;
	width:100%;
	padding-right:30px;
}
span.subforums-forums a {
    color: #657087;
    font-weight: 600;
}

span.subforums-forums {
    color: #657087;
}
.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: 19px;
    color: #ffffff;
    font-weight: 500;
}
span.reply-text {
    font-size: 14px;
    color: #657087;
    font-weight: 400;
}
.information-forums {
    min-width: 190px;
}
a.subject-lastpost {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
span.subject-autorx {
    font-size: 13px;
    color: #657087;
}
span.subject-autorx  a{
    font-size: 13px;
    color: #ffffff;
	font-weight:500;
}
.category_icon:before {
    font-family: 'FontAwesome';
    color: #0d1827;
    font-size: 80px;
    vertical-align: middle;
    margin-right: 10px;
}
.icon_1:before
{
	content:'\f03a';
}

.icon_8:before
{
	content:'\f121';
}
span.category_icon {
    position: absolute;
    margin: -17px -35px;
    transform: rotate(-20deg);
    top: -37px;
}
.information-userr {
    display: inline-block;
    font-size: 15px;
    margin: 0px 5px;
    color: #434a65;
    position: relative;
}
.left-content {
    flex-basis: 100%;
    flex: 1;
}


		