header {
    background: #15181d;
    padding-bottom: 20px;
    display: block;
    position: relative;
	margin-bottom: 40px;
}
.top-nav-st {
    display: flex;
    width: 90%;
    margin: auto auto;
    max-width: 1720px;
    align-items: center;
	height: 115px;
    justify-content: space-between; border-bottom:1px solid hsl(0, 0%, 90%);
}
.left-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
a.logo {
    margin-right: 25px;
}
input.text-search {
    padding: 14px 22px;
    border: 1px solid hsl(220deg 36% 95%);
    border-radius: 333px;
    padding-right: 38px;
    max-width: 230px;
    min-width: 200px;
	outline:0;transition:all 0.4s;color:  hsl(33deg 90% 58%);;position:relative;
}
input.text-search:hover {
	    border: 1px solid hsl(33deg 90% 58%);;
}
input.text-search:focus {
    border: 1px solid hsl(33deg 90% 58%);	color:  hsl(33deg 90% 58%);;
}
input.text-search::placeholder { 
color:hsl(220deg 36% 95%);;
}

input.text-search:focus::placeholder {
   	color:  hsl(33deg 90% 58%);;
}
input.text-search:hover::placeholder {
	 	color:  hsl(33deg 90% 58%);;
}

div#search {
    position: relative;
}

button.button-sarch {
    border: none;
    background: none;
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: hsl(39deg 85% 85%);
}

button.button-sarch:hover {
	color:hsl(33deg 91% 52%);
}
.bottom-nav-st {
    display: flex;
    width: 90%;
    margin: auto auto;
    max-width: 1720px;
    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: hsl(240deg 5% 71%);
    font-size: 14px;position:relative;
}
.menu a:hover {color:hsl(240deg 2% 54%); font-weight:400;border-top: 2px solid #f49535;}
.menu a:hover::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgb(244 149 53);
    top: 0;
    left: Calc(50% - 7px);
    right: 50%;
}
img.avatar-user {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #252a32;
    box-shadow: 0px 0px 5px #252a32;position:relative;
}
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-color: hsl(220deg 36% 95%);
    min-width: 190px;
    overflow: auto;
    box-shadow: 0px 7px 8px 0px rgb(121 121 121 / 45%);
    z-index: 1;
    right: 0;
    padding: 15px 15px;
    border-radius: 13px;
    top: 65px;
}

img.avatar-user::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../../../images/unikat/down-arrow.png);
}

.dropdown-content a {
  color: black;
  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/unikat/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: #dedeea;
}
span.liczba-wiado-folder {
    position: absolute;
    font-size: 10px;
    background: #f25932de;
    color: #15181d;
    padding: 1px 5px;
    border-radius: 333px;
    right: -8px;
    top: -4px;
    text-shadow: 0px 0px 2px #e3532f;
}
.content-bg {
    width: 90%;
    margin: auto;
    max-width: 1720px;
    position: relative;
}
.box-index {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sidebar-box {
    width: 300px;
    margin-left: 30px;
    flex: 2;
    max-width: 330px;
}
.forums-box {
    width: Calc(100% - 360px);
    flex: 1;
}
.sidebar-panel-nr2 {
    padding: 20px;
    background: #20252c;
    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: #1b1f25;
    border-radius: 7px;
    padding: 15px 20px;
    font-weight: 500;
}
span.postep-procent {
    display: block;
    text-align: center;
    color: #6d515b;
    text-transform: uppercase;
    background: #1b1f25;
    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: #15181d;
    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: #15181d;
    margin-bottom: 35px;
    border-radius: 7px;
    padding-top: 0px;
    border: 2px solid #20252c8f;
}
.sidebar-thead1 {
    padding: 29px 0px;
    font-size: 14px;
    color: #4b515b;
    font-weight: 500;
    letter-spacing: 0.5px;
	position:relative;
}
.sidebar-thead1:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 26px;
    left: -20px;
    background: #f24b13;
    top: 24px;
    box-shadow: 2px 0px 6px #f24b13;
}
.forumm-box {
    background: #181c21;
    margin-bottom: 35px;
    border-radius: 7px;
}
.thead-forums {
    padding: 30px 30px;
    background: #15181d;
    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: hsl(0deg 1% 31%);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
a.forum-name:hover {color:#f48c17 } 
.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;
    background: hsl(240deg 60% 99%);
}
.box-forummmm:after {content:'';}

.box-forummmm {
    display: flex;
    width: Calc(100% - 40px);
    justify-content: space-between;
    align-items: center;
    padding: 35px 0px;
    box-sizing: border-box;
    background: hsl(240deg 60% 99%);
    margin: auto auto;
    border-top: 2px solid hsl(220deg 36% 95%);
}

span.namee-forums {
    color: hsl(217deg 9% 41%);
    display: block;
}
span.namee-forums a {
    color: hsl(217deg 9% 41%);
    display: block;
}
span.namee-forums a {
    color: hsl(217deg 9% 41%);
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
span.descriptionnn-forum {
    color: hsl(217deg 9% 41%);
    font-weight: 300;
    font-size: 14px;
    display: block;
}

.pointerr-forums {
    width: 50px;
    margin-right: 50px;
    margin-left: 50px;
    background: hsl(240deg 23% 97%);
    text-align: center;
    padding: 7px 24px;
    color: hsl(219deg 6% 51%);
    border-radius: 38px;
    font-weight: 400;
}
.last-post-forum {
    width: 255px;
    min-width: 255px;
    max-width: 255px;
}
.avatarep_img, .avatarep_bg {
    padding: 0px;
    border: 1px solid #D8DFEA;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: auto;
    float: left;
    margin-right: 15px;
}
a.ls-psss {
    font-size: 13px;
    color: #5f6672;
    font-weight: 500;
}
span.wielkoscccccccc {
    font-weight: 300;
}
.forum_status {
    height: 2px;
    width: 2px;
    display: inline-block;
}

.forum_on {
    background: url(../../../images/unikat/icon2.png);
    width: 39px;
    height: 74px;
    position: absolute;
    left: -21px;
    top: -35px;
}

.forum_off {
	    background: url(../../../images/unikat/icon3.png);
    width: 39px;
    height: 73px;
    position: absolute;
    left: -21px;
    top: -35px;
}

.forum_offclose {
background: url(../../../images/unikat/icon1.png);
    width: 39px;
    height: 74px;
    position: absolute;
    left: -21px;
    top: -35px;
}

.forum_offlink {
	    background: url(../../../images/unikat/icon3.png);
    width: 39px;
    height: 73px;
    position: absolute;
    left: -21px;
    top: -35px;
}
.fast-stats {
    background: hsl(240deg 28% 95%);
    height: 150px;
    display: block;
    position: relative;
}
.flex-box-stats {
    width: 90%;
    max-width: 1720px;
    margin: auto;
    display: flex;
 
    align-items: center;
    height: 150px;    justify-content: space-evenly;
}
.box-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-stats {
    margin-right: 20px;
}
span.title-stats {
    display: block;
    font-weight: 800;
    color: hsl(229deg 8% 60%);
    font-size: 20px;
}
span.text-stats {
    color: hsl(229deg 8% 60%);
    font-size: 15px;
    font-weight: 500;
}
img.avatar-nowy-user {
    width: 43px;
    height: 43px;
    border-radius: 3333px;
    border: 2px solid #f1c39175;
}
span.text-stats12 {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: hsl(229deg 8% 60%);
    margin-top: 2px;
}

.footer-bottom {
    background: #181c21;
    position: relative;
    display: block;
}
.flex-footer {
    max-width: 1720px;
    width: 90%;
    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: #15181d;
    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: #15181d;
    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: #15181d;
    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: hsl(228deg 7% 57%);
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    font-size: 20px;
}
ul.menu-fotter {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 0px;
    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;
    background: #15181d;
    display: block;
    position: relative;
}
.box-0bottom {
    display: flex;
    width: 90%;
    max-width: 1720px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
span.author-pl {
    display: block;
}

a.toTop {
    padding: 10px 11px;
    border-radius: 50%;
    border: 2px solid #f49117;
    font-size: 12px;
    color: #f49217;
    box-shadow: 1px 0px 10px #f4911780;
}
[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: #15181d;
    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: #15181d;
    margin: 40px 0px;
    border-radius: 7px;
    font-size: 15px;
    border: 2px solid #343b45;
	    margin-bottom: 50px;
}
.top-content-ts {
    padding: 30px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #504e76;
    width: Calc(100% - 50px);
    margin: auto auto;
    border-bottom: 2px solid #303741;
}
.bottom-content-ts {
    padding: 30px 0px;
    font-size: 12px;
    font-weight: 500;
    color: #504e76;
    width: Calc(100% - 50px);
    margin: auto auto;
    display: flex;
    justify-content: space-between;
}
a.button-follow {
    padding: 10px;
    background: #3a97ee;
    color: #774e4e;
    border-radius: 7px;
    background: #252a32;
}
a.button-follow:hover {
    opacity:0.5;
}
.flex-r1 {
    display: flex;
    justify-content: space-between;
    margin: 25px 0px;
    align-items: center;
}
.content-threadlist {
    background: #20252c;
    padding: 20px 30px;
    border-radius: 7px;
    min-height: 250px;
}
.table-panel {
    padding: 20px;
    background: #1b1f25;
    border-radius: 7px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
a.button-readmark {
    padding: 5px 10px;
    background: #20252c;
    border-radius: 7px;
    margin-right: 10px;
}
.temat-lista {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    background: #1b1f25;
    padding: 25px 35px;
    border-radius: 7px;    align-items: center;
}
span.temat-lss {
    display: block;
    padding: 5px 0px;
    font-size: 14px;
    color: #504e4e;
    font-weight: 500;
}
.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: #15181d;
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid #f49317;
    font-size: 14px;
    background: #f49317;
    border-radius: 13px;
}


		