.tier-list span{
    color: #222222;
}

.tier-list-page-card {
    height: 150px;
    background: #2B2B2B;
    border-radius: 0.6em;
    position: relative;
    outline: rgba(1, 1, 1, 0) 2px solid;
}

.tier-list-page-card:hover {
    cursor: pointer;
    outline: #ff9f63 2px solid;
    transition: all 0.2s ease;
}

.tier-list-page-card div{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tier-list-page-card h4 {
    filter: drop-shadow(0 0 2px #000);
}

.tier-list-page-card#boss {
    background: url("../images/boss-battle.png") no-repeat;
    background-size: 100%;
    background-position: 0 30%;
}

.tier-list-page-card#pvp {
    background: url("../images/pvp-battle.png") no-repeat;
    background-size: 100%;
    background-position: 0 10%;

}

.tier-list-page-card#normal {
    background: url("../images/normal-battle.png") no-repeat;
    background-size: 100%;
    background-position: 0 10%;
}

.tier-list-page-card.selected-tier {
    outline: #ff8139 2px solid;
}

.custom-tier-header .custom-tier-container .custom-header.dps {
    color: #ff6371;
}

.custom-tier-header .custom-tier-container .custom-header.tank {
    color: #ffa91b;
    background: #303030;
}

.custom-tier-header .custom-tier-container .custom-header.amplifier {
    color: #b99bff;
}

.custom-tier-header .custom-tier-container .custom-header.sustain {
    color: #a6ffa6;
    background: #303030;
}

.custom-tier-header {
    border-radius: 0;
    display: flex;
    margin: 10px 0 5px;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 10;
    height: 60px;
    line-height: 49px;
}
.custom-tier-header .tier-rating {
    align-items: center;
    color: #191817;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
    width: 66px;
}

.custom-tier-header .custom-tier-container .custom-header {
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.custom-tier.first {
    margin-top: 7px;
}

.custom-tier-container {
    grid-gap: 0;
    background-color: #2B2B2B;
    border-radius: 0;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.custom-tier-container .category-mobile {
    display: none;
}

.custom-tier {
    border-radius: 0;
    display: flex;
    margin: 10px 0;
    min-height: 100px;
    width: 100%;
}

.character-card-t {
    height: 140px;
    width: 120px;
}

.character-card-p {
    padding: 10px;
}

.custom-tier .custom-tier-container .employees-container {
    justify-content: center;
    grid-gap: 10px 5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 120px);
}

.custom-tier .custom-tier-container .employees-container.sustain {
    background-color: #303030!important;
}

.custom-tier .custom-tier-container .employees-container.tank {
    background-color: #303030!important;
}

.custom-tier .tier-rating {
    align-items: center;
    background-color: #ef5350;
    color: #191817;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
    width: 65px;
}

.custom-tier .tier-rating.s-plus {
    background-color: #ff6866;
}

.custom-tier .tier-rating.s {
    background-color: #FF7F7F;
}

.custom-tier .tier-rating.a {
    background-color: #FFBF7F;
}

.custom-tier .tier-rating.b {
    background-color: #FFDF7F;
}

.custom-tier .tier-rating.c {
    background-color: #FFFF7F;
}

.custom-tier .tier-rating.d {
    background-color: #BFFF7F;
}

@media (max-width: 1199px) {
    .custom-tier-header {
        display: none;
    }

    .custom-tier-container .category-mobile.dps {
        color: #d14251;
    }

    .custom-tier-container .category-mobile.amplifier {
        color: #9f5bf7;
    }

    .custom-tier-container .category-mobile {
        color: hsla(0, 0%, 100%, .55);
        display: block;
        font-size: 15px;
        font-weight: 500;
        line-height: 15px;
        padding: 7px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .custom-tier-container .category-mobile.sustain {
        background-color: #303030;
        color: #4ee26e;
    }

    .custom-tier-container .category-mobile.tank {
        background-color: #303030;
        color: #e0eb4a;
    }

    .custom-tier {
        flex-direction: column;
    }

    .custom-tier-container {
        grid-template-columns: 100%;
    }

    .custom-tier .tier-rating {
        font-size: 20px;
        width: 100%;
    }
}
