/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 14 version
*/

body {
	/*background-color: #f1f1f1; потемнее цвет */ 
	/*background-color: #f5f5f5 !important; посветлее цвет */ 
	/*background-color: #eef2f3 !important; посветлее с оттенком */ 
	background-color: #edeef0;
	background-image: none; 
	background-repeat: no-repeat;
}

body::-webkit-scrollbar {
	/* width: 8px; */
}

body::-webkit-scrollbar-thumb {
  /* background-color: #181818; 
  border-radius: 8px;  */
}

#lbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    max-width: 276px;
    width: 100%;
}	


.map-img {
	content: "";
	background: url(/main/img/monitoring/maps/cs16/de_dust2.jpg);
	background-size: cover;
	background-position: center;
	opacity: 0.5;
	top: 10px;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	height: 60px;
}

.search-block {
	
}

.search-block .search-select {
}

.search-block .search-select:focus {
	outline: none;
}

.search-block .search-select option {
	
}

.shadow {
	/*box-shadow: 0 1px 2px #dadbde !important;*/
	-webkit-box-shadow: 0px 0px 2px #dadbde !important;
	        box-shadow: 0px 0px 2px #dadbde !important
}

.bg-white {
	background-color: #ffffff;
}

.br-standart {
	border-radius: var(--br-large);
}

.alert-success {
	background-color: #3e2457;
    margin: 12px 0px;
}

.search-block .main {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
	/* border: 1px solid #e8ebef; */
}

.search-block .main input {
	padding: 7px;
	background: none;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.search-block .main input:focus {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none;
}

.search-block .main select {
	border: none;
    width: 120px;
    color: #969696;
}

.search-block .main button {
	background: none;
    border: none;
    outline: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tip-link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2px;
}

.tip-link-list:after {
	content: unset !important;
}

.tip-link-list .tip-link-item {
    margin-right: 14px;
}

.tip-link-list .tip-link-item a {
    font-size: 13px;
    color: #444;
}

.wp-block {
	margin-bottom: 12px;
}

.wp-block .slider-block {
	background: #fff;
    padding: 8px 10px 8px 10px;
    border-radius: 2.5px;
    overflow-x: auto;
}

.wp-block .player-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wp-block .player-list .player-item {
	min-width: 220px;
    margin-right: 13px;
    width: 33%;
}

.wp-block .player-list .player-item:nth-child(3) {
    margin-right: 0px;
}

.wp-block .player-list .player-item .main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.wp-block .player-list .player-item .main .grow-lev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.wp-block .player-list .player-item .main .block-img {
	margin-right: 5px;
}

.wp-block .player-list .player-item .main .block-img .img {
	border-radius: 50%;
    width: 40px;
	height: 40px;
}

.wp-block .player-list .player-item .main .info {
	margin-right: 5px;
}

.wp-block .player-list .player-item .main .score {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
	color: #597fae;
}

.wp-block .player-list .player-item .main .score .num {
	font-size: 18px;
}

.wp-block .player-list .player-item .main .score .desc {
	font-size: 10px;
}

.wp-block .player-list .player-item .main .info .nick {
}

.wp-block .player-list .player-item .main .info .nick a {
	font-weight: 400;
}

.wp-block .player-list .player-item .main .info .nick a:hover {
	text-decoration: none;
	color: #2785c8;
}

.wp-block .player-list .player-item .main .info .server {
	color: rgb(0 0 0 / 47%);
    font-size: 11px;
}

.wp-block .bheader {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.wp-block .bheader .title {
	font-size: 13px;
    font-weight: 500;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 2px;
}

.wp-block .bheader .slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    width: 36px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.wp-block .bheader .slider .tt {
	width: 10px;
    height: 10px;
    background: #dadbde;
    border-radius: 50%;
}

.wp-block .bheader .slider .tt:hover {
	cursor: pointer;
}

.wp-block .bheader .slider .tt.active {
	background: #5a9bcd;
}

.vm-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.vm-block .bheader {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2px;
}

.vm-block .bheader .title {
	font-size: 13px;
    font-weight: 500;
    color: #333
}

.vm-block .content {
	background: #fff;
    border-radius: 2.5px;
	padding: 8px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.vm-block .content .pl-left-list,
.vm-block .content .pl-right-list {
	width: 49%;
}

.vm-block .content .pl-left-list .pl-item,
.vm-block .content .pl-right-list .pl-item {
	border-bottom: 1px solid #d6d6d6;
	padding: 6px;
}

.vm-block .content .pl-left-list .pl-item:last-child,
.vm-block .content .pl-right-list .pl-item:last-child {
	border-bottom: none;
}

.vm-block .content .pl-item .pl-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.vm-block .content .pl-item .pl-wrapper .avatar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
}

.vm-block .content .pl-item .pl-wrapper .avatar .ava-img {
	width: 40px;
    height: 40px;
    border-radius: 2.5px;
}

.vm-block .content .pl-item .pl-wrapper .info {	
    -webkit-box-flex: 1;	
    -webkit-flex-grow: 1;	
        -ms-flex-positive: 1;	
            flex-grow: 1;

}

.vm-block .content .pl-item .pl-wrapper .info .player-nick {
}

.vm-block .content .pl-item .pl-wrapper .info .server-name {
	color: rgb(0 0 0 / 47%);
    font-size: 12px;
}

.vm-block .content .pl-item .pl-wrapper .rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #5a5a5a;
}

.vm-block .content .pl-item .pl-wrapper .rating .value {
	font-size: 18px;
}

.vm-block .content .pl-item .pl-wrapper .rating .caption {
	font-size: 10px;
}

.create-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    text-decoration: none;
	padding: 6px 0px;
    border: none;
    width: 100%;
}

.blue-btn-style {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2986c3), to(#0477bc)) !important;
    background-image: -o-linear-gradient(top, #2986c3, #0477bc) !important;
    background-image: linear-gradient(to bottom, #2986c3, #0477bc) !important;
    color: #fff !important;
    border-radius: 8px;
}

.create-btn:hover {
	opacity: 0.9;
	text-decoration: none;
}

button.default {
	border: none;
	border-radius: 2.5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    text-decoration: none;
    padding: 6px 0px;
    border: none;
    width: 100%;
	outline: none;
}

button.default.blue-style {
	border: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2986c3), to(#0477bc)) !important;
	background-image: -o-linear-gradient(top, #2986c3, #0477bc) !important;
	background-image: linear-gradient(to bottom, #2986c3, #0477bc) !important;
    color: #fff !important;
}

button.unban {
	font-size: 13px;
	padding: 4px 8px;
}

button.blue-style[disabled] {
    background-color: #2785c8;
    background-image: none !important;
    opacity: 0.7;
	cursor: default;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

button.blue-style[disabled]:hover {
    opacity: 0.7;
}

button.default:hover {
	opacity: 0.9;
}


#rbar {
	margin: 0 14px;
    max-width: 280px;
    width: 100%;
	margin: 0 0 0 30px;
}

#rbar .thread-box {
	background: #fff;
    border-radius: 12px;
	margin-bottom: 12px;
}

#rbar .thread-box .m-title {
	font-size: 15px;
    padding: 16px 20px 6px 20px;
    color: #1b1b4a;
    margin-bottom: 6px;
}

#rbar .thread-box .box-content {
	padding: 4px 0px;
}

#rbar .thread-box .box-content .thread-item {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 20px;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

#rbar .thread-box .box-content .thread-item:hover {
}

#rbar .thread-box .box-content .thread-item:last-child {
	margin-bottom: 0px;
}

#rbar .thread-box .box-content .thread-item .avatar {
	margin-right: 9px;
    min-width: 36px;
}

#rbar .thread-box .box-content .thread-item .avatar .ava-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

#rbar .thread-box .box-content .thread-item .avatar .ava-img:hover {
    -webkit-box-shadow: 0px 0px 0px 2px var(--bright-purple);
			box-shadow: 0px 0px 0px 2px var(--bright-purple);
}

#rbar .thread-box .box-content .thread-item .info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

#rbar .thread-box .box-content .thread-item .info .title a {
	font-size: 13px;
    font-weight: 500;
    color: #272727;
}

#rbar .thread-box .box-content .thread-item .info .title:first-letter {
	text-transform: uppercase;
}

#rbar .thread-box .box-content .thread-item .info .title a:hover {
    color: var(--bright-purple);
    text-decoration: none;
}

#rbar .thread-box .box-content .thread-item .info .about a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 11px;
    font-weight: 400;
	color: #726d89;
}

#rbar .thread-box .box-content .thread-item .info .about a:hover {
    color: var(--bright-purple);
    text-decoration: none;
}

#rbar .thread-box .box-content .thread-item .info .about a:hover svg g {
    fill: var(--bright-purple) !important;
}

#rbar .thread-box .box-content .thread-item .info .about .thread-time {
	margin-right: 10px;
}

#rbar .thread-box .create {
	padding: 12px 20px 16px 20px;
}

#rbar .thread-box .create .create-btn {
    padding: 6px 0px;
    border: none;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2986c3), to(#0477bc)) !important;
    background-image: -o-linear-gradient(top, #2986c3, #0477bc) !important;
    background-image: linear-gradient(to bottom, #2986c3, #0477bc) !important;
    color: #fff;
    border-radius: 2.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

#rbar .thread-box .create .create-btn:hover {
	opacity: 0.9;
}

#serverlist {
	z-index: 5;
	position: fixed;
	overflow-y: overlay;
    height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
    max-width: 264px;
}

#serverlist::-webkit-scrollbar {
	width: 4px;
}

#serverlist::-webkit-scrollbar-thumb {
  background-color: #808080;    /* color of the scroll thumb */
  border-radius: 8px;       /* roundness of the scroll thumb */
}


#serverlist .server-item {
    width: calc(100% - 30px);
    padding-left: 22px;
    border-left: 4px solid #212121;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #282828;
    margin-bottom: 4px;
	padding-top: 4px;
	position: relative;
	border-radius: 2.5px;
}

#serverlist .server-item.active {
	background-color: #313a40;
}

#serverlist .server-item:hover {
	background-color: #313a40;
}

#serverlist .server-item.border-danger {
	/*border-color: #8a0202;*/
}

#serverlist .server-item .servername {
	z-index: 2;
}

#serverlist .server-item .servernamemini {
	display: none;
	z-index: 2;
}


#serverlist .server-item .mos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
    width: 150px;
	z-index: 2;
}

#serverlist .server-item .mos .map-and-players {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#serverlist .server-item .map-name {
	width: 100px;
    padding: 0 6px 0 0;
}

#serverlist .server-item .player-online {
	position: absolute;
    top: 43px;
    right: 11px;
    border-radius: 3px;
    padding: 0px 6px;
    text-align: center;
    background: #0250889e;
    font-size: 11px;
}

#serverlist .server-item .player-online.background-success {
	background: #0250889e;
}

#serverlist .server-item .player-online.background-warning {
	background: #0250889e;
}

#serverlist .server-item .player-online.background-danger {
	background: #8802029e;
}

#serverlist .server-item .ip {
	color: #ccc;
    font-size: 11px;
	padding: 2px 0px;
	z-index: 2;
}

#serverlist .server-item .tag {
	color: #ccc;
    font-size: 10px;
	display: none;
	z-index: 2;
}

#serverlist .server-item .tag span {
	margin-right: 3px;
}

#serverlist .server-item .tag span:last-child {
	margin-right: 0px;
}

#serverlist .server-item .online-bar {
	height: 3px;
	background: #858585;
	width: 146px;
	position: relative;
}

#serverlist .server-item .online-bar .current {
	position: absolute;
    height: 3px;
    border-radius: 5px;
    left: 0;
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
}

#serverlist .test-bar {
	position: absolute;
    height: 100%;
    border-radius: 0 5px 5px 0; 
    left: 0;
	top: 0;
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	background: #60666a38;
	background: #4f9cce38;
	border-radius: 2.5px;
	background-image: -webkit-gradient(linear, right top, left top, from(#164a6c), to(#025b90));
	background-image: -o-linear-gradient(right, #164a6c, #025b90);
	background-image: linear-gradient(to left, #164a6c, #025b90);
    opacity: 0.4;
	
}

#serverlist .server-item .test-bar.background-danger {
	background: #461d1d;
	background-image: -webkit-gradient(linear, right top, left top, from(#461d1d), to(#900202));
	background-image: -o-linear-gradient(right, #461d1d, #900202);
	background-image: linear-gradient(to left, #461d1d, #900202);
}

#serverlist .server-item .online-bar .current.background-danger {
	background: #8802024f;
}

/*
.server-item#server4 {
	border-color: #c4177f96 !important;
}

.server-item#server1,
.server-item#server2,
.server-item#server3 {
	border-color: #1754c496 !important;
}

.server-item#server8 {
	border-color: #17c44c96 !important;
}

.server-item#server7 {
    border-color: #f5000096 !important;
}

.server-item#server10 {
	border-color: #f5ac2796 !important;
}

.server-item#server5 {
	border-color: #0d23bc96 !important;
}
*/ 

.server-item:hover { 
	cursor: pointer;
}

.sb-parent {
    position: absolute;
    left: 270px;
    top: 16px;
}

.sb-parent .visual-pointer {
	
}

.server-block {
	background: #a3b2be;
    width: 260px;
    position: fixed;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
	padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: rgb(255, 255, 255);
	overflow: hidden;
}

.server-block .servername {
	font-size: 17px;
    margin-bottom: 6px;
}

.server-block .more {
	margin-bottom: 4px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.server-block .buttons {
	display: flex;
}

.server-block .scoreboard {
	flex-basis: 22%;
}

.server-block .scoreboard .scoreboard-btn {
	height: 100%;
    font-size: 12px;
    width: 100%;
	padding: 6px 0;
}

.server-block .more .ip {
	color: rgb(0 0 0 / 47%);
	font-size: 12px;
}

.server-block .more .servernamemini {
}

.server-block .title {
	margin: 7px 0px 4px 0px;
}

.server-block .users {
}

.server-block .users .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.server-block .users .list .user-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4px;
	margin-right: 6px;
}

.server-block .users .list .user-link:nth-child(5n) {
	margin-right: 0px;
}

.server-block .users .list .user-link img {
	width: 42px;
    height: 42px;
    border-radius: 50%;
}

.server-block .requests {
}

.server-block .requests .list {
}

.server-block .requests .list .request-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #ffffff;
    border-radius: 2.5px;
    color: #333;
    padding: 2px 5px;
    margin-bottom: 4px;
    text-decoration: none;
    font-weight: 400;
    font-size: 11px;
}


.server-block .requests .list .request-link:hover {
	opacity: 0.8;
	cursor: pointer;
}

.server-block .bugs .list {

}

.server-block .bugs .list .bug-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    color: #fff;
    font-weight: normal;
}

.server-block .bugs .list .bug-link .dot {
	margin-right: 6px;
}

.server-block .bugs .list .bug-link:hover {
	cursor: pointer;
	text-decoration: none;
	color: #181818;
}

.server-block .actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    margin-top: 14px;
    max-width: 264px;
    padding: 0px 10px 10px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

.server-block .actions a {
	color: #fff;
	text-align: center;
	font-weight: 500;
	line-height: 14px;
}

.server-block .actions a:hover {
	text-decoration: none;
	color: #181818;
	cursor: pointer;
}

.server-block .tags {
    margin-bottom: 5px;
}

.server-block .tags .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.server-block .tags .list .tag-item {
    background: #fff;
    color: #333;
    border-radius: 2.5px;
    padding: 0px 5px;
    margin-right: 4px;
    font-size: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}




#chat {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

#chat .chat-wrapper {
    width: 100px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#chat .chat-style {
	background: #fd8d19;
	border-radius: 12px;

}

#chat .title {
	color: #fff;
	font-size: 14px;
}


.create-post {
	background: #fff;
    border-radius: 2.5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 6px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.create-post .avatar {
	margin-right: 6px;
}

.create-post .avatar .ava-img {
	width: 27px;
    height: 27px;
    border-radius: 50%;
}

.create-post .input-wrapper {
	width: 170px;
    margin-right: 6px;
}

.create-post .input-wrapper input {
	background: #f5f5f5;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #edeff1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 28px;
    width: 100%;
}

.create-post .icon {
	
}

.simplebar-track {
	bottom: 0;
    position: absolute;
    right: 0;
    width: 11px;
    z-index: 1;


}

.chat-block {
	background: #f5f5f5;
    -webkit-box-shadow: 4px 4px 40px rgb(0 0 0 / 35%);
            box-shadow: 4px 4px 40px rgb(0 0 0 / 35%);
    border-radius: 2.5px;
}

.chat-block .top {
	background: #2785c8;
	border-radius: 2.5px 2.5px 0 0;
}

.chat-block .container {
	width: 386px;
	
}

.chat-block .container .chat-msg-list {
	
}

.chat-block .container .chat-msg-list .chat-msg-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 6px;
	border-bottom: 1px solid #d6d6d6;
}

.chat-block .container .chat-msg-list .chat-msg-item .avatar {
	margin-right: 6px;
}

.chat-block .container .chat-msg-list .chat-msg-item .avatar a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.chat-block .container .chat-msg-list .chat-msg-item .avatar .ava-img {
	min-width: 36px;
	width: 36px;
    height: 36px;
	border-radius: 4px;
}

.chat-block .container .chat-msg-list .chat-msg-item .mmessage {
	word-break: break-word;
}

.chat-block .container .chat-msg-list .chat-msg-item .main {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.chat-block .container .chat-msg-list .chat-msg-item .main .user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.chat-block .container .chat-msg-list .chat-msg-item .main .user .info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.chat-block .container .chat-msg-list .chat-msg-item .main .user .info .login {
}

.chat-block .container .chat-msg-list .chat-msg-item .main .user .info .icon {
}

.chat-block .container .chat-msg-list .chat-msg-item .main .user .time {
}

.fullpage-fix {
	margin-top: 12px;
}

.rbpage-fix {
	margin-bottom: 12px;
}

.expage-fix {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -30px;
}

.lbarmenu {
	background: #fff;
	max-width: 276px;
    width: 100%;
    padding: 8px 18px 6px;
    border-radius: 12px;
	margin-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.lbarmenu .search-block {
    margin-bottom: 10px;
    padding: 2px 0px;
}

.lbarmenu .search-block .main {
	background-color: #f5f5f5;
}

.lbarmenu .nav {
}

.lbarmenu .nav a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    cursor: pointer;
    padding: 10px 20px;
    text-align: left;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
	-webkit-align-content: center;
	    -ms-flex-line-pack: center;
	        align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    margin-bottom: 1px;
}

.lbarmenu .nav a svg {
	margin-right: 16px;
	width: 16px;
	height: 16px;
}

.lbarmenu .nav a.active {
	background: #c0dff1;
    border-right: none;
    font-weight: 600;
}

.lbarmenu .nav a:hover {
    background: #c0dff1;
    color: #000;
}

.lbarmenu .options {
}

.lbarmenu .options select {
    width: 100%;
    border-radius: 8px;
    min-height: 36px;
}

.lbarmenu hr {
	margin: 8px 0;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
}

.lbarmenu .about-appeal {
	color: #000;
}

.lbarmenu.dark-test {
	background-color: #333436;
	
}

.lbarmenu.dark-test .search-block .main {
	background-color: #2a2a2a;
    -webkit-box-shadow: 0 1px 2px #202020 !important;
            box-shadow: 0 1px 2px #202020 !important;
}

.lbarmenu.dark-test .nav a.active {
    background: #1f2022;
    border-right: 3px solid #000000;
    font-weight: 600;
}

.lbarmenu.dark-test .nav a:hover {
    background: #1f2022;
    color: #fff;
}

.lbarmenu.dark-test .nav a {
	color: #fff;
}

.lbarmenu.dark-test .nav a svg {
	fill: #fff;
}

.lbarmenu.dark-test hr {
	border-color: #1e1e1e;
}

.lbarmenu.dark-test select {
    border: 1px solid #262627;
    background-color: #2a2a2a;
}

.lbarmenu.dark-test .about-appeal {
	color: #ccc;
}

.lbarmenu.dark-test .blue-btn-style {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0d4b78), to(#093f66)) !important;
	background-image: -o-linear-gradient(top, #0d4b78, #093f66) !important;
	background-image: linear-gradient(to bottom, #0d4b78, #093f66) !important;
}

.mb-8 {
	margin-bottom: 8px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-12 {
	margin-bottom: 12px !important;
}

.mr-8 {
	margin-right: 8px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mr-12 {
	margin-right: 12px !important;
}

.bg-menu-style-fix {
	padding-top: 12px;
}

.expage-fix .content {
    width: 100%;
	margin-bottom: 12px;
}

/* темно синие #0f5180 #093f66 */
/* светло синие #2176b2 */

.mini-title {
    width: unset !important;
    background: none !important;
    padding: 0;
    box-shadow: none;
    color: var(--main-purple);
    margin-bottom: 20px !important;
    height: unset;
    font-weight: 600;
    font-size: 24px;
}

.ns .header .navbar .container {
	max-width: unset;
}

.ns .header .navbar .container .m-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ns .header .navbar .container .m-list .mid-items {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
	padding: 0 26px;
}

.ns .header .navbar .container .m-list .subm-item {
	position: relative;
}

.ns .header .navbar .container .m-list .user-item {
	max-width: 312px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ns .header .navbar .container .m-list.unfocusing .m-item .link {
	opacity: 0.7;
}

.ns .header .navbar .container .m-list .m-item {
	font-weight: 500;
}

.ns .header .navbar .container .m-list .m-item:hover .link {
	opacity: 1;
}

.ns .header .navbar .container .m-list .m-item.logo {
	max-width: 276px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
	justify-content: center;
}

.ns .header .navbar .container .m-list .m-item.logo a:focus {
	outline: none;
}

.logo-svg:focus {
	outline: none;
}

.othertpl {
    position: absolute;
    color: #fff;
    right: -31px;
    background: #2785c8;
    height: 13px;
    font-size: 10px;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2px;
    padding: 0 2px;
}

.ns .header .navbar .container .m-list .m-item.active .link {
	opacity: 1;
}



.online-now {
	border-radius: 12px;
	margin-bottom: 16px;
}

.online-now .title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-radius: 12px 12px 0 0;
    color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
}

.tt-tab {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 6px;
	padding: 8px;
	color: #1b1b4a;
}

.tt-tab.active {
	background: #f5f6f8;
	box-shadow: inset rgba(5, 12, 38, 0.08) 0px 4px 12px;
	
}

.tt-tab.active:hover {
	cursor: default;
}

.tt-tab:first-child {
	border-radius: 10px;
}

.tt-tab:last-child {
	border-radius: 10px;
}

.tt-tab:hover {
	cursor: pointer;
}

.online-now .online-container {
	padding: 10px 0px;
}

.online-now .online-container .team-list {
}

.online-now .online-container .team-list .team-item {
	margin-bottom: 2px;
}

.online-now .online-container .team-list .team-item .team-item-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: normal;
	padding: 8px 22px;
}

.online-now .online-container .team-list .team-item .team-item-link:hover {
	text-decoration: none;
	background: var(--light-purple);
}

.online-now .online-container .team-list .team-item .icon {
	margin-right: 10px;
}

.online-now .online-container .team-list .team-item .login {
	font-size: 13px;
	font-weight: 500;
    margin-right: 4px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.online-now .online-container .team-list .team-item .user-group {
	color: #726d89a6;
    font-size: 11px;
}


.online-now .online-container .user-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 10px;
}

.online-now .online-container .user-list .user-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    width: 50%;	
}

.online-now .online-container .user-list .user-item .icon {
	margin-right: 6px;
}

.online-now .online-container .user-list .user-item .login {
	font-weight: 500;
    margin-right: 4px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.online-now .online-container .user-list .user-item .login a {
	font-weight: 500;
    font-size: 12px;
}

.navbar .submenu.ns-submenu {
    width: unset;
    border-radius: 0 0 2.5px 2.5px;
    -webkit-box-shadow: 0 1px 2px #2c2c2c;
            box-shadow: 0 1px 2px #2c2c2c;
}

.navbar .submenu.ns-submenu .xmenu {
    width: 360px;
    padding: 12px 16px 4px 16px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

ul.submenu.ns-submenu .xmenu > li {
    width: 176px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	margin-bottom: 8px;
}

ul.submenu.ns-submenu .xmenu > li:nth-child(odd) {
	margin-right: 8px;
}

ul.submenu.ns-submenu .xmenu > li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #104b6f;
    background-image: -webkit-gradient(linear, right top, left top, from(#164a6c), to(#025b90));
    background-image: -o-linear-gradient(right, #164a6c, #025b90);
    background-image: linear-gradient(to left, #164a6c, #025b90);
    color: #fff;
    padding: 10px 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    border-radius: 2.5px;
	width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

ul.submenu.ns-submenu .xmenu > li a span:first-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

ul.submenu.ns-submenu .xmenu > li a .update {
	width: 8px;
	height: 8px;
	background: #178a17;
	border-radius: 50%;
}

ul.submenu.ns-submenu .xmenu > li a:hover {
	background-image: unset;
	background: #025b90;
}

.more-server-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 12px;
    max-width: 264px;
    padding: 0px 10px 10px 26px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.more-server-links a {
    color: #c4c4c4;
    font-size: 12px;
    font-weight: 500;
	display: inline-block;
}

/* NEWS */


/* comments */
.comments {
}

.comments .create-msg .bar {
}

.comments .create-msg textarea {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    min-height: 60px;
    padding-top: 10px;
    padding-left: 12px;
    margin: 0;
    border: none;
    border-radius: 2.5px 2.5px 0px 0px;
    resize: vertical;
    width: 100% !important;
	-webkit-box-shadow: unset;
	        box-shadow: unset;
}

.comments .create-msg .bar {
	width: 100%;
    background-color: rgb(246, 247, 248);
    border: 1px solid #cccccc;
    border-radius: 0px 0px 2.5px 2.5px;
    border: none;
    position: relative;
}

.comments .create-msg .bar .panel {
	padding: 4px;
}

.comments .create-msg .bar .panel .panel-item {
	display: inline-block;
    padding: 4px;
    line-height: 0px;
    width: 18px;
    height: 18px;
    position: relative;
    float: left;
}

.comments .create-msg .bar .actions {
	position: absolute;
    top: 0;
    right: 0;
}

.comments .create-msg .bar .actions .send {
    font-size: 13px;
    padding: 2px 12px;
    text-align: center;
    color: #fff;
    background: #3e2457;
    border: none;
    margin: 5px 4px 0px 0px;
	border-radius: 2.5px;
}

.comments .create-msg .bar .actions .send:hover {
    opacity: 0.8;
}

.comments .nocomments {
	text-align: center;
    margin-top: 12px;
}


/* progress svg bar*/
.server-item {

}

#serverlist .server-item svg {
	display: none;
	width: 50px;
	height: 50px;
	position: relative;
}

#serverlist .server-item svg circle {
	width: 50px;
    height: 50px;
    fill: none;
    stroke-width: 4;
    stroke: #000;
    -webkit-transform: translate(2px,2px);
        -ms-transform: translate(2px,2px);
            transform: translate(2px,2px);
    stroke-dasharray: 205;
    stroke-dashoffset: 205;
    stroke-linecap: round;
}

#serverlist .server-item svg circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke: #1e1e1e;
}

#serverlist .server-item svg circle:nth-child(2) {
	stroke-dashoffset: calc((205 - (4.5 * 16)));
    stroke: #0b5f9b;
}

.im-users-online {
}

.im-users-online .mtitle {
    color: rgb(0 0 0 / 47%);
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}

.im-users-online a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	text-decoration: none;
	font-weight: 500;
	position: relative;
}

.im-users-online a:hover:after {
	content: 'Написать';
	position: absolute;
	right: 12px;
	color: #333;
	font-size: 12px;
}

/* memes */

.index-memes {
	
	
}

.index-memes .mem-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
	
}

.index-memes .mem-list .mem-item {
	width: 50%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
	margin-bottom: 16px;
}


.index-memes .mem-list .mem-item:nth-child(even) {
	padding-left: 6px;
}


.index-memes .mem-list .mem-item:nth-child(odd) {
	padding-right: 6px;
}

.index-memes .mem-list .mem-item .preview {
	background: #f5f5f5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 200px;
	position: relative;
	border: 1px solid #1111;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.index-memes .mem-list .mem-item .preview .mem-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.index-memes .mem-list .mem-item .preview .mem-img {
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	z-index: 2;
}

.index-memes .mem-list .mem-item .preview .filter-blur {
	-webkit-filter: blur(5px);
	        filter: blur(5px);
	position: absolute;
    width: 98%;
    height: 94%;
    background-position: 50% 50%;
    background-size: cover;
	top: 3%;
}


.index-memes .mem-list .mem-item .info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    margin: 7px 0;
}

.index-memes .mem-list .mem-item .info .user-avatar {
	margin-right: 8px;
}

.index-memes .mem-list .mem-item .info .user-avatar .ava-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.index-memes .mem-list .mem-item .info .about {
	font-size: 12px;
    color: #333;
}

.index-memes .mem-list .mem-item .info .about .login {
	font-weight: 500;
}

.index-memes .mem-list .mem-item .info .about .dot {
	margin: 0 4px;
}

table.default {
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    border-right: 1px solid rgba(0, 0, 0, 0.09);	
}

table.default thead {
    background: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    border-top: 1px solid rgba(0, 0, 0, 0.09);
	text-align: left;
}

table.default thead th {
	padding: 12px 12px;
    color: #333;
}

table.default tbody td {
	padding: 8px 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

table.default tr:nth-child(even) {
    background: #fafbff;
}


/* IM */
#pm_msg .text {
	
}

#pm_msg .unread-count {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--main-purple);
    border-radius: 50%;
    height: 16px;
    width: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
}


/* comments */

.rbpage-comment-list {
	padding: 12px 0px;
}

.rbpage-comment-list .comment-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
}

.rbpage-comment-list .comment-item .author {
	z-index: 2;
}

.rbpage-comment-list .comment-item .author .avatar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    margin-right: 8px;
}

.rbpage-comment-list .comment-item .author .avatar .ava-img {
	width: 80px;
	min-width: 80px;
    height: 80px;
	border-radius: 50%;
}

.rbpage-comment-list .comment-item .comment {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #fff;
    padding: 8px 30px;
    margin-left: -15px;
    border-radius: 40px 50px 50px 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.rbpage-comment-list .comment-item .comment:before {
content: '';
    width: 57px;
    background: #edeef0;
    border-radius: 50%;
    position: absolute;
    height: 80px;
    left: -40px;
    top: 0;
}

.rbpage-comment-list .comment-item .comment .user-info {
}

.rbpage-comment-list .comment-item .comment .user-info .login {
	font-size: 13px;
    font-weight: 500;
}

.rbpage-comment-list .comment-item .comment .text {
	color: #333;
}

.rbpage-comment-list .comment-item .comment .text iframe {
	width: 100% !important;
}

.rbpage-comment-list .comment-item .comment .actions {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
	margin-top: 2px;
}

.rbpage-comment-list .comment-item .comment .actions .mod-func {
	margin-right: 10px;
}

.rbpage-comment-list .comment-item .comment .actions .mod-func a,
.rbpage-comment-list .comment-item .comment .actions .mod-func button {
	color: #777;
	font-size: 13px;
	font-weight: 400;
}

.rbpage-comment-list .comment-item .comment .actions .mod-func a:hover,
.rbpage-comment-list .comment-item .comment .actions .mod-func button:hover {
	color: #444;
	text-decoration: none;
}

.rbpage-comment-list .comment-item .comment .actions .date {
	color: #aaa;
}

.clean-btn {
	background: none;
    border: none;
    outline: none;
	padding: 0;
    margin: 0;
}


/* footer */

.new-footer .directory-column .directory-download .cs-link-download {
	border: 1px solid #161616;
}

.new-footer .main .social-networks .sn-link svg:hover,
.new-footer .main .social-networks .sn-link svg:hover circle {
	fill: #b9bab0 !important;
}

.modal-scoreboard-content {
	background: #222222;
    border-radius: 1.5px;
	background-image: url('/main/img/scoreboard_dust2_4.jpg');
	background-position: center;
}

.modal-scoreboard-header {
    border: none !important;
}

.modal-scoreboard-header h3 {
	color: #bcbcbc;
	text-shadow: 0 1px #555555;
}

.modal-scoreboard-header .close {
	opacity: 1;
    color: #bcbcbc;
    text-shadow: 0 0 black;
    font-weight: 400;
}

.modal-scoreboard-body {
	padding: 0px 8px !important;
}

.modal-scoreboard-body::-webkit-scrollbar {
	width: 8px;
}

.modal-scoreboard-body::-webkit-scrollbar-thumb {
	background-color: rgba(41,144,216,.6);    /* color of the scroll thumb */
	border-radius: 8px;       /* roundness of the scroll thumb */
}

.modal-scoreboard-body .table {
	border-collapse: separate;
    border-spacing: 0px 4px;
	background: none;
}

.modal-scoreboard-body .table thead th {
	background-color: rgba(41,144,216,.4);
	border-radius: 0;
	border-bottom: 2px solid rgb(255 255 255 / 60%);
}

.modal-scoreboard-body .table thead th:nth-child(3) {
	width: 60px;
	text-align: center;
}

.modal-scoreboard-body .table thead th:last-child {
	width: 90px;
}

.modal-scoreboard-body .table tbody tr {
	background-color: rgba(41,144,216,.2);
}

.modal-scoreboard-body .table tbody td {
	color: #fff;
	border: none;
	font-weight: 500;
    text-shadow: 0 1px #555555;
}

.modal-scoreboard-body .table tbody td:nth-child(3) {
	text-align: center;
}

.modal-scoreboard-body .table tbody td:last-child {
	text-align: center;
}

.modal-scoreboard-body .table tbody td a {
	color: #fff;
	font-weight: 500;
    text-shadow: 0 1px #555555;
	font-size: 13px;
}

.donation-widget {
    border-radius: 12px;
    background: #fff;
    padding: 13px 20px;
    box-sizing: border-box;
}

.donation-widget .goal {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    color: #1b1b4a;
}

.donation-widget .progress {
    height: 32px;
    border-radius: 8px;
}

.donation-widget .value {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

