#nones {
    display: none
}

#indexPage header {
    min-height: 120px
}

header {
    display: block;
    position: relative;
    transition: .3s;
    height: 120px
}

#welcomemsg {
    display: none
}

.logo-box1 img {
    width: 500px;
    transition: .2s;
}

.logo-box1 img:hover {
    animation: wiggle 2s linear infinite;
    transform: scale(1);
    transition: .2s
}


.logo-box img {
    width: 300px;
    transition: .2s;
    margin-bottom: -30px
}

.logo-box img:hover {
    animation: wiggle 2s linear infinite;
    transform: scale(1);
    transition: .2s
}

#menuToggle {
    display: none
}

#smart-menu {
    display: none
}

.logo-footer {
    display: flex;
    justify-content: center
}

#none.menu i {
    display: none
}

.social-media {
    display: flex;
    justify-content: center;
    align-content: center
}

.top-nav-st {
    display: block;
    background: #13151d59;
    padding: 5px 0
}

.left-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-start: 2;
    grid-column-end: 3
}

.logo-box {
    width: 500px;
    height: 350px;
    display: flex;
    margin: 0 auto 80px;
    position: relative;
    transition: .2s;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.logo-box a {
    display: flex;
    align-items: center;
    flex-direction: column
}

.logo-box a .letter-logo {
    display: flex;
    align-items: center
}

input.text-search {
    padding: 0 18px;
    background: transparent;
    border: 0;
    border-radius: 10px;
    padding-right: 38px;
    width: max-content;
    outline: 0;
    color: #68778f;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    position: relative;
    transition: .2s;
    height: 60px
}

input.text-search:hover {
    filter: brightness(var(--filter-bright))
}

input.text-search:focus {
    filter: brightness(var(--filter-bright))
}

input.text-search::placeholder {
    color: var(--color3);
    background: interhit
}

input.text-search:focus::placeholder {
    color: transparent;
    background: interhit
}

input.text-search:hover::placeholder {
    background: interhit
}

div#search {
    position: relative;
    display: flex;
    align-items: center
}

button.button-sarch {
    border: none;
    background: none;
    font-size: 20px;
    position: absolute;
    right: 10px;
    color: var(--dc-color);
    padding: 9px
}

button.button-sarch:hover {
    filter: brightness(0.9)
}

.bottom-nav-bg {
    position: relative;
    z-index: 99999;
    transition: .5s all;
    height: max-content
}

.sticky .nav-top-content {
    height: 90px;
    transition: .3s;
    background: var(--head-color);
    backdrop-filter: blur(10px)
}

.sticky .nav-top-content .left-flex .logo-box a img {
    width: 60%
}

.sticky .nav-top-content .left-flex ul.menu li a::after {
    top: 61px
}

.bottom-nav-st {
    display: flex;
    margin: 0 auto;
    max-width: 90%;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap
}

.header_top {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 50px;
    min-height: 700px;
    align-items: center
}

.allread {
    display: flex;
    justify-content: flex-end
}

.numUnreads {
    margin-left: 10px;
    background: #fe4d4d;
    padding: 2px 5px;
    border-radius: 7px;
    color: #fff
}

.allread div {
    padding: 10px;
    border-radius: 10px;
    display: flex;
    margin-left: 10px;
    justify-content: center;
    transition: .2s;
    font-size: 13px;
    font-weight: 500
}

.allread div:hover {
    filter: brightness(var(--filter-bright))
}

a.small {
    font-weight: 500;
    font-size: 13px;
    color: var(--link-color);
    transition: .3s
}

a.small i {
    color: var(--dc-color);
    font-weight: 900;
    font-size: 14px;
    transition: .2s;
    padding: 0 5px 0 0
}

a.small:hover {
    text-decoration: none;
    filter: brightness(1.2)
}

a.small:hover i {
}

.nav-bg-content {
    background: #23242a;
    border-bottom: 1px solid #141414ab
}

.nav-top-content {
    display: grid;
    height: 120px;
    grid-template-columns: 33% 33% 33%;
    max-width: 100%;
    margin: -10px 0 0;
    padding: 0 50px;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    justify-items: stretch
}

.nav-top-content>.right-flex,.nav-top-content>.swichContent {
    grid-row-start: 1;
    grid-column-start: 3
}

.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 20px 0;
    align-items: center;
    justify-content: flex-start
}

ul.menu li a {
    padding: 10px;
    font-size: 16px;
    color: var(--color2);
    position: relative;
    font-weight: 500
}

ul.menu li.liForumteam {
    display: none
}

ul.menu li a::after {
    content: '';
    width: 0%;
    height: 4px;
    top: 76px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%,0px);
    background: var(--dc-color);
    border-radius: 3px;
    box-shadow: 0 10px 20px var(--hover-color);
    transition: all 0.2s linear
}

ul.menu li a:hover,ul.menu li a:hover::after {
    width: 50%;
    opacity: 1;
    color: var(--dc-color)
}

img.avatar-user {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    padding: 3px;
    border: 2px solid var(--dc-color);
    object-fit: cover
}

ul.menu-user-panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0
}

.action {
    position: relative;
    z-index: 999
}

.headerOn:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3DF945;
    display: block;
    position: absolute;
    top: 10px;
    left: 40px;
    z-index: 99999
}

.action .profile {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 50px;
    color: var(--link-color);
    font-weight: 600;
    padding: 5px;
    gap: 5px
}

.newtopicDown ul li {
    padding: 0 0 10px
}

.action .userMenu {
    position: absolute;
    top: 120px;
    right: 0px;
    padding: 10px 20px;
    background: #251432d9;
    width: 180px;
    box-shadow: 0 5px 25px rgb(0 0 0 / 13%);
    border-radius: 15px;
    transition: .5s;
    visibility: hidden;
    opacity: 0
}

.action .userMenu.active {
    top: 60px;
    visibility: visible;
    opacity: 1
}

.action .userMenu::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 18px;
    width: 20px;
    height: 20px;
    background: var(--five-color);
    transform: rotate(45deg)
}

.action .userMenu h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--color2);
    line-height: 1.5em
}

.action .userMenu h3 span {
    font-size: 14px;
    color: #cecece;
    font-weight: 300
}

.action .userMenu ul {
    padding: 0
}

.action .userMenu ul li {
    list-style: none;
    padding: 10px;
    border-top: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center
}

.action .userMenu ul li i {
    max-width: 20px;
    margin-right: 10px;
    color: var(--dc-color);
    opacity: .5;
    transition: .5s
}

.action .userMenu ul li:hover i {
    opacity: 1
}

.action .userMenu ul li a {
    display: inline-block;
    text-decoration: none;
    color: var(--color3);
    font-weight: 500;
    transition: .5s
}

.action .userMenu ul li:hover a {
    color: hsl(355deg 91% 58%)
}

.show {
    display: block
}

.user-panel {
    display: flex;
    position: relative;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end
}

i {
    line-height: 0
}

.user-panel div {
    margin: 0 0 0 5px
}

.user-panel a {
    display: block
}

.menuBell,.menuMess,.menuAdd {
    font-size: 24px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255,82,82,0.7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255,82,82,0)
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255,82,82,0)
    }
}

.head-bg {
    background: url(/images/unikat/head.png) center top no-repeat;
    width: 100%;
    height: 700px;
    position: absolute;
    clip-path: polygon(51% 83%,100% 52%,100% 0,0 0,0 66%);
    )}

.content-bg {
    margin: 0 auto;
    max-width: var(--width);
    position: relative
}

.box-index {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative
}

.mod-options {
    display: flex;
    width: 100%;
    gap: 30px;
    height: 80px;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 0 30px;
}

#sidefixed {
    position: sticky;
    z-index: 99;
    top: 80px;
    background: #1b0f23;
}

.sidebar-box {
    margin-left: 30px;
    min-width: 20%;
    max-width: 20%
}

.sidebar-boxR {
    margin-right: 50px;
    min-width: 25%;
    max-width: 25%
}

.forums-box {
    width: Calc(100% - 300px);
    flex: 1
}

.sidebar-panel-button {
}

.sidebar-panel-nr2 {
    background: #1a0e225e;
    margin-bottom: 30px;
    border-radius: 10px;
    padding-top: 0;
    border: 1px solid transparent;
    box-shadow: 0 0 50px #d44c4b17;
    backdrop-filter: blur(15px) brightness(1.8)
}

.sidebar-thead {
    padding: 29px 0;
    font-size: 14px;
    color: #4b515b;
    font-weight: 500;
    letter-spacing: .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;
    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: .3px
}

a.button-czytaj:hover {
    opacity: .5
}

.sidebar-content {
    font-size: 14px;
    letter-spacing: -.5px;
    box-shadow: 0px 10px 10px -4px rgb(0 0 0 / 8%);
    border-radius: 10px
}
.sidebar-content br {display:none;}
.fastlinks {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 20px
}

.fastlinks a i {
    margin: 20px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.fastlinks a.shop i {
    color: #fcd02b
}

.fastlinks a.bans i {
    color: #0958da
}

.fastlinks a.rules i {
    color: #f93a55
}

.fastlinks a.ban-list i {
    color: #04e00d
}

.fastlinks a {
    margin: 0 10px 10px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    font-size: 16px !important;
    align-items: center;
    border-radius: 10px;
    color: #fff !important;
    position: relative;
    backdrop-filter: blur(5px);
    transition: .2s
}

.fastlinks a:hover {
    filter: brightness(1.2)
}

.shop {
    background: radial-gradient(at top center,#ffe03b94,transparent)
}

.bans {
    background: radial-gradient(at top center,#3b4fff94,transparent)
}

.rules {
    background: radial-gradient(at top center,#ff3b7894,transparent)
}

.ban-list {
    background: radial-gradient(at top center,#3cff3b94,transparent)
}

.ban-list:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left,transparent,#00ea08,transparent);
    top: 1px;
    left: 0px;
    filter: blur(1px)
}

.ban-list:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: linear-gradient(to left,transparent,#00ea08,transparent);
    top: 4px;
    left: 0px;
    filter: blur(5px)
}

.sidebar-content a {
    font-size: 14px;
    color: var(--link-color);
    transition: .2s
}

.sidebar-content a:hover {
    color: #f53342
}

.sidebar-content img {
    width: 35px;
    height: 35px;
    background: var(--bg4);
    border-radius: 50%;
    padding: 5px;
    object-fit: cover
}

.sidebar-panel-nr1 {
    padding: 0 20px 10px;
    border-radius: 10px
}

.sidebar-panelR {
    padding: 20px;
    background: var(--secondary-color);
    margin-bottom: 35px;
    border-radius: 10px;
    padding-top: 0;
    border: 1px solid var(--six-color)
}

.sidebarAdd {
    padding: 20px;
    background: var(--secondary-color);
    border-radius: 10px;
    padding-top: 0;
    border: 1px solid var(--six-color)
}

.sidebar-content1>div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px
}

.sidebar-thead1 {
    padding: 20px 10px;
    font-size: 16px!important;
    font-weight: 700;
    letter-spacing: -.5px;
    position: relative;
    color: var(--link-color)
}

.sidebar-thead1 a {
    font-size: 16px
}

.forums-cat:nth-child(1):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: linear-gradient(to left,transparent,#c043d0,transparent);
    top: -12px;
    left: 0px;
    filter: blur(5px);
    z-index: 9
}

.forums-cat:nth-child(1):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left,transparent,#c043d0,transparent);
    top: -11px;
    left: 0px;
    filter: blur(1px)
}

.forums-cat:last-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: linear-gradient(to left,transparent,#c043d0,transparent);
    bottom: -4px;
    left: 0px;
    filter: blur(5px);
    z-index: 9
}

.forums-cat:last-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left,transparent,#c043d0,transparent);
    bottom: -3px;
    left: 0px;
    filter: blur(1px)
}

.forums-cat {
    display: block;
    transition: .2s;
    position: relative;
    margin-bottom: 8px
}

.forums-cat:last-child {
    padding-bottom: 8px
}

.forums-cat:nth-child(1) {
    margin-top: 8px
}

.bg_108:before {
    content: "";
    background: url(/images/unikat/dd2cat.png);
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px
}

.bg_86:before {
    content: "";
    background: url(/images/unikat/dccat.png) no-repeat;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    background-size: 70%
}

.questmess {
    padding: 20px;
    font-size: 14px
}

.questmess a {
    padding: 5px 15px;
    background: var(--dc-color);
    border-radius: 10px;
    margin: 0 10px;
    color: #fff
}

.questmess a:hover {
    box-shadow: 0 0 0 4px var(--sh-color);
    color: #fff
}

.questmess p {
    font-size: 14px;
    color: var(--link-color)
}

.footerMess {
    display: flex;
    justify-content: space-between
}

.forumm-box {
    background: #16131c80;
    margin-bottom: 30px;
    border-radius: 10px;
    backdrop-filter: blur(15px) brightness(1.2)
}

.forumm-box-otoday {
    background: var(--third-color);
    border-radius: 10px
}

.forumm-box-quest {
    background: linear-gradient(to right,var(--secondary-color),var(--secondary-color)) padding-box,linear-gradient(to right,#391942,#ab3bba,#72c9b81c) border-box;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -4px rgb(0 0 0 / 8%);
    border-top: 5px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent
}

#legend-box {
    width: var(--width);
    margin: 0 auto 30px;
    font-size: 16px;
    font-weight: 600;
    display: grid;
    grid-template-columns: repeat(5,18%);
    justify-content: space-between
}

#legend-box div {
    font-size: 20px;
    color: var(--color2);
    display: flex;
    position: relative
}

.owners:after,.rules:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left,transparent,#ff3b55,transparent);
    top: 1px;
    left: 0px;
    filter: blur(1px)
}

.owners:before,.rules:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: linear-gradient(to left,transparent,#ff3b55,transparent);
    top: 4px;
    left: 0px;
    filter: blur(5px)
}

.moderators:after,.bans:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left,transparent,#075bde,transparent);
    top: 1px;
    left: 0px;
    filter: blur(1px)
}

.moderators:before,.bans:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: linear-gradient(to left,transparent,#075bde,transparent);
    top: 4px;
    left: 0px;
    filter: blur(5px)
}

.servers:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left,transparent,#e0796e,transparent);
    top: 1px;
    left: 0px;
    filter: blur(1px)
}

.servers:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: linear-gradient(to left,transparent,#e0796e,transparent);
    top: 4px;
    left: 0px;
    filter: blur(5px)
}

.extra_forums:after,.shop:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left,transparent,#ffd22b,transparent);
    top: 1px;
    left: 0px;
    filter: blur(1px)
}

.extra_forums:before,.shop:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: linear-gradient(to left,transparent,#ffd125,transparent);
    top: 4px;
    left: 0px;
    filter: blur(5px)
}

.last:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left,transparent,#bbb,transparent);
    top: 1px;
    left: 0px;
    filter: blur(1px)
}

.last:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: linear-gradient(to left,transparent,#c8c8c8,transparent);
    top: 4px;
    left: 0px;
    filter: blur(5px)
}

#legend-box .content {
    display: flex;
    padding: 10px 0;
    font-size: 14px;
    flex-direction: column;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    justify-content: center;
    backdrop-filter: blur(10px)
}

#legend-box .content>span {
    margin: 5px 0;
    position: relative
}

#legend-box > div .content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    bottom: 0;
    border-radius: 10px;
    transition: .2s
}

#legend-box > div .content:hover::before {
    filter: brightness(1.5)
}

#legend-box > div:first-child .content:before {
    background: radial-gradient(at top center,#ff3b5530,transparent)
}

#legend-box > div:nth-of-type(2) .content:before {
    background: radial-gradient(at top center,#061e4266,transparent)
}

#legend-box > div:nth-of-type(3) .content:before {
    background: radial-gradient(at top center,#e0796e30,transparent)
}

#legend-box > div:nth-of-type(4) .content:before {
    background: radial-gradient(at top center,#f4c7202e,transparent)
}

#legend-box > div:nth-of-type(5) .content:before {
    background: radial-gradient(at top center,#94cc8f30,transparent)
}

.legend-box>.smalltext {
    font-size: 14px
}

.wielkoscccccccc {
    display: flex;
    flex-direction: column;
    position: relative
}

.thead_collapsed {
    opacity: .4
}

.thead_collapsed.tcat_collapse_collapsed {
    opacity: 1
}

.tcat_collapse_collapsed {
    opacity: .4
}

.thead-forums:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: linear-gradient(to left,transparent,#c043d0,transparent);
    top: 0;
    left: 0px;
    filter: blur(5px)
}

.thead-forums:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to left,transparent,#c043d0,transparent);
    top: 1px;
    left: 0px;
    filter: blur(1px)
}

.thead-forums {
    padding: 15px 15px 20px;
    display: flex;
    min-height: 40px;
    border-radius: 10px;
    margin-bottom: -2px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    background: radial-gradient(at top center,#602268,transparent);
    box-shadow: 0 0 60px #251432;
    z-index: 9
}

.forumm-who {
    border-radius: 10px
}

.thead-forumsStats {
    padding: 20px 25px;
    display: flex;
    min-height: 40px;
    border-radius: 10px;
    margin-bottom: -2px;
    position: relative;
    align-items: center;
    justify-content: space-between
}

.thead-forumsQuest {
    padding: 20px 25px;
    display: flex;
    min-height: 40px;
    border-radius: 10px;
    margin-bottom: -2px;
    position: relative;
    align-items: center;
    justify-content: space-between
}

.theadColor_1 {
    border-top-color: #3f7ce1
}

.theadColor_2 {
    border-top-color: #f53342
}

.theadColor_3 {
    border-top-color: #30cf26
}

.theadColor_4 {
    border-top-color: #f0f533
}

.theadColor_28 {
    border-top-color: #07d7bc
}

.theadColor_35 {
    border-top-color: #f5c033
}

.theadColor_6 {
    border-top-color: #c733f5
}

.catName {
    display: flex;
    align-items: center
}

.cat-circle {
    font-family: "flaticon";
    margin-right: 16px;
    font-size: 16px;
    background: #ff3147;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 42px;
    line-height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid rgb(107 2 25 / 50%)
}

.circle-7:before {
    content: "\f708"
}

.circle-16:before {
    content: "\fad7"
}

.circle-21:before {
    content: "\f1c4"
}

.circle-107:before {
    content: "\f423"
}

.circle-84:before {
    content: "\f608"
}

.circle-53:before {
    content: "\fa6f"
}

.catInfo {
    display: flex;
    flex-direction: column
}

.catInfo a {
    background: linear-gradient(to right,#ff3147,#7228e2);
    background-clip: text
}

.catInfo h2 {
    color: var(--color2);
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600;
    margin: 0
}

.content-forums-box {
    z-index: 1;
    position: relative
}

.messSort {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 25px
}

.messSortBy {
    display: flex
}

.messSortBy a {
    padding: 10px;
    background: var(--primary-color);
    margin-left: 10px;
    border-radius: 10px
}

.messSortBy span a {
    padding: 0;
    margin: 0;
    background: none
}

.messSortBy span {
    background: var(--primary-color);
    padding: 12px;
    margin-left: -10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff
}

.icon-forum {
    position: relative;
    margin: 0 10px 0 25px
}

.nameanddescription {
    flex: 1;
    width: Calc(100% - 70px);
    margin: auto 0 auto 25px
}

.nameDescription {
    display: flex;
    padding: 15px 0 5px;
    align-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap
}

.nameDescription div {
    display: flex;
    align-items: center
}

.description {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -.5px;
    color: var(--color3);
    margin-left: 5px
}

.description img {
    width: 80%
}

a.cat-name {
    font-size: 16px;
    color: var(--color2);
    letter-spacing: -.5px;
    font-weight: 600;
    transition: .3s;
    cursor: pointer
}

a.cat-name:hover {
    color: var(--dc-color)
}

a.forum-name,.forum-name {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 600
}

a.forum-name:hover {
    color: #1792f4
}

.description-forums {
    font-size: 14px;
    letter-spacing: -.3px;
    font-weight: 400
}

.mycode_mention {
    background: var(--five-color);
    padding: 3px 7px;
    border-radius: 333px
}

#private-bit .boxInfo {
    grid-column-start: 1;
    grid-column-end: 3
}

#private-bit .nameDescription {
    padding: 5px 0
}

#private-bit .lastposter {
    padding: 0 5px
}

.box-forummmm {
    display: grid;
    width: 100%;
    grid-template-columns: 70px auto;
    padding: 0 8px 0 0;
    box-sizing: border-box;
    margin: auto;
    align-items: center;
    position: relative
}

#forum_offlink .last-post-forum {
    display: none
}

.forums-detail {
    display: grid;
    width: 100%;
    grid-template-columns: 68% auto;
    min-height: 110px;
    background: #21122c;
    border-radius: 10px;
    position: relative;
    border: 1px solid #261631
}

.boxInfo {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%
}

.boxOnlineUser {
    padding: 0 25px 20px;
    font-size: 14px
}

div.namee-forums {
    color: hsl(217deg 9% 41%);
    display: block;
    font-weight: 100
}

div.namee-forums a {
    display: block;
    transition: .3s;
    color: hsl(0deg 0% 74%);
    display: block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.5px;
    font-weight: 300
}

div.namee-forums a:hover {
    color: #fff
}

i.fa-corner {
    transform: rotate(180deg);
    margin: -3px 0 0 10px;
    font-size: 18px;
    color: #68778f
}

span.descriptionnn-forum {
    color: #95a2b7;
    font-weight: 300;
    font-size: 13px;
    display: block
}

.subView {
    display: flex
}

.pointerr-forums {
    margin: 5px;
    font-size: 12px
}

.numeye {
    font-size: 16px;
    color: var(--color3);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row
}

.numeye:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f06e";
    margin-right: 5px
}

.numReply {
    font-size: 16px;
    color: var(--color3);
    font-weight: 500
}

.numReply:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f4b6";
    margin-right: 5px
}

.liczb-sss {
    font-weight: 500;
    display: flex;
    padding: 4px;
    align-items: center;
    background: var(--bg4);
    border-radius: 50%
}

.numBody {
    display: block;
    padding: 0 20px;
    border-radius: 33px;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 13px;
    width: fit-content;
    filter: grayscale(0.5)
}

.numBody dl {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: none;
    padding: 0;
    color: var(--color3)
}

.numBody dl dt {
    font-size: 22px;
    color: #fff
}

.numBody span {
    display: flex;
    flex-direction: column;
    align-items: center
}

#cat_hover .topics {
    display: none
}

#cat_hover:hover .topics {
    display: flex
}

.topics {
    padding: 3px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    justify-content: center
}

.last-post-forum {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%
}
}

.lastposte {
    display: flex;
    padding: 0 0 15px;
    flex-direction: row
}

.subIcon {
    margin-right: 5px
}

.subCat {
    display: grid;
    grid-template-columns: repeat(3,33%);
    width: 100%;
    padding: 0 0 15px
}

.subCat span {
    display: flex;
    align-items: center;
    line-height: 1.6;
    font-size: 14px
}

@media screen and (max-width: 1600px) {
    .subCat {
        grid-template-columns:50% 50%;
        padding: 15px 0
    }
}

@media screen and (max-width: 1340px) {
    .subCat {
        grid-template-columns:100%
    }
}

.lastposter {
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 10px;
    font-size: 13px;
    border-radius: 10px
}

.lastposter img.avatarep_img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin: 0
}

.lastposter img.avatarep_bg {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    margin: 0 5px 0 0
}

.modlist {
    display: flex;
    margin: 0 10px 0 0;
    border-radius: 50%
}

a.ls-psss {
    font-size: 14px;
    color: var(--link-color);
    font-weight: 500;
    display: flex;
    align-items: center
}

a.ls-psss:hover {
    color: #f53342
}

span.wielkoscccccccc {
    margin-top: 4px
}

.forum_status img {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-size: cover
}

.forum_triagle {
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    border-radius: 15px;
    transform: rotate(45deg);
    display: flex;
    margin: 0 -30px;
    border: 1px solid var(--six-color)
}

.forum_on {
    color: var(--dc-color);
    filter: brightness(var(--filter-bright))
}

.forum_on:after,.forum_off:after {
    font-family: 'flaticon';
    content: '\f3ec';
    font-size: 36px;
    transform: rotateY(180deg)
}
.forum_off {
    opacity: .4
}

.forum_offclose {
    font-family: "Font Awesome 6 Pro";
    opacity: .4
}

.forum_offclose:after {
    content: "\f30d"
}

.forum_offlink {
    font-family: 'flaticon-ts';
    opacity: .4;
    font-size: 32px
}

.forum_offlink:after {
    content: "\f7c7"
}

.fast-stats {
    height: 150px;
    display: block;
    position: relative
}

.flex-box-stats {
    width: var(--width);
    margin: auto;
    display: flex;
    align-items: center;
    background: #25143296;
    height: 150px;
    backdrop-filter: blur(10px);
    justify-content: space-evenly;
    border-radius: 10px
	all 0.02s cubic-bezier(0.39, 0.58, 0.57, 1) 0.02s
}

.mobileNewest {
    display: flex;
    justify-content: center;
    padding: 30px 0 0
}

.box-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 0 20px 0 0
}

.icon-stats {
    font-size: 34px;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    margin-right: 10px;
    font-style: normal;
    filter: brightness(var(--filter-bright));
    border-radius: 10px;
    justify-content: center;
    align-items: center
}

.icon-stats i {
    color: var(--dc-color);
    display: flex
}

span.title-stats {
    display: block;
    font-weight: 800;
    color: var(--color2);
    font-size: 20px
}

span.text-stats {
    color: #68778f;
    font-size: 15px;
    font-weight: 500
}

img.avatar-nowy-user {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid var(--secondary-color);
    outline: 2px solid var(--dc-color)
}

span.text-stats12 {
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #68778f;
    margin-top: 2px
}

.footer-bottom {
    background: #1b1c22;
    position: relative;
    display: block
}

.flex-footer {
    max-width: 1720px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 180px
}

.box-footer-stats h3 {
    float: left;
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.box-footer-stats h4 {
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0
}

.box-footer-stats {
    display: flex;
    padding: 20px;
    color: #cacaca;
    float: left;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start
}

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: 0 0 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: 0 0 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: 0 0 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: #fff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    padding: 10px 22px;
    border-radius: 7px;
    box-shadow: 0 0 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 #310000;
    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 #000;
    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 #d00000;
    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 #000;
    bottom: -9px;
    position: absolute;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid red;
    bottom: -10px;
    position: absolute;
    left: 21px
}

a.fb_icon_footer:hover {
    opacity: .5
}

a.tw_icon_footer:hover {
    opacity: .5
}

a.yt_icon_footer:hover {
    opacity: .5
}

a.ins_icon_footer:hover {
    opacity: .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: 0;
    margin-top: 10px
}

ul.menu-fotter a {
    padding: 7px 0;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .3px
}

.bottom-footer-author {
    width: 100%;
    position: absolute;
    margin-top: 30px
}

.groups-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.groups-box>div {
    background: var(--third-color);
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
    margin: 10px
}

.groups-box>div .groupAvat {
    padding: 20px 0 20px 20px
}

.groups-box>div .groupAvat img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.groups-box>div ul {
    list-style: none
}

.footerLinks {
    display: flex;
    align-items: center
}

.footerLinks .language form,.footerLinks .theme form {
    display: flex
}

.footerLinks span {
    margin-left: 3px
}

.footerLinks span:nth-child(1) {
    margin-left: 0
}

.footerLinks .language {
    margin-right: 5px
}

.footerLinks .language select,.footerLinks .theme select {
    padding: 5px 2px;
    max-width: 80px;
    background: none;
    font-size: 11px;
    border: none;
    transition: .2s
}

.footerLinks .language select:hover,.footerLinks .theme select:hover {
    color: var(--dc-color);
    cursor: pointer
}

.footerLinks .language select optgroup,.footerLinks .theme select optgroup {
    background: var(--third-color);
    color: var(--color3);
    font-size: 12px;
    border: 2px solid var(--five-color) !important;
    border-radius: 10px;
    padding: 5px
}

.footerLinks .language .button,.footerLinks .theme .button {
    padding: 4px 8px
}

.right-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.center-footer {
    display: flex;
    justify-content: center;
    align-items: center
}

a.socialLink {
    font-size: 20px;
    width: 32px;
    color: var(--color2);
    height: 32px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

a.socialLink i {
    margin: 0 1px 0 0
}

a.socialLink:hover {
    color: var(--dc-color)
}

#menu-footer {
    margin: 20px
}

#menu-footer .menu {
    display: grid;
    margin: 0 auto;
    justify-content: center;
    padding: 10px 0
}

#menu-footer #menu-bottom ul.menu li a::before {
    font-family: "Font Awesome 6 Pro";
    content: '\f324';
    position: relative;
    left: -15px;
    color: var(--dc-color);
    font-size: 10px;
    font-weight: 900;
    transition: all .2s linear
}

#menu-footer #menu-bottom ul.menu li a:hover::before {
    left: -7px
}

#menu-footer .menu li.liForumteam {
    display: block
}

#menu-footer ul.menu li a {
    font-size: 12px !important;
    color: var(--color3)
}

#menu-footer .menu li a:hover {
    color: var(--dc-color)
}

#menu-footer .menu li a:hover::after {
    display: none
}

.footer-title {
    color: var(--color2);
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin: 5% 0 0
}

#bottom-info .logo-box {
    width: auto;
    height: auto
}

#indexPage .bottom-short {
    max-width: var(--width);
    margin: auto;
    min-height: 210px;
    padding: 24px 0;
    display: grid;
    grid-template-columns: 50% 20% 30%;
    justify-items: center;
    position: relative
}

#indexPage .bottom-short div p {
    margin-left: 20px
}

#logo-bottom .logo-box {
    margin: 0 0 0 20px;
    justify-content: center
}

.bottom-short {
    display: none
}

#logo-bottom img {
    width: 150px
}

#indexPage .bottom-footer {
    object-position: bottom
}

.box-0bottom {
    display: grid;
    max-width: var(--width);
    margin: 0 auto;
    grid-template-columns: repeat(3,33%);
    align-items: center;
    align-content: center;
    padding: 20px;
    min-height: 80px
}

#indexPage .bottom-short:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 1px;
    box-sizing: border-box;
    bottom: 0;
    background: linear-gradient(to right,var(--secondary-color),#d44b4b,#f7d314,#72c9b8,var(--secondary-color))
}

#bottom-info .bottom-first {
    display: flex;
    align-items: center
}

#bottom-info .bottom-dsc {
    font-size: 16px;
    font-weight: 500
}

span.author-pl {
    display: block
}

.content-ts-box {
    display: block;
    background: var(--secondary-color);
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 50px;
    border: 1px solid var(--six-color)
}

.top-content-ts {
    padding: 15px 0;
    font-size: 22px;
    font-weight: 500;
    color: var(--link-color);
    width: Calc(100% - 50px);
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bottom-content-ts {
    padding: 15px 0;
    font-size: 12px;
    font-weight: 500;
    color: #9cb2c0;
    width: Calc(100% - 50px);
    margin: auto;
    display: flex;
    justify-content: space-between;
    border-top: 2px solid var(--primary-color)
}

a.button-follow {
    padding: 10px;
    color: var(--link-color);
    border-radius: 7px;
    background: var(--primary-color);
    transition: .2s;
    border: 1px solid var(--six-color)
}

a.button-follow:hover {
    opacity: .5
}

.right-r1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 20px
}

.flex-r1 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    align-items: center;
    background: var(--secondary-color);
    padding: 20px;
    border-radius: 10px
}

.content-threadlist {
    background: var(--secondary-color);
    border-radius: 10px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--six-color);
    max-width: 1500px;
    margin: 0 auto 30px
}

.table-panel {
    padding: 0 10px 10px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.theaderNone {
    display: grid;
    grid-column-start: 2;
    grid-column-end: 4;
    align-content: center;
    justify-items: center;
    padding: 50px
}

a.button-readmark {
    padding: 5px 10px;
    background: var(--primary-color);
    border-radius: 7px;
    margin-right: 10px;
    border: 1px solid var(--six-color)
}

.temat-lista {
    width: 30%;
    background: #191b26;
    padding: 0 20px;
    border-radius: 10px;
    margin: 10px 20px
}

.tableThead {
    padding: 0 15px;
    display: flex;
    flex-direction: column
}

.tableThead a.button-readmark {
    float: right;
    margin: 25px 0 10px
}

@media screen and (max-width: 1600px) {
    .tableThead {
        grid-template-columns:repeat(3,33%)
    }

    .theaderNone {
        grid-column-start: 1
    }
}

@media screen and (max-width: 1340px) {
    .tableThead {
        grid-template-columns:repeat(2,50%)
    }
}

.theadInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px
}

.theadReply {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 10px
}

span.temat-lss {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: #504e4e;
    font-weight: 500
}

.box-nr3-lista {
    min-width: 200px;
    display: flex;
    flex-direction: row;
    align-content: center
}

.box-nr1-lista {
    width: 80%
}

.box-nr2-lista {
    width: 20%
}

span.asksadkak {
    display: block;
    min-width: 140px
}

span.asasada {
    display: block;
    min-width: 140px
}

.box-nr11 {
    width: 40px
}

.catRules {
    background: var(--third-color);
    width: 100%;
    border: 1px solid var(--five-color);
    padding: 1px;
    border-radius: 10px;
    margin: 20px 0 0
}

.catRulesTitle {
    font-size: 22px;
    padding: 10px 20px;
    color: var(--link-color);
    display: flex;
    align-items: center
}

.catRulesTitle:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f06a";
    font-weight: 900;
    font-size: 28px;
    padding: 10px;
    color: #475b6b
}

.catRulesSep {
    width: 98%;
    border: 2px solid var(--primary-color);
    margin: auto
}

.catRulesInfo {
    font-size: 13px;
    padding: 15px 30px
}

.dateIndex {
    text-transform: lowercase
}

.naviBar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sticky {
    position: fixed;
    top: 0;
    width: 100% !important;
    margin: 0;
    z-index: 9991;
    border-radius: 0;
    transition: .5s
}

.portalAvatar {
    width: 30px;
    height: 30px;
    border-radius: 7px
}

.portalMessage {
    padding: 20px
}

#noneDont {
    display: none
}

[aria-label] {
    position: relative
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0,1,1,0)
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(24px,0)
    }
}

.reveal {
    position: relative;
    transform: translateX(-150px);
    opacity: 0;
    transition: .5s all ease
}

.reveal.active {
    transform: translateX(0);
    opacity: 1
}

.reveal_7 {
    transform: translateX(0);
    opacity: 1
}

@keyframes wiggle {
    0%,7% {
        transform: rotateZ(0)
    }

    15% {
        transform: rotateZ(-15deg)
    }

    20% {
        transform: rotateZ(10deg)
    }

    25% {
        transform: rotateZ(-10deg)
    }

    30% {
        transform: rotateZ(6deg)
    }

    35% {
        transform: rotateZ(-4deg)
    }

    40%,100% {
        transform: rotateZ(0)
    }
}



