.thead-content-dzial {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 15px 25px;
    position: relative;
}
.thead-content-dzial:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 57px;
    left: 0;
    background: #014b77;
    top: 0;
    border-radius: 13px;
}


.category_icon:before {
	font-family: 'FontAwesome';
	color: #fff; /* kolor ikonki */
  	font-size: 18px; /* wielokosc ikonki */
  	vertical-align:middle;
	margin-right:10px;
}






.thead-sidebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-members {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px;
    flex-wrap: wrap;
    gap:20px;
}

select {
    padding: 8px;
    border: 1px solid #0f1014;
    outline: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    background: #14161d;
    color: #8d97a6;
    box-sizing: content-box;
    height: 31px;
    line-height: 31px;
    border-radius: 7px;
    padding: 5px 12px;
}

input.textbox {
    background: #14161d;
    border: 1px solid #0f1014;
    padding: 10px;
    background: #14161d;
    outline: 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    box-sizing: content-box;
    height: 25px;
    line-height: 25px;
    color: #8d97a6;
    margin: 10px 0px;
    border-radius: 6px;
}

.ikona-dzial {
    margin-right: 20px;
    margin-left: 0;
}
.forum_status {
    height: 31px;
    width: 36px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
}

.forum_off {
    background: url(../../../images/red/icon1.png);
    background-repeat: no-repeat;
    background-size: 36px 31px;
}

.forum_on {
    background: url(../../../images/red/icon2.png);
    background-repeat: no-repeat;
    background-size: 36px 31px;
}
.forum_offlock {
    background: url(../../../images/red/icon1.png);
    background-repeat: no-repeat;
    background-size: 36px 31px;
}

span.item-content {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
#ikonkifont-staty {    font-size: 25px;
	margin-right: 10px;}

img.avatar-stats {
    height: 25px;
    width: 25px;
    border-radius: 340px;
    margin: 9px 5px;
    margin-bottom: -5px;
}

.legendagrup {
    display: block;
    padding: 0;
}
.statystyki {
    display: block;
    margin-top: 20px;
    background: #0b1014;
    padding: 20px 20px;
    border-radius: 7px;
    padding-bottom: 10px;
}
.statystyki:before { content:'';}



.information-userr {
    display: inline-block;
    font-size: 15px;
    margin: 0px 5px;
    color: #dfdfdf;position:relative;
}
.information-userr:hover .hidde-box {display:inline-block;cursor:pointer;}

.block-hidde-box {
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    align-items: center;
}

.hidde-box {
    display: none;
    position: absolute;
    background: #20313f;
    padding: 10px 20px;
    left: -110px;
    top: 24px;
    border-radius: 7px;
    min-width: 230px;
}
		