.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    transition: all 0s
}

.tns-slider>.tns-item {
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-gallery,
.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333333%;
    width: 2333.33333%;
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714286%;
    width: 1.42857%;
    height: 10px;
    float: left
}

.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:hover, .more-game:active {
    background-image: linear-gradient(90deg, #f9d027, #ff564e);
}

.ml-350 {
    margin-left: 350px !important;
}

.hidden {
    display: none !important;
}

.header__logo {

}

.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%;
}

.game-content-page .content-inner {
    position: relative;
    z-index: 12;
}



.favorited i {
    color: #ed1c24;
}

.game-description {

}

.btn-scroll-top {
    display: block;
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 45px;
    height: 45px;
    transition: right 400ms cubic-bezier(.68, -.55, .265, 1.55), opacity .3s, background-color .25s ease-in-out;
    border-radius: 0.75rem;
    background-color: #fbc401;
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 1025;
    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;
}



#tooltip {
    font-weight: 600;
    text-align: center;
    color: #03214e;
    background: #ffc500;
    -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
}


.notification-success {

    position: fixed;
    bottom: 12px;
    left: 12px;
    border-radius: 10px;
    box-shadow: 0px -6px 74px 0px rgba(0, 0, 0, 0.15);
    animation: show_toastt 1s ease forwards;
    z-index: 9999;
}

@keyframes show_toastt {
    0% {
        transform: translateX(-100%);
    }
    40% {
        transform: translateX(10%);
    }
    80%, 100% {
        transform: translateX(20px);
    }
}

.notification-success.hide {
    animation: hide_toastt 1s ease forwards;
}

@keyframes hide_toastt {
    0% {
        transform: translateX(20px);
    }
    40% {
        transform: translateX(10%);
    }
    80%, 100% {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
    }
}

.notification-success .toastt {
    border-radius: 10px;
    border-left: 5px solid #2ecc71;
    background: #fff;
    padding: 8px 12px;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-success .toastt.offline {
    border-color: #ccc;
}

.toastt .content {
    display: flex;
    align-items: center;
}

.content img {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #2ecc71;
    object-fit: cover;
}

.toastt.offline .content .icon {
    background: #ccc;
}

.content .details {
    margin-left: 15px;
}

.details span {
    font-size: 20px;
    font-weight: 500;
    color: #2ecc71;
}

.details p {
    color: #878787;
}


@media (max-width: 1024px) {
    .game_content_container .game-content, .game_content_container .comment-area {
        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;
}
.swiper-slide {
    width: fit-content;
}
.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.disabled span,.pagination-wrapper ul.pagination li a{
    text-decoration: none;
    padding: 15px;
    margin: -15px;
    color: white;
}
 .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 .post_detail, .posts_container .aside_posts {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.ads-class{
	max-width: 100%;
    width: 100%;
}
.game__content .ads{
	max-width: 100%;
    width: 100%;
}
.change_log_content {
	background: transparent;
	font-weight: 700;
	font-size: 18px;
	border-radius: 16px;
	padding: 12px 20px; 
	margin: 12px auto;
	box-shadow: rgb(0 0 0 / 24%) 0px 6px 12px 0px;
}
.change_log_content h4{
	border-bottom: 1px solid #75757559;
	color: #fc0;
}
.change_log_scroll{
	height: 190px;
	overflow-y: scroll;
}

.change_log_scroll::-webkit-scrollbar {
	width: 8px;
	display: none
}

.change_log_scroll::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 24px;
}

.change_log_scroll::-webkit-scrollbar-thumb {
	border-radius: 24px;
	background: #53a0d7;
	box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

.title_change_log p {
	margin-bottom: unset
}

.title_change_log {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
	color: #fff
}

.content_change_log {
	color: #f9f9f98f;
	font-size: 14px;
}

.content_change_log ul { 
	padding-left: 16px;
	margin-bottom: 0
}

.content_change_log ul li {
	list-style: disc;
	color: #f9f9f98f;
	font-size: 14px;
}

.content_change_log p {
	margin-bottom: 6px
}

.content_change_log {
	margin-bottom: 6px
}