.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.pt-0 {
    padding-top: 0;
}

body .dark h1,
body .dark h2,
body .dark h3,
body .dark h4,
body .dark h5,
body .dark h6,
body .dark a {
    color: #57a7f5;
}

pre {
    color: #000 !important;
}

ul.property {
    list-style: none;
}

ul.property > li {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 !important;
}

ul.property > li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #f3c258;
    margin-right: 5px;
}

.block__tab__item:not(.active) {
    display: none;
}

.adsBlock {
    background-color: #1b2126;
    border-radius: 5px;
    padding-top: 50%;
    position: relative;
}

.adsBlock.big {
    padding-top: 100%;
}

.adsBlock.small {
    padding-top: 20%;
}

.adsBlock:before {
    content: 'Advertisement';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    font-size: 12px;
    transform: translate(-50%, -50%);
    color: #fff;
}

.ajax-tooltip-box {
    border: 1px solid #57a7f5 !important;
    font-size: 12px;
    box-shadow: none;
    min-width: 650px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 5px;
    color: #fff;
}
.ajax-tooltip-box ul{
    padding-left: 16px;
}
.ajax-tooltip-box ul>li{
    margin: 0;
}
.filter__item:not(.active) {
    display: none;
}

.tax__tooltip {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 10px;
}

.tax__tooltip .image img {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 4px;
    border-radius: 5px;
    background-color: #2d3245;
}

.tax__tooltip img,
.tax__tooltip figure {
    max-width: 100%;
    width: 100% !important;
}

.tax__tooltip__name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tax__tooltip p {
    margin-bottom: 5px;
}

.ajax__search_results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    margin-top: 2px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 100;
}

.ajax__search_result {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 10px;
    padding: 5px 10px;
    overflow: hidden;
    color: #111;
}

.ajax__search_result.not__found,
.ajax__search_result.loading {
    display: block;
    border: none;
}

.ajax__search_result .title {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 14px;
    display: block;
    font-weight: 600;
}

.ajax__search_result .title i {
    display: block;
    color: #8f8f8f;
    font-weight: 400;
}

.ajax__search_result .details {
    overflow: hidden;
    padding: 5px 0;
}

.ajax__search_result .details .items {
    display: flex;
    gap: 5px;
}

.ajax__search_result .details .items img {
    width: 25px;
    padding: 4px;
}

.ajax__search_result:hover {
    background-color: #eee;
}

.character-list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.character-list.col-5 {
    grid-template-columns: repeat(5, 1fr);
}

.character-list.col-6 {
    grid-template-columns: repeat(6, 1fr);
}

.character-list.col-7 {
    grid-template-columns: repeat(7, 1fr);
}

.character-item {
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: 5px;
    position: relative;
}
.character-item .element{
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 30px;
}
.character-item .element img{
    background: transparent!important;
}
.character-item .character-name {
    display: block;
    line-height: normal;
    margin-top: 10px;
}

.hero-poster {
    height: calc(100vh - 52px);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
    margin-bottom: 20px;
    padding: 40px 0;
}

.hero-poster:before {
    content: '';
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}

.character-info,
.lightcones-info{
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-column-gap: 20px;
    position: relative;
    z-index: 10;
}
.lightcones-info{
    grid-template-columns: 100px 1fr;
}

.character-info .character-name span {
    display: block;
    font-size: 16px;
    color: #fff;
}
.character-info .character-image{
    padding: 10px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 5px;
}
.block {
    padding: 15px;
    background-color: #1b2126;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

.block__head {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 15px;
}

.block__head .block__head__title {
    font-size: 24px;
    margin: 0;
}

.block__content {
    padding-top: 15px;
}

.no__head.block .block__content {
    padding-top: 0;
}

.block__property {
    list-style: none;
    padding: 0!important;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.block__property li {
    display: block;
    padding: 10px 15px;
    background-color: #4f556a;
    border-radius: 5px;
    margin: 0;
}

.character__elements {
    display: flex;
    gap: 10px;
    align-items: center;
}

.character__elements > span {
    display: grid;
    grid-template-columns: 40px 1fr;
    background-color: #2d3245;
    padding: 5px 8px 5px 2px;
    border-radius: 5px;
    align-items: center;
}

.character__stats {
    color: #fff;
}

.character__stats .stats__item {
    display: grid;
    grid-template-columns: 150px 1fr;
}

.character__stats .stats__item .label {
    color: #8f8f8f;
}

.light__cones__list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
    font-size: 14px;
}

.light__cones__list .light__cones__item img {
    margin-bottom: 10px;
}

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

.light__cones__list .light__cones__item .name {
    display: block;
    color: #fff;
}

.ajax-tooltip-loaded {
    display: none;
}

.skills__list,
.artifacts__list {
    display: flex;
    gap: 15px;
}

.td-property {
    width: 300px;
}

.characters_use_suggestions {
    display: flex;
    gap: 5px;
}

.characters_use_suggestions .character-item {
    padding: 2px;
}

.characters_use_suggestions img {
    width: 30px;
}

.artifact__set {
    padding: 0!important;
    margin: 0;
    list-style: none;
}

.artifact__set li {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 10px;
    padding: 0;
    margin-bottom: 10px;
    margin-left: 0 !important;
}

.artifact__set li:last-child {
    margin-bottom: 0;
}

body .dark,
body .dark p,
body .dark td {
    color: #bbb8b8;
}

.text-heading {
    color: #fff;
}
.img-border {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 4px;
    background-color: #1a1d27;
    border-radius: 5px;
}

.team__comp__list__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 10px;
    padding: 15px;
    background-color: #1b2126;
    border-radius: 5px;
    margin-bottom: 10px;

}
.team__comp__list li{
    margin-left: 0!important;
}
.team__comp__list__item .team-title {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.team__comp__list__item .team__members {
    display: flex;
    gap: 5px;
}

.team__comp__list__item .team__members img {
    width: 40px;
}

body .nav-pagination > li > a,
body .nav-pagination > li > span {
    border: 1px solid #ececec;
    border-radius: 5px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers.nav-pagination {
    display: flex;
}

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

.characters__team__list {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-gap: 15px;
}
.characters__team__list .name {
    display: block;
    text-align: left;
    color: #fff;
}

.td-img {
    width: 100px;
}

body .select-resize-ghost,
body .select2-container .select2-choice,
body .select2-container .select2-selection,
body input[type="date"],
body input[type="email"],
body input[type="number"],
body input[type="password"],
body input[type="search"],
body input[type="tel"],
body input[type="text"],
body input[type="url"],
body select,
body textarea {
    background-color: #2d3245;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    border-radius: 5px;
}
body input[type="date"]:focus,
body input[type="email"]:focus,
body input[type="number"]:focus,
body input[type="password"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="text"]:focus,
body input[type="url"]:focus,
body select,
body textarea{
    box-shadow: none;
    background-color: #2d3245;
    color: #fff;
}
.guid__skills__details{
    display: grid;
    grid-template-columns:1fr 300px;
    grid-column-gap: 15px;
}
@media screen and (min-width: 850px) {
    body .row-divided > .col + .col:not(.large-12) {
        border-left: 1px solid rgba(255, 255, 255, .1);
    }
}
.block__eidolons__item{
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 15px;
    margin-bottom: 10px;
}
.block__eidolons__item p{
    margin-bottom: 0;
}
.block__eidolons__item:last-child{
    margin-bottom: 0;
}
.block__content ul,
.block__content ol{
    padding-left: 16px;
}
.upgrade__row{
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    background-color: #2d3245;
    margin-bottom: 2px;
    border-radius: 5px;
    padding: 10px;
}
.upgrade__row__materials{
    display: grid;
    grid-template-columns: repeat(10,1fr);
    grid-gap: 5px;
}
.upgrade__row .label{
    font-weight: 600;
    color: #fff;
}
.upgrade__row__materials>span{
    background-color:#1b2126;
    border-radius: 5px;
    position: relative;
    padding: 5px;
    overflow: hidden;
}
.upgrade__row__materials img{
    margin: 0 auto;
    display: block;
}
.upgrade__row__materials .qty{
    display: block;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    background-color: #57a7f5;
    padding: 0 5px;
    border-radius: 3px;
    line-height: normal;
}
.upgrade__row__materials .name{
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}
.small-path{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}
.small-path img{
    width: 30px;
}
.hk_ranks__row{
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    margin-bottom: 5px;
    background-color: #2d3245;
    padding: 10px;
    border-radius: 10px;
    grid-column-gap: 15px;
}
.hk_ranks__row .label{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    height: 100%;
    background-color: #57a7f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
}
.hk_ranks__row .characters{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
}
.hk_ranks__row .characters .characters__list__item img{
    border-color: currentColor;
}
.hk_ranks__row .characters .characters__list__item .name{
    color: #fff;
}

.hk__filter__row{
    padding: 2.5px 0;
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
}
.hk__filter__row.no_label {
    display: block;
}
.filter__links,
.hk_ranks__tab{
    display: flex;
    align-items: center;
}
.filter__links .filter__link,
.hk_ranks__tab .hk_ranks__tab__item{
    display: flex;
    align-items: center;
    background-color: #2d3245;
    border-radius: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    gap: 5px;
    font-size: 14px;
}
.filter__links .filter__link.active,
.filter__links .filter__link:hover,
.hk_ranks__tab .hk_ranks__tab__item.active,
.hk_ranks__tab .hk_ranks__tab__item:hover{
    background-color: #57a7f5;
}
.filter__links .filter__link img{
    width: 30px;
}
.characters__list__item .name{
    line-height: normal;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

body .container .section,
body .row .section {
   padding-left: 0;
    padding-right: 0;
}
/*.element-gio img{
    background: rgb(34,193,195);
    background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(60,198,151,1) 100%);
}
.element-hoa img{
    background: rgb(230,44,40);
    background: linear-gradient(0deg, rgba(230,44,40,1) 0%, rgba(246,128,97,1) 100%);
}
.element-luong-tu img{
    background: rgb(79,73,182);
    background: linear-gradient(0deg, rgba(79,73,182,1) 0%, rgba(175,172,246,1) 100%);
}
.element-loi img{
    background: rgb(180,73,212);
    background: linear-gradient(0deg, rgba(180,73,212,1) 0%, rgba(227,133,249,1) 100%);
}
.element-bang img{
    background: rgb(38,141,208);
    background: linear-gradient(0deg, rgba(38,141,208,1) 0%, rgba(173,231,253,1) 100%);
}
.element-so-ao img{
    background: rgb(243,223,52);
    background: linear-gradient(0deg, rgba(243,223,52,1) 0%, rgba(255,241,148,1) 100%);
}
.element-vat-ly img{
    background: rgb(157,157,157);
    background: linear-gradient(0deg, rgba(157,157,157,1) 0%, rgba(199,199,199,1) 100%);
}*/
.star-3 img{
    background: linear-gradient(0deg, #75aef4 0%, #5e5e7e 100%);
}
.star-4 img{
    background: linear-gradient(0deg, #895acd 0%, #5e5e7e 100%);
}
.star-5 img{
    background: linear-gradient(0deg, #cca46a 0%, #9c6e6a 100%);
}
.tax__tooltip .character__elements>span{
    font-size: 12px;
    padding: 3px 10px;
    grid-template-columns: 25px 1fr;
    grid-column-gap: 5px;
    align-items: center;
}
.tax__tooltip .character__elements>span >span{
    display: flex;
    height: 100%;
    align-items: center;
}
.post_comments.block{
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.team__comp__widget .team__comp__list__item{
    grid-template-columns: 60px 1fr;
    padding: 5px;
}
.team__comp__widget .team__comp__list__item .team-title{
    font-size: 14px;
}
.team__comp__widget  .team__comp__list__item .team__members img{
    width: 30px;
}
.tax__tooltip strong,
.td-desc strong{
    color: #57a7f5;
}
.tax__tooltip .property{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    padding: 0;
}
.tax__tooltip .property li{
    margin-bottom: 0;
}
body #comments .comment-respond {
    background-color: #1b2126;
}
.characters__teams__iten{
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
    background-color: #2d3245;
    margin-bottom: 2px;
    border-radius: 5px;
    padding: 10px;
}
.characters__teams__iten .info{
    text-align: center;
}
.characters__teams__iten .info .img-border{
    width: 60px;
}
.characters__teams__iten .element img{
    width: 30px;
}
.character-links{
    display: grid;
    grid-template-columns: repeat(6,1fr);
}
.character-links a{
    font-size: 14px;
    line-height: 30px;
    color: currentColor!important;
    opacity: .8;
}
.block-nav .block-nav-inner{
    overflow-x: auto;
    white-space: nowrap;
}
.block-nav a{
    display: inline-block;
    white-space: nowrap;
    padding: 0 15px;
    border-right: 1px solid rgba(255,255,255,.2);
    line-height: 16px;
    color: currentColor!important;
    font-size: 14px;
    text-transform: uppercase;
}
.block-nav a:hover{
    color: #fff!important;
}
.block-nav a:first-child{
    padding-left: 0;
}
.block-nav a:last-child{
    padding-right: 0;
    border: none;
}
.labels span{
    display: inline-block;
    padding: 3px 15px;
    background-color: #2271b1;
    font-size: 12px;
    border-radius: 99px;
    color: #fff;
    line-height: normal;
}
.upgrade_skills{
    display: flex;
    font-size: 12px;
    text-align: center;
    gap: 10px;
}
.upgrade_skills .name{
    display: block;
}
.upgrade_skills img{
    width: 60px;
}
.upgrade_skills>span{
    width: 100px;
    position: relative;
}
.upgrade_skills>span:after{
    content: 'Ã¢Å¾Å“';
    display: inline-block;
    color: red;
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: -10px;
}
.upgrade_skills>span:last-child:after{
    display: none;
}
.characters__list__item .image{
    position: relative;
}
.characters__list__item .image>span{
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    padding: 3px 5px;
    background-color: #2271b1;
    font-size: 12px;
    border-radius: 99px;
    color: #fff;
    line-height: normal;
}
.artifact__options{
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 15px;
    background-color: #4f556a;
    border-radius: 5px;
}
.artifact__options .stt{
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #111;
}
.artifact__options .options{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
.artifact__item{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
}
.artifact__item:last-child{
    margin-bottom: 0;
}
.artifact__item .image{
    width: 60px;
    position: relative;
}
.artifact__item .image .qty{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #57a7f5;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}
.artifact__options{

}
body h1.entry-title.mb{
    margin-bottom: 20px;
}
.block__eidolons__item .image{
    position: relative;
}
.block__eidolons__item .image .label{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    background-color: #57a7f5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 2px;
}
.equiped__item{
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    margin-bottom: 10px;
}
.equiped__item .label{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #2d3245;
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.equiped__item:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 480px) {
    .character-links{
        grid-template-columns: repeat(3,1fr);
    }
    .character-links {
        font-size: 13px;
    }
    .ajax-tooltip-box {
        min-width: 380px;
    }
    .block-nav a{
        padding: 0 10px;
    }

    .tax__tooltip {
        grid-template-columns: 50px 1fr;
    }

    .character-list {
        grid-gap: 10px;
    }

    .character-list.col-5,
    .character-list.col-6,
    .character-list.col-7 {
        grid-template-columns: repeat(3, 1fr);
    }

    .block__property {
        grid-template-columns: repeat(1, 1fr);
    }

    .light__cones__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .character-info {
       display: block;
        text-align: center;
    }
    .character-info .character-image{
        max-width: 120px;
        margin: 0 auto 10px auto;
    }
    .character__elements > span {
        grid-template-columns: 25px 1fr;
        padding: 5px 10px;
    }
    .character-info .character__stats{
        text-align: left;
    }
    .character__stats .stats__item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(255,255,255,.1);
        padding: 5px 0;
    }
    .character__stats .stats__item:last-child{
        padding-bottom: 0;
        border: none;
    }
    .character__elements{
        justify-content: center;
    }
    .hk_ranks__row .characters{
        grid-template-columns: repeat(4,1fr);
    }
    .hk_ranks__row {
        grid-template-columns: 50px 1fr;
    }
    .hk__filter__row{
        display: block;
        text-align: center;
    }
    .filter__links, .hk_ranks__tab{
        display: block;
        text-align: center;
    }
    .filter__links .filter__link, .hk_ranks__tab .hk_ranks__tab__item{
        display: inline-block;
        margin: 0 5px 5px 0;
        height: 30px;
        padding: 2px 5px;
    }
    .filter__links .filter__link img{
        width: 20px;
    }

    .__table__items,
    .__table__items thead,
    .__table__items tbody,
    .__table__items tr,
    .__table__items td,
    .__table__items th{
        display: block;
        border: none;
        padding: 0;
    }
    .__table__items thead{
        display: none;
    }
    .__table__items tr{
        border-bottom: 1px solid rgba(255,255,255,.1);
        padding: 10px 0;
        overflow: hidden;
    }
    .__table__items .td-img{
        width: 100px;
        float: left;
    }
    .__table__items .td-property{
        width: calc(100% - 100px);
        float: left;
        padding-left: 10px;
    }
    .__table__items .td-desc {
        margin-top: 10px;
        float: left;
        width: 100%;
    }
    .characters__team__list {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 10px;
    }
    .characters__team__list img{
        width: 100%;
    }
    .guid__skills__details {
        display: block;
    }
    .upgrade__row {
        display: block;
    }
    .skills__list, .artifacts__list {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(3,1fr);
    }
    .upgrade__row__materials{
        display: grid;
        grid-template-columns: repeat(5,1fr);
        grid-gap: 5px;
    }
    .artifact__options .options {
        grid-template-columns: repeat(1, 1fr);
    }
}
.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.pt-0 {
    padding-top: 0;
}

body .dark h1,
body .dark h2,
body .dark h3,
body .dark h4,
body .dark h5,
body .dark h6,
body .dark a {
    color: #57a7f5;
}

pre {
    color: #000 !important;
}

ul.property {
    list-style: none;
}

ul.property > li {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 !important;
}

ul.property > li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #f3c258;
    margin-right: 5px;
}

.block__tab__item:not(.active) {
    display: none;
}

.adsBlock {
    background-color: #1b2126;
    border-radius: 5px;
    padding-top: 50%;
    position: relative;
}

.adsBlock.big {
    padding-top: 100%;
}

.adsBlock.small {
    padding-top: 20%;
}

.adsBlock:before {
    content: 'Advertisement';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    font-size: 12px;
    transform: translate(-50%, -50%);
    color: #fff;
}

.ajax-tooltip-box {
    border: 1px solid #57a7f5 !important;
    font-size: 12px;
    box-shadow: none;
    min-width: 650px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 5px;
    color: #fff;
}
.ajax-tooltip-box ul{
    padding-left: 16px;
}
.ajax-tooltip-box ul>li{
    margin: 0;
}
.filter__item:not(.active) {
    display: none;
}

.tax__tooltip {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 10px;
}

.tax__tooltip .image img {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 4px;
    border-radius: 5px;
    background-color: #2d3245;
}

.tax__tooltip img,
.tax__tooltip figure {
    max-width: 100%;
    width: 100% !important;
}

.tax__tooltip__name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tax__tooltip p {
    margin-bottom: 5px;
}

.ajax__search_results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fafafa;
    margin-top: 2px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 100;
}

.ajax__search_result {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 10px;
    padding: 5px 10px;
    overflow: hidden;
    color: #111;
}

.ajax__search_result.not__found,
.ajax__search_result.loading {
    display: block;
    border: none;
}

.ajax__search_result .title {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 14px;
    display: block;
    font-weight: 600;
}

.ajax__search_result .title i {
    display: block;
    color: #8f8f8f;
    font-weight: 400;
}

.ajax__search_result .details {
    overflow: hidden;
    padding: 5px 0;
}

.ajax__search_result .details .items {
    display: flex;
    gap: 5px;
}

.ajax__search_result .details .items img {
    width: 25px;
    padding: 4px;
}

.ajax__search_result:hover {
    background-color: #eee;
}

#search__keyword { 
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 3px;
    color: #fff;
    background-image: url("../images/search.png");
    background-position: 5px 8px;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 30px;
    filter: grayscale(100%);
}

.character-list {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.character-list.col-5 {
    grid-template-columns: repeat(5, 1fr);
}

.character-list.col-6 {
    grid-template-columns: repeat(6, 1fr);
}

.character-list.col-7 {
    grid-template-columns: repeat(7, 1fr);
}

.character-item {
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: 5px;
    position: relative;
}
.character-item .element{
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 30px;
}
.character-item .element img{
    background: transparent!important;
}
.character-item .character-name {
    display: block;
    line-height: normal;
    margin-top: 10px;
}

.hero-poster {
    height: calc(100vh - 52px);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
    margin-bottom: 20px;
    padding: 40px 0;
}

.hero-poster:before {
    content: '';
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}

.character-info,
.lightcones-info{
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-column-gap: 20px;
    position: relative;
    z-index: 10;
}
.lightcones-info{
    grid-template-columns: 100px 1fr;
}

.character-info .character-name span {
    display: block;
    font-size: 16px;
    color: #fff;
}
.character-info .character-image{
    padding: 10px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 5px;
}
.block {
    padding: 15px;
    background-color: #1b2126;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

.block__head {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 15px;
}

.block__head .block__head__title {
    font-size: 24px;
    margin: 0;
}

.block__content {
    padding-top: 15px;
}

.no__head.block .block__content {
    padding-top: 0;
}

.block__property {
    list-style: none;
    padding: 0!important;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.block__property li {
    display: block;
    padding: 10px 15px;
    background-color: #4f556a;
    border-radius: 5px;
    margin: 0;
}

.character__elements {
    display: flex;
    gap: 10px;
    align-items: center;
}

.character__stats {
    color: #fff;
}

.character__stats .stats__item {
    display: grid;
    grid-template-columns: 150px 1fr;
}

.character__stats .stats__item .label {
    color: #8f8f8f;
}

.light__cones__list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
    font-size: 14px;
}

.light__cones__list .light__cones__item img {
    margin-bottom: 10px;
}

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

.light__cones__list .light__cones__item .name {
    display: block;
    color: #fff;
}

.ajax-tooltip-loaded {
    display: none;
}

.skills__list,
.artifacts__list {
    display: flex;
    gap: 15px;
}

.skills__list .skills__item,
.artifacts__list .artifacts__item {
    width: 92px;
    height: 88px;
    float: left;
    cursor: pointer;
    background-position: 0 -70px;
    background-image: url(/assets/images/item.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.skills__list .skills__item:not(.active),
.artifacts__list .artifacts__item:not(.active) {
    background-position: -100px -70px;
}

.td-property {
    width: 300px;
}

.characters_use_suggestions {
    display: flex;
    gap: 5px;
}

.characters_use_suggestions .character-item {
    padding: 2px;
}

.characters_use_suggestions img {
    width: 30px;
}

.artifact__set {
    padding: 0!important;
    margin: 0;
    list-style: none;
}

.artifact__set li {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 10px;
    padding: 0;
    margin-bottom: 10px;
    margin-left: 0 !important;
}

.artifact__set li:last-child {
    margin-bottom: 0;
}

body .dark,
body .dark p,
body .dark td {
    color: #bbb8b8;
}

.text-heading {
    color: #fff;
}
.img-border {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 4px;
    background-color: #1a1d27;
    border-radius: 5px;
}

.team__comp__list__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 10px;
    padding: 15px;
    background-color: #1b2126;
    border-radius: 5px;
    margin-bottom: 10px;

}
.team__comp__list li{
    margin-left: 0!important;
}
.team__comp__list__item .team-title {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.team__comp__list__item .team__members {
    display: flex;
    gap: 5px;
}

.team__comp__list__item .team__members img {
    width: 40px;
}

body .nav-pagination > li > a,
body .nav-pagination > li > span {
    border: 1px solid #ececec;
    border-radius: 5px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers.nav-pagination {
    display: flex;
}

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

.characters__team__list {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-gap: 15px;
}
.characters__team__list .name {
    display: block;
    text-align: left;
    color: #fff;
}

.td-img {
    width: 100px;
}

body .select-resize-ghost,
body .select2-container .select2-choice,
body .select2-container .select2-selection,
body input[type="date"],
body input[type="email"],
body input[type="number"],
body input[type="password"],
body input[type="search"],
body input[type="tel"],
body input[type="text"],
body input[type="url"],
body select,
body textarea {
    background-color: #2d3245;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    border-radius: 5px;
}
body input[type="date"]:focus,
body input[type="email"]:focus,
body input[type="number"]:focus,
body input[type="password"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="text"]:focus,
body input[type="url"]:focus,
body select,
body textarea{
    box-shadow: none;
    background-color: #2d3245;
    color: #fff;
}
.guid__skills__details{
    display: grid;
    grid-template-columns:1fr 300px;
    grid-column-gap: 15px;
}
@media screen and (min-width: 850px) {
    body .row-divided > .col + .col:not(.large-12) {
        border-left: 1px solid rgba(255, 255, 255, .1);
    }
}
.block__eidolons__item{
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-column-gap: 15px;
    margin-bottom: 10px;
}
.block__eidolons__item p{
    margin-bottom: 0;
}
.block__eidolons__item:last-child{
    margin-bottom: 0;
}
.block__content ul,
.block__content ol{
    padding-left: 16px;
}
.upgrade__row{
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    background-color: #2d3245;
    margin-bottom: 2px;
    border-radius: 5px;
    padding: 10px;
}
.upgrade__row__materials{
    display: grid;
    grid-template-columns: repeat(10,1fr);
    grid-gap: 5px;
}
.upgrade__row .label{
    font-weight: 600;
    color: #fff;
}
.upgrade__row__materials>span{
    background-color:#1b2126;
    border-radius: 5px;
    position: relative;
    padding: 5px;
    overflow: hidden;
}
.upgrade__row__materials img{
    margin: 0 auto;
    display: block;
}
.upgrade__row__materials .qty{
    display: block;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    background-color: #57a7f5;
    padding: 0 5px;
    border-radius: 3px;
    line-height: normal;
}
.upgrade__row__materials .name{
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}
.small-path{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}
.small-path img{
    width: 30px;
}
.hk_ranks__row{
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    margin-bottom: 5px;
    background-color: #2d3245;
    padding: 10px;
    border-radius: 10px;
    grid-column-gap: 15px;
}
.hk_ranks__row .label{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    height: 100%;
    background-color: #57a7f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
}
.hk_ranks__row .characters{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
}
.hk_ranks__row .characters .characters__list__item img{
    border-color: currentColor;
}
.hk_ranks__row .characters .characters__list__item .name{
    color: #fff;
}

.hk__filter__row{
    padding: 2.5px 0;
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
}
.hk__filter__row.no_label {
    display: block;
}
.filter__links,
.hk_ranks__tab{
    display: flex;
    align-items: center;
}
.filter__links .filter__link,
.hk_ranks__tab .hk_ranks__tab__item{
    display: flex;
    align-items: center;
    background-color: #2d3245;
    border-radius: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    gap: 5px;
    font-size: 14px;
}
.filter__links .filter__link.active,
.filter__links .filter__link:hover,
.hk_ranks__tab .hk_ranks__tab__item.active,
.hk_ranks__tab .hk_ranks__tab__item:hover{
    background-color: #57a7f5;
}
.filter__links .filter__link img{
    width: 30px;
}
.characters__list__item .name{
    line-height: normal;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

body .container .section,
body .row .section {
   padding-left: 0;
    padding-right: 0;
}
/*.element-gio img{
    background: rgb(34,193,195);
    background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(60,198,151,1) 100%);
}
.element-hoa img{
    background: rgb(230,44,40);
    background: linear-gradient(0deg, rgba(230,44,40,1) 0%, rgba(246,128,97,1) 100%);
}
.element-luong-tu img{
    background: rgb(79,73,182);
    background: linear-gradient(0deg, rgba(79,73,182,1) 0%, rgba(175,172,246,1) 100%);
}
.element-loi img{
    background: rgb(180,73,212);
    background: linear-gradient(0deg, rgba(180,73,212,1) 0%, rgba(227,133,249,1) 100%);
}
.element-bang img{
    background: rgb(38,141,208);
    background: linear-gradient(0deg, rgba(38,141,208,1) 0%, rgba(173,231,253,1) 100%);
}
.element-so-ao img{
    background: rgb(243,223,52);
    background: linear-gradient(0deg, rgba(243,223,52,1) 0%, rgba(255,241,148,1) 100%);
}
.element-vat-ly img{
    background: rgb(157,157,157);
    background: linear-gradient(0deg, rgba(157,157,157,1) 0%, rgba(199,199,199,1) 100%);
}*/
.star-3 img{
    background: linear-gradient(0deg, #75aef4 0%, #5e5e7e 100%);
}
.star-4 img{
    background: linear-gradient(0deg, #895acd 0%, #5e5e7e 100%);
}
.star-5 img{
    background: linear-gradient(0deg, #cca46a 0%, #9c6e6a 100%);
}
.tax__tooltip .character__elements>span{
    font-size: 12px;
    padding: 3px 10px;
    grid-template-columns: 25px 1fr;
    grid-column-gap: 5px;
    align-items: center;
}
.tax__tooltip .character__elements>span >span{
    display: flex;
    height: 100%;
    align-items: center;
}
.post_comments.block{
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.team__comp__widget .team__comp__list__item{
    grid-template-columns: 60px 1fr;
    padding: 5px;
}
.team__comp__widget .team__comp__list__item .team-title{
    font-size: 14px;
}
.team__comp__widget  .team__comp__list__item .team__members img{
    width: 30px;
}
.tax__tooltip strong,
.td-desc strong{
    color: #57a7f5;
}
.tax__tooltip .property{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    padding: 0;
}
.tax__tooltip .property li{
    margin-bottom: 0;
}
body #comments .comment-respond {
    background-color: #1b2126;
}
.characters__teams__iten{
    display: grid;
    grid-template-columns: 150px 1fr;
    align-items: center;
    background-color: #2d3245;
    margin-bottom: 2px;
    border-radius: 5px;
    padding: 10px;
}
.characters__teams__iten .info{
    text-align: center;
}
.characters__teams__iten .info .img-border{
    width: 60px;
}
.characters__teams__iten .element img{
    width: 30px;
}
.character-links{
    display: grid;
    grid-template-columns: repeat(6,1fr);
}
.character-links a{
    font-size: 14px;
    line-height: 30px;
    color: currentColor!important;
    opacity: .8;
}
.block-nav .block-nav-inner{
    overflow-x: auto;
    white-space: nowrap;
}
.block-nav a{
    display: inline-block;
    white-space: nowrap;
    padding: 0 15px;
    border-right: 1px solid rgba(255,255,255,.2);
    line-height: 16px;
    color: currentColor!important;
    font-size: 14px;
    text-transform: uppercase;
}
.block-nav a:hover{
    color: #fff!important;
}
.block-nav a:first-child{
    padding-left: 0;
}
.block-nav a:last-child{
    padding-right: 0;
    border: none;
}
.labels span{
    display: inline-block;
    padding: 3px 15px;
    background-color: #2271b1;
    font-size: 12px;
    border-radius: 99px;
    color: #fff;
    line-height: normal;
}
.upgrade_skills{
    display: flex;
    font-size: 12px;
    text-align: center;
    gap: 10px;
}
.upgrade_skills .name{
    display: block;
}
.upgrade_skills img{
    width: 60px;
}
.upgrade_skills>span{
    width: 100px;
    position: relative;
}
.upgrade_skills>span:after{
    content: 'âžœ';
    display: inline-block;
    color: red;
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: -10px;
}
.upgrade_skills>span:last-child:after{
    display: none;
}
.characters__list__item .image{
    position: relative;
}
.characters__list__item .image>span{
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    padding: 3px 5px;
    background-color: #2271b1;
    font-size: 12px;
    border-radius: 99px;
    color: #fff;
    line-height: normal;
}
.artifact__options{
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 15px;
    background-color: #4f556a;
    border-radius: 5px;
}
.artifact__options .stt{
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #111;
}
.artifact__options .options{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
}
.artifact__item{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
}
.artifact__item:last-child{
    margin-bottom: 0;
}
.artifact__item .image{
    width: 60px;
    position: relative;
}
.artifact__item .image .qty{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #57a7f5;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}
.artifact__options{

}
body h1.entry-title.mb{
    margin-bottom: 20px;
}
.block__eidolons__item .image{
    position: relative;
}
.block__eidolons__item .image .label{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    background-color: #57a7f5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 2px;
}
.equiped__item{
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    margin-bottom: 10px;
}
.equiped__item .label{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #2d3245;
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.equiped__item:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 480px) {
    .character-links{
        grid-template-columns: repeat(3,1fr);
    }
    .character-links {
        font-size: 13px;
    }
    .ajax-tooltip-box {
        min-width: 380px;
    }
    .block-nav a{
        padding: 0 10px;
    }

    .tax__tooltip {
        grid-template-columns: 50px 1fr;
    }

    .character-list {
        grid-gap: 10px;
    }

    .character-list.col-5,
    .character-list.col-6,
    .character-list.col-7 {
        grid-template-columns: repeat(3, 1fr);
    }

    .block__property {
        grid-template-columns: repeat(1, 1fr);
    }

    .light__cones__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .character-info {
       display: block;
        text-align: center;
    }
    .character-info .character-image{
        max-width: 120px;
        margin: 0 auto 10px auto;
    }
    .character__elements > span {
        grid-template-columns: 25px 1fr;
        padding: 5px 10px;
    }
    .character-info .character__stats{
        text-align: left;
    }
    .character__stats .stats__item{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(255,255,255,.1);
        padding: 5px 0;
    }
    .character__stats .stats__item:last-child{
        padding-bottom: 0;
        border: none;
    }
    .character__elements{
        justify-content: center;
    }
    .hk_ranks__row .characters{
        grid-template-columns: repeat(4,1fr);
    }
    .hk_ranks__row {
        grid-template-columns: 50px 1fr;
    }
    .hk__filter__row{
        display: block;
        text-align: center;
    }
    .filter__links, .hk_ranks__tab{
        display: block;
        text-align: center;
    }
    .filter__links .filter__link, .hk_ranks__tab .hk_ranks__tab__item{
        display: inline-block;
        margin: 0 5px 5px 0;
        height: 30px;
        padding: 2px 5px;
    }
    .filter__links .filter__link img{
        width: 20px;
    }

    .__table__items,
    .__table__items thead,
    .__table__items tbody,
    .__table__items tr,
    .__table__items td,
    .__table__items th{
        display: block;
        border: none;
        padding: 0;
    }
    .__table__items thead{
        display: none;
    }
    .__table__items tr{
        border-bottom: 1px solid rgba(255,255,255,.1);
        padding: 10px 0;
        overflow: hidden;
    }
    .__table__items .td-img{
        width: 100px;
        float: left;
    }
    .__table__items .td-property{
        width: calc(100% - 100px);
        float: left;
        padding-left: 10px;
    }
    .__table__items .td-desc {
        margin-top: 10px;
        float: left;
        width: 100%;
    }
    .characters__team__list {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-gap: 10px;
    }
    .characters__team__list img{
        width: 100%;
    }
    .guid__skills__details {
        display: block;
    }
    .upgrade__row {
        display: block;
    }
    .skills__list, .artifacts__list {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(3,1fr);
    }
    .upgrade__row__materials{
        display: grid;
        grid-template-columns: repeat(5,1fr);
        grid-gap: 5px;
    }
    .artifact__options .options {
        grid-template-columns: repeat(1, 1fr);
    }
}

.block__item__content li {
    list-style: disc;
}
.hidden {
    display: none;
}
@media screen and (prefers-color-scheme: dark) {
    footer .w-footer {
        background: #181818;
    }
}

@media (min-width: 1024px) {
    footer .w-footer {
        padding-bottom: 2em;
    }
}
footer .w-footer {
    padding-top: 4rem;
    padding-bottom: 1rem;
    background-color: rgb(45, 50, 69);
}
@media (min-width: 1440px) {
    .wrapper {
        padding: 0 80px;
    }
}
@media (min-width: 1024px) {
    .wrapper {
        padding: 0 3rem;
    }
}
@media (min-width: 768px) {
    .wrapper {
        padding: .5rem 2rem;
    }
}
.wrapper {
    padding: 0 1rem;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    footer .w-footer .footer-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
footer .w-footer .footer-content {
    margin: 0 auto;
    max-width: 1100px;
    text-align: center;
    row-gap: 2rem;
}
@media (min-width: 1024px) {
    footer .w-footer .footer-content-el {
        margin-bottom: 0;
    }
}
footer .w-footer .footer-content-el {
    text-align: center;
    padding: 0;
}
@media (min-width: 1024px) {
    footer .w-footer .footer-content-el.section-right, footer .w-footer .footer-content-el.section-right ul {
        text-align: right;
    }
}
@media (min-width: 1024px) {
    footer .w-footer .el-header.section-right {
        display: flex;
        justify-content: right;
    }
}
footer .w-footer .el-header {
    height: 2rem;
    margin-bottom: 2rem;
}

footer .w-footer .el-header .footer-img {
    display: block;
    height: 2rem;
}
footer a, button, input {
    outline: none;
    padding: 0;
    border-radius: 0;
    border: none;
}

@media (min-width: 1024px) {
    footer .w-footer .el-header .footer-img img {
        margin: 0;
    }
}

footer .w-footer .el-header .footer-img img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
@media (min-width: 1024px) and (min-width: 1024px) {
    footer .w-footer ul.align-right {
        justify-content: flex-end;
    }
}
@media (min-width: 1024px) and (min-width: 1024px) {
    footer .w-footer ul:not(.social-media) {
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        gap: .25rem;
    }
}
@media (min-width: 1024px) {
    footer .w-footer ul {
        text-align: left;
    }
}
li {
    list-style: none;
}
footer .w-footer .text {
    font-size: .75rem;
    line-height: 1.5em;
    font-weight: 400;
    color: #f2f2f2;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}
@media (min-width: 1024px) and (min-width: 1024px) {
    footer .w-footer ul:not(.social-media) li:after {
        content: "|";
        display: inline-block;
        color: hsla(0, 0%, 100%, .25);
        margin-left: .25rem;
    }
}

@media (min-width: 1024px) {
    footer .w-footer .footer-note.section-right {
        text-align: right;
        padding-right: 0;
    }
}
@media (min-width: 1024px) {
    footer .w-footer .footer-content-el.section-right, footer .w-footer .footer-content-el.section-right ul {
        text-align: right;
    }
}

footer .w-footer .footer-note {
    margin: 2rem 0 0;
    padding-left: 0;
}

footer .w-footer .text {
    font-size: .75rem;
    line-height: 1.5em;
    font-weight: 400;
    color: #f2f2f2;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}

@media screen and (prefers-color-scheme: dark) {
    .wrapper:has(.valnet-content) {
        background-color:#2a557f;       
    }
}
footer .valnet-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media screen and (prefers-color-scheme: dark) {
    .rate-label, footer .valnet-content .text {
        color: #fff;
    }
}
footer .valnet-content .text {
    font-size: .75rem;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    color: #fff;
}

footer .w-footer .text {
    font-size: .75rem;
    line-height: 1.5em;
    font-weight: 400;
    color: #f2f2f2;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    white-space: nowrap;
}

footer ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
@media (min-width: 768px) {
    footer .w-footer .social-media>.text {
        width: auto;
        flex: none;
        margin-right: 1rem;
    }
}
footer .w-footer .social-media .social-elements {
    width: 2rem;
    border: 0;
}

.social-elements {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid #101010;
    color: #101010;
    padding: .5rem;
    transition: all .3s ease;
}

@media screen and (prefers-color-scheme: dark) {
    .social-elements {
        color: #e2e2e2;
        border-color: #e2e2e2;
    }
}
.social-elements  i {
    font-size: 12px;
    cursor: pointer;
}
footer .w-footer .text .brand, footer .w-footer .text .link {
    font-weight: 700;
    color: #fff;
}
.block__property.block__aggregate__options li, .block__property.block__weapons__options li {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
    grid-gap: 5px;
}

.stt {
    width: 20px;
    height: 20px;
    background-color: #eeeeee;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.box-img.star-5, .block_teams_characters__item.star-5, .weapon__item.weapon__item__star_5 {
    color: #cca46a;
}
.aggregate__info .image, .weapons__info .image {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    position: relative;
    padding: 5px;
    position: relative;
}
.weapons__info .name {
    display: inline-block;
    line-height: normal;
}
.secondry {
    display: inline-block;
    font-size: 10px;
    color: #f99b1c;
    line-height: normal;
    font-weight: 600;
}
.aggregate__info, .weapons__info {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 10px;
    align-items: center;
}
.d-block {
    display: block;
}