@font-face {
 font-family: "Poppins";
 src: url("../fonts/Poppins-Medium.ttf") format("truetype");
 font-weight: normal;
 font-style: normal;
} 

@font-face {
 font-family: "Poppins";
 src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
 font-weight: bold;
 font-style: normal;
}

@font-face {
 font-family: "Poppins";
 src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
 font-weight: bold;
 font-style: normal;
}
@font-face {
 font-family: "Poppins";
 src: url("../fonts/Poppins-Bold.ttf") format("truetype");
 font-weight: bold;
 font-style: normal;
}

body {
    font-family: 'Poppins', sans-serif;
    color: rgba(225, 225, 225, 0.6);
    background-color: #FFF;
}


img {
    max-width: 100%;
    height: auto;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.top-nav {
    background-color: #4c9d50;
    padding: 12px 0;
}

.top-nav a {
    color: #fff;
}

.nav-link {
    font-weight: 500;
}

.navbar-nav {
    margin-right: 20px;
}

.dropdown-menu {
    background: #3b3255;
}

.dropdown-menu .dropdown-item {
    padding: 15px 25px;
}

ul.user-links {
    background: #3b3255;
    z-index: 20;
}

ul.user-links li {
    color: unset;
}

.search-bar {
    position: relative;
}

.search-bar input.search {
    border: 1px solid #0000003b;
    background: #fff;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 0;
    color: black;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.search-bar .form-control::placeholder {
    color: #fff;
    opacity: 0.5;
}

.category-description {
    padding: 20px;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.1);
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #5bc0de;
    margin-bottom: 40px;
}

.pagination-wrapper {
    margin-top: 20px;
    width: 100%;
}

.pagination-wrapper .pagination {
    gap: 8px;
}

.pagination .page-link {
    background: white;
    color: black;
    border: 0;
    border-radius: 5px;
    padding: 10px 18px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}

.page-link:hover {
    background: rgba(107, 191, 111, 0.66);
}

.pagination .disabled .page-link {
    background: #6bbf6f;
    color: white;
}

.single-title, .page-title {
    margin-bottom: 0;
    font-size: calc(1.3rem + .2vw);
    color: black;
}

.item-title {
    color: black;
}

.item-title h1 {
    font-size: 1.75rem;
}

.section-title {
    margin-bottom: 30px;
    color: black;
    font-weight: bold;
    display: flex;
    align-items: end;
}

.grid-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.img-rounded {
    border-radius: 10%;
}

.small-thumb {
    width: 100%;
}

.list-info {
    color: rgba(255, 255, 255, 0.5);
}

.list-title {
    color: white;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.list-category {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.game-tag-list {
    display: flex;
    flex-wrap: wrap;
}

.tag-item {
    padding: 4px 14px;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 8px;
    margin-top: 8px;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #ffffff70;
}

.tag-item:hover {
    color: #fff;
    background: #8358FF;
    border: 1px solid transparent;
}

.game-item {
    display: flex;
    flex-wrap: wrap;
}


.list-game {
    width: 100%;
}

.list-game-x:hover {
    padding: 10px;
    background-color: #eef0f2;
    border-radius: 10px;
    scale: 1.2;
}

.list-rating {
    font-size: 14px;
}

.gamelist-vertical-widget .list-thumbnail {
    max-width: 80px;
    float: left;
    margin-right: 15px;
}

.grid-1 .list-game {
    margin-bottom: 40px;
    position: relative;
}

.grid-1 .list-game::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background-color: transparent;
    transition: background-color .3s ease-in-out;
    border-radius: 10%;
}

.grid-1 .list-game:hover::after {
    background-color: #000000ad;
}

.grid-1 .list-info {
    margin: 0.35714em;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    z-index: 2;
}

.grid-2 {
    margin-bottom: 20px;
}


.grid-2 .list-title {
    font-size: 20px;
    font-weight: 500;
}

.grid-3 .list-game {
    background: rgba(225, 225, 225, 0.15);
    border-radius: 15px;
}

.grid-3 .list-thumbnail {
    overflow: hidden;
    margin: 0;
}

.grid-3 .list-title {
    font-size: 18px;
    font-weight: 500;
}

.grid-3 .list-category, .gamelist-vertical-widget .list-category {
    font-style: italic;
    opacity: 0.7;
}

.grid-3 .list-game {
    overflow: hidden;
}

.grid-3 .list-info {
    padding: 10px;
}

.grid-3 {
    margin-bottom: 20px;
}

.grid-3 .list-thumbnail, .grid-1 .list-thumbnail {
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    overflow: hidden;
}

@media (hover: hover) and (pointer: fine) {
    .grid-1 .list-game:hover > .list-info {
        opacity: 1;
        transition: all 0.2s ease;
    }

    .list-thumbnail:hover {

    }
}

.list-1 .list-thumbnail {
    max-width: 120px;
    margin-right: 15px;
}


.row-list-1 {
    position: relative;
}

.list-1-wrapper {
    display: block;
    white-space: nowrap;
    /* padding-left: 70px; */
    overflow: hidden;
    padding: 15px 0;
}

.list-1-wrapper .game-item {
    display: inline-block;
    text-align: center;
}

.footer {
    padding: 40px 0;
}

.border-line {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.dsb-panel {
    float: right;
}

.footer-copyright {
    background: rgba(0, 0, 0, 0.4);
}

.header-area {
    margin-bottom: 40px;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.masthead-title {
    color: #fff;
}

.masthead-description {
    max-width: 800px;
    margin: 0 auto;
}

.masthead-description h3 {
    font-size: 20px;
}

ul.list-categories {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

ul.list-categories li {
    padding: 10px 15px;
    background-color: #c9d2d5;
    border-radius: 15px;
    margin-right: 12px;
    margin-bottom: 16px;
    color: #fff;
}

.widget .category-wrapper {
    float: none;
    margin-right: 0;
}

.widget ul.category-item {
    width: 100%;
    list-style: none;
    padding-left: 0;
}

.category-item li {
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
}

.category-item li:hover {
    background: rgba(255, 255, 255, 0.15);
}

ul.category-list-wrapper {
    margin-bottom: 50px;
    list-style: none;
    /*padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;*/
}

ul.category-list-wrapper .cat-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(67, 67, 67, .3);
    transition: 0.2s all;
}

ul.category-list-wrapper .cat-item span img {
    border-radius: 2px;
}

.cat-name {
    color: black;
}

.cat-game-amount {
    color: #755a5ab8;
    font-size: 12px;
}

.icon-category {
    margin-right: 8px;
}

.category-list-global .icon-category {
    width: 32px;
    height: 32px;
}

ul.category-list-game .icon-category {
    float: none;
}

ul.category-list-game {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.category-list-game .cat-item {
    background: #8358fe;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 20px;
    color: #4f5053;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #8358fe;
}

ul.category-list-game .cat-item:hover {
    background: #8f77d3;
    border: 1px solid transparent;
}

.cat-info {
    margin-top: 5px;
    width: calc(100% - 40px);
    overflow: hidden;
}

.game-info {
    background: rgba(255, 255, 255, 0.1);
    padding: 18px;
    display: flex;
    flex-wrap: nowrap;
    margin-top: -6px;
    align-items: center;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-right {
    margin-left: auto;
    text-align: right;
}


.game-iframe-container {
    width: 100%;
}

.game-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.widget-title {
    margin-bottom: 20px;
    color: #fff;
}

.btn-default {
    border: 1px solid #4c9d50;
    background-color: #fff;
}

.b-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.b-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.btn-primary {
    background-color: #01b6ff;
    border-color: #13a5df;
}

@media only screen and (max-width: 992px) {
    body {
        background-size: contain;
    }

    .nav-item {
        padding: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .top-user {
        width: 80px;
        margin: 10px;
    }

    .leaderboard-cell.user-xp {
        margin-top: 12px;
        position: absolute;
        right: 20px;
    }

    .leaderboard-cell.rank {
        display: none;
    }

    .post-media .post-thumb {
        float: none;
        overflow: unset;
        margin-left: 0;
        margin-bottom: 20px;
        width: unset;
    }

    .post-media .post-thumb img {
        width: 100%;
        height: auto;
    }
}


.dropdown-icon {
    display: inline-block;
    margin-left: .455em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.btn-load-more {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 14px 50px;
    border-radius: 40px;
}

.b-load-more {
    margin-bottom: 40px;
}

.btn-load-more:hover {
    background: rgba(255, 255, 255, 0.05);
}

.header-right .btn-capsule, .header-right .btn-share {
    margin-left: 10px;
}

.btn-circle {
    background: #4c9d50;
    padding: 6px;
    color: white;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.btn-capsule {
    padding: 10px 20px;
    color: #fff;
    border-radius: 11px;
    background: #57ac57;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.btn-capsule:hover, .btn-capsule.active, .btn-circle:hover {
    color: #fff;
}

.b-white {
    background: #fff;
    color: #000000;
    font-size: 18px;
}

.b-login {
    margin-left: 10px;
}

.star-on {
    color: #FFA73F;
    margin-right: 4px;
}

.star-off {
    color: #5C5B5F;
    margin-right: 4px;
}

.b-icon {
    margin-right: 8px;
}

.highlight-text {
    color: #fff;
}

.list-vertical {
    margin-bottom: 20px;
}

/* COMMENTS */

.jquery-comments .textarea-wrapper .textarea {
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    border-radius: 8px;
}

.comments-container {
    border: 0;
    border-radius: 15px;
    margin-top: 104px;
    width: 350px;
}

.jquery-comments ul.navigation {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.jquery-comments ul.navigation li.active, .jquery-comments ul.navigation li:hover {
    color: unset;
}

.jquery-comments .textarea-wrapper::before, .jquery-comments .textarea-wrapper::after {
    display: none;
}

.jquery-comments .textarea-wrapper .control-row > span {
    padding: 10px 20px;
    border-radius: 8px;
}

/* END COMMENTS */

/* BLOG / POST */

.post-title {
    font-size: 25px;
}

.post-thumb {
    float: right;
    width: 200px;
    overflow: hidden;
    margin-left: 20px;
}

.post-thumb img {
    height: 180px;
    max-width: unset;
}

.post-item {
    display: flex;
}

.post-media {
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin-bottom: 25px;
}

.post-title a {
    color: #fff;
}

.post-meta {
    font-style: italic;
    margin-bottom: 5px;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4 {
    color: black;
}

.page-content h1 {
    font-size: 28px;
}

.page-content h2 {
    font-size: 22px;
}

.page-content h3, .page-content h4 {
    font-size: 20px;
}

/* END BLOG / POST */

/* USER PROFILE */

.user-page {
    background: unset;
}

.user-page .section {
    background-color: rgba(255, 255, 255, 0.1);
}

.profile-comment-item {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: unset;
}

.user-page .comment-text {
    color: #fff;
}

.user-page .comment-date.text-secondary {
    color: unset !important;
}

input.form-control {
    margin-bottom: 10px;
}

/* USER PROFILE */

#mobile-back-button {
    display: none;
    align-items: center;
    position: fixed;
    z-index: 101;
    top: 100px;
    left: 0;
    width: 56px;
    height: 46px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 24%) 0px 16px 32px;
    border-radius: 0px 16px 16px 0px;
    overflow: hidden;
    cursor: pointer;
}

#mobile-back-button i {
    color: #94a2a2;
    font-size: 30px;
    margin-left: 14px;
}

.btn-left, .btn-right {
    z-index: 1;
}

/* LOGIN & REGISTER */

.login-form, .register-form {
    background: rgba(255, 255, 255, 0.1);
}

/* */

.mobile-thumb-play img {
    width: 100%;
    opacity: 0.7;
}

.mobile-thumb-play {
    background: #000000;
    overflow: hidden;
}

#mobile-play {
    position: relative;
}

#mobile-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 100px;
    color: #fff;
    transform: translate(-50%, -50%);
}

.game-container {
    overflow: hidden;
    border-radius: 18px;
    margin-top: 40px;
}

.color-red {
    background: rgba(238, 19, 39, 0.4);
}

.top-3 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.top-user {
    display: inline-block;
    text-align: center;
    margin: 15px;
    position: relative;
    white-space: nowrap;
}

.top-number {
    width: 40px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 20%;
    transform: translate(-50%, -50%);
}

.top-avatar img {
    border-radius: 50%;
    display: block;
}

.rank-1 .top-avatar img {
    width: 120px;
}

.leaderboard-table {
    clear: both;
    display: block;
    width: 100%;
}

.leaderboard-row {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 15px;
    margin-top: 15px;
    white-space: nowrap;
}

.leaderboard-cell {
    vertical-align: middle;
    padding: 0 10px;
    display: inline-block;
}

.leaderboard-user-avatar img {
    width: 50px;
    border-radius: 50%;
    display: block;
}

.leaderboard-cell.username {
    font-weight: bold;
    min-width: 160px;
}

.leaderboard-cell.rank {
    float: right;
}

.level-badge {
    float: left;
    margin-right: 10px;
}

.top-player-wrapper {
    margin-bottom: 20px;
}

.gamelist-widget .list-game {
    margin-bottom: 20px;
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color),
html :where([style*=border-width]) {
    border-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

.link-games {
    padding: 12px 32px;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    background: #fff;
    vertical-align: middle;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.34);
    font-weight: 600;
    transition: all .3s;
}

.link-games:hover {
    color: white;
    background: #6bbf6f;
    border-color: #6bbf6f;
}

.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 {
    padding: 15px 0;
    box-sizing: border-box;
    color: black;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}


.game-content-page p a, .game-content-page ol li a, .game-content-page ul li a,
.box-content-page p a, .box-content-page ol li a, .box-content-page ul li a {
    color: #6bbf6f;
    font-weight: 600;
}

.game-content-page p a:hover, .game-content-page ol li a:hover, .game-content-page ul li a:hover,
.box-content-page p a:hover, .box-content-page ol li a:hover, .box-content-page ul li a:hover {
    color: #f3c237
}

.box-content-page ul li, .box-content-page ol li {
    list-style: disc;
    color: #000;
}

.favorited i {
    color: #ed1c24;
}


.favorited i {
    color: #ed1c24;
}

.game-description {

}

.btn-scroll-top {
    position: fixed;
    right: -4.125rem;
    bottom: 1.25rem;
    width: 2.75rem;
    height: 2.75rem;
    transition: right 400ms cubic-bezier(.68, -.55, .265, 1.55), opacity .3s, background-color .25s ease-in-out;
    border-radius: 0.75rem;
    background-color: #6bbf6f;
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 1025;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-scroll-top .btn-scroll-top-icon {
    font-size: 24px;
    font-weight: 700;
    line-height: 2.625rem;
}

.btn-scroll-top.show {
    right: 1.25rem;
    opacity: 1;
}

.footer_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    margin-left: -28px
}

.footer_container a {
    font-size: 14px;
    color: black;
    text-decoration: none;
    margin-left: 28px;
}

.show_content {
    position: absolute;
    max-width: 100%;
    width: 100%;
    bottom: 6px;
    justify-content: center;
    display: flex;
    align-items: flex-end;
}

.ShowMore_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid #6bbf6f;
    font-weight: 400;
    background: #6bbf6f;
    color: white;
    font-size: 12px;
    width: fit-content;
    cursor: pointer;
    gap: 1px;
    padding: 5px 18px;
    border-radius: 50px;
    transition: all 0.2s;
    box-shadow: 0 3px 7px rgb(0 0 0 / 19%);
}

.ShowMore_button:hover {
    border: 2px solid #6cc770;
    background: #6CC770;
}

#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;
}

.mg-30 {
    margin: 30px 0;
}


@media (max-width: 1024px) {
    .game_content_container .game-content, .game_content_container .comment-area {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .articleBox {
        margin-bottom: 20px;
    }

    .mg-30 {
        margin: 0;
    }
}


.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;
}

.nav-item h2 {
    font-size: 16px;
}

.attr_name {
    text-decoration: none;
}

.attr_name h2, .attr_name h3 {
    font-size: inherit !important;
    text-transform: lowercase !important;
    margin-bottom: 0 !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: #fff !important;

}

/*news*/
.articleBox {
    padding: 35px 40px 35px 40px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: relative;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.articleBox .artText img {
    margin: 8px auto;
    max-width: 500px;
    width: 100%;
    object-fit: contain;
    display: block;
}

.articleBox .artText h2 {
    font-size: 24px;

}

.articleBox .artText h2, .articleBox .artText h3, .articleBox .artText h4 {
    color: #6bbf6f;
    margin-bottom: 10px;
}

.articleBox .artText p {
    margin-bottom: 10px;
    color: black;
}

.articleBox .artText ul li {
    color: black;
}

.articleBox .artText p a, articleBox .artText ul li a, articleBox .artText ol li a {
    color: #6bbf6f;
}

.artCat {
    width: 100%;
    padding: 0 0 6px;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #ffffff38;
    margin-bottom: 12px;

}

.artCat a {
    color: #4c9d50;
    font-weight: 600;
    font-size: 20px;
}

.artTitle {
    color: black;
    padding: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
}

.artMainImgBox {
    margin: 12px 0 24px;
    position: relative;
    float: left;

}

.artSideWrapBox {
    padding: 35px 40px 35px 40px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: relative;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
}

.artSideTitle {
    font-size: 20px;
    margin: 0 0 16px;
    color: black;
    font-weight: 600;
}

.relNews {
    padding-bottom: 32px;
}

.relNewsItem:last-child {
    margin: 0;
}

.relNewsItem {
    width: 100%;
    max-width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

.sectionLink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.relNewsImg {
    width: 150px;
    height: 150px;
    border-radius: 8px;
}

.newsItem {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
}

.relNewsInfo {
    padding: 0 0 0 28px;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.relNewsTitle {
    padding: 0 5px 0 0;
    margin: 5px 0 8px;
    font-size: 14px;
    overflow: hidden;
    color: black;
}


.newsTitle {
    font-size: 32px;
    color: black;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 600;
}

.shortDes {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #00000099;
}

.newsDes {
    margin-bottom: 24px;
    color: #00000099;
}

.read_more {
    color: black;
    text-decoration: underline;
    font-size: 14px;
}

.posts-menu {
    border: 0;
}

@media (min-width: 982px) {
    .posts-menu {
        border-left: 1px solid rgb(255 255 255 / 10%);
    }
}

.main-svg-sprite {
    display: none
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

.hots-title h4 {
    text-align: center;
    color: black;
    font-weight: 600;
}

.hots-title .view-more {
    margin-left: 16px;
}

.hots-title {
    margin-top: 16px;
}

.img-rounded-start-top {
    border-radius: 5%;
    overflow: hidden;
}

.hot-game-item .game-item {
    padding: 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
}

.small-thumb {
    transform: scale(1);
    transition: .3s ease-in-out;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}

.hot-game-item .game-item:hover .small-thumb {
    transform: scale(1.1);
}

.hot-game-item .game-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
}

.hot-game-item .game-item:hover .game-item__play {
    color: #fff;
    background: #57ac57;
    border: 1px solid #57ac57;

}

.hot-game-item .list-game .list-info {
    padding: 10px 0 0 0;
    text-align: center;
}

.hot-game-item .list-game .list-info .list-title {
    font-size: 18px;
    margin-bottom: 20px;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}

.hot-game-item .list-game .list-info .list-rating {
    margin-bottom: 10px;
}

.btn-start {
    color: #ffb95061;
}

.btn-start .svg-icon {
    width: 18px;
    height: 18px;
}


.game-item__play {
    color: #13141c;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    transition: .3s;
    border: 1px solid #c5c6ce;
}

.box-content-page {
    padding: 15px 0;
    background: rgb(255 255 255 / 10%);
    box-sizing: border-box;
    color: #fff;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.highlight-text {
    font-size: 22px;
    color: #6bbf6f;
}


.game-content-title h3 {
    font-size: 1.75rem;
    text-align: center;
    color: black;
    margin-bottom: 15px;
    font-weight: 700;
}

.section {
    padding: 30px 0;
}

.section--green {
    background: #ecf0e2;
}

.section--white {
    background: #fff;
}

.section-container {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.wordle-text .info_text {
    text-align: center;
    margin: 0;
}

.wordle-text .info_text_p {
    text-align: center;
    margin: 5px 0 15px;
    color: #2b2e3a;
    font-size: 16px;
    line-height: 28px;
}

.wordle-text p:after {
    content: '';
    clear: both;
    display: table;
}

.wordle-text h2 {
    color: #13141c;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 25px;
    margin-top: 40px;
}

.btn-center {
    display: flex;
    justify-content: center;
}

.btn-section {
    color: #fff !important;
    font-size: 16px;
    padding: 10px 20px;
    -webkit-transition: .25s;
    transition: .25s;
    background: #ff8038;
    line-height: 26px;
    text-decoration: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-section .btn {
    padding: 0;
    color: white;
    margin-right: 4px;
}


.btn-section .svg-icon {
    width: 32px;
    height: 32px;
}

.generator {
    background: #4eb947;
}

.games-also-like {
    width: calc(100% - 350px);
    border-radius: 16px;
    margin-top: 30px;
}

.view-more {
    margin-bottom: 6px;
    font-weight: 500;
    color: #4c9d50;
    font-size: 14px;
}

/*news*/


.section-title h3 {
    margin-right: 16px;
    margin-bottom: 0;
}

.btn-circle .svg-icon {
    width: 16px;
    height: 16px;
}

.category-list-wrapper a {
    /*padding: 0*/
}

.category-list-wrapper a:hover .cat-item {
    color: #4c9d50;
    box-shadow: 0 0px 15px rgb(0 0 0 / 42%);
}

.category-list-title {
    color: black;
    font-weight: bold;
    font-size: 24px;
}

.category-list-wrapper .cat-info .cat-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
}

.rps-related {
    display: flex;
}

@media (max-width: 1000px) {
    .rps-related {
        display: unset;
    }

    .games-also-like {
        width: 100%;
    }

    .comments-container {
        width: 100%;;
        margin: 0 auto;
    }
}

.list-1-wrapper .swiper .swiper-wrapper {
    transition-timing-function: linear;
}


#game_category .item-title {
    margin-left: 8px;
    margin-bottom: 16px;
}

.related-title h3 {
    text-align: unset;
}

.box-content-page p {
    color: black
}

.box-content-page p {

}

.box-content-page ul {
    color: black;
}

.box-content-page h2, .game-content-page h2 {
    color: #6bbf6f;
    font-size: 22px;
    font-weight: bold;
    text-align: start;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.box-content-page h3 {
    color: #6bbf6f;
    font-size: 22px;
    font-weight: 900;
    text-align: start;
}

.box-content-page h4, .game-content-page h3, .game-content-page h4 {
    color: #6bbf6f;
    font-size: 20px;
    font-weight: 900;
    text-align: start;
}


.text-black {
    color: black;
}

.aria-game {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.container-new-games {
    background: #fbf9f5;
}

.container-hot-games {
    margin-top: 40px;
    background: #f5f5f5;
}

.btn-section-blue {
    background: #41a7fb;
}

.btn-section-blue:hover {
    background: #4fbbfd;
}

.btn-section-orange {
    background: #ff8038;
}

.btn-section-orange:hover {
    background: #ff995f;
}

.container-hot-games .container {
    padding: 15px 0;
}

.game-play-section {
    background: #fbf9f5;
}

.ads_rounded_game {
    width: 300px;
    padding: 32px 0 0;
}


.search-bar .bi-search {
    color: black;
    background: #ffd200;
    border-radius: 10px;
    padding: 10px 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    height: 40px;
	width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.input-form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    gap: 6px;
}

.input-form .bi-search .svg-icon {
    width: 20px;
    height: 20px;
}

.bi-search:hover {
    background: #ffda2c;
}

.ads_side .ads img {
    height: 575px;
    border-radius: 22px;
}

.search-bar input.search::placeholder {
    color: #6b6a6a;
}

.game-info-img {
    border-radius: 6px;
}

.content-game-about {
    background: #fbf9f5;
    padding: 40px 0 0 0;
}

.content-game-about .game-content {
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    background: white;
}

.content-game-about h3 {
    color: #13141c;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
}

.game-play .game-content {
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    background: white;
    margin-bottom: 40px;
}


.pd-bot-top-40 {
    padding: 40px 0 40px 0;
}

.container-game {
    width: calc(100% - 350px);
    margin-right: 30px;
}

.content-game-about .comments-container {
    margin-top: 0;
}

.container-game .game-content {
    margin: 0 0 20px 0;
    border-radius: 16px;
    padding: 15px 25px;
}

.pr-0 {
    padding-right: 0;
}

.game-aria-section {
    padding-bottom: 40px;
}

.game-aria-section .game-content {
    padding: 0 20px;
    margin-bottom: 0;
}

.game-aria-section .box-content-page {
    padding: 18px 5px;
}

.game-aria-section .highlight-text {
    margin-bottom: 0;
    position: relative;
    font-size: 26px;
    color: white;
    text-align: center;
    padding: 15px 0 15px 0;
    border-radius: 10px 10px 0 0;
    background: #57ac57;
}

.related-category-tag {
    display: flex;
    gap: 16px;
    flex-flow: row wrap;
    justify-content: center;
}

.related-category-tag a {
    display: flex;
    align-items: center;
    padding: 10px 23px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: 0 3px 9px rgb(67 67 67 / 24%);
    transition: 0.2s all;
}

.related-category-tag a span {
    color: #00000085;
}

.related-category-tag a:hover span {
    color: white;
}

.related-category-tag a img {
    margin-right: 8px;
    border-radius: 7px;
}

.related-category-tag a:hover {
    background: #6bbf6f;
    color: white;
}

.related-category-tag .breadcrumbs {
    gap: 8px;
}

.game-play-aria .games-also-like {
    width: unset;
    border-radius: unset;
    margin-top: unset;
}

.headline {
    margin-top: 15px;
}

.headline__title {
    color: black;
    font-weight: 900;
    font-size: 36px;
    line-height: 30px;
    margin: 0;
}

.headline__text {
    color: #3a3535;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 8px;
}

.breadcrumbs {
    padding: 13px 0 0;
    margin: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    flex-flow: row wrap;
    gap: 12px;
}

.breadcrumbs__link {
    color: #323628;
    background: white;
}

.breadcrumbs__link, .breadcrumbs__span {
    font-size: 14px;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.category-section .container {
    text-align: center;
}

.breadcrumbs .breadcrumbs__li a {
    /* margin-right: 8px; */
}

.section--green--bold {
    background: #ecf0e2;
    padding: 60px 0;
}

.category-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.category-title img {
    margin-right: 8px;
    border-radius: 3px;
}

.games {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: center;
}

.game-item-list {
    width: 290px !important;
}

.game-item-aria {
    width: 200px;
    margin: 15px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
}

.game-item__info {
    padding: 10px 15px 15px;
    text-align: center;
}

.game-item__text {
    color: #7e8399;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

.game-item__bottom {
    display: flex;
    justify-content: center;
}

.game-item__title {
    color: #13141c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
}

.game-item__text span {
    color: #413732;
    font-size: 13px;
    padding: 2px 6px;
    margin-bottom: 4px;
    border-radius: 5px;
    background: #e7dbd6;
    border-bottom: 1px solid #baa095;
}

.game-item__play {
    color: #13141c;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    padding: 8px 54px;
    border-radius: 50px;
    transition: .3s;
    border: 1px solid #c5c6ce;
}

.game-item:hover .game-item__title {
    color: #57ac57;
}

.game-item:hover .game-item__play {
    color: #fff;
    background: #57ac57;
    border: 1px solid #57ac57;
}

.text-game--excerpt {
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section--grey {
    background: #fbf9f5;
}

.games-cat-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
}

.single-description h3 {
    color: #6bbf6f;
    font-size: 22px;
    font-weight: 900;
    text-align: start;
}

.btn-circle:hover {
    background: #4c9d50;
}

.btn-capsule:hover {
    background: #57ac57;
}

.section-category {
    margin-bottom: 0;
}

.trending-games {
    margin-bottom: 0;
}

.category-item .grid-container {
    margin-right: 0;
    margin-left: 0;
}

.section-popular {
    margin-bottom: 0;
}

.info_text__excerpt {
    color: #2b2e3a;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    margin: 4px 0 8px 0;
}

.wordle-text {
    text-align: center;
}

@media (max-width: 480px) {
    .category-list-wrapper a {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    ul.category-list-wrapper {
        justify-content: center;
    }

    .search-bar {
        display: none;
    }

    .header-rps {
        justify-content: space-between;
    }

    .pagination .page-item {
        margin-bottom: 8px;
    }
}

@media (max-width: 1000px) {
    .comment-aria-section {
        width: 100%;
    }

    .content-game-aria .container-game {
        width: 100%;
        margin-right: 0;
    }

    .content-game-aria .container {
        flex-wrap: wrap;
    }

    .content-game-aria .pr-0 {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .container-hot-games .container {
        padding: 15px;
    }

    .game-aria-section {
        padding: 0 15px 40px 15px;
    }

    .content-game-aria {
        padding: 40px 15px 0 15px;
    }

    .content-rps {
        padding: 20px 15px 0 15px;
    }

    .game-play-rps {
        padding: 0 15px;
    }

    .b-action a {
        margin-bottom: 12px;
    }

    .b-action button {
        margin-bottom: 12px;
    }

    .header-left {
        flex-flow: row wrap;
    }

    .box-content-page {
        padding: 15px 0 0 0;
    }

    ul.category-list-wrapper {
        justify-content: center;
    }
}

.game-aria-section .game-play .game-content {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
    background: unset;
}

.game-aria-section .game-play .row {
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    background: white;
}

.game-item__info:hover .game-item__title {
    color: #57ac57;
}

.game-item__info:hover .game-item__play {
    color: white;
    background: #57ac57;
}

.page-section {
    background: #fbf9f5;
    padding: 40px 0;
}

.page-text {
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    background: white;
}

.page-content {
    word-break: break-word;
}

.page-content p {
    color: black;
	margin:  0 0 12px
}

.page-content h2 {
    font-size: 24px;
	margin:  0 0 12px;
    color: #6bbf6f;
	text-transform: uppercase;
}
.page-content h3 {
    font-size: 20px;
	margin:  0 0 12px;
    color: #6bbf6f;
}
.page-content h4 {
    font-size: 22px;
	margin:  0 0 12px;
    color: #6bbf6f;
}
.page-content a{
	 color: #6bbf6f;
}
.page-content ul,.page-content ol {
    padding-left: 24px;
} 
.page-content ul li,.page-content ol li{
	list-style: disc;
	margin:  0 0 6px;
	color: #000;
}
.page-content p strong {
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex; */
}

.mg-top-40 {
    margin-top: 40px;
}

.mg-bot-30 {
    margin-bottom: 30px;
}

.flex-100 {
    flex: 100% !important;
}

.flex-flow {
    flex-flow: row wrap;
}

.post-title {
    padding: 40px 0;
    background: #fbf9f5;
}

.game-item__flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 4px;
    height: 24px;
    padding: 3px 0 0;
    overflow: hidden;
    margin-bottom: 12px;
}

#game_search h2 {
    color: black
}

.games-container .row {
    margin-right: 0;
    margin-left: 0;
}
#nav-menu{
	flex: 1;
}
.container-section {
    padding: 20px 0;
}

.ads_mobile {
    display: none;
}

@media only screen and (max-width: 640px) {
    .ads_mobile {
        display: block;
        max-width: 320px;
        width: 100%;
        min-height: 50px;
        margin: 24px auto;
        border-radius: 4px;
        margin: 1.25rem auto auto;
        padding: 0.625rem;
    }

    .ads_mobile > div, .ads_mobile > div > div {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .ads_mobile .ads {
        width: 100%;
        height: 100%;
    }

    .ads_mobile > div {
        height: 50px;
        width: 320px;
        background: #ffffff0d;
    }

    .ads_mobile > div > div {
        height: 100%;
        width: 100%;
        z-index: 1;
    }
}
