@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Mono');
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/material.woff2") format('woff2');

  }
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    transform: translateY(4px);
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
    font-variation-settings: 'FILL' 1, 'wght' 300, 'GRAD' 0, 'opsz' 96;
  }
/* VARIABLE */
:root {
    --main-color: #ffbe2c;
    --main-color2: #9f6e00;
    --green:#6be548;
    --red:#e31629;
    --blue:#008a99;
    --yellow:#ffef00;
    --purple:#8f0e8e;
    --arcade:#d9460d;
    --smart:#009b9e;
    --main-color3:rgba(255,51,0,0.8);
    --main-bg: #000000;
    --legend:#009c9f;
}

/*SURCHARGE*/
* {
    
}

body,
html {
    padding: 0;
    margin: 0;
    background-color: var(--main-bg);
background-image: url("https://www.transparenttextures.com/patterns/black-mamba.png");
    scroll-behavior: smooth;
    height: 100%;
  background-position: center;
  font-family: "Inter", sans-serif;

}

[id] {
    scroll-margin-top: 80px;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #FFF;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-family: "Barlow Condensed";
    &.green {
        color: color-mix(in srgb, var(--green) 70%, var(--green) 0%);
    }
    &.red {
        color: color-mix(in srgb, var(--red) 70%, var(--red) 0%);
    }
    &.blue {
        color: color-mix(in srgb, var(--blue) 70%, var(--blue) 0%);
    }
    &.yellow {
        color: color-mix(in srgb, var(--yellow) 70%, var(--yellow) 0%);
    }
    &.purple {
        color: color-mix(in srgb, var(--purple ) 70%, var(--purple ) 0%);
    }
    &.arcade{
        background: var(--arcade);
  display: block;
  float: left;
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  margin: 10px 0 !important;
  color: #FFF !important;
    }
    &.smart{
        background: var(--smart);
  display: block;
  float: left;
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  margin: 10px 0 !important;
  color: #FFF !important;
    }
}

h1 {
    font-size: 35px;
    width: 100%;
    clear: both;
    float: left;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.64);
}

h2 {
    font-size: 30px;
    margin-top: 20px;
    width: 100%;
    clear: both;
    float: left;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5,
h6 {
    font-size: 21px;
}




h2 span.combonumber {

    font-weight: 600;
    font-style: italic;
    filter: drop-shadow(0 0 2px #000000);
    float: right;
    font-family: "Barlow Condensed";
    color:#FFF;
}

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

ul li {
    display: inline-block;
}

ul.default {
    list-style-type: none;
}

ul.default li {
    display: list-item;
}

p {
    padding: 0;
    margin: 0;
}
p a{
    font-family: "Inter";
}

figure {
    margin: 0;
    padding: 0;
}

figcaption {
    text-align: center;
    color: #cacaca;
    font-size: 14px;
    padding: 5px 0;
}

a {
    outline: 0;
    font-style: normal;
    text-decoration: none;
    color: var(--main-color);
    cursor: pointer;
    font-family: "Barlow Condensed";
  font-weight: 500;
    &:hover {
        color: var(--main-color2);
    
    }
}

article {
    width: 100%;
    float: left;
    background: #00000057;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    color: #FFF;

}
article a{
    font-family: "Inter";
}

article ul,
.char-spec ul {
    list-style: outside;
    padding-inline-start: 16px;
}

article ul li,
.char-spec ul li {
    display: list-item;
    margin-bottom: 0px !important;
}
article ul li a,
.char-spec ul li a {
    font-family: "Inter";
}

article.nobg {
    background: #00000000;
}

article.success,
article.error,
article.warning {
    background: #000000b0;
    margin-bottom: 23px;
}

article.success {

    border-left: 5px solid hsl(from var(--green) h s calc(l - 20));
    background:var(--green);
    color: contrast-color(var(--green));

}

article.error {
    border-left: 5px solid hsl(from var(--red) h s calc(l - 20));
    background:var(--red);
    color: contrast-color(var(--red));
}

article.warning {
    border-left: 5px solid hsl(from var(--yellow) h s calc(l - 20));
    background:var(--yellow);
    color: contrast-color(var(--yellow));
}

article.black {
    background: #000;
    color: #FFF;
}

article.white {
    background: #fff;
    color: #000;
}

article .question {
    cursor: pointer;
    transition: all 0.2s;
}

article .question:hover {
    background-color:var(--main-color);
    color: #000;
}

article .question:before {
    content: "► ";
    display: inline;
}

article .question.active:before {
    content: "▼ ";
    display: inline;
}

article .answer {
    display: none;
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 10px;
    color: #ffffffd1;
    background: #FFFFFF0F;
}

.separator {
    background-color: rgb(255, 255, 255);
  display: block;
  height: 2px;
  width: 100%;
  float: left;
}

span.small {
    font-size: 14px;
}

/*MENU*/
header.top-bar {
    width: 100%;
    float: left;
    background: #000;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    max-height: 60px;
    z-index: 9;
    border-bottom:2px solid #FFF;
    & .container {
        width: 100%;
    }
    & .menu-left {
        float: left;
    }
    & .menu-right {
        float: right;
        padding: 0px;
        & ul li {
            padding: 0 0px;
            border-left: 2px solid #FFF;;
            &:hover {
                background-color: var(--main-color);
            }
            & a.button {
                padding: 0 10px;
                min-width: 31px;
                text-align: center;
                font-size: 14px;
                transform: translateY(-2px);
                user-select: none;
                background: none;
                &.message span {
                    height: 10px;
                    width: 10px;
                    display: inline-block;
                    background: rgb(228, 19, 19);
                    position: absolute;
                    top: 18px;
                    right: 12px;
                    border-radius: 5px;
                }
                &:hover {
                    box-shadow: none;
                    color: #FFF;
                }
            }
        }
    }
   & ul{
    &.menu {
         display: inline-block;
         list-style-type: none;
        }
    }
    & li {
        float: left;
        line-height: 60px;
        height: 60px;
        padding: 0 15px;
        &.active {
            background: var(--main-color);
            &:after {
                content: "";
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid var(--main-color);
                position: absolute;
                margin-left: -15px;
                margin-top: 5px;
            }
        }
        & a {
            color: #FFF;
            &:hover {
                color: var(--main-color);
            }
            .active &:hover{
                color:#FFF;
            }
        }
        & .submenu {
            position: absolute;
            width: 900px;
            left: 190px;
            padding: 15px;
            box-sizing: border-box;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            background: #000;
            line-height: normal;
            display: none;
            opacity: 0;
            border: 1px solid #141414;
            transition: all 0.3s;
            border-top: 6px solid var(--main-color);
            float: left;
            &.active {
                display: grid;
                opacity: 1;
            }
            & .submenu_col {
                border-right: 2px solid #FFF;
                &:last-child{
                    border-right: 0;
                }
                & span {
                    border-bottom: 2px solid #fff;
                    padding: 6px 5px;
                    width: 100%;
                    display: inline-block;
                    font-weight: bold;
                    padding-left: 5px;
                    color: #FFF;
                    box-sizing: border-box;
                }
                & .promo {
                    width: 100%;
                    height: 200px;
                    background-size: 100%;
                    background-position: center;
                    border-radius: 5px;
                    padding: 10px;
                    box-sizing: border-box;
                    & h2 {
                        margin: 0;
                    }
                    & span {
                        color: #FFF;
                        border: none;
                        text-shadow: -1px 2px 2px rgba(0, 0, 0, 0.64);
                        display: block;
                        background: none;
                    }
                    & a:hover {
                        color: #FFF;
                    }
                    & img.featuring {
                        width: 100%;
                        margin-top: 5px;
                        border-radius: 5px;
                    
                    }
                }
                & ul {
                    list-style-image: url("/../tpl/img/listic.svg");
                    & li {
                        float: none;
                        display: list-item;
                        line-height: 1;
                        height: auto;
                        margin-left: 20px;
                        padding: 5px 0;
                        color:#FFF;
                        &:hover {
                            background-color: none;
                        }
                        & a:hover {
                            background: none;
                            color: var(--main-color);
                        }
                    }
                }
            }
        }
    }
    & .brand-logo {
        float: left;
        & img {
            height: 110px;
            padding: 2px;
            box-sizing: border-box;
            filter: drop-shadow(0 0 8px var(--main-color));
        }
    }
}


/*FOOTER*/
footer {
    float: left;
    width: 100%;
    background: #000;
    padding: 10px 0;
    color: #FFF;
    border-top: 2px solid #FFF;
    &.subfooter {
        background: #111111;
        font-size: 13px;
        border-top: 0;
        & a {
            color: #FFF;
        }
    }
}


div.subfooter {
    background: #03021A;
    font-size: 16px;
}

div.subfooter a {
    color: #FFF;
}

footer ul li {
    padding-right: 5px;
}

footer ul li a {
    font-size: 18px;
    color: var(--main-color);
}

footer ul.sponsor li {
    width: 60px;
}

footer ul.sponsor li img {
    width: 100%;
    vertical-align: middle;
}

footer .footer-left {
    float: left;
}

footer .footer-right {
    float: right;
}

/*CSS SPECIAL*/
div.main-container {
    width: 100%;
    float: left;
    padding: 80px 0;
    min-height: 600px;
    &.stopped {
        overflow: hidden;
        position: fixed;
    }
    &.blured {
        filter: opacity(0.2) blur(12px);
    }

}


.container {
    width: 1200px;
    margin: 0 auto;
    &.full {
        width: 100%;
        &.style1 {
            background: var(--main-color3);
            float: left;
            background-image: url(../img/buttonbg.svg);
      background-size: cover;
      background-position: center;
        }
        &.style2{
            background-image: url("/../tpl/img/bg.webp");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            float: left;
        }
    }
}


.divider {
    height: 1px;
    width: 100%;
    background: #B2B2B2;
    float: left;
    clear: both;
    margin: 2px 0;
}
.homebanner{
    width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.homebanner img{
    width: 100%;
  padding: 0;
  margin: 0;
}
.promo-block {

    background: #000000;
    height: 310px;
    width: 100%;
    background-size: cover;
    transition: all 0.8s;
    border: 1px solid #FFF;
}

.promo-block.one {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

.promo-block:hover {
    background-position: 10% 10%;
}

.promo-block .promo-inside {
    padding: 10px;
    color: #FFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.48);
    background: linear-gradient(180deg,rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.promo-block .promo-inside h3 {
    font-size: 43px;
    font-weight: bold;
    margin-bottom: 0;

}

.promo-block .promo-inside span {
    font-size: 20px;
}

.avatar {
    float: left;
    width: 80px;
    float: left;
    &.select {
        height: 40px;
    width: 40px;
    margin-right: 5px;
    box-sizing: border-box;
    background-color: var(--main-color);
    }
    &.small {
        width: 50px;
    }
    & img {
        width: 100%;
    
    }
}


.customized-home {
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    border-radius: 5px;
    background: color(from (var(--purple)) h calc(s - 10) calc(l - 10));
    box-shadow: rgba(4, 4, 4, 0.24) 0px 2px 8px 0px;
    margin-bottom: 10px;
}

/* BLANK */
#blankPage{
    text-align: center;
}
/* PAGE */
.container.page {
    position: relative;
    float: left;
    left: calc(50% - (1200px / 2));
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.container.page section {
    float: left;
    clear: both;
    margin-bottom: 60px;
}

.container.page h2,
.container.page h3 {
    margin-top: 0px;
}

.container.page h2:not(.news) {
    margin-top: 0px;
    /* width: auto; */
    padding: 0 0px;
    margin: 30px 0;
    border-bottom: 5px solid var(--main-color);
    box-sizing: border-box;
}
.container.page h2:not(.news):has(+ h3){
    margin-bottom:0;
}


.container.page h3 {
    color: var(--main-color);
}


div.page-menu {
    padding-bottom: 1px;
    background: #000;
    margin-bottom: 10px;
    transition: all 0.6s;
    

}

div.page-menu.close {
    background: var(--main-color);
}

div.page-menu a.head {
    font-size: 20px;
    color: #fff;
    width: 100%;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    background: var(--main-color);
    height: 30px;
}

div.page-menu a.head span.icon.close {
    display: none;
}

div.page-menu ul.content {
    padding: 10px 0;
}

div.page-menu ul.content li {
    display: block;
    margin-left: 10px;
    margin-bottom: 0 !important
}

div.page-menu ul.content li img.input {
    height: 22px;
}

div.page-menu ul.content li a:hover {
    color: #000
}

.container.page img.pict,
article img.pict {

    background: #FFF;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.container.page img.full,
article img.full,
img.full {
    width: 100%;
}

.container.page p {
    color: #FFF;
    margin-bottom: 10px;
}

.container.page p em {
    color: var(--main-color);
    font-weight: bold;
    font-style: normal;
}

.container.page ul,
.container.page ol {
    list-style-type: square;
    list-style-position: outside;
    padding: revert;
}

.container.page ul li ul,
.container.page ol li ul {
    list-style-type: circle;
    list-style-position: outside;
    padding: revert;
}

.container.page ul li,
.container.page ol li {
    color: #FFF;
    display: list-item;
    a{
        font-family: "Inter";
    }
}


#disqus_thread {
    width: 100%;
    border: 1px solid var(--main-color)52;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #000000a1;
    margin-top: 20px;
}

#disqus_thread::before {
    content: "Post your comment...";
    display: block;
    text-align: right;
    background: var(--main-color)5e;
    float: right;
    margin-top: -30px;
    padding: 0px 10px;
    color: #FFFFFF78;
    font-size: 14px;
    margin-right: -10px;
    padding-bottom: 3px;
    font-style: italic;
}

/* POPUP */
#popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    backdrop-filter: blur(5px);
}

#popup {
    width: 50%;
    height: 70%;
    display: none;
    overflow: hidden;
    background-color: #1e1d35;
    border: 1px solid var(--main-color)40;
    position: fixed;
    z-index: 10;
    top: 15%;
    transition: all 0.3s;
    left: 25%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    &.success {
        background-color: #00c103;
    }
    &.error {
        background-color: #ce0808;
    }
    & .closeBt {
        font-size: 60px;
        right: 0;
        background: none;
        position: absolute;
        padding: 10px;
        margin: 0;
        color: #FFF;
        transition: all 0.2s;
        cursor: pointer;
        &:hover {
            color: #000;
        }
    }
    & .inner {
        padding: 10px;
        height: 100%;
        box-sizing: border-box;
    }
}


/* NEWS */
.home-news {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    grid-gap: 10px;
    margin-bottom: 50px;
}

.main-news {}

.aside-news {
    background-size: 5px 5px;
    background-color: rgba(255, 255, 255, 0);
}

.main-news section.news:first-child {
    margin-bottom: 0;
}

.main-news section.news:first-child,
.aside-news section.newsList:first-child {
    margin-top: 0;
}

section.news,
section.newsList {
    background: #000000b2;
    float: left;
    width: 100%;
    margin: 20px 0;
    font-weight: normal;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-bottom: 5px;
}

section.news:first-child {
    margin-top: 0
}

section.newsList {
    margin-top: 10px;
    padding-bottom: 0px;
    height: 150px;
}

section.newsList h2 {
    margin: 0 0 10px 0
}

section.newsList:last-child {
    margin-bottom: 40px;
}

section.newsList .left {
    float: left;
    width: 150px;
    height: 150px;
}

section.newsList .left img {
    width: 100%;

}

section.newsList .right {
    float: right;
    width: calc(100% - 150px);
    padding: 0px 10px;
    box-sizing: border-box;
}

section.news h1,
section.news h2,
section.news h1.news,
section.news h2.news {
    margin: 0;
    width: 100%;
    float: none;
    font-size: 43px;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    border-bottom: 10px solid var(--main-color);
    background: linear-gradient(144deg,rgba(255, 190, 44, 0) 15%, rgba(255, 190, 44, 0.22) 57%, rgba(255, 190, 44, 0) 100%);

}
section.news h3,
section.news h3.news {
    margin: 0;
    width: 100%;
    float: none;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    color: var(--main-color);

}

section.news h1,
section.news h1.news {
    font-size: 45px;
}
section.news table{
    min-width: auto;
    
}
section.news td{
    color:#000;
}

section.news .taglist {
    position: relative;
    margin-top: -25px;
    top: 12px;
    width: 100%;
    text-align: right;
    height: 25px;
}
section.newsList .taglist{
    position: relative;
    margin-bottom: 3px;
    text-align: right;
    margin-top: -10px;
}

section.news .taglist .the_tag,
section.newsList .taglist .the_tag {
    font-size: 13px;
    background: var(--main-color2);
    padding: 3px 6px;
    margin: 0px 3px;
    color: #FFF;
    white-space: nowrap;
}

section.newsList h2 {
    width: 100%;
    float: none;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    color: var(--main-color);
    padding: 5px 0px;
    box-sizing: border-box;
    margin-bottom: 0;
}

section.news span.publish_date,
section.newsList span.publish_date {
    font-size: 14px;
    color: #FFFFFF96;
    width: 100%;
    float: left;
    padding: 5px;
}

section.newsList span.publish_date {
    padding: 0;
    margin-bottom: 10px;
}

section.newsList p.description {
    font-size: 16px;
    color: #FFF;
}




section.news div.content {
    display: block;
    width: 100%;
    float: left;
    color: #FFF;
}

section.news div.content h2 {
    background: none;
}

section.news div.content ul {
    list-style-type: inherit;
    margin: unset;
    padding: revert;
}

section.news div.content p {
    margin: 3px 0;
    padding: 10px;
}

section.news div.content p:has(img.image),
section.news div.content p:has(.video) {
    padding: 0;
}

section.news div.content .video,
article .video,
.video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}

section.news div.content ul li {
    display: revert;
}

section.news div.content .image,
section.news div.content .image2 {
    width: 100%;
}

section.news div.content .image2 {
    width: auto;
}

/* ARTICLE */
.article01 {
    float: left;
    width: 100%;
    background-size: 5px 5px;
    background-color: rgba(255, 255, 255, 0);
}

.article01 div.img {
    height: 150px;
    background-position: center;
    width: 100%;
}

.article01 span.title {
    padding: 5px;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #FFF
}

.article01 p {
    padding: 5px;
    font-size: 18px;
    margin-bottom: 10px;
    color: #FFF
}

.article02 {
    float: left;
    width: 100%;
    height: 200px;
    background-size: 5px 5px;
    background-color: rgba(255, 255, 255, 0);
}

.article02 div.img {
    height: 100%;
    background-position: center;
    width: 100%;
    background-size: cover;
    padding: 5px;
    box-sizing: border-box;
    max-width: 400px;
    margin: auto;

}

.article02 span.title {
    font-size: 28px !important;
    border: none !important;
    text-shadow: 1px 1px 10px rgb(0, 0, 0);
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0 !important;
    background: none !important;

}

.article02 p {
    font-size: 18px;
    margin-bottom: 35px;
    text-shadow: 1px 1px 10px rgb(0, 0, 0);
}

/*FORM*/
input[type=text],
input[type=password],
input[type=number] {
    background: none;
    border: 0;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    color: #FFF;
    flex: 20;
    box-sizing: border-box;
    .text-input.small &{
        padding: 0px;
    }
}


input[type=text]:-webkit-autofill,
input[type=password]:-webkit-autofill,
input[type=number]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px rgb(0, 0, 0) inset !important;
    color: #FFF !important;
    -webkit-text-fill-color: white !important;

}

textarea {
    border: none;
    width: 90%;
    background: none;
    padding: 10px;
    vertical-align: top;
    color: #FFF;
    box-sizing: border-box;
    resize: none;
    min-height: 150px;
    font-family: "Inter";
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus {
    outline: none;
    color: #FFF;

}

input[type=text]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:active,
input[type=password]:-webkit-autofill:active,
input[type=number]:-webkit-autofill:active {
    outline: none;
    color: #FFF !important;
    -webkit-box-shadow: 0 0 0 30px var(--main-color) inset !important;
    -webkit-text-fill-color: white !important;

}

.text-input {
    background: #000000b0;
    width: 100%;
  float: left;
  margin: 5px 0;
  padding: 10px;
  box-sizing: border-box;
  color: #FFF;
  min-height: 58px;
  transition: all 0.3s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 2px solid #FFF;
}
.text-input i{
    transform: translateY(0);
}

.text-input.small {
    background: #0000001c;
    border: 1px solid #53535333;
    margin: 0;
    min-height: 0;
}

.text-input:has(textarea:focus),
.text-input:has(input[type=text]:focus),
.text-input:has(input[type=password]:focus),
.text-input:has(input[type=number]:focus) {
    background: var(--main-color);
    color: #FFF;
    border-bottom: 3px solid #000;
}

.text-input:has(textarea:focus) label,
.text-input:has(input[type=text]:focus) label,
.text-input:has(input[type=password]:focus) label,
.text-input:has(input[type=number]:focus) label {
    color: #FFF
}

.text-input label {
    padding: 0px 3px;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    color: var(--main-color);
    font-style: italic;
    font-size: 16px;
    margin-left: 5px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    width: 100%;
}

.text-input label.error,
label.error {
    background: #A80606;
    color: #FFF;
    padding: 5px;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    margin: 5px 0px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    width: 100%;
}

.text-input p,.text-input ul {
    font-size: 17px;
    padding: 0px 8px;
    width: 100%;
}

.text-input .input-image {
    width: 100%;
    border-radius: 10px;
}

/* Switch 1 Specific Styles Start */



input[type="checkbox"] {
    font-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3.5em;
    height: 1.5em;
    background: #7b7b7b;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 30px;
}

input[type="checkbox"]:checked {
    background: var(--main-color);
}

input[type="checkbox"]:after {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"]:checked:after {
    left: calc(100% - 1.5em);
}

/* Switch 1 Specific Style End */

.form-error {
    background: #A83232;
    padding: 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin: 5px 0;
    color: #fff;
}

.form-error ul li {
    display: list-item;
}

/* BLOCK */
.block {
    display: block;
    float: left;
    padding: 10px 5px;
    width: auto;
    box-sizing: border-box;
}

.block:last-child {
    padding-right: 0px;
}

.block:first-child {
    padding-left: 0px;
}

.block>.content {
    width: 100%;
    background: #EEEEEE42;
    padding: 5px;
    border-radius: 3px;
    box-sizing: border-box;
}

.block>.content>h2 {
    margin: 0;
}

.block.sticky {
    position: sticky;
    top: 60px;
}

.block.s100 {
    width: 100%;
}

.block.s90 {
    width: 90%;
}

.block.s80 {
    width: 80%;
}

.block.s75 {
    width: 75%;
}

.block.s70 {
    width: 70%;
}

.block.s60 {
    width: 60%;
}

.block.s50 {
    width: 50%;
}

.block.s47 {
    width: 47.5%;
}

.block.s45 {
    width: 45%;
}

.block.s40 {
    width: 40%;
}

.block.s30 {
    width: 30%;
}

.block.s33 {
    width: 33.33336%;
}

.block.s25 {
    width: 25%;
}

.block.s20 {
    width: 20%;
}

.block.s10 {
    width: 10%;
}

.flex {
    display: flex;
    float: left;
    width: 100%;
    margin: 5px 0;
    box-sizing: border-box;
}

.flex .item {
    flex: 1;
}

.flex.menu {
    border: 1px solid #D6D6D6;
    border-radius: 5px;
}

.flex.menu .item {
    text-align: center;
    padding: 5px 0;
    border-right: 1px solid #D6D6D6;
    cursor: pointer;
    transition: all 0.2s;
}

.flex.menu .item:hover {
    background: #FFBF00;
}

.flex.menu .item.disabled {
    background: #EDEDED;
    color: #D6D6D6;
    cursor: default;
}

.flex.menu .item.selected {
    background: var(--red);
    color: #FFF;
    cursor: default;
}

.flex.menu .item:first-child {
    border-radius: 5px 0 0 5px;
}

.flex.menu .item:last-child {
    border-right: none;
    border-radius: 0 5px 5px 0;
}

.grid {
    display: grid;
    width: 100%;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.grid.c3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid.c4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.c5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid .item {
    width: 100%
}

/*TABLE*/
.tableResponsive {
    overflow-x: auto;
    min-width: 100%;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
    background-color: #FFF;
    min-width: 800px;
}

table thead tr td,
table thead tr th {
    background-color: var(--main-color);
    font-weight: bold;
    color: #FFF;
}

table tr td {
    border: 1px solid #737373;
    border-collapse: collapse;
    padding: 4px;
}
table tr td a {
    font-family: "Inter";
}

table tr:nth-child(odd) {
    background: #f9f9f9;
}

table tr.section {
    background: #b8b8b8;
    height: 40px;
}

.legendary {
    width: 100%;
    float: left;
    background: var(--legend);
    border-radius: 0;
    margin-bottom: 30px;
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 3px solid hsl(from var(--legend) h s calc(l - 20));
    color: #FFF;
}

.legendary p {
    background: #00000080;
    padding: 5px 5px;
}

/*TEXT*/
.text-white {
    color: #FFF !important;
}

.text-red {
    color: var(--red) !important;
}

.text-green {
    color: var(--green) !important;
}

.text-yellow {
    color: var(--yellow) !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.subtitle {
    font-size: 15px;
    color: #FFFFFF7D;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}


/*BADGE*/
.badge {
    display: inline-block;
    background: #E2E2E2;
    border-radius: 4px;
    font-size: 14px;
    color: #282828;
    padding: 2px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin: 5px;
    margin-left: 0;
    letter-spacing: 0.5px;
    &.blue{
        background: var(--blue);
        color: #fff;
    }
    &.red{
        background: var(--red);
        color: #fff;
    }
    &.dark-red {
        background: #721111;
        color: #fff;
    }
    &.yellow {
        background: var(--yellow);
    }
    &.green {
        background: var(--green);
        color: #FFF;
    }
    &.dark-blue {
        background: hsl(from(var(--blue)) h s calc(l - 10));
        color: #FFF;
    }
    &.purple {
        background: var(--purple);
        color: #FFF;
    }
    &.orange {
        background: var(--orange);
        color: #FFF;
    }
    &.brown {
        background: var(--brown);
        color: #FFF;
    }
    &.avatar {
        width: 60px;
        background: none;
        box-shadow: none;
        vertical-align: middle;
        & img {
            width: 100%;
            border-radius: 30px;
            vertical-align: middle;
        }
    }
    .avatar &{
        position: absolute;
        text-align: center;
        min-width: 15px;
        padding: 4px;
        border-radius: 10px
    }
}



/*BUTTON & BADGES*/
a.button,
input[type=submit].button {
    padding: 10px 15px;
    background-color: var(--main-color);
    color: #FFF;
    transition: all 0.2s ease-out;
    border: none;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 0;
    user-select: none;
    font-weight: 600;
  font-family: "Barlow Condensed";
}

a.button2 {
    background-color: none;
    border: 1px solid var(--main-color);
    color: #FFF;
    transition: all 0.2s ease-out;
    font-size: 17px;
    cursor: pointer;
    display: inline-block;
    margin: 2px 2px;
    user-select: none;
    vertical-align: middle;
    min-height: 52px;
    box-sizing: border-box;
    padding: 5px 10px;
    line-height: 32px;
}

a.button2:hover {
    background-color: #FFF;
    color: #000;
    border-color: #FFF;
}

a.button2.selected {
    background-color: none;
    border: none;
    cursor: default;
    color: #FFF;

}

a.button2.selected:hover {
    background-color: #ffffff00;
    border-color: #ffffff00;
}

a.button:hover,
input[type=submit].button:hover {
    background-color: var(--main-color2);
    -webkit-box-shadow: 5px 5px 0px 1px #000000, 10px 8px 0px 1px #B3B3B3; 
box-shadow: 5px 5px 0px 1px #000000, 10px 8px 0px 1px #B3B3B3;
}

a.button.large,
input[type=submit].button.large {
    width: 50%;
    display: block;
    text-align: center;
    padding: 15px 0;

    float: left;
    font-size: 17px;
}

a.button.full,
input[type=submit].button.full {
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 15px;
    float: left;
    font-size: 17px;
    box-sizing: border-box;
}

a.button.small,
input[type=submit].button.small {
    display: inline-block;
    text-align: center;
    padding: 5px 5px;
    font-size: 14px;
}

a.button.red,
input[type=submit].button.red {
    background-color: var(--red);
    color: contrast-color(var(--red));
}

a.button.red:hover,
input[type=submit].button.red:hover {
    background-color: hsl(from var(--red) h s calc(l - 20));
    color: contrast-color(var(--green));
}

a.button.green,
input[type=submit].button.green {
    background-color: var(--green);
    color: contrast-color(var(--green));
}

a.button.green:hover,
input[type=submit].button.green:hover {
    background-color: hsl(from var(--green) h s calc(l - 20));
    color: contrast-color(var(--green));
}

a.button.blue,
input[type=submit].button.blue {
    background-color: var(--blue);
    color: contrast-color(var(--blue));
}

a.button.blue:hover,
input[type=submit].button.blue:hover {
    background-color: hsl(from var(--blue) h s calc(l - 20));
    color: contrast-color(var(--blue));
}

a.button.yellow,
input[type=submit].button.yellow {
    background-color: var(--yellow);
    color: contrast-color(var(--yellow));
    ;
}

a.button.yellow:hover,
input[type=submit].button.yellow:hover {
    background-color: hsl(from var(--yellow) h s calc(l - 20));
    color: contrast-color(var(--yellow));
}

a.button.black,
input[type=submit].button.black {
    background-color: #000000;
    color: #FFF;
}

a.button.black:hover,
input[type=submit].button.black:hover {
    background-color: #3a3a3a;
    color: #FFF !important;
}

a.button.shadowed,
input[type=submit].button.shadowed {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

a.link {
    transition: all 0.2s;
}

a.link:hover {
    color: #FFF;
}

a.link.tall {
    font-size: 25px;
}

a.link.selected {
    border-bottom: 3px solid var(--main-color);
}

a.button-bage {
    display: inline-block;
    background: var(--main-color);
    border-radius: 55px;
    font-size: 14px;
    color: #fff;
    padding: 2px 5px;
    margin: 5px;
    margin-left: 5px;
    margin-left: 0;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.473);
    transition: all 0.3s;
    cursor: pointer;
}

a.button-bage.red {
    background: var(--red);
    color: #FFF;
}

a.button-bage.green {
    background: var(--green);
    color: #FFF;
}

a.button-bage.orange {
    background: var(--orange);
    color: #FFF;
}

a.button-bage:hover {
    color: #282828;
    background: #FFF;
    box-shadow: 0px 2px 0px 0px #D8D8D8;
}

a.buttoncat {
    width: 100%;
    display: block;
    padding: 20px 0;
    text-align: center;
    border: 1px solid var(--main-color);
    background: #ffffff1a;
    font-size: 22px;
    transition: all 0.2s;
    font-weight: bold;
}

a.buttoncat:hover {
    border-color: #FFF;
    background: #ffffff40;
    color: #FFF;
}

/*RANK & OVERVIEW*/
.rank-item {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: #FFF;
    background-color: #312f5b;
    margin: 5px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--main-color);
}

.rank-item .rank-image {
    width: 100%;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(58, 23, 122, 1) 0%, rgba(29, 29, 29, 1) 100%);
}

.rank-item .rank-letter {
    width: 70%;
    margin: 5px 0
}

.rank-item .rank-title {
    font-weight: bold;
    color: var(--main-color);
    font-size: 30px;
}

.rank-item .rank {
    padding-left: 10px;
    float: left;
    width: calc(100% - 90px);
}

.rank-item .rank-bar {
    width: 100%;
    border-radius: 4px;
    height: 20px;
    background: #DDDDDD;
    float: left;
}

.rank-item .rank-progress {
    height: 100%;
    border-radius: 5px 0 0 5px;
    background: #B71C1C;
    background: rgba(247, 64, 64, 1);
    background: -moz-linear-gradient(left, rgba(247, 64, 64, 1) 0%, rgba(183, 28, 28, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 64, 64, 1)), color-stop(100%, rgba(183, 28, 28, 1)));
    background: -webkit-linear-gradient(left, rgba(247, 64, 64, 1) 0%, rgba(183, 28, 28, 1) 100%);
    background: -o-linear-gradient(left, rgba(247, 64, 64, 1) 0%, rgba(183, 28, 28, 1) 100%);
    background: -ms-linear-gradient(left, rgba(247, 64, 64, 1) 0%, rgba(183, 28, 28, 1) 100%);
    background: linear-gradient(to right, rgba(247, 64, 64, 1) 0%, rgba(183, 28, 28, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74040', endColorstr='#b71c1c', GradientType=1);
}

.char-spec {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: #FFF;
    background-color: hsl(from var(--main-color) h s calc(l - 50));
    box-shadow: 0px -60px 120px #000000 inset;
    border: 1px solid hsl(from var(--main-color) h s calc(l - 45));
}

.char-spec .avatar {
    width: 150px;
    float: left;
    padding-right: 20px;
}

.char-spec .avatar img {
    width: 100%;
    border-radius: 0px;
}

.char-spec .avatar div.fullname {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    background: #fff;
    color: #000;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.37) 4px 4px 00px 0px;
    border-bottom: 5px solid var(--main-color);
}

.char-spec .avatar div.fullname span {
    color: var(--main-color);
    font-size: 17px;
}

.char-spec .avatar div.info {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    background: #fff;
    color: #000;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.37) 4px 4px 00px 0px;
    border-bottom: 5px solid var(--main-color);
    font-size: 15px;

}

.char-spec.pros {
    background-image: url("/tpl/img/pros.png");
    background-repeat: no-repeat;
    background-position: -50px -50px;
}

.char-spec.cons {
    background-image: url("/tpl/img/cons.png");
    background-repeat: no-repeat;
    background-position: -50px -50px;
}

.char-spec .spec {
    float: left;
    display: block;
    width: calc(100% - 200px);
}

.char-spec .spec .theSpec {
    width: 100%;
    display: block;
    float: left;
    background: #00000087;
    padding: 10px;
    margin: 5px 0;
    color: #FFF;
    box-shadow: rgba(0, 0, 0) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    background-size: 5px 5px;
    background-color: rgba(255, 255, 255, 0);
}

.char-spec .spec .theSpec .title {
    font-weight: bold;
    letter-spacing: 0.1px;
    font-size: 20px;
    color: var(--main-color);
}

.char-spec .spec .theSpec .appearanceItem {
    float: left;
    width: 150px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.char-spec .spec .theSpec span.active {
    background: var(--main-color);
    display: inline-block;
    height: 13px;
    width: calc(9% - 4px);
    padding: 2px;
    margin: 0 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    transform: skew(-20deg);
}

.char-spec .spec .theSpec span.inactive {
    background: #3c3c3c;
    display: inline-block;
    height: 13px;
    width: calc(9% - 4px);
    padding: 2px;
    margin: 0 2px;
    transform: skew(-20deg);

}

.char-spec .spec .overview ul li {
    display: block;
}

.char-spec .spec .overview .recommend {
    background: #e1e1e1;
    border-radius: 20px;
    margin: 10px 0;
    padding: 10px;
}

.char-spec .spec .overview .pros {
    height: 200px;
    background: #b5d7ab;
    border-radius: 20px;
    width: 49%;
    float: left;
    padding: 10px;
}

h3.pros {
    color: var(--green) !important;
}

.char-spec .spec .overview .cons {
    height: 200px;
    background: hsl(from(var(--red)) h s calc(l + 50));
    border-radius: 20px;
    width: 49%;
    float: right;
    padding: 10px;
}

h3.cons {
    color: var(--red) !important;
}
.pdfmovelist {
    background-image: url(../img/bg_cmd.webp);
  width: 100%;
  float: left;
  height: 200px;
  color:#FFF;
  .character{
    height:100%;
    float: left;
    aspect-ratio: 1/1;
    margin-right: 30px;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.move_plate {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0;
    float: left;
    border-radius: 5px;

    background-position-y: 0%;
    background-position-y: center;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    height: 175px;
}

.move_plate .avatar {
    width: 120px;
    background: var(--main-color);
    border-radius: 5px;
}

.move_plate h3,
.move_plate p {
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

.move_plate h3 {
    margin: 0;
}

.move_plate p {
    color: #FFF;
    margin-bottom: 15px;
    ;
}


/*CHARACTER SELECT*/
div.charlist,
div.charlist2 {
    width: auto;
    float: left;
    clear: both;
    line-height: 0px;
    font-size: 0px;
    text-align: center;
    background: #0000001c;
    margin-bottom:40px;
}

div.charlist2 {
    text-align: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 0;
    background: none;
}

div.charlist3 {
    text-align: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding: 0;
    background: none;
}

div.charlist .charbox {
    width: calc(calc(100% / 9) );
  height: 136px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  background-size: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #5d5d5d;
  background-position: top;
  background-size: 100%;

}

div.charlist2 .charbox {
    width: 100%;
    height: 157px;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
    background-color: #131313;
    border: 1px solid #262626;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100%;
}

div.charlist3 .charbox {
    width: 100%;
    height: 180px;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    background-size: cover;
    background-position: 20% 50%;
    -webkit-transition: all 0.2s;
    /* Safari */
    transition: all 0.3s;
    cursor: pointer;
    background-color: #131313;
    border: 1px solid #262626;
}

div.charlist .charbox:hover {
    background-size: 110%;
  background-position: center;
  background-color: var(--main-color) !important;
}

div.charlist2 .charbox:hover {
    background-position: 10% 10%;
    background-size: 120%;
    background-color: var(--main-color);
    background-blend-mode: overlay;
}

div.charlist3 .charbox:hover {
    background-position: 10% 50%;
    background-color: var(--main-color);
}

div.charlist .charbox:hover span {
    color: var(--main-color);
  border-left: 10px solid var(--main-color);
  padding-left: 13px;
}

div.charlist2 .charbox:hover span {
    color:#FFF;
    margin-top: 10px;
}

div.charlist3 .charbox:hover span {
    margin-right: 20px;
}

div.charlist .charbox span {
    font-size: 18px;
  line-height: 22px;
  color: white;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: bold;
  font-family: "Barlow Condensed";
  background: #000000c9;
  width: 100%;
  display: block;
  text-transform: uppercase;
  text-align: left;
  padding: 5px;
  margin-top: calc(136px - 32px);
  border-left: 5px solid #FFF;
}

div.charlist2 .charbox span {
    font-size: 40px;
  line-height: 35px;
  transition: all 0.6s;
  font-weight: bold;
  margin-right: 10px;
  color: var(--main-color);
  text-shadow: 0px 3px 8px #000;
  font-style: italic;
  text-transform: uppercase;
  margin-left: 5px;
}

div.charlist2 .charbox span.sub {
    font-size: 18px;
    display: block;
    line-height: 12px;
    color: #FFF;
    background-image: none;
    background-clip: initial;
    -webkit-text-fill-color: var(--main-color);
    text-shadow: 0px 1px 2px #00000075;
}

div.charlist3 .charbox span {
    font-size: 40px;
    line-height: 59px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-weight: bold;
    margin-right: 10px;
    color: #f7f7f7;
    background-image: -webkit-linear-gradient(270deg, #f7f7f7 17%, #787878 99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 1px #FFFFFF75;
    font-style: italic;
    margin-right: 10px;
}

div.charlist3 .charbox span.sub {
    font-size: 18px;
    display: block;
    line-height: 12px;
    color: #FFF;
    background-image: none;
    background-clip: initial;
    -webkit-text-fill-color: var(--main-color);
    text-shadow: 0px 1px 2px #00000075;
    margin-bottom: 6px;
}

div.charlist2 .charbox:hover span.sub {
    -webkit-text-fill-color: #ffffff;
}

div.charlist3 .charbox:hover span.sub {
    -webkit-text-fill-color: #ffffff;
}

div.charlist .charbox.selected {
    background-blend-mode: multiply;
    background-color: var(--main-color);
}

div.charlist .charbox.selected span {
    opacity: 1;
}

/* QUICK SEARCH // ADVANCED SEARCH */
div.charlist .charboxquick {
    width: 119px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #f0b020;
  margin: 3px;
  color: contrast-color(#731313);
  padding: 3px;

}

div.charlist .charboxquick:hover {
    background-color: #FFF;
}

div.charlist .charboxquick:hover span {
    color: #000;
}

div.charlist .charboxquick span {
    font-size: 16px;
  line-height: 30px;
  color: #FFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

div.toggleSearch,
div.toggleAS {
    width: 100%;
    height: 15px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    /* Safari */
    transition: all 0.3s ease-out;
    text-align: center;
    color: #AAA;
    font-size: 12px;
    border: 1px dashed #BBB;
    float: left;
    margin-bottom: 15px;
    border-radius: 10px;
}

div.toggleSearch:hover,
div.toggleAS:hover {
    background: rgba(202, 28, 77, 1);
}

div.AS {
    float: left;
    width: 100%;
}


/*COMBO*/
@keyframes combo-alert {
    0% {
        background-color: #EDEDED;
    }

    25% {
        background-color: var(--orange);
    }

    50% {
        background-color: #EDEDED;
    }

    75% {
        background-color: var(--orange);
    }

    100% {
        background-color: #EDEDED;
    }
}

@keyframes combo-deleted {
    0% {
        background-color: #EDEDED;
    }

    100% {
        background-color: var(--red);
    }
}

@keyframes combo-restored {
    0% {
        background-color: #EDEDED;
    }

    100% {
        background-color: var(--green);
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

ul.collection {
    clear: both;
    padding: 0 !important;
    list-style-type: none !important;
}

li.combo-item {
    width: 100%;
    float: left;
    background: #0a1722;
    border-radius: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    box-shadow: 0px -15px 60px var(--main-color)3d inset;
    border: 1px solid #222;
    background-position: 0 0;
    background-repeat: no-repeat;
}

li.combo-item.demo {
    border: 1px solid #161724;
}

li.combo-item.v2 {
    background: #f7e3de;
}

li.combo-item.v3 {
    background: #eff4dc;
}

li.combo-item.v4 {
    background: #e9dcf4;
}

li.combo-item.report {
    animation-name: combo-alert;
    animation-duration: 1s;
}

li.combo-item.deleted {
    animation-name: combo-deleted;
    animation-duration: 0.5s;
}

li.combo-item.restored {
    animation-name: combo-restored;
    animation-duration: 0.5s;
}

li.combo-item .combo {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

li.combo-item .comboBar {
    width: 100%;
    height: 4px;
    background: var(--main-color);
    display: block;
    float: left;
}

li.combo-item .combo .comboImg,
li.combo-item .combo .comboTxt,
li.combo-item .combo .comboBadges,
li.combo-item .combo .comboButton {
    float: left;
    clear: both;
    padding: 3px;
    box-sizing: border-box;
    margin-bottom: 0;
}

li.combo-item .combo .comboImg {
    padding: 10px 0
}

li.combo-item .combo .comboTxt,
li.move .comboTxt {
    font-family: 'PT Mono', monospace;
    padding: 5px;
    border-left: 3px solid var(--main-color);
    color: #FFF;
    font-size: 13px;
    background-color: #0000004a;
}

li.combo-item .combo .note {
    padding: 5px;
    font-size: 15px;
    border-left: 6px solid var(--main-color);
    display: none;
    float: left;
    clear: both;
    color: #FFF;
    background: #0003;
    width: 100%;
    box-sizing: border-box;
}

li.combo-item .combo .note strong {
    color: var(--main-color);

}

li.combo-item .combo .title-combo .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    float: left;
    width: 50%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    padding: 0px 5px;
    box-sizing: border-box;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6152661748293067) 0%, rgba(0, 0, 0, 0) 49%);
}

li.combo-item .combo .title-combo .author {
    width: 50%;
    display: block;
    text-align: right;
    float: right;
    font-size: 14px;
    color: #666;
    padding: 2px 5px;
    box-sizing: border-box;
}

li.combo-item .combo .powered {
    color: var(--main-color);
    display: none;
    background: #0000004d;
    padding: 3px;
}

li.combo-item .combo .powered img {
    vertical-align: top;
}

#combo-editor {
    background: #000000b0;
    margin: 5px 0;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    border: 1px solid #535353;
    color: #FFF;
}

#specialinput {
    color: #FFF;
}

#combo-editor #imgInput {
    min-height: 130px;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background: #f9f9f9;
}

#combo-editor #codeInput:before {
    content: "Text input";
    display: block;
    position: relative;
    top: -5px;
    color: #808080;
    font-size: 10px;
}

#combo-editor #codeInput {
    background: #5b5b5b;
    border-radius: 2px;
    border-bottom: 2px solid #444;
    padding: 5px;
    margin: 5px 0;
    color: #C4C4C4;
    font-size: 14px;
    font-weight: normal;
    font-family: "PT Mono";
    min-height: 34px;
}

#combo-editor #devInput {
    background: #d9c525;
    border-radius: 2px;
    padding: 5px;
    margin: 5px 0;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    font-family: "PT Mono";
    min-height: 22px;
}

#combo-editor .cursor {
    height: 40px;
    width: 2px;
    background: #0000009f;
    display: inline-block;
    vertical-align: middle;
    animation: blinker 1s linear infinite;
}

/*COMBO VIDEO*/

ul.collection-video {
    clear: both;
    padding: 0 !important;
    list-style-type: none !important;
}

li.combovideo-item {
    width: 100%;
    float: left;
    background: #0a1722;
    border-radius: 0;
    margin-bottom: 15px;
    box-sizing: border-box;
    box-shadow: 0px -15px 60px var(--main-color)3d inset;
    border: 1px solid #222;
    background-position: 0 0;
    background-repeat: no-repeat;
}
li.combovideo-item.deleted {
    animation-name: combo-deleted;
    animation-duration: 0.5s;
}
li.combovideo-item .combovideo .comboBadges,
li.combovideo-item .combovideo .comboButton {
    float: left;
    clear: both;
    padding: 3px;
    box-sizing: border-box;
    margin-bottom: 0;
}
li.combovideo-item .combovideo .title-combo{
    display: flex;
  align-items: center;
}
li.combovideo-item .combovideo .title-combo .title .avatar{
    width: 30px;
    margin-right: 10px;
}
li.combovideo-item .combovideo .title-combo .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    float: left;
    width: 50%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    padding: 0px;
    box-sizing: border-box;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6152661748293067) 0%, rgba(0, 0, 0, 0) 49%);
}

li.combovideo-item .combovideo .title-combo .author {
    width: 50%;
    display: block;
    text-align: right;
    float: right;
    font-size: 14px;
    color: #666;
    padding: 2px 5px;
    box-sizing: border-box;
}
li.combovideo-item .combovideo .videocontainer {
    aspect-ratio: 16/9;
}
li.combovideo-item .combovideo .videocontainer iframe {
    width: 100%;
    height: 100%;
}
li.combovideo-item .combovideo .data {
    width: 100%;
    box-sizing: border-box;
    padding:10px;
    color: #FFF;
}
li.combovideo-item .combovideo.listview .data {
    padding: 0 10px;
}
li.combovideo-item .combovideo .content {
    display: flex;
    align-items: normal;
}
li.combovideo-item .combovideo .preview {
    width: 300px;
   aspect-ratio: 16/9;
   background-position: center;
   background-size: 100%;
   text-align: center;
   transition: 0.4s all;
   background-blend-mode: normal;
   background-repeat: no-repeat;

}
li.combovideo-item .combovideo .preview img {
    transition: 0.3s all;
}
li.combovideo-item .combovideo .preview:hover {
    background-size: 110%;
}
li.combovideo-item .combovideo .preview:hover img {
    transform: scale(1.2);
    filter: drop-shadow(0px 0px 5px var(--main-color));
}
li.combovideo-item .combovideo .data p.title {
    font-size: 22px;
    color:var(--main-color);
}
li.combovideo-item .combovideo.listview .data p.description {
    min-height: 130px;
    max-height: 130px;
  overflow-y: hidden;
  mask-image: linear-gradient(180deg,rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 95%);
}
li.combovideo-item .combovideo .data p.description {
    font-size: 17px;
    margin-top: 10px;
    

}

/*INPUT*/
span.input {
    color: #FFF;
    background: var(--main-color);
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
    min-width: 40px;
    text-align: center;
    box-sizing: border-box;
    height: 30px;
    line-height: 25px;
    margin: 0 1px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 3px;
    margin: 5px 2px;
    font-weight: bold;
}

span.input.type2 {
    background: var(--blue);

}

span.input.type3 {
    background: #f0940b;

}

span.input.type4 {
    background: #f02d0b;

}

span.input.type5 {
    background: #5dc409;

}

span.input.type6 {
    background: #646464;

}

span.input.type7 {
    background: #924dbf;

}

span.input.pushable {
    cursor: pointer;
    transition: all 0.2s;
    color: #000;
    border: 1px solid #AAAAAA;
    height: 40px;
    line-height: 30px;
    background: #FFF;
    font-size: 15px;
    padding: 3px;
    user-select: none;
}

span.input.type2.pushable {
    color: #ffffff;
    border: 1px solid #1b4e99;
    background: #0586c2;
}

span.input.type3.pushable {
    color: #ffffff;
    border: 1px solid #bd921d;
    background: #c2af05;
}

span.input.type4.pushable {
    color: #ffffff;
    border: 1px solid #c20505;
    background: #c20505;
}

span.input.type5.pushable {
    color: #ffffff;
    border: 1px solid #5dc409;
    background: #5dc409;
}

span.input.type7.pushable {
    color: #ffffff;
    border: 1px solid #9d1dbd;
    background: #b71ebd;
}

span.input.pushable:hover {
    border: 1px solid var(--main-color);
    box-shadow: 0 0 10px 3px var(--main-color);
}

span.input.type2.pushable:hover {
    border: 1px solid #1CBACA;
    box-shadow: 0 0 10px 3px #0586c2;
}

span.input.type3.pushable:hover {
    border: 1px solid #cab01c;
    box-shadow: 0 0 10px 3px #c29005;
}

span.input.type4.pushable:hover {
    border: 1px solid #ca281c;
    box-shadow: 0 0 10px 3px #c20505;
}

span.input.type5.pushable:hover {
    border: 1px solid #36e626;
    box-shadow: 0 0 10px 3px #5dc409;
}

span.input.type7.pushable:hover {
    border: 1px solid #d026e6;
    box-shadow: 0 0 10px 3px #fd08f1;
}

span.img_input {
    width: auto;
    display: inline-block;
}

span.txt_input {
    transform: translateY(3px);
    display: inline;
}

img.input {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}



img.input.pushable {
    width: 40px;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    background: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s;
}

img.input.pushable:hover {
    border: 1px solid var(--main-color);
    box-shadow: 0 0 10px 3px var(--main-color);
}

/*PAGGING*/
.pagging {
    display: block;
    float: left;
    width: 100%;
    & .next, & .prev, & .paging-number {
        width: 46px;
        text-align: center;
        transition: all 0.2s;
        padding: 8px 0;
        display: inline-block;
        font-size: 18px;
        background: var(--main-color);
        color: #FFF;
        &:hover {
            color: var(--main-color);
            background: #FFF;
        }
    }
    & .paging-number.active {
        background: #1e1d35;
        color: var(--main-color);
    
    }
}



.social-account {
    color: #FFF;
    display: block;
    float: left;
    font-size: 16px;
    margin-bottom: 3px;
    margin-right: 5px;
    & img {
        width: 23px;
        vertical-align: top;
        margin-right: 5px;
    }
}


/* BREADCRUMB */
.breadcrumb {
    padding: 0px 0px 6px 5px;;
    margin: 0px 0;
    border-left: 3px solid var(--main-color);
    font-size: 16px;
    display: block;
    float: left;
    background: #00000082;
    font-family: "Barlow Condensed";

    & li {
        list-style-type: none;
        display: inline;
        margin: 0px 0px;
        color: #b3b3b3;
        &:after {
            content: '\e941';
      padding-left: 3px;
      color: var(--main-color);
      font-family: "Material Icons";
      font-size: 20px;
      transform: translateY(4px);
      display: inline-block;
        }
        &:last-child:after {
            content: '';
            padding-left: 0px;
        }
    }
}


/* ADMIN */
.menu_admin {}

.menu_admin section {
    background: #00000061;
    margin: 10px 0;
    padding-bottom: 5px;
}

.menu_admin section header {
    color: #000;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 21px;
  background: var(--main-color);
  font-family: "Barlow Condensed";
  font-weight: 600;
}

.menu_admin section a {
    color: #FFF;
    margin: 5px 0;
    margin-left: 0px;
    background: none;
    width: 100%;
    font-size: 17px;
    display: block;
    box-sizing: border-box;
    margin-left: 30px;
}

.menu_admin section a:hover {
    color: var(--main-color);
}

.menu_admin section a:before {
    color: #FFF;
    content: "⯈";
    font-size: 10px;
    margin-right: 5px;
    top: -1px;
    position: relative;
}

.admin-content .gallery .item {
    background-size: cover;
    background-position: center;
    width: 20%;
    height: 150px;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    float: left;
}

.admin-content .gallery .item span {
    background: #000;
    border-radius: 10px;
    padding: 3px 5px;
}

.admin-content .searchform {
    display: none;
}

/* Movelist */
.legendbox {

    float: left;
    border: 1px solid var(--main-color)4D;
    width: 100%;
    color: #FFF;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
    background: #0a1722;
    box-shadow: 0px -60px 120px #000000 inset;
}



.movelist_legend {
    display: block;
    float: left;
    color: #FFF;
    width: 100%;
}

.legend_line {
    width: 100%;
    float: left;
    background: #00000091;
    border-radius: 3px;
    margin: 2px 0;
    padding: 5px;
    box-sizing: border-box;
}

.legend_line div {
    float: left;
    text-align: left;
}

.legend_line div img {
    width: 50px;
    vertical-align: middle;
}

.legend_line div:nth-child(2) {
    padding: 10px
}

.movelist {
    float: left;
    width: 100%;
    padding: 0 !important;

}

.move {
    width: 100%;
    background: var(--blue);
    margin: 5px 0;
    color: #FFF;
    display: grid !important;
    grid-template-columns: 1fr 22fr;
    border-bottom: 2px solid var(--main-color);
    margin-bottom: 16px !important;
}

.move .number {
    grid-row: 1/5;
    justify-self: center;
    align-self: center;
    background: #00000091;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table-cell;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 25px;
    font-weight: bold;
}

.move .name {
    grid-row: 1/2;
    font-weight: bold;
    border-bottom: 2px solid #ffffff26;
    padding: 5px 6px;
}

.move .name img {
    width: 25px;
    vertical-align: top;

}

.move .command {
    grid-row: 2/3;
    min-height: 50px;
    padding: 5px 6px;
}

.move .variant {
    grid-row: 3/4;
    justify-self: end;
    text-align: left;
    background: #00000091;
    padding: 3px 8px 3px 8px;
    box-sizing: border-box;
    font-size: 20px;
    background-image: repeating-linear-gradient(45deg, rgba(202, 28, 77, 0.28) 0, rgba(202, 28, 77, 0.3) 1px, transparent 0, transparent 50%);
    background-size: 5px 5px;
    min-height: 40px;
    width: 100%;
}

.move .variant span.img_input.bracket_open::before,
.move .variant span.img_input.bracket_close::after {
    height: 30px;
    width: 12px;
}

.move .variant .input {
    height: 30px;
}

.move .hitrange {
    padding: 5px;
    box-sizing: border-box;
    background: #151427;
}

.move .hit {
    font-size: 12px;
    padding: 2px 5px 3px;
    border-radius: 2px;
    float: left;
    margin-right: 5px;
    border: 1px solid #FFFFFF3D;
    user-select: none;

}

.move .hit.l {
    background: #2266E5;
}

.move .hit.sl {
    background: #22A4E6;
}

.move .hit.m {
    background: #D29C1D;
}

.move .hit.sm {
    background: #D9801B;
}

.move .hit.h {
    background: #B42520;
}

.move .hit.u {
    background: #BB1998;
}

.move .hit.t {
    background: #43C95A;
}

/* Private Message */
ul.dm {
    & .item {
        width: 100%;
        display: block;
        margin-bottom: 5px;
        float: left;
        display: grid;
        grid-template-columns: 8fr 1fr 1fr;
        & .button {
            display: block;
            float: left;
            margin: 0;
            box-sizing: border-box;
            text-align: center;
            height: 100%;
            padding: 11px 0;
        }
        & .line {
            width: 100%;
            display: flex;
            background: #00000091;
            padding: 10px;
            box-sizing: border-box;
            color: #FFF;
            float: left;
            transition: all 0.2s;
            & .from {
                width: 15%;
                overflow: hidden;
                white-space: nowrap;
                margin-right: 20px;
                mask-image: linear-gradient(90deg, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
            
            }
            & .date {
                font-size: 14px;
                color: #A2A2A2;
                text-align: right;
            }
            & .subject {
                width: 70%
            }
            &.new {
                background: #ffffffa8;
                color: var(--main-color);
                font-weight: bold;
                &:hover {
                    background: #fff;
                }
                &:hover .date {
                    color: #000;
                }
                & .date {
                    color: #FFF;
                }
                
            }
        }
    }
}



.messagebox {
    & .header {
        border: 1px solid var(--main-color);
        padding: 10px;
        display: flex;
        justify-content: space-between;
        background: var(--main-color)9e;
        box-sizing: border-box;
        flex-wrap: wrap;
        border-radius: 2px 2px 0 0;
        color: #FFF;
        border-bottom: 3px solid var(--main-color);
        &.me {
            border: 1px solid #1c89ca;
            background: #1c47ca9e;
            border-bottom: 3px solid #1c89ca;
        
        }
        & .from, & .date {
            font-size: 15px;
        }
        & .from span {
            font-weight: bold;
        }
     }
     & .content {
        border: 1px solid #575757;
        padding: 10px;
        color: #FFF;
        min-height: 120px;
        border-radius: 0px 0px 2px 2px;
        background: #131221;
        margin-bottom: 18px;
        border-top: none;
        float: left;
        width: 100%;
        box-sizing: border-box;
    }   
}


.reply {
    background: #282744;
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #333;
    display: none;
}

.reply ul,
.messagebox ul {
    font-size: 17px;
}

.reply ul li,
.messagebox ul li:not(.combo-item),.topic_thread .content ul li:not(.combo-item), .trumbowyg-editor ul li {
    display: list-item;
    padding: 0 8px;
    list-style-position: inside;
    list-style-type: disc;
}

.messagebox p {
    font-size: 17px;
}
.messagebox p img {
    max-width:100%
}

/* Forum */
.forum {}

.forum_group_title {
    border: 1px solid #ffffff1f;
    border-bottom: none;
    margin-bottom: 0;
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff17;
}

.forum_group_section {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid #ffffff1f;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.12);
    border-top: none;
    box-sizing: border-box;
}

.forum_group_section p {
    padding: 0 10px;
    color: #B7B6D2;
    font-size: 17px;
    width: calc(100% - 20px);
    border-left: 3px solid #FFFFFF26;
    margin: 10px;
    box-sizing: border-box;
}

.forum_section {
    float: left;
    width: calc(100% - 20px);
    background: #05041f6b;
    box-sizing: border-box;
    margin: 10px 10px 0 10px;
    border-radius: 5px;
    border: 1px solid #f0ffff0f;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 8px;
    display: flex;
    transition: all 0.2s;
}

.forum_section.unread {
    border-left: 5px solid var(--main-color);
}

.forum_section:hover {
    background: #05041fc7;
}

.forum_section:last-child {
    margin-bottom: 10px;
}

.forum_section .icon {
    width: 72px;
    aspect-ratio: 1/1;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.forum_section .icon img {
    height: 100%;
}

.forum_section .title {

    padding: 5px 20px;
    width: calc(60% - 72px);
    box-sizing: border-box;
    align-self: center;
}
.forum_section .title a h3:hover{
    color:var(--main-color);
}

.forum_section .topics {

    padding: 5px 20px;
    width: 10%;
    box-sizing: border-box;
    align-self: center;
}

.forum_section .lastmessage {
    text-align: right;
    color: #FFF;
    width: 30%;
    padding: 5px 20px;
    box-sizing: border-box;
    align-self: center;
}

.forum_section h3 {
    margin: 0;
    font-size: 22px;
}

.forum_section span {
    color: #5B5B5B;
    font-size: 15px;
    display: block;
}

.topic_section {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid #ffffff1f;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
}
.topic_section h3{
    margin:20px;
}
.topic_section .topic a h3:hover{
    color:var(--main-color);
}

.topic_section p {
    padding: 0 10px;
    color: #B7B6D2;
    font-size: 17px;
    width: calc(100% - 20px);
    border-left: 3px solid #FFFFFF26;
    margin: 10px;
    box-sizing: border-box;
}

.topic {
    float: left;
    width: 100%;
    background: #05041f6b;
    box-sizing: border-box;
    border-bottom: 1px solid #f0ffff0f;
    display: flex;
    transition: all 0.2s;
    flex-wrap: wrap;
}

.topic:nth-child(odd) {
    background: #1716356b;
}

.topic:hover {
    background: #05041fc7;
}

.topic.unread {
    border-left: 5px solid var(--main-color);
}

.topic.pinned {}

.topic:nth-last-child(1 of .pinned) {
    border-bottom: 6px double #3e3d62;
    margin-bottom: 10px;
}

.topic h3 {
    margin: 0;
    font-size: 22px;
}

.topic span {
    color: #5B5B5B;
    font-size: 15px;
    display: block;
}

.topic .title {

    padding: 5px 20px;
    width: 60%;
    box-sizing: border-box;
    align-self: center;
}

.topic .messages {

    padding: 5px 20px;
    width: 20%;
    box-sizing: border-box;
    align-self: center;
}

.topic .lastmessage {
    text-align: right;
    color: #FFF;
    width: 20%;
    padding: 5px 20px;
    font-size: 17px;
    box-sizing: border-box;
    align-self: center;
}

#newTopic,
#newReply,
#editReply {
    background: #282744;
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #333;
    display: none;
}

.topic_thread {}

.topic_reply {
    float: left;
    width: 100%;
    min-height: 150px;
    box-sizing: border-box;
    border: 1px solid #06050563;
    background: #FFFFFF12;
    margin-bottom: 10px;
}

.topic_reply:nth-child(odd) {
    background: #88A8F417;
}

.topic_reply .header {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #00000024;
}

.topic_reply .header .user {
    align-self: center;
    color: #FFF;
}

.topic_reply .header .user span.member {

    color: #388C45;
    background: #1a4228;
    padding: 0px 5px;
    border: 1px solid #294d24;
    border-radius: 4px;
    font-size: 14px;
}

.topic_reply .header .user span.date {
    color: #979797;
    font-size: 15px;
}

.topic_reply .header .user .avatar {
    width: 65px;
    vertical-align: middle;
    box-shadow: rgba(0, 0, 0, 0.39) 0px 2px 8px 0px;
    margin: 5px;
}

.topic_reply .header .info {
    align-self: center;

    padding: 10px;
    margin-left: auto;
    text-align: right;
  color: #606060;
  font-size: 15px;
}

.topic_reply .content {
    float: left;
    padding: 20px 10px;
    box-sizing: border-box;
    color: #FFF;
    width: 100%;
    min-height: 200px;
}
.topic_reply .content blockquote {
    background: #00000042;
    
  margin: 3px;
  padding: 15px 40px;
  background-image: url(../../tpl/img/quote.svg);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid var(--main-color)4a;
}
.topic_reply .content blockquote span.author {
    display: block;
    font-size: 13px;
    color: #FFFFFF82;
}
.topic_reply .content p iframe{
    width: 50%;
  height: 100%;
  aspect-ratio: 16/9;
}

