iframe {
    width: 100%;
}
#header{
    border-bottom: 1px solid rgb(255,255,255,.1);
}
@media screen and (min-width: 850px) {
    body .row-divided>.col+.col:not(.large-12) {
        border-left:1px solid rgba(255,255,255,.1);
    }
}
.block{
    border-radius: 5px;
    border: 2px solid #2a2a2a;
    background-color: rgba(40, 40, 45, .9);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .7);
    margin-bottom: 20px;
    font-size: 14px;
}
.block__title{
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.block__content{
    padding: 10px;
}
.character__info{
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-column-gap: 20px;
}
.character__info .image{
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.meta,
.materials{
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(6,1fr);
}
.materials img{
    width: 20px;
}
.meta>div,
.materials .material{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px 5px;
    line-height: normal;
    font-size: 12px;
    background-color: #000;
    border-radius: 3px;
    height: 27px;
}
.materials .material{
    height: auto;
}
.materials .material img{
    width: 40px;
}
.meta>div img{
    width: 20px;
}
.rarity-6{
    background: linear-gradient(to top, #e86200 0, #e86200 40%, transparent 95%), url(../images/bg_pattern.png) 50% / auto repeat;
}
.rarity-5{
    background: linear-gradient(to top, #e8a802 0, #e8a802 40%, transparent 95%), url(../images/bg_pattern.png) 50% / auto repeat;
}
.rarity-4{
    background: linear-gradient(to top, #8245e8 0, #8245e8 40%, transparent 95%), url(../images/bg_pattern.png) 50% / auto repeat;
}
.rarity-3{
    background: linear-gradient(to top, #0a9de0 0, #0a9de0 40%, transparent 95%), url(../images/bg_pattern.png) 50% / auto repeat;
}
.rarity-2{
    background: linear-gradient(to top, #a8b52a 0, #a8b52a 40%, transparent 95%), url(../images/bg_pattern.png) 50% / auto repeat;
}
.rarity-1{
    background: linear-gradient(to top, #6e6e6e 0, #6e6e6e 40%, transparent 95%), url(../images/bg_pattern.png) 50% / auto repeat;
}
.skill{
    margin-bottom: 10px;
}
.skill:last-child{
    margin-bottom: 0;
}
.skill__head{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.skill__image{
    width: 50px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 5px;
    padding: 5px;
}
.skill__head .name{
    color: #fdfd1f;
    display: block;
}
.skill__head .type{
    font-size: 10px;
    text-transform: uppercase;
    color: #81817d;
    font-weight: 600;
}
.skill__properties {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.skill__properties>div{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 5px;
    line-height: normal;
    font-size: 12px;
    background-color: #000;
    border-radius: 3px;
}
.items{
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-gap: 10px;
}
.items .item{
    display: block;
    line-height: normal;
    font-size: 12px;
}
.item__image {
    display: block;
    margin-bottom: 5px;
}
.material__row{
    margin-bottom: 10px;
    border-radius: 0;
    border: 2px solid #2a2a2a;
    background-color: rgba(40, 40, 45, .9);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .7);
    padding: 10px;
}
.material__row .title{
    color: #fdfd1f;
    margin-bottom: 5px;
}
.material__row .desc{
    font-size: 12px;
    margin-bottom: 5px;
}
.materia__properties{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.materia__properties>div{
    border-color: rgb(34 197 94 / .3);
    background-color: rgb(34 197 94 / .2);
    border-width: 1px;
    border-style: solid;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
    line-height: normal;
}
.materia__properties .value{
    color: #22c55e;
}
.p-archiveHeader__date{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
pre{
    background-color: black!important;
    color: #fff;
}
.team__characters{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.team__character{
    display: block;
    position: relative;
    width: 100px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 5px;
}
.team__character.active{
    border-color: #ffff33cc;
}
.team__character .role{
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    background-color: #ffff33cc;
    color: #000;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 10px;
    line-height: normal;
    font-weight: 600;
}
.team__character .name{
    padding: 0 5px;
    font-size: 14px;
}
.team__character .image{
    display: block;
}
.skill__body{
    font-size: 12px;
}
.block__tab__item:not(.active) {
    display: none;
}
.sub__title{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px;
    border-left: 2px solid #fdfd1f;
    padding-left: 5px;
    line-height: normal;
}
.block h3{
    font-size: 12px;
    text-transform: uppercase;
}
.stats{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    margin-bottom: 10px;
}
.stat{
    display: flex;
    background-color: #000000;
    border-radius: 5px;
    padding: 5px;
    justify-content: space-between;
}
.stat__row h3{
    margin-bottom: 10px;
}
.stat .value{
    color: #fdfd1f;
}
.mb-1{
    margin-bottom: 10px;
}
mb-2{
    margin-bottom: 20px;
}
.characters{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 10px;
}
.characters a{
    display: block;
    line-height: normal;
}
.characters .image{
    display: block;
}
.characters .image img{
    width: 100%;
}
.characters a .name{
    display: block;
    margin-top: 3px;
}
.path__items{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    margin-bottom: 10px;
}
.path__items .item{
    display: grid;
    grid-template-columns: 70px 1fr;
    grid-column-gap: 10px;
    border: 2px solid #2a2a2a;
    background-color: rgba(40, 40, 45, .9);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .7);
    padding: 10px;
}
.item_meta{
    font-size: 12px;
    line-height: 16px;
}
.item_meta>span{
    display: flex;
    justify-content: space-between;
}
.item_meta .value{
    color: #fdfd1f;
}
.path__items .item .image{
    display: flex;
    align-items: center;
}
.team__weapons{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-bottom: 10px;
    grid-gap: 10px;
}
.team__weapons>a{
    display: grid;
    border: 2px solid #2a2a2a;
    background-color: rgba(40, 40, 45, .9);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .7);
    padding: 5px;
    grid-template-columns: 40px 1fr;
    grid-column-gap: 10px;
}
.team__weapons .image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.team__weapons .info{
    display: flex;
    align-items: center;
    line-height: normal;
}
.skill_upgrade_priority{
    display: flex;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: normal;
    justify-items: center;
    border: 2px solid #2a2a2a;
    background-color: rgba(40, 40, 45, .9);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .7);
    padding: 10px;
}
.skill_upgrade_priority>span{
    width: 80px;
    position: relative;
}
.skill_upgrade_priority img{
    border: 1px solid;
    border-radius: 50%;
    display: block;
    width: 40px;
    margin: 0 auto 5px auto;
    padding: 3px;
}
.skill_upgrade_priority .num{
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #ff3;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 50%;
}
.skill_upgrade_priority svg{
    margin-top: 15px;
}
.skill_upgrade_priority svg:last-child{
    display: none;
}
.block__content ul,
.block__content ol{
    padding-left: 16px;
}
.team__items{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    margin-bottom: 15px;
}
.team__items .item{
    border: 2px solid #2a2a2a;
    background-color: rgba(40, 40, 45, .9);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .7);
    padding: 10px;
}
.team__items .item .head{
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 2px;
    margin-bottom: 5px;
}
.team__items .item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
body .dark .widget a,
body .dark a {
   color: #ffff33cc;
}
.ban-thiet-ke{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
}
a.tax__inline{
    display: inline-block;
    color: rgb(127 255 212)!important;
}
.tax__inline img{
    width: 12px;
    border-radius: 1px;
    display: inline-block;
    margin-right: 2px;
}
@media (max-width: 480px) {
     .materials {
        grid-template-columns: repeat(3, 1fr);
    }
    .meta{
        grid-template-columns: repeat(1, 1fr);
    }
    .items {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 5px;
    }
    .team__weapons{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
    }
    .team__items {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
    }
    .team__characters {
        gap: 5px;
    }
    .characters {
        grid-template-columns: repeat(3, 1fr);
    }
}
.properties__row{
    display: flex;
    gap: 10px;
}
.properties__row .name{
    color: #fff;
    font-weight: 600;
    width: 100px;
}