#booster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40%;
    border-radius: 0.5em;
    filter: hue-rotate(210deg);
}
/* PLACE YOU CUSTOM STYLES IN THIS FILE */
.nk-header {
    z-index: 1;
}
    .nk-header-title .nk-header-table-cell {
        max-height: 120.11vh;
        padding-top: 2.5em;
    }

    #item-filter {
        width: 100%; 
        display: flex; 
        justify-content: flex-start;
    }
        #item-filter div:first-of-type {
            margin-left: 0;
        }
        #item-filter div {
            margin-left: 1.5em;
        }
            .isFilter {
                cursor: pointer !important;       
            }

    #currency-filter {
        width: 100%; 
        display: flex; 
        justify-content: flex-start;
        flex-direction: column;
        color: #55efc4;
        cursor: pointer;
        padding-top: 0;
    }
    #currency-filter p {
        display: inline;
        transition: all ease-in-out 0.1s;
    }
    #currency-filter a:hover {
        text-decoration: none !important;
    }
    #currency-filter p:hover {
        transition: all ease-in-out 0.1s;
        color: white;
    }

    @media only screen and (max-width: 990px) {
        .sj-book {
            margin-left: -340px !important;
        }

        /* #promo-girl {
            width: auto !important;
            height: auto !important;
        } */

    }
    @media only screen and (max-width: 780px) {
        .nk-header-title .nk-header-table-cell {
            max-height: 200% !important;
            /* padding-top: 2.5em; */
        }
        .sj-book {
            margin-left: -460px !important;
        }
    }

    @media only screen and (max-width: 600px) {
        #promo-girl {
            width: 100% !important;
            height: 100% !important;
        }
    }

    @media only screen and (max-width: 550px) {
        .sj-book {
            margin-left: 0 !important;
        }
        .sj-book .page-wrapper {
            width: 100% !important;

            /* height: auto !important; */
        }
    }

.skill-container {
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center;
}
.skill-img {
    background-color: white; 
    border-radius: 0.5em; 
    height: 80px; 
    width: 80px; 
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center;
    padding: 0.5em;
}
    .skill-img > img {
        width: auto;
        /* max-height: 80px; */
        height: auto;
        max-width: 50px;
        max-height: 60px;
    }
.skill-container > .moveset-name {
    width: 70%;
    padding-left: 0.2em;
}

#liminal-map {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40%;
    border-radius: 0.5em;
    transition: all 1s ease-in-out !important;
}

@media only screen and (max-width: 260px) {
    .order {
        height: 80px;
        /* height: auto !important; */
    }
}
@media only screen and (max-width: 430px) {
    .order {
        height: 100px !important;
    }
        td {
            height: 100px !important;
        }
    #page-hero-text {
        margin-left: 2em;
    }
}
@media only screen and (max-width: 770px) {
    #page-hero-text {
        font-size: 110%;
    }
    .order {
        height: 130px !important;
    }
        td {
            height: 130px !important;
        }
}
@media only screen and (max-width: 991px) {
    #avatar-creation {
        width: 80% !important;
    }

    #image-container {
        padding-top: 0em !important;
    }
    #inventory-image {
        width: 40% !important;
    }
    #inventory-main-container {
        margin-top: 3em;
    }
    #inventory-padding {
        padding: 1em;
    }
    .order {
        /* min-height: 200px; */
        /* height: auto !important; */
        /* height: auto !important; */
    }
    .table {
        margin-bottom: 0;   
    }
}