.box-inner {
    height: auto
}

.fixed {
    position: fixed !important;
    top: 0
}

.absolute {
    position: absolute !important;
    top: 100%
}

.d-flex-category-custom {
    display: flex !important
}

@keyframes swing {
    0% {
        transform: rotate(15deg)
    }

    50% {
        transform: rotate(-15deg)
    }

    to {
        transform: rotate(15deg)
    }
}

.box-category-game {
    align-items: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    min-width: 95px;
    padding: 5px 0;
    transition: .3s;
    width: 100%
}

.box-category-game img {
    margin-right: 8px
}

.box-category-game:hover {
    opacity: .7
}

.pc-response {
    display: block !important
}

.mb-response {
    display: none
}


.GAMEHIT-class-tab {
    display: none !important
}

@media only screen and (max-width:960px) {
    .box-category-game {
        box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3);
        flex-direction: column;
        font-size: .7rem;
        height: 4rem;
        margin: .425rem auto;
        min-width: 25px !important;
        padding: .225rem;
        text-align: center;
        width: 100%
    }

    .box-category-game img {
        margin-right: 0
    }

    .mb-response {
        display: block
    }

    .pc-response {
        display: none !important
    }

    .active-category h3 {
        color: #fff !important;
        filter: none !important
    }
}

@media only screen and (max-width:600px) {
    .GAMEHIT-class-tab {
        display: flex !important
    }

    .GAMEHIT-class-tab.-pc {
        display: none !important
    }
}

ol li:not(.ql-direction-rtl),
ul li:not(.ql-direction-rtl) {
    padding-left: 0 !important
}

.Vue-Toastification__container {
    z-index: 999999999 !important
}

@media screen and (min-width:601px) {
    .Vue-Toastification__toast {
        max-width: 350px
    }
}

label.v-label.theme--dark {
    font-size: 16px
}

@media screen and (max-width:600px) {
    label.v-label.theme--dark {
        font-size: 12px
    }
}