header {
    padding-bottom: 20px;
    display: block;
    position: relative;
	margin-bottom: 40px;
}
.top-nav-st {
    display: flex;
    margin: auto auto;
    align-items: center;
	height: 115px;
    justify-content: space-between;
	
}
.left-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
a.logo {
    margin-right: 25px;
}

.logo img {
  width: 150px; /* You can change this value */
  height: auto; /* This keeps the logo from stretching or squishing */
}

input.text-search {
  padding: 14px 22px;
  border: 1px solid var(--bg-row);
border-radius: 10px;
  padding-right: 38px;
max-width: 80%;
min-width: 80%;
  outline: 0;
  transition: all 0.4s;
  color: var(--font-chover);
  position: relative;
  background: var(--bg-row);

}
input.text-search:hover {
	    border: 1px solid var(--bg-color);
}
input.text-search:focus {
    	    border: 1px solid var(--font-chover);
	color: var(--font-chover);
}
input.text-search::placeholder { 
color:var(--font-color);
}

input.text-search:focus::placeholder {
   	color:var(--font-color);
}
input.text-search:hover::placeholder {
	 	color: var(--font-chover);
}

div#search {
    position: relative;
}

button.button-sarch {
    border: none;
    background: none;
    font-size: 17px;
    position: absolute;
	right: 10px !important;
    top: 10px;
    color: var(--font-color);
}

button.button-sarch:hover {
	 color: var(--font-chover);
}
.bottom-nav-st {
    display: flex;
    margin: auto auto;
    align-items: center;
    justify-content: space-between;
}
.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 20px 0px;
    align-items: center;
    justify-content: flex-start;
}
.menu li { }
.menu a {
    margin-right: 20px;
    padding: 20px 5px;
    font-weight: 400;
  	 color: var(--font-visited);
    font-size: 14px;position:relative;
	transition: 0.1s all ease-in-out;
}
.menu a:hover {color:#fff; font-weight:400; }
.menu a:before{
transition: 0.1s all ease-in-out;
		position: absolute;
	content: '';
	width: 100%;
	background: linear-gradient(90deg, rgba(28,156,226,1) 0%, rgba(25,42,114,1) 100%);
	border-radius:50px;
	height: 5px;
	top: -29px;
	left: 0;
	display: inline-block;
	opacity:0%;
}
.menu a:hover::before {
	opacity:100%;
}
img.avatar-user {
width: 50px;
height: 50px;
border-radius: 5px;
}
ul.menu-user-panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: var(--bg-row);
    min-width: 190px;
    overflow: auto;
 	z-index: 999999;
    right: 0;
    padding: 15px 15px;
    border-radius: 13px;
    top: 65px;
}

img.avatar-user::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../../../images/mybbpecet/down-arrow.png);
}

.dropdown-content a {
  color: (--font-color);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.user-panel {
    position: relative;
}
span.clickable-arrow {
	 position: absolute;
    width: 32px;
    height: 32px;
    background: url(../../../images/mybbpecet/down-arrow.png);
}
li.arow-aroow {
    position: relative;
}
i.fas.fa-angle-double-down {
    position: absolute;
    bottom: 0;
    right: Calc(50% - 5px);
    top: 57px;
        color: #dedeea;
    z-index: 1;font-size: 12px;
}
.menu-user-panel li { }

.menu-user-panel li {
    font-size: 21px;
    margin-left: 20px;
    color: #dedeea;position:relative;
}
.menu-user-panel a {
    color: var(--font-color);
}
span.liczba-wiado-folder {
    position: absolute;
    font-size: 10px;
    background: var(--font-chover);
    color: #fff;
    padding: 1px 5px;
    border-radius: 333px;
    right: -8px;
    top: -4px;
    text-shadow: 0px 0px 2px var(--font-chover);
}
.content-bg {
    width: 90%;
    margin-left: auto;
	margin-right: auto;
    max-width: 1640px;
    position: relative;
}
.box-index {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sidebar-box {
    width: 320px;
    margin-left: 30px;
}
.forums-box {
	width: Calc(100% - 360px);
}
.sidebar-panel-nr2 {
    padding: 20px;
    background: var(--bg-row);
    margin-bottom: 35px;
    border-radius: 7px;

    padding-top: 0px;
}
.sidebar-thead {
    padding: 29px 0px;
    font-size: 14px;
    color: #4b515b;
    font-weight: 500;
    letter-spacing: 0.5px;
}
span.postep-panel {
    display: block;
    text-align: center;
    color: #6d515b;
  
    background: #f5f7fb;
    border-radius: 7px;
    padding: 15px 20px;
    font-weight: 500;
}
span.postep-procent {
    display: block;
    text-align: center;
    color: #6d515b;
    text-transform: uppercase;
    background: #f5f7fb;
    border-radius: 7px;
    padding: 15px 20px;
    font-weight: 500;
    margin-top: 10px;
    position: relative;
}
span.postep-procent:after {
    content: '';
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #f48c17;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}
a.button-czytaj {
    margin: auto auto;
    padding: 15px 10px;
    display: inline-block;
    width: 130px;
    text-align: center;
    background: hsl(209deg 84% 58%);
    color: #fff;
    border-radius: 7px;
    margin-top: 10px;
    margin-left: Calc(50% - 81px);
    letter-spacing: 0.3px;
}
a.button-czytaj:hover {
	
	opacity:0.5;
}
.sidebar-content {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.sidebar-panel-nr1 {
    padding: 20px;
    background: var(--bg-row);
    margin-bottom: 35px;
    border-radius: 7px;
    padding-top: 0px;
}
.sidebar-thead1 {
padding: 29px 0px;
font-size: 14px;
color: var(--font-color);
font-weight: 700;
letter-spacing: 0.5px;
position: relative;
	display: flex;
align-items: center;
justify-content: space-between;
}
.sidebar-thead1:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 26px;
    left: -20px;
    background: linear-gradient(180deg, rgba(46,163,220,1) 0%, rgba(79,101,217,1) 100%);
    top: 24px;
	border-radius:50px;
}
.forumm-box {
    margin-bottom: 35px;
    border-radius: 7px;
}
.thead-forums {
	padding: 30px 0px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    z-index: 4;
    margin-bottom: -2px;
    position: relative;
}
.content-forums-box {
    z-index: 1;
    position: relative;
}
.icon-forum {
    width: 50px;
    max-width: 50px;
	flex:1;position: relative;
}
.nameanddescription {
    flex: 2;
    width: 100%;
}

a.forum-name {
	color:var(--font-color);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
}
a.forum-name span{
margin-left:20px;
}
a.forum-name:before{
content:"";
position:absolute;
	width:5px;
	height: 40px;
background: linear-gradient(180deg, rgba(46,163,220,1) 0%, rgba(79,101,217,1) 100%);
	border-radius: 20px;
	top: 20px;
}
a.forum-name:hover {color:#1c9ee5 } 
.description-forums {
    font-size: 13px;
    color: hsl(216deg 6% 48%);
    letter-spacing: 0.3px;
    font-weight: 400;
}
.box-forummmm {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    box-sizing: border-box;
}
.box-forummmm:after {content:'';}

.box-forummmm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 30px;
	box-sizing: border-box;
	margin: auto auto;
	background: var(--bg-row);
	margin-top: 10px;
	border-radius: 10px;
}

span.namee-forums {

    display: block;
}

span.namee-forums a {
	color:var(--font-color);
    display: block;
    font-size: 15px;
	font-weight: 800;
    letter-spacing: 0.3px;
}
span.descriptionnn-forum {
    color: hsl(217deg 9% 41%);
    font-weight: 300;
    font-size: 14px;
    display: block;
}

.pointerr-forums {
    margin-right: 50px;
    margin-left: 50px;
    text-align: center;
    padding: 7px 24px;
    color: hsl(219deg 6% 51%);
    border-radius: 38px;
    font-weight: 400;
	display: flex;
	justify-content: space-between;
}
.last-post-forum {
    width: 255px;
    min-width: 255px;
    max-width: 255px;
	display: flex;
	overflow: hidden;
	overflow-wrap: break-word;
}
.avatarep_img, .avatarep_bg {
    padding: 0px;
    border: none !important;
    width: 45px;
    height: 45px;
    border-radius: 10px !important;
    margin: auto;
    float: left;
    margin-right: 15px;
}
a.ls-psss {
    font-size: 13px;
    color: #5f6672;
    font-weight: 500;
}
span.wielkoscccccccc {
    font-weight: 300;
	margin-left: 15px;
}
.forum_status {
    height: 2px;
    width: 2px;
    display: inline-block;
}

.forum_on {
    background: url(../../../images/mybbpecet/icon2.png);
	background-repeat: no-repeat;
    width: 39px;
    height: 74px;
    position: absolute;
    left: 0px;
top: -15px;
}

.forum_off {
	    background: url(../../../images/mybbpecet/icon1.png);
	background-repeat: no-repeat;
    width: 39px;
    height: 73px;
    position: absolute;
    left: 0px;
top: -15px;
}

.forum_offclose {
background: url(../../../images/mybbpecet/icon1.png);
	background-repeat: no-repeat;
    width: 39px;
    height: 74px;
    position: absolute;
    left: 0px;
top: -15px;
}

.forum_offlink {
	    background: url(../../../images/mybbpecet/icon1.png);
	background-repeat: no-repeat;
    width: 39px;
    height: 73px;
    position: absolute;
    left: 0px;
top: -15px;
}
.fast-stats {
    height: 150px;
    display: block;
    position: relative;
}
.flex-box-stats {
	margin: auto;
	display: flex;
	align-items: center;
	height: 150px;
	justify-content: space-between;
}
/*.box-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/
.icon-title{
display:flex;
}
.icon-stats {
    margin-right: 20px;
	font-size:32px;
}
span.title-stats {
    display: block;
    font-weight: 800;
    color: var(--font-color);
	font-size: 24px;
}
span.text-stats {
    color: hsl(229deg 8% 60%);
    font-size: 15px;
    font-weight: 500;
}
img.avatar-nowy-user {
    width: 43px;
    height: 43px;
    border-radius: 10px
    border: none !important;
border-radius: 4px;
}
span.text-stats12 {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: hsl(229deg 8% 60%);
    margin-top: 2px;
}

.footer-bottom {
    position: relative;
    display: block;
}
.flex-footer {
	max-width: 1640px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 400px;margin-top: 30px;
}
a.fb_icon_footer {
    background: hsl(220deg 51% 39%);
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 10px 22px;
    border-radius: 7px;
    box-shadow: 0px 0px 5px #315396;
    margin-right: 10px;
    margin-left: 42px;position:relative;
    transform: rotate(-7deg);
}
a.tw_icon_footer {
    background: hsl(195deg 100% 48%);
    color: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 8px 17px;
    border-radius: 7px;
    box-shadow: 0px 0px 5px #00b8f5;
    margin-right: 10px;
    margin-left: 6px;position:relative;
    transform: rotate(
13deg
);
    margin-top: 10px;
}

a.yt_icon_footer {
    background: hsl(220deg 34% 86%);
    color: #ff3c3c;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 10px 22px;
    border-radius: 7px;
    box-shadow: 0px 0px 5px hsl(220deg 34% 86%);
    margin-right: 10px;
    margin-left: 10px;position:relative;
    transform: rotate(
-7deg
);
}
a.ins_icon_footer {
    background: hsl(353deg 100% 62%);
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 10px 22px;
    border-radius: 7px;
    box-shadow: 0px 0px 5px hsl(353deg 100% 62%);
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    transform: rotate( 
4deg
 );
}




a.fb_icon_footer:after  {
	    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(49 83 150);
    bottom: -9px;
    position: absolute;
    left: 18px;
}
a.tw_icon_footer:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(0 184 245);
    bottom: -9px;
    position: absolute;
    left: 15px;
}



a.yt_icon_footer:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(208 215 231);
    bottom: -9px;
    position: absolute;
    left: 23px;
}

a.ins_icon_footer:after  {
	   content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(0 184 245);
    bottom: -9px;
    position: absolute;
    left: 15px;
}
a.ins_icon_footer:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(255 61 84);
    bottom: -10px;
    position: absolute;
    left: 21px;
}

a.fb_icon_footer:hover { 
	opacity:0.5;
}
a.tw_icon_footer:hover { 
	opacity:0.5;
}
a.yt_icon_footer:hover { 
	opacity:0.5;
}
a.ins_icon_footer:hover { 
	opacity:0.5;
}

h1.text-fst-footer {
    color: var(--font-color);
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    font-size: 20px;
}
ul.menu-fotter {
	padding: 0;
	margin: 0;
	margin-left: 15px;
	margin-top: 10px;
}
ul.menu-fotter a {
    padding: 7px 0px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.bottom-footer-author {
    height: 100px;
    display: block;
    position: relative;
}
.box-0bottom {
    display: flex;
	max-width: 1640px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    height: 100px;
	width: 90%;
}
span.author-pl {
    display: block;
}

a.toTop {
padding: 10px 11px;
border-radius: 5px;
font-size: 12px;
color: #fff;
background: linear-gradient(90deg, rgba(28,161,232,1) 0%, rgba(30,53,152,1) 100%);
}

/*[aria-label] {
position: relative;
}

[aria-label]:after {
    content: attr(aria-label);
    display: none;
    position: absolute;
    top: 110%;
    left: 10px;
    z-index: 500000000;
    pointer-events: none;
    padding: 8px 10px;
    line-height: 15px;
    white-space: nowrap;
    text-decoration: none;
    text-indent: 0;
    overflow: visible;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: 1px 0 1px #888;
    background-color: #211f5c;
    border-left: 6px solid #f49017;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 2px 6px rgb(0 0 0 / 30%);
    box-shadow: 1px 2px 6px rgb(0 0 0 / 30%);
}



[aria-label]:hover:after, [aria-label]:focus:after {
display: block;
}
*/
.content-ts-box {
	display: block;
	background: var(--bg-row);
	margin: 40px 0px;
	  margin-bottom: 40px;
	border-radius: 10px;
	font-size: 15px;
	margin-bottom: 50px;
}
.top-content-ts {
    padding: 30px 0px;
    font-size: 16px;
    font-weight: 500;
    color: var(--font-color);
    width: Calc(100% - 50px);
    margin: auto auto;
}
.bottom-content-ts {
    padding: 30px 0px;
    font-size: 12px;
    font-weight: 500;
    color: var(--font-color);
    width: Calc(100% - 50px);
    margin: auto auto;
    display: flex;
    justify-content: space-between;
}
a.button-follow {
    padding: 10px;
    background: none;
    color: var(--font-color);
    border-radius: 7px;
border: 2px solid #363636;
}
a.button-follow:hover {
    opacity:0.5;
}
.flex-r1 {
    display: flex;
    justify-content: space-between;
    margin: 25px 0px;
    align-items: center;
}
.content-threadlist {
border-radius: 10px;
min-height: 250px;
}
.table-panel {
padding: 20px;
background: var(--bg-row);
border-radius: 7px;
display: flex;
justify-content: flex-end;
align-items: center;
}
a.button-readmark {
    padding: 5px 10px;
    border: 2px solid #363636;
    border-radius: 7px;
    margin-right: 10px;
}
.temat-lista {
	display: flex;
	justify-content: space-between;
	margin: 10px 0px;
background: var(--bg-row);
	padding: 25px 35px;
	border-radius: 10px;
	align-items: center;
}
span.temat-lss {
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    color: #504e4e;
    font-weight: 500;
	overflow-wrap: anywhere;
}
.box-nr3-lista {
    min-width: 200px;
}
.box-nr1-lista {
    width: 100%;
}
span.asksadkak {
    display: block;
    min-width: 140px;
}
span.asasada {
    display: block;
    min-width: 140px;
}
.box-nr11 {
    width: 40px;
}
a.button:link, a.button:hover, a.button:visited, a.button:active {
    color: #fff;
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid #f49317;
    font-size: 14px;
    background: #f49317;
    border-radius: 13px;
}


		
		
		
		
		
		
		
		