#nav-categorygame {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 !important
}

#nav-categorygame .nav-item {
    padding-left: 0 !important;
    display: inline-block;
    flex: 1;
    width: auto;
    padding: 0 .5rem;
    margin-bottom: .5rem
}

#nav-categorygame .nav-item .nav-link {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .75);
    border-radius: 8px;
    border: none;
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none;
    padding: 5px .5rem;
    transition: all .4s
}

#nav-categorygame .nav-item .nav-link:before {
    transform: scaleX(0);
    transform-origin: top right;
    border-radius: 8px;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: transform .3s ease
}

#nav-categorygame .nav-item .nav-link:hover {
    color: #f2f2f2
}

#nav-categorygame .nav-item .nav-link:hover img {
    transform: scale(1.4);
    mix-blend-mode: unset
}

#nav-categorygame .nav-item .nav-link:hover:before {
    transform: scaleX(1);
    transform-origin: top right
}

#nav-categorygame .nav-item .nav-link:hover .text-wrap {
    color: #212121;
    font-weight: 700
}

#nav-categorygame .nav-item .nav-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 55%;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 0 20px 20px 0
}

#nav-categorygame .nav-item .nav-link img {
    filter: drop-shadow(0 0 5px #000);
    transition: all .2s ease-in-out;
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 2
}

#nav-categorygame .nav-item .nav-link .text-wrap {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    z-index: 2
}

#nav-categorygame .nav-item .nav-link .text-wrap span:first-child {
    font-size: 15px;
    font-weight: 700
}

@media(max-width:960px) {
    #nav-categorygame {
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
        white-space: nowrap
    }

    #nav-categorygame .nav-item {
        flex: unset;
        padding: 0 3px;
        width: 25%
    }

    #nav-categorygame .nav-item .nav-link {
        padding: 0;
        display: flex;
        flex-direction: column;
        width: 100%
    }

    #nav-categorygame .nav-item .nav-link .text-wrap {
        white-space: nowrap !important;
        margin-left: unset;
        text-align: center
    }

    #nav-categorygame .nav-item .nav-link .text-wrap span {
        font-weight: 400 !important
    }

    #nav-categorygame .nav-item .nav-link img {
        width: 50px;
        height: 50px
    }
}

@media only screen and (max-width:960px) {
    #nav-categorygame .width-auto {
        width: 20% !important;
        font-size: 12px !important
    }

    #nav-categorygame .width-auto span {
        font-size: 13px !important
    }
}

.title-pannel-game {
    max-width: 960px;
    padding: .5rem 0;
    margin-top: 1.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%)
}

.title-pannel-game h1 {
    font-size: 21px
}

.title-pannel-game.color1 {
    background: var(--gradient-4);
}

.title-pannel-game.color2,
.title-pannel-game.color3 {
    background: var(--gradient-4);
}

.title-pannel-game.color4 {
    background: var(--gradient-4);
}

.title-pannel-game.color5 {
    background: var(--gradient-4);
}

@media(max-width:960px) {
    .title-pannel-game {
        -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%)
    }
}

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

#pannel-show-pc {
    display: block
}

#pannel-show-mobile {
    display: none
}

@media(max-width:760px) {
    #pannel-show-pc {
        display: none
    }

    #pannel-show-mobile {
        display: block
    }
}