.link-games {
    padding: 14px 50px;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    background: #162526;
    vertical-align: middle;
    color: #fff;
    border: 1px solid transparent
}

.link-games:hover {
    color: #fff;
    border: 1px solid #fff
}

.more-game {
    padding: 12px 24px;
    background-image: linear-gradient(90deg, #ff564e, #f9d027);
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    text-decoration: none;
    max-width: 200px;
    box-shadow: rgb(0 0 0/24%) 0 6px 12px 0
}

.more-game:active, .more-game:hover {
    background-image: linear-gradient(90deg, #f9d027, #ff564e)
}

.ml-350 {
    margin-left: 350px !important
}

.hidden {
    display: none !important
}

.game_content_container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 24px;
    margin: 12px auto
}

.game_content_container .game-content-page {
    width: 100%;
    flex: 0 0 72%;
    max-width: 72%
}

.game_content_container .comment-area {
    flex: 0 0 calc(100% - 72% - 24px);
    max-width: calc(100% - 72% - 24px);
    width: 100%
}

.favorited i {
    color: #ed1c24
}

.btn-scroll-top {
    display: block;
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 45px;
    height: 45px;
    transition: right .4s cubic-bezier(.68, -.55, .265, 1.55), opacity .3s, background-color .25s ease-in-out;
    border-radius: .75rem;
    background-color: #0f3;
    color: #000;
    text-align: center;
    opacity: 0;
    z-index: 998;
    outline: 0;
    border: 0
}

.btn-scroll-top i {
    font-size: 24px;
    font-weight: 700;
    line-height: 45px
}

.btn-scroll-top.show {
    right: 1.25rem;
    opacity: 1
}

.category-list-wrapper .cat-name {
    color: #fff
}

.footer_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-left: -28px
}

.footer_container a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-left: 28px
}

.show_content {
    position: absolute;
    max-width: calc(100% - 40px);
    width: 100%;
    bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 12
}

.ShowMore_button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    background: 0 0;
    color: #fff;
    font-size: 14px;
    width: fit-content;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px
}

#tooltip {
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: 0 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 100;
    padding: 5px 15px;
    border-radius: 5px;
    width: 220px;
    transform: translateX(-50%)
}

#tooltip::after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #ffc500;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    margin-left: -10px
}

#tooltip.top::after {
    border-top-color: transparent;
    border-bottom: 10px solid #ff318f;
    top: -20px;
    bottom: auto
}

#tooltip.left::after {
    left: 10px;
    margin: 0
}

#tooltip.right::after {
    right: 10px;
    left: auto;
    margin: 0
}

@media (max-width:1024px) {
    .game_content_container .comment-area, .game_content_container .game-content {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    gap: 8px
}

.site-logo {
    height: 45px
}

.page_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: rgba(0, 0, 0, .75)
}

.loading_page {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99
}

.hidden {
    display: none
}

.loading_image {
    width: 100px;
    height: 100px;
    background-color: transparent !important
}

.gameSliderBig .slide-item {
    width: 211px
}

@media (min-width:48em) {
    .gameSliderBig .slide-item {
        width: 422px
    }
}

.swiper .swiper-button-disabled {
    display: none
}

.header-slider {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.action-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 24px
}

.action-button button {
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: 18px;
    color: #fff
}

.action-button button.swiper-button-disabled {
    opacity: .5
}

.img-category {
    width: 32px;
    height: 32px
}

.comment {
    /* margin: 24px 0 */
}

.nav--bar>.list>.item:hover .more--list {
    display: block
}

.nav--bar>.list>.item>.wrapper {
    padding-top: 12px;
    position: absolute
}

.posts-menu {
    border: 0
}

@media (min-width:982px) {
    .posts-menu {
        border-left: 1px solid rgb(255 255 255 / 10%)
    }
}

.favorites_btn i {
    margin-right: 8px
}

.posts_game {
    max-width: 1370px;
    margin: 12px auto
}

.pagination-wrapper ul.pagination {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 20px;
    padding-inline-start: 0px
}

.pagination-wrapper ul.pagination li {
    background-color: #333276;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}

.pagination-wrapper ul.pagination li.disabled {
    background-color: #eb3175
}

.pagination-wrapper ul.pagination li a, .pagination-wrapper ul.pagination li.disabled span {
    text-decoration: none;
    padding: 15px;
    margin: -15px;
    color: #fff
}

.posts_container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 24px;
    margin: 0 auto
}

.posts_container .post_detail {
    width: 100%;
    flex: 0 0 70%;
    max-width: 70%
}

.posts_container .aside_posts {
    flex: 0 0 calc(100% - 70% - 24px);
    max-width: calc(100% - 70% - 24px);
    width: 100%
}

@media (max-width:1200px) {
    .posts_container .aside_posts, .posts_container .post_detail {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.content_high_light {
    background: #14003a;
    border: 1px solid #ffd600;
    backdrop-filter: blur(9px);
    border-radius: 20px;
    color: #fff;
    padding: 18px 24px;
    margin: 0 0 16px
}

/*# sourceMappingURL=style.min.css.map */