@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


a {
    color: #7c659d;
}

body {
    background: #000000 !important;
    padding: 0;
}


body>.bc {
    display: none;
}

.body-home .content-col {
    background: #000 !important;
    padding: 0;
    padding-left: 30px;
    position: relative;
    padding-top: 30px;
}

.body-home .content-col::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: #191925;
    position: absolute;
    left: 0;
    top: 0;
}

@media(max-width:1000px) {
    .body-home .content-col {
        padding: 30px 0;
        width: 100%;
    }

    .body-home .content-col::before {
        display: none;
    }

}

.body-home .content-col::after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px 0 0 0;
}

.articles {
    position: relative;
}

.mozaic {
    position: relative;
}

.body-home .content-col * {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
    background: transparent;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
}

.body-home .articles>h5 {
    display: none;
}


.tags {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tags li {
    display: inline-block;
    background: red !important;
    padding: .3em .6em !important;
    margin: 0 .7em 0 0 !important;
    border-radius: .3em !important;
    font-weight: bold;
    line-height: 1 !important;
}

.tags li.tag1 {
    background: #461cfb !important;
}

.tags li.tag2 {
    background: #961537 !important;
}

.tags li.tag3 {
    background: #25a856 !important;
}

.tags li.tag4 {
    background: #b71293 !important;
}

.tags li.tag5 {
    background: #1ce0fb !important;
}

.tags li.tag6 {
    background: #ff0044 !important;
}

.tags li.tag7 {
    background: #f85824 !important;
}

.tags li.tag8 {
    background: #ffc107 !important;
}

.tags li.tag9 {
    background: #167ac6 !important;
}

.tags li.tag10 {
    background: #ff0086 !important;
}




.article-thumb,
.body-home .article-list .article-thumb:nth-child(1),
.body-home .article-list .article-thumb:nth-child(2),
.body-home .article-list .article-thumb:nth-child(3) {
    width: 650px;
    height: 417px;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

@media(max-width:1400px) {
    .body-home .article-list .article-thumb:nth-child(1) {
        width: 450px;
    }
}

@media(max-width:1200px) {
    .body-home .article-list .article-thumb:nth-child(1) {
        width: 350px;
    }
}

@media(max-width:1000px) {
    .body-home .article-list .article-thumb:nth-child(1) {
        width: 100%;
        height: 350px;
    }

    .body-home .article-list .article-thumb:nth-child(2),
    .body-home .article-list .article-thumb:nth-child(3) {
        width: 100% !important;
        height: 180px !important;
    }
}

body:not(.body-home) .article-thumb {
    color: #fff;
    border: none;
    display: inline-block;
    vertical-align: top;
    width: 285px;
    margin: 40px 0 0 30px;
}

body:not(.body-home) .article-thumb * {
    color: #fff;
}

.article-thumb img,
.body-home .article-list .article-thumb:nth-child(1) img,
.body-home .article-list .article-thumb:nth-child(2) img,
.body-home .article-list .article-thumb:nth-child(3) img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    z-index: 10;
}

.article-thumb .card-body,
.body-home .article-list .article-thumb:nth-child(1) .card-body,
.body-home .article-list .article-thumb:nth-child(2) .card-body,
.body-home .article-list .article-thumb:nth-child(3) .card-body {
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #0003;
    display: block;
    width: 100%;
    z-index: 20;
    padding: 20px 15px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.article-thumb .card-body .card-title a,
.body-home .article-list .article-thumb:nth-child(1) .card-body .card-title a,
.body-home .article-list .article-thumb:nth-child(2) .card-body .card-title a,
.body-home .article-list .article-thumb:nth-child(3) .card-body .card-title a {
    display: block;
    font-size: 26px;
    text-decoration: none;
    font-weight: 700;
    padding-bottom: 12px;
}

.article-thumb .card-body .card-text,
.body-home .article-list .article-thumb:nth-child(1) .card-body .card-text,
.body-home .article-list .article-thumb:nth-child(2) .card-body .card-text,
.body-home .article-list .article-thumb:nth-child(3) .card-body .card-text {
    font-size: .85em;
    font-weight: 600;
}

.article-thumb .card-body .card-text::before,
.body-home .article-list .article-thumb:nth-child(1) .card-body .card-text::before,
.body-home .article-list .article-thumb:nth-child(2) .card-body .card-text::before,
.body-home .article-list .article-thumb:nth-child(3) .card-body .card-text::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    border-radius: 99px;
    width: .9em;
    height: .9em;
    position: relative;
    top: -.05em;
    margin-right: .35em;
    background: #000;
    outline: 1px solid #fff3;
}

.article-thumb .card-body .date,
.body-home .article-list .article-thumb:nth-child(1) .card-body .date,
.body-home .article-list .article-thumb:nth-child(2) .card-body .date,
.body-home .article-list .article-thumb:nth-child(3) .card-body .date {
    font-weight: 600;
    dipslay: inline-block;
    position: relative;
}

.article-thumb .card-body .date::before,
.body-home .article-list .article-thumb:nth-child(1) .card-body .date::before,
.body-home .article-list .article-thumb:nth-child(2) .card-body .date::before,
.body-home .article-list .article-thumb:nth-child(3) .card-body .date::before {
    content: ' \2022 ';
    font-weight: 600;
    dipslay: inline-block;
    margin: 0 .3em;
    opacity: .5;
}

.article-thumb .tags,
.body-home .article-list .article-thumb:nth-child(1) .tags,
.body-home .article-list .article-thumb:nth-child(2) .tags,
.body-home .article-list .article-thumb:nth-child(3) .tags {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: .75em;
    z-index: 10;
}




.article-thumb,
.body-home .article-list .article-thumb:nth-child(2),
.body-home .article-list .article-thumb:nth-child(3) {
    width: 350px;
    height: 200px;
}

.article-thumb .card-body,
.body-home .article-list .article-thumb:nth-child(2) .card-body,
.body-home .article-list .article-thumb:nth-child(3) .card-body {
    padding: 10px 15px;
}


.article-thumb .card-body .card-title a,
.body-home .article-list .article-thumb:nth-child(2) .card-body .card-title a,
.body-home .article-list .article-thumb:nth-child(3) .card-body .card-title a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    padding-bottom: 8px;
}

.article-thumb .card-body .card-text,
.body-home .article-list .article-thumb:nth-child(2) .card-body .card-text,
.body-home .article-list .article-thumb:nth-child(3) .card-body .card-text {
    font-size: .75em;
    font-weight: 600;
}

.article-list .article-thumb .card-body .card-text::before,
.body-home .article-list .article-thumb:nth-child(2) .card-body .card-text::before,
.body-home .article-list .article-thumb:nth-child(3) .card-body .card-text::before {
    top: .05em;
}



.body-home .article-list .article-thumb:nth-child(4),
.body-home .article-list .article-thumb:nth-child(5),
.body-home .article-list .article-thumb:nth-child(6),
.body-home .article-list .article-thumb:nth-child(7) {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 650px - 20px);
    padding-right: 100px;
    padding-top: 30px;
    height: 100px;
    border-bottom: 1px solid #fff3;
}

@media(max-width:1400px) {

    .body-home .article-list .article-thumb:nth-child(4),
    .body-home .article-list .article-thumb:nth-child(5),
    .body-home .article-list .article-thumb:nth-child(6),
    .body-home .article-list .article-thumb:nth-child(7) {
        width: calc(100% - 450px - 20px);
    }
}

@media(max-width:1200px) {

    .body-home .article-list .article-thumb:nth-child(4),
    .body-home .article-list .article-thumb:nth-child(5),
    .body-home .article-list .article-thumb:nth-child(6),
    .body-home .article-list .article-thumb:nth-child(7) {
        width: calc(100% - 350px - 20px);
    }
}

@media(max-width:1000px) {

    .body-home .article-list .article-thumb:nth-child(4),
    .body-home .article-list .article-thumb:nth-child(5),
    .body-home .article-list .article-thumb:nth-child(6),
    .body-home .article-list .article-thumb:nth-child(7) {
        width: calc(100%);
        margin-top: 770px;
    }

    .body-home .article-list {
        height: 1650px;
    }
}

.body-home .article-list .article-thumb:nth-child(5) {
    top: 110px;
}

.body-home .article-list .article-thumb:nth-child(6) {
    top: calc(110px * 2);
}

.body-home .article-list .article-thumb:nth-child(7) {
    top: calc(110px * 3);
    border: none;
}

.body-home .article-list .article-thumb:nth-child(4) .tags,
.body-home .article-list .article-thumb:nth-child(5) .tags,
.body-home .article-list .article-thumb:nth-child(6) .tags,
.body-home .article-list .article-thumb:nth-child(7) .tags {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: .75em;
    z-index: 10;
}

.body-home .article-list .article-thumb:nth-child(4) img,
.body-home .article-list .article-thumb:nth-child(5) img,
.body-home .article-list .article-thumb:nth-child(6) img,
.body-home .article-list .article-thumb:nth-child(7) img {
    position: absolute !important;
    top: 0 !important;
    left: auto;
    right: 0 !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

.body-home .article-list .article-thumb:nth-child(4) .card-body,
.body-home .article-list .article-thumb:nth-child(5) .card-body,
.body-home .article-list .article-thumb:nth-child(6) .card-body,
.body-home .article-list .article-thumb:nth-child(7) .card-body {
    position: relative;
    bottom: 0;
    left: 0;
    background: transparent;
    display: block;
    width: aut0;
    z-index: 20;
    padding: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.body-home .article-list .article-thumb:nth-child(4) .card-body a,
.body-home .article-list .article-thumb:nth-child(5) .card-body a,
.body-home .article-list .article-thumb:nth-child(6) .card-body a,
.body-home .article-list .article-thumb:nth-child(7) .card-body a {
    display: block;
    font-size: 14px;
    line-height: 1.4 !important;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    height: calc(14px * 1.4 * 2);
}

.body-home .article-list .article-thumb:nth-child(4) .card-body .card-text,
.body-home .article-list .article-thumb:nth-child(5) .card-body .card-text,
.body-home .article-list .article-thumb:nth-child(6) .card-body .card-text,
.body-home .article-list .article-thumb:nth-child(7) .card-body .card-text {
    font-size: .65em;
    font-weight: 700;
    display: block;
    margin-top: .7em;
}

.body-home .article-list .article-thumb:nth-child(4) .card-body .card-text::before,
.body-home .article-list .article-thumb:nth-child(5) .card-body .card-text::before,
.body-home .article-list .article-thumb:nth-child(6) .card-body .card-text::before,
.body-home .article-list .article-thumb:nth-child(7) .card-body .card-text::before {
    content: ' \2022 ';
    font-weight: 600;
    dipslay: inline-block;
    margin: 0 .3em;
    opacity: .5;
}

.body-home .article-list .article-thumb:nth-child(4) .card-body .date,
.body-home .article-list .article-thumb:nth-child(5) .card-body .date,
.body-home .article-list .article-thumb:nth-child(6) .card-body .date,
.body-home .article-list .article-thumb:nth-child(7) .card-body .date {
    display: none;
}





.more-articles-link {
    text-decoration: none;
    opacity: .3;
    top: -.5rem;
    position: relative;
    text-transform: uppercase;
    font-size: .8em;
}

.more-articles-link:hover {
    opacity: 1;
}


/*
a-t
   img
   .card-body
      h5.card-title
         a
      p.card-text (user)
   .card-footer
      .date
   .tags
*/



.video-home-thumb {
    padding: 0 !important;
    position: absolute;
    top: 437px;
    right: 0px;
    width: calc(100% - 350px - 20px);
    border-radius: 16px !important;
    overflow: hidden;
}

@media(max-width:1000px) {
    .video-home-thumb {
        padding: 0 !important;
        position: absolute;
        top: 1210px;
        right: 0px;
        width: calc(100%);
        border-radius: 16px !important;
        overflow: hidden;
    }

}

.video-home-thumb iframe {
    width: 100%;
    height: 420px !important;
}

.mozaic+.content header>* {
    display: block;
    padding: .5em 0 1em 0;
    font-weight: 600;
    font-size: 2em;
}

.mozaic+.content .content-content {
    column-count: 3;
    column-gap: 20px;
}

@media(max-width:600px) {
    .mozaic+.content .content-content {
        column-count: 2;
        column-gap: 20px;
    }
}

@media(max-width:400px) {
    .mozaic+.content .content-content {
        column-count: 1;
        column-gap: 0px;
    }
}

.sidebar-col {
    background: linear-gradient(to right, #000, #191925);
    padding-right: 40px;
    padding-bottom: 30px;
    border-radius: 0 0 16px 0;
}

@media(max-width: 1000px) {
    .sidebar-col {
        display: none;
    }
}

.sidebar-col * {
    color: #fff;
    background: transparent;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
}

.sidebar-col>div {
    width: 100%;
}

.sidebar-col img {
    border-radius: 12px;
}

.sidebar-col h5,
.sidebar-col .card-header {
    font-weight: 600;
    margin: 10px 0;
    padding: 0;
}

.sidebar-col .card-body {
    padding: 0;
    line-height: 1.2;
}

.sidebar-col .card-body .card-title {
    margin-bottom: .25rem;
}

.sidebar-col .card-body .card-title>* {
    color: #8d659d;
    text-decoration: none;
}

.sidebar-col .card-body .card-text {
    font-size: .8em;
    opacity: .3;
}


.sidebar-col .clan-thumb .card-title>* {
    color: #13df99 !important;
    text-decoration: none;
    text-align: center !important;
    display: block;
}

.sidebar-col .clan-thumb .card-text {
    text-align: center !important;
}

.sidebar-col .list-group {
    background: #000;
    border-radius: 0 16px 16px 0 !important;
}

.sidebar-col .list-group .list-group-item {
    padding: 0;
    font-size: .7em !important;
    border: none !important;
}

.sidebar-col .list-group .list-group-item+.list-group-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #000000, #12121a);
    position: absolute;
    top: -2px;
    left: 0;
}

.sidebar-col .list-group .list-group-item * {
    font-size: 1.05em !important;
}

.sidebar-col .list-group .list-group-item img {
    border-radius: 99px;
}

.sidebar-col .list-group .list-group-item .progress {
    background: #fff5;
    height: 1px !important;
}

.sidebar-col .list-group .list-group-item .progress>* {
    background: #1039af;
    height: 1px !important;
}

body>header {
    background: linear-gradient(to right, #1f2030, #000000) !important;
    position: relative;
    height: 120px;
}

body>header::before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    background: linear-gradient(to right, #000, #191925 85%, #10111b) !important;
    position: absolute;
    bottom: 0;
    left: 0;
}


body>header .logo,
body>header .logo a img {
    width: 300px;
    height: 120px;
    object-fit: contain;
    z-index: 100;
}

@media(max-width:1200px) {

    body>header .logo,
    body>header .logo a,
    body>header .logo a img {
        width: 300px;
        height: 60px;
        top: 0;
        margin: 0;
        margin-bottom: 60px;
        object-fit: contain;
        z-index: 100;
        line-height: 1;
    }

    body>header .logo a {
        width: 300px;
        height: 60px;
        top: 0;
        margin: 0;
        margin-bottom: 0;
        object-fit: contain;
        z-index: 100;
        line-height: 1;
    }

    body>header .logo a img {
        margin: 16px 0 0 0;
    }

}

@media(max-width:580px) {

    body>header .logo,
    body>header .logo a,
    body>header .logo a img {
        width: 150px;
        height: 60px;
        top: 0;
        margin: 0;
        margin-bottom: 60px;
        object-fit: contain;
        z-index: 100;
        line-height: 1;
    }

    body>header .logo a {
        width: 150px;
        height: 60px;
        top: 0;
        margin: 0;
        margin-bottom: 0;
        object-fit: contain;
        z-index: 100;
        line-height: 1;
    }

    body>header .logo a img {
        margin: 08px 0 0 0;
    }

}

@media(max-width:400px) {

    body>header .logo,
    body>header .logo a,
    body>header .logo a img {
        width: 120px;
        height: 60px;
        top: 0;
        margin: 0;
        margin-bottom: 60px;
        object-fit: contain;
        z-index: 100;
        line-height: 1;
    }

    body>header .logo a {
        width: 120px;
        height: 60px;
        top: 0;
        margin: 0;
        margin-bottom: 0;
        object-fit: contain;
        z-index: 100;
        line-height: 1;
    }

    body>header .logo a img {
        margin: 6px 0 0 -5px;
    }

}

body>header .main-menu {
    position: relative;
    top: -60px;
    left: 0px;
    width: 100%;
    background: transparent !important;
    text-align: center;
}

body>header .main-menu>ul {
    width: 600px;
    margin: 0 auto;
    display: block;
    text-align: left;
    position: relative;
    z-index: 20;
}

@media(max-width:1000px) {
    body>header .main-menu>ul {
        width: 100%;
    }
}

body>header .main-menu>ul>li {
    display: inline-block;
}


body>header .main-menu>ul>li>a {
    color: #fff;
    display: block;
    height: 60px;
    text-transform: lowercase;
    padding: 0 .5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: .9em;
    font-weight: 500;
}

@media(max-width:1000px) {
    body>header .main-menu>ul>li>a {
        color: #fff;
        display: block;
        height: 60px;
        text-transform: lowercase;
        padding: 0 .3rem;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: .8em;
        font-weight: 500;
    }
}

@media(max-width:600px) {

    body>header .main-menu>ul {
        height: 60px;
        width: calc(100% - 100px);
        margin-left: 0;
    }

    body>header .main-menu>ul>li>a {
        height: 30px;
        padding: 0 .2rem;
        font-size: .75em;
    }
}


body>header .main-menu>ul>li>a:hover {
    color: #fff;
    opacity: .7;
}

body>header .main-menu>ul>li.active a {
    background: linear-gradient(135deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);
    background: -webkit-linear-gradient(135deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body>header .main-menu>ul>li>a::after {
    display: none;
}










body {
    padding-top: 5px;
}

body::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(pasek.png) no-repeat center;
    background-size: 100% 100%;
}

body>footer.bg-dark {
    background-color: #101018 !important;
    position: relative;
    margin-top: 100px !important;
}


body>footer.bg-dark::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(pasek.png) no-repeat center;
    background-size: 100% 100%;
}

.main-menu+form {
    position: relative;
    right: 0px;
    width: 100%;
    max-width: 1400px;
    z-index: 19;
    position: relative;
    top: -105px;
    height: 0px;
    z-index: 25;
}


@media(max-width:600px) {
    .main-menu+form {
        width: calc(100% - 20px);

    }
}

.main-menu+form input {
    width: 200px;
    min-height: 30px;
    line-height: 20px;
    position: absolute;
    right: -20px;
    top: 0;
    background: #282830;
    border: none;
    color: #fff;
    border-radius: 999px;
    padding-right: 35px;
    margin: 0;
    font-size: 13px;
}

@media(max-width:800px) {
    .main-menu+form input {
        width: 100px;
    }
}

@media(max-width:600px) {
    .main-menu+form input {
        width: 100px;

    }
}

.main-menu+form button {
    width: 30px;
    height: 30px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAAXNSR0IArs4c6QAABYhJREFUeF7tnVF6EzEMhNOTAScDTgY9GXz6qMuyJF07mpEle/LShzqONPNLtnfT7stNr60VeNk6eyV/EwCbQyAABMDmCmyevjqAANhcgc3TVwcQAJsrsHn66gACYHMFNk9fHUAAbK7A5umrAwiA8gp8PmTws3w2wQlU6QBm8qc3bZrhR+PvydZgaD9fb7ebADkplRmAZrr9vDJ7pG6+3W43wfCmWDYAzOivYMM/gmN7GLIAEG38GQpbGr7vuETMBqC1eavEDC+Lw0DY5jUTAGv1WYw/G74NCDMAmN3uR6p7hj4j8bnHRido5v9wRx07wZeV9waRAGRu+VdILbskRAFQ2fwGx5IQRABgLR95IeeqWpm/t+OiLQnLvNgArFD5S58QmABU3PD1VvYyywELgJXNb5CwtOuFEDKOkcQO5i8DAQOAlTZ9PVXG0LDncyFj0MHPMr/d559x2ih9MkACENH6Texm9tVNGzuB2CvifgNSR0hl906CDJxZ/d7btez7D2W7AAoAVvV7jT8XAvO6BErL3uKFjEMFzah+5lmbBQJKT4i5PZMgAmZUf8QdOAYECD17fIONQQSMrv4I848C/oKp+WcihKbgkB5PhwgWKWC0+aYMuoMhNC0DAFI85pp/JShyOdgKAFT7z3CMQnWyDLlcAf/+ey+tKNFmtP57IqHy8erabaB3oCdQVPvPVDECYIAoVPvPUv0tdQQEM/czAxb6jiwoADxdaCjZzsEIAMocBz3iI4TK1P6RHUAAdFZbtvaPhMBTXJ3y+Yd5gkR0AM/n+7N/PMPKuf2TtceAlUVaOTcB0NE6BMDmIgkAAdChwMdDPMur+8N7J/AEuXKVrJyb9gAd1SEANhdJAGwMAOoml2d57ZAfM8QTJKJKMt40WfUex11iZgOQ8Zo5AuyM9zjgAKC+RuWBENMH/86Cav9bAGCyrVYtqPaf9SbXfwXjrT4EAFmWAVT1Z8mnqztmASCDaKjqz5BLl/moQFFdYOaJALWfMU3LrP/ZAEDF003/20Bk67cpy6z/KMFRHaAZ512WRgBAm4/SdCQH11iU2BUhYJhfqvqRtKIBsNiYewLkmn+sQFRBuap65M3IgCtAwPxPIUxgRzwdGpsdgJaMV9yIB1MgtRwy0TMYHTSjC5zz633OD+uhU/f0Lrf2s3bcyIspI2DP/Ddx5c7+7E1LRBcYgSNqbKkLQKwO0OYVBFHYOT8HvQdo4TDO2M5Uw95eqhOwADC1WWftMCcdH1QGAiYAgqDA00XYABgEu+4HSpwOIgBQJ0jcCaIAEARJIYgEwCDQ6cCxs2S8NRoAXSdI1glmAbDzkpDqiDgTgNYNZt0/eNRR21NJmE8aSQNBBgDa3sAuHM145k8D4fxwCvaFrBQQZAGgmdAgiAKhVfvrgyeELw9BNgCObZn10Kcr089Lw9IQZAbgaMTxyx3HG049J6Pjk8YeVfrVPMtCUAWAK4OOS0b7csjVe0Z/vyQEqwAwauaz45eDQACMo8CGwPsF2KGMBMCQXO+Dl4FAADwHQMSVzJBOIACeB2AJCASAD4DyEAgAPwClIRAAGADKQiAAcACUhEAAYAEoB4EAwANQCgIBwAGgDAQCgAdACQgEABeA9BAIAD4AqSEQADEAsCF4+vuFAiAOABYET5tvAQmAWADQELjMFwDx5rdPRHyfwG2+AJgHgLcTQMwXAHMBeBYCmPkCYD4AoxBAzRcAOQDohQBuvgDIA8AVBBTzBUAuAB5BQDNfAOQD4AwB1XwBkBOABoH9uZv9E2rqS1cCqfLmn1wA5PeIGqEAoMqbf3IBkN8jaoQCgCpv/skFQH6PqBEKAKq8+ScXAPk9okYoAKjy5p9cAOT3iBqhAKDKm39yAZDfI2qEAoAqb/7JfwOMpQGQJOUFBwAAAABJRU5ErkJggg==');
    background-size: 17px;
    ;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    position: absolute;
    right: -5px;
    text-indent: -9999px;
    text-align: left;
    border: none;
    border-radius: 99px;
}

.main-menu+form button:hover {}

.main-menu+form input:focus+button {
    filter: none;
}











.socials {
    position: absolute;
    top: 0;
    right: 1rem;
    z-index: 500;
    height: 50%;
    font-size: 0;
    z-index: 30;
}

@media(max-width:1000px) {
    .socials {
        display: none;
    }
}

.socials a {
    display: inline-block;
    height: 100%;
    aspect-ratio: 3/4;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.socials a:hover {
    opacity: .3;
    background-size: 50px;
}

.socials a.sfb {
    background-image: url(gfx/fb1.svg);
}

.socials a.sx {
    background-image: url(gfx/x.svg);
}

.socials a.sin {
    background-image: url(gfx/insta.svg);
}

.socials a.syt {
    background-image: url(gfx/yt.svg);
}

.socials a.sem {
    background-image: url(gfx/t.svg);
}



.user-space {
    position: relative;
    right: 0;
    width: 100%;
    max-width: 1400px;
    z-index: 19;
    position: relative !important;
    top: -105px;
    height: 0px;
    text-align: right;
}



.user-space>div {
    position: relative;
    display: inline-block;
    margin-right: 0px;
    margin-top: 4px;
    width: 200px;
}

@media(max-width:480px) {
    .user-space {
        top: -113px;
        left: -10px;
        transform: scale(.75);
    }

}

@media(max-width:400px) {
    .user-space {
        top: -115px;
        left: -40px;
        transform: scale(.7);
    }

}

.user-space>div a {
    color: #fff;
    display: block;
    height: auto;
    text-transform: lowercase;
    padding: 0 .5rem;
    display: inline-block;
    ;
    justify-content: center;
    flex-direction: column;
    font-size: .9em;
    font-weight: 500;
}

.user-space>div a:hover {
    color: #5b62cc;
}

.main>.container {
    position: relative;
    z-index: 10;
    color: #e3e6ec;
}

.btn-primary {
    background-color: #8d659d;
    border-color: #b38fc1;
}

body.body-app-login .main>.container>.row>.col:nth-child(2),
body.body-app-register .main>.container>.row>.col:nth-child(2) {
    padding: 10vw;
}

.main>.container>.row>.col:nth-child(2) .title,
.main>.container>.row>.col:nth-child(2) h1 {
    padding-bottom: 2rem;
    background: -webkit-linear-gradient(135deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: .2em;
}




.user-space .account-badge {
    position: absolute;
    top: -12px;
    transform: scale(.8);
    top: -72px;
    left: 280px;
}

@media(max-width:580px) {
    .user-space .account-badge {
        position: absolute;
        top: -12px;
        transform: scale(.8);
        top: -72px;
        left: 110px;
    }

}

.user-space .account-badge>.nav-link {
    position: absolute;
    right: -120px;
    opacity: .5;
}

.user-space .account-badge>.nav-link:first-child {
    top: 23px;
    opacity: .5;
}


.user-space .account-badge+.navbar {
    position: absolute;
    left: 540px;
    transform: scale(.8);
    top: -72px;

}

@media(max-width:580px) {
    .user-space .account-badge+.navbar {
        left: 380px;
    }

}


.chat-x .navbarnav * {
    color: #fff;
}


.content-col {
    padding: 30px;
}



.game-thumb,
.clan-thumb,
.conversation-thumb,
.video-thumb,
.article-thumb,
.content-thumb {
    width: 19rem;
    display: inline-block;
    margin-bottom: 0.25rem;
    vertical-align: top;
    background: transparent;
    color: #fff5;
    line-height: 1.2;
    border: 0;
}


.game-thumb>img:first-child,
.clan-thumb>img:first-child,
.conversation-thumb>img:first-child,
.video-thumb>img:first-child,
.article-thumb>img:first-child,
.content-thumb>img:first-child {
    height: 200px;
    display: block;
    max-width: 98%;
    margin: 0 auto;
    border-radius: 16px;
    object-fit: cover;
}

.card-footer {
    padding: 5px 0 10px 0;
    background: 0;
    border: 0;
}

.card-footer .bi {
    color: #fff4;
}



.game-thumb a,
.clan-thumb a,
.conversation-thumb a,
.video-thumb a,
.content-thumb a {
    padding-bottom: 2rem;
    background: -webkit-linear-gradient(135deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: .2em;
}


.badge {
    color: #fff !important;
    background: linear-gradient(150deg, #08e9aa, #24a7e1, #6d63d0, #b838a6, #f42db0) !important;
}




.chat-x {
    background: #28283088;
    margin-top: 0px;
    border-radius: 24px;
    padding: 20px 0;

}


.content-col:has(.chat-x) .navbar-collapse {
    background: -webkit-linear-gradient(135deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: lowercase;
    letter-spacing: 0em;
    font-size: .9em;
    font-weight: 700;
}

.chat-x .chat-pre h3 {
    background: -webkit-linear-gradient(25deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 0 10px;
    line-height: 1;
    position: relative;
    top: 3px;
}

.chat-x .chat-pre a {
    color: #fff5;
    padding: 0;
    position: relative;
    top: -10px;
    left: -30px;
}

.chat-x .chat-pre {
    border: none;
    background: linear-gradient(to bottom, #fff0, #fff1);
}

.people-list {
    background: linear-gradient(#fff1, #fff0);
    top: -16px;
    position: relative;
    border: none;
}

.chat-x input[type="text"] {
    margin-left: 5px !important;
    border-radius: 4px !important;
    border: none;
    background: #000;
    color: #fff !important;
}

.chat-x .name button span {
    color: #fff;
}


.people-list .chat-list li {
    margin-right: -12px;
}

.people-list .chat-list li:hover {
    background: linear-gradient(135deg, #b62bb144, #7e4ec944, #34a1db44, #0dde9d44) !important;
    border-radius: 99px 0 0 99px;

}

.chat-x .chat {
    border: 0 !important;
}


.chat-x .message {
    padding: 5px 15px !important;
}


.chat-x .my-message {
    background: #fff8 !important;
}

.message-data-time,
.message-data-time * {
    font-size: 11px;
    letter-spacing: 0;
    text-transform: uppercase !important;
    color: #fff4;
}

.chat-x .chat-history {
    border: 0 !important;
    background: #0007;
    border-radius: 16px;
}

.chat .chat-header {
    border: 0 !important;
}

.logo .navbar-brand {
    font-size: 0;
    padding: 0;
}

.logo .navbar-brand img {
    width: 100%;
}

.card-footer.text-body-secondary {
    font-size: .75em;
    padding-left: .5rem;
}

.card:not(:has(img)) {
    background: linear-gradient(to bottom, #181824, #000 60%);
    padding-top: 200px;
    border-radius: 16px;
}

.table th {
    background: -webkit-linear-gradient(135deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.fav-games-row {
    margin-bottom: 4rem;
}

.fav-opinion-row h5 {
    background: linear-gradient(25deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);
    background: -webkit-linear-gradient(25deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.progress-bar {
    background: linear-gradient(25deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);
    background: -webkit-linear-gradient(25deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);

}

@media(max-width:580px) {
    .main {
        width: 96vw !important;
        margin-left: 2vw;
    }
}


@media (max-width: 768px) {

    table.table thead,
    table.table th {
        display: none;
    }



    table.table,
    table.tablee tbody,
    table.table tr,
    table.table td {
        display: block;
        width: 100%;
        min-width: 250px;
        margin: 0 auto;
    }

    table.table tr {
        margin-bottom: 1rem;
        padding: 0.5rem;
    }

    table.table td {
        padding: 0.5rem;
        position: relative;
    }

    table.table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 0.3rem;
        background: -webkit-linear-gradient(135deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        font-size: .7em;
    }
}



.page-link {
    border-color: #000 !important;
}


.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background: -webkit-linear-gradient(135deg, #b62bb1, #7e4ec9, #34a1db, #0dde9d);
    border-color: #000;
}

.locale-switcher {
    position: absolute;
    top: 1rem;
    right: 16rem;
}







.mozaic+.content .content-content {
    column-count: 1;
    column-gap: 20px;
}



.mozaic+.content .content-content * {
    font-size: 1.3rem;
    line-height: 1.4;
}


.mozaic+.content .content-content ul,
.mozaic+.content .content-content ol {
    margin-left: 2rem;
}

.mozaic+.content .content-content strong {
    color: #c126a5;
}

body>header .main-menu>ul>li a {
    opacity: .3;
}


body>header .main-menu>ul>li:first-child>a {
    opacity: 1;
}

.content-content ul,
.content-content ol {
    margin: 1rem 0 0 2rem !important;
}

.content-content ul li,
.content-content ol li {
    margin-bottom: .3rem !important;
}

ol li::marker {
    font-weight: 700;
    color: #16d0ab;
}

.content-content * {
    background: transparent !important;
    color: #fff !important;
}